/*Include variables*/
/*  --------------------------------------- 
                Colors                      
-------------------------------------- */
/*  --------------------------------------- 
                  Typography                      
    -------------------------------------- */
/*  --------------------------------------- 
                  Actions                      
    -------------------------------------- */
/*  --------------------------------------- 
                  Dialogs                      
    -------------------------------------- */
/*  --------------------------------------- 
                 Facets                    
    -------------------------------------- */
/*  --------------------------------------- 
                Facet filters                   
    -------------------------------------- */
/*  --------------------------------------- 
                 Feedback                    
    -------------------------------------- */
/*  --------------------------------------- 
                 Forms                    
    -------------------------------------- */
/*  --------------------------------------- 
                 Free Text Search                    
    -------------------------------------- */
/*  --------------------------------------- 
                 Icon                    
    -------------------------------------- */
/*  --------------------------------------- 
                    Symbol            
    -------------------------------------- */
/*  --------------------------------------- 
                 Navigation                   
    -------------------------------------- */
/*  --------------------------------------- 
                 Results                   
    -------------------------------------- */
/*  --------------------------------------- 
                 Table               
    -------------------------------------- */
/*  --------------------------------------- 
                 Template elements              
    -------------------------------------- */
/*  --------------------------------------- 
                 Xbid              
    -------------------------------------- */
/*Include core style*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * Remove default margin.
 */
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700);
body {
  margin: 0; }

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

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

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

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

/* --------------------------------------------------
	             Helper classes
-------------------------------------------------- */
.block {
  display: block;
  width: 100%; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.center {
  text-align: center; }

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

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

.nomargin {
  margin: 0; }

.clearfix:after {
  clear: both;
  content: "";
  height: 0;
  display: table;
  visibility: hidden; }

.col {
  display: table-cell;
  vertical-align: top; }
  @media (max-width: 768px) {
    .col--responsive {
      display: block;
      width: 100%; } }

.col-right {
  text-align: right;
  white-space: nowrap; }

.row {
  margin-left: -1em !important;
  margin-right: -1em !important; }
  .row:before {
    content: "";
    display: table; }
  .row:after {
    content: "";
    clear: both; }

.vcenter {
  vertical-align: middle; }

.vtop {
  vertical-align: top; }

.vbottom {
  vertical-align: bottom; }

.vsub {
  vertical-align: sub; }

.vsuper {
  vertical-align: super; }

.vbaseline {
  vertical-align: baseline; }

.left {
  float: left; }

.right {
  float: right; }

.nomargin {
  margin: 0 !important; }

.table {
  display: table;
  width: 100%; }

.table-row {
  display: table-row; }

.zone {
  padding: 0; }
  .zone--50 {
    float: left;
    width: 50%; }

.wrapped-up {
  margin: 1em 0; }

.wrap-listing {
  position: relative; }

/*  --------------------------------------- 
                    Grid        
    -------------------------------------- */
.col--s1 {
  width: 8.33333%; }

.col--s2 {
  width: 16.66667%; }

.col--s3 {
  width: 25%; }

.col--s4 {
  width: 33.33333333%; }

.col--s5 {
  width: 41.66667%; }

.col--s6 {
  width: 50%; }

.col--s7 {
  width: 58.33333%; }

.col--s8 {
  width: 66.66667%; }

.col--s9 {
  width: 75%; }

.col--s10 {
  width: 83.33333%; }

.col--s11 {
  width: 91.66667%; }

.col--s12 {
  width: 100%; }

@media (min-width: 769px) and (max-width: 1024px) {
  .col--m1 {
    width: 8.33333%; }
  .col--m2 {
    width: 16.66667%; }
  .col--m3 {
    width: 25%; }
  .col--m4 {
    width: 33.33333333%; }
  .col--m5 {
    width: 41.66667%; }
  .col--m6 {
    width: 50%; }
  .col--m7 {
    width: 58.33333%; }
  .col--m8 {
    width: 66.66667%; }
  .col--m9 {
    width: 75%; }
  .col--m10 {
    width: 83.33333%; }
  .col--m11 {
    width: 91.66667%; }
  .col--m12 {
    width: 100%; } }

@media (min-width: 1024px) and (max-width: 1365px) {
  .col--1 {
    width: 8.33333%; }
  .col--2 {
    width: 16.66667%; }
  .col--3 {
    width: 25%; }
  .col--4 {
    width: 33.33333333%; }
  .col--5 {
    width: 41.66667%; }
  .col--6 {
    width: 50%; }
  .col--7 {
    width: 58.33333%; }
  .col--8 {
    width: 66.66667%; }
  .col--9 {
    width: 75%; }
  .col--10 {
    width: 83.33333%; }
  .col--11 {
    width: 91.66667%; }
  .col--12 {
    width: 100%; } }

@media (min-width: 1365px) and (max-width: 1600px) {
  .col--1 {
    width: 8.33333%; }
  .col--2 {
    width: 16.66667%; }
  .col--3 {
    width: 25%; }
  .col--4 {
    width: 33.33333333%; }
  .col--5 {
    width: 41.66667%; }
  .col--6 {
    width: 50%; }
  .col--7 {
    width: 58.33333%; }
  .col--8 {
    width: 66.66667%; }
  .col--9 {
    width: 75%; }
  .col--10 {
    width: 83.33333%; }
  .col--11 {
    width: 91.66667%; }
  .col--12 {
    width: 100%; } }

@media (min-width: 1600px) {
  .col--1 {
    width: 8.33333%; }
  .col--2 {
    width: 16.66667%; }
  .col--3 {
    width: 25%; }
  .col--4 {
    width: 33.33333333%; }
  .col--5 {
    width: 41.66667%; }
  .col--6 {
    width: 50%; }
  .col--7 {
    width: 58.33333%; }
  .col--8 {
    width: 66.66667%; }
  .col--9 {
    width: 75%; }
  .col--10 {
    width: 83.33333%; }
  .col--11 {
    width: 91.66667%; }
  .col--12 {
    width: 100%; } }

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

/* Vertical rythym
   ========================================================================== */
body {
  font-size: 100%; }

h1 {
  font-size: 2em;
  line-height: 1.5;
  margin: 1.5em 0; }

h2 {
  font-size: 1.5em;
  line-height: 1;
  margin: 2em 0; }

h3 {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
  margin: 2.4em 0 1.2em; }

h4,
h5,
h6 {
  font-size: 1em;
  line-height: 1.5;
  margin: 1.5em 0 0; }

p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 1em; }

ul, ol, dl {
  margin: 0 0 1.5em; }
  ul ul, ul ol, ol ul, ol ol, dl ul, dl ol {
    margin: 0; }

li, dt, dd {
  line-height: 1.5; }

blockquote {
  margin: 0 0 1.5em; }

/* 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: 700; }

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

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

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

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

/* 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 {
  line-height: 1.5;
  overflow: auto; }

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

.section-header {
  margin-top: 1em; }

@font-face {
  font-family: 'icon-font';
  src: url("../../../fonts/icon-font.eot");
  src: url("../../../fonts/icon-font.eot") format("embedded-opentype"), url("../../../fonts/icon-font.ttf") format("truetype"), url("../../../fonts/icon-font.woff") format("woff"), url("../../../fonts/icon-font.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Material Icons';
  src: url("../../../fonts/MaterialIcons-Regular.eot");
  src: url("../../../fonts/MaterialIcons-Regular.eot") format("embedded-opentype"), url("../../../fonts/MaterialIcons-Regular.ttf") format("truetype"), url("../../../fonts/MaterialIcons-Regular.woff") format("woff"), url("../../../fonts/MaterialIcons-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fa-light';
  src: url("../../../fonts/fontawesome/fa-light-300.eot");
  src: url("../../../fonts/fontawesome/fa-light-300.eot") format("embedded-opentype"), url("../../../fonts/fontawesome/fa-light-300.ttf") format("truetype"), url("../../../fonts/fontawesome/fa-light-300.woff") format("woff"), url("../../../fonts/fontawesome/fa-light-300.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'fa-solid';
  src: url("../../../fonts/fontawesome/fa-solid-900.eot");
  src: url("../../../fonts/fontawesome/fa-solid-900.eot") format("embedded-opentype"), url("../../../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../../../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../../../fonts/fontawesome/fa-solid-900.svg") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'fa-regular';
  src: url("../../../fonts/fontawesome/fa-regular-400.eot");
  src: url("../../../fonts/fontawesome/fa-regular-400.eot") format("embedded-opentype"), url("../../../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../../../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../../../fonts/fontawesome/fa-regular-400.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

.icon {
  display: inline-block;
  /* -------------------------------------------------
	               User icons
   ---------------------------------------------- */
  /* --------------------------------------------------
	              Sale icons
-------------------------------------------------- */ }
  .icon:before {
    font-family: "icon-font";
    font-size: 140%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    line-height: 0;
    vertical-align: middle; }
  .icon:after {
    font-family: "icon-font";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    line-height: 0; }
  .icon--medium:before {
    font-size: 170%; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .icon--medium {
      /* IE10+ specific styles go here */
      font-size: 75%; } }
  .icon--alert:before {
    content: "\26a0"; }
  .icon--arrow-next:before {
    content: "\e622"; }
  .icon--arrow-previous:before {
    content: "\e621"; }
  .icon--arrow-right:before {
    content: "\e628"; }
  .icon--calendar:before {
    content: "\e61f"; }
  .icon--camera:before {
    content: "\1f4f7"; }
  .icon--cart:before {
    content: "\e902"; }
  .icon--check:before {
    content: "\e619"; }
  .icon--circle:before {
    content: "\e601"; }
  .icon--clock:before {
    content: "\e613"; }
  .icon--close:before {
    content: "\e614"; }
  .icon--dayclock:before {
    content: "\e602"; }
  .icon--document:before {
    content: "\e62a"; }
  .icon--download:before {
    content: "\e61c"; }
  .icon--dropdown:before {
    content: "\e615"; }
  .icon--error:before {
    content: "\1f6ab"; }
  .icon--first:before {
    content: "\e612"; }
  .icon--gotop:before {
    content: "\e61a"; }
  .icon--info:before {
    content: "\e60e"; }
  .icon--last:before {
    content: "\e611"; }
  .icon--list:before {
    content: "\e61d"; }
  .icon--next:before {
    content: "\e616"; }
  .icon--minus:before {
    content: "\e60d"; }
  .icon--pdf:before {
    content: "\ec34"; }
  .icon--picture:before {
    content: "\e626"; }
  .icon--previous:before {
    content: "\e617"; }
  .icon--print:before {
    content: "\e610"; }
  .icon--plus:before {
    content: "\e60c"; }
  .icon--report:before {
    content: "\e61b"; }
  .icon--return:before {
    content: "\e600"; }
  .icon--save:before {
    content: "\e61e"; }
  .icon--search:before {
    content: "\e603"; }
  .icon--settings:before {
    content: "\e620"; }
  .icon--star:before {
    content: "\e60f"; }
  .icon--up:before {
    content: "\e618"; }
  .icon--video:before {
    content: "\e62c"; }
  .icon--twitter:before {
    content: "\ea96"; }
  .icon--linkedin:before {
    content: "\eaca"; }
  .icon--language:before {
    font-family: 'Material Icons';
    content: "\e894"; }
  .icon--facebook:before {
    content: "\ea90"; }
  .icon--bidbuy-eu:before {
    content: "\e90d"; }
  .icon--add:before {
    content: "\e145"; }
  .icon--remove:before {
    content: "\e15b"; }
  .icon--add_shopping_cart:before {
    content: "\e854"; }
  .icon--note:before {
    content: "\E06F"; }
  .icon--mail_outline:before {
    content: "\e0e1"; }
  .icon--mail:before {
    content: "\e158"; }
  .icon--filter-list:before {
    content: "\e152";
    font-family: 'Material Icons'; }
  .icon--check-circle:before {
    content: "\e86c";
    font-family: 'Material Icons'; }
  .icon--refresh:before {
    content: "\e5d5"; }
  .icon--360 {
    font-family: Arial; }
    .icon--360:before {
      content: "\e901"; }
  .icon--long-arrow-right:before {
    content: "\e5c8";
    font-family: 'Material Icons'; }
  .icon--auction:before {
    content: "\e60a"; }
  .icon--bidnow:before {
    content: "\e607"; }
  .icon--buynow:before {
    content: "\e606"; }
  .icon--buynow-uk:before {
    content: "\e629"; }
  .icon--closedsale:before {
    content: "\e605"; }
  .icon--eauction:before {
    content: "\e608"; }
  .icon--liveonline:before {
    content: "\e609"; }
  .icon--price:before {
    content: "\e627"; }
  .icon--mbatch:before {
    content: "\e60b"; }
  .icon--sealed:before {
    content: "\e604"; }
  .icon--track:before {
    content: "\e60f"; }
  .icon--vendor:before {
    content: "\e624"; }
  .icon--xbid:before {
    content: "\e625"; }
  .icon--bcadirect:before {
    content: "\e903";
    color: #25a8e0; }
  .icon--reserved-not-available:before {
    content: "\e900";
    color: #f13744; }
  .icon--reserved-by-colleague:before {
    content: "\e900";
    color: #faae0b; }
  .icon--reserved-by-me:before {
    content: "\e900";
    color: #3d973d; }
  .icon--arrow_back:before {
    content: "\e5c4"; }
  .icon--bidbuy-eu:before {
    content: "\e90d"; }

/* --------------------------------------------------
	              Error Pages - Font Awesome icons
-------------------------------------------------- */
.icon__errorpage:before {
  font-family: "fa-light";
  font-size: 140%;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  line-height: 0;
  vertical-align: middle; }

.icon__errorpage--forbidden:before {
  content: "\f30d"; }

.icon__errorpage--not-found:before {
  content: "\f05e"; }

/* --------------------------------------------------
	                  Flag icons
-------------------------------------------------- */
.flag {
  display: inline-block; }
  .flag--left {
    margin-right: .5em; }
  .flag--right {
    margin-left: .5em; }
  .flag:before {
    background: url(../../../imgs/flags/rounded-flags-sprite.png) no-repeat;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 20px;
    content: ""; }
  .flag--CZ:before {
    background-position: 0px 0px; }
  .flag--DK:before {
    background-position: 0 -20px; }
  .flag--AT:before {
    background-position: 0 -40px; }
  .flag--CH:before {
    background-position: 0 -60px; }
  .flag--DE:before {
    background-position: 0 -80px; }
  .flag--GB:before {
    background-position: 0 -100px; }
  .flag--ES:before {
    background-position: 0 -120px; }
  .flag--BE:before {
    background-position: 0 -140px; }
  .flag--FI:before {
    background-position: 0 -160px; }
  .flag--FR:before {
    background-position: 0 -180px; }
  .flag--HR:before {
    background-position: 0 -200px; }
  .flag--HU:before {
    background-position: 0 -220px; }
  .flag--IT:before {
    background-position: 0 -240px; }
  .flag--NO:before {
    background-position: 0 -260px; }
  .flag--NL:before {
    background-position: 0 -280px; }
  .flag--PL:before {
    background-position: 0 -300px; }
  .flag--BR:before {
    background-position: 0 -320px; }
  .flag--PT:before {
    background-position: 0 -340px; }
  .flag--RO:before {
    background-position: 0 -360px; }
  .flag--RU:before {
    background-position: 0 -380px; }
  .flag--SK:before {
    background-position: 0 -400px; }
  .flag--SI:before {
    background-position: 0 -420px; }
  .flag--SE:before {
    background-position: 0 -440px; }
  .flag--TR:before {
    background-position: 0 -460px; }
  .flag--UA:before {
    background-position: 0 -480px; }
  .flag--LU:before {
    background-position: 0 -500px; }
  .flag--EU:before {
    background-position: 0 -520px; }
  .flag--RS:before {
    background-position: 0 -540px; }
  .flag--LT:before {
    background-position: 0 -560px; }
  .flag--LV:before {
    background-position: 0 -580px; }
  .flag--EE:before {
    background-position: 0 -600px; }
  .flag--BG:before {
    background-position: 0 -620px; }

/* --------------------------------------------------
	                   Button
-------------------------------------------------- */
.button {
  display: inline-block;
  vertical-align: top;
  /* --------------------------------------------------
	              Buttons block
-------------------------------------------------- */ }
  .button--block {
    display: block; }

a.button {
  display: inline-block; }

/* --------------------------------------------------
	              Buttons group
-------------------------------------------------- */
.button-group {
  list-style-type: none; }
  .button-group__item--inline {
    display: inline-block; }

/* --------------------------------------------------
	             More Links
-------------------------------------------------- */
.more-links {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .more-links:before {
    content: "\e5d3";
    font-family: Material Icons; }

.non-js .more-links:hover .popup-list {
  display: block !important; }

/* --------------------------------------------------
	                    Nav
-------------------------------------------------- */
.nav {
  /* --------------------------------------------------
	    Nav dropdown
    -------------------------------------------------- */
  /* --------------------------------------------------
	               Nav block
-------------------------------------------------- */
  /* --------------------------------------------------
	               Nav expandable
-------------------------------------------------- */
  /* --------------------------------------------------
                      Toggle
-------------------------------------------------- */ }
  .nav__item {
    display: inline-block;
    vertical-align: middle; }
    .nav__item a, .nav__item span {
      display: block; }
    .nav__item:hover .nav__sub {
      display: block; }
    .nav__item--global:hover .nav__dropdown:before {
      position: absolute;
      bottom: -4px;
      left: 0; }
  .nav__sub {
    display: none;
    position: absolute;
    z-index: 6; }
  .nav__sub-group {
    display: inline-block;
    vertical-align: top; }
  .nav__sub-item {
    display: block; }
  .nav__dropdown {
    position: relative;
    z-index: 4; }
    .nav__dropdown:after {
      position: absolute;
      right: 10px;
      top: 22px; }
  .nav__block-list-link {
    display: block; }
  .nav__item--expand {
    float: left; }
  .nav__list--expand {
    display: inline-block; }
  .nav--toggle .nav__item {
    display: block; }
    .nav--toggle .nav__item span {
      display: inline-block; }
  .nav--toggle .nav__item-content {
    display: none; }
    .nav--toggle .nav__item-content a {
      display: block; }

/*  --------------------------------------- 
                Switch List              
    -------------------------------------- */
.switch-list {
  display: inline-block;
  position: relative;
  white-space: normal; }
  .switch-list__wrapper {
    position: absolute;
    left: 0;
    z-index: 1; }
    .switch-list__wrapper--top {
      top: -94px; }
  .switch-list__links {
    position: relative;
    z-index: 0; }
    .switch-list__links:after {
      content: "";
      position: absolute;
      left: 1em;
      z-index: 0; }
    .switch-list__links:before {
      content: "";
      position: absolute;
      left: 1em;
      z-index: -1; }
    .switch-list__links--bottom:after {
      top: -7px; }
    .switch-list__links--bottom:before {
      top: -8px; }
    .switch-list__links--top:after {
      bottom: -6px;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
    .switch-list__links--top:before {
      bottom: -7px;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
    .switch-list__links span {
      display: block; }
  .switch-list__link {
    display: block;
    cursor: pointer; }

/*  --------------------------------------- 
                Switch List NON JS              
    -------------------------------------- */
.switch-list.non-js .switch-list__wrapper {
  display: none; }

.switch-list.non-js:hover .switch-list__wrapper {
  display: block; }

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

.table__small-col {
  display: table-cell;
  vertical-align: top; }

.table__row {
  display: table-row; }

td,
th {
  text-align: left; }
  td span,
  th span {
    display: block; }

/*  --------------------------------------- 
                    Label                      
    -------------------------------------- */
label {
  display: block; }

/*  --------------------------------------- 
                    Input                      
    -------------------------------------- */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  display: inline-block;
  vertical-align: top; }
  input[type="text"].input-block,
  input[type="password"].input-block,
  input[type="date"].input-block,
  input[type="datetime"].input-block,
  input[type="datetime-local"].input-block,
  input[type="month"].input-block,
  input[type="week"].input-block,
  input[type="email"].input-block,
  input[type="number"].input-block,
  input[type="search"].input-block,
  input[type="tel"].input-block,
  input[type="time"].input-block,
  input[type="url"].input-block,
  input[type="color"].input-block,
  textarea.input-block {
    display: block; }
  input[type="text"]::-ms-clear,
  input[type="password"]::-ms-clear,
  input[type="date"]::-ms-clear,
  input[type="datetime"]::-ms-clear,
  input[type="datetime-local"]::-ms-clear,
  input[type="month"]::-ms-clear,
  input[type="week"]::-ms-clear,
  input[type="email"]::-ms-clear,
  input[type="number"]::-ms-clear,
  input[type="search"]::-ms-clear,
  input[type="tel"]::-ms-clear,
  input[type="time"]::-ms-clear,
  input[type="url"]::-ms-clear,
  input[type="color"]::-ms-clear,
  textarea::-ms-clear {
    display: none; }

/*  --------------------------------------- 
                Input with icon              
    -------------------------------------- */
.input-wrap {
  position: relative; }
  .input-wrap__icon {
    position: absolute;
    top: .3em; }
    .input-wrap__icon--left {
      left: .5em; }
    .input-wrap__icon--right {
      right: .3em; }

/*  --------------------------------------- 
                Input with dropdown              
    -------------------------------------- */
.input-dropdown__arrow {
  display: inline-block;
  cursor: pointer; }

.input-dropdown__list-wrapper {
  left: -7.125em;
  position: absolute;
  z-index: 1; }

.input-dropdown__item {
  display: block;
  text-align: right; }

.modal__body .input-dropdown__items {
  position: fixed; }

.input-dropdown__items {
  overflow: scroll;
  overflow-x: hidden; }

.input-dropdown input[type=number]::-webkit-inner-spin-button,
.input-dropdown input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.input-dropdown input[type=number] {
  -moz-appearance: textfield; }

/*  --------------------------------------- 
                    Select                      
    -------------------------------------- */
.select-wrap {
  display: inline-block;
  position: relative; }
  .select-wrap:after {
    position: absolute;
    right: 1px;
    top: 1px; }

.select-block {
  display: block; }

/*  --------------------------------------- 
               Select custom                     
    -------------------------------------- */
.select-custom {
  display: inline-block;
  position: relative; }
  .select-custom:after {
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: 1px; }
  .select-custom__list {
    position: absolute;
    z-index: 1; }

/*  --------------------------------------- 
                 Checkbox                 
    -------------------------------------- */
.checkbox {
  position: relative; }
  .checkbox input {
    left: 0;
    position: absolute;
    top: 8px;
    visibility: hidden; }
  .checkbox label:before {
    display: inline-block;
    left: 0;
    position: absolute; }

/*  --------------------------------------- 
                    Switch          
    -------------------------------------- */
.switch {
  position: relative;
  display: inline-block; }
  .switch__checkbox {
    display: none; }
    .switch__checkbox:checked + .switch__label .switch__background {
      margin-left: 0; }
    .switch__checkbox:checked + .switch__label .switch__handler {
      right: 0px; }
  .switch__label {
    display: block;
    overflow: hidden; }
  .switch__background {
    display: block; }
    .switch__background:before, .switch__background:after {
      display: block;
      float: left; }
  .switch__handler {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .875em; }

/*  --------------------------------------- 
                 Radio                     
    -------------------------------------- */
.radio {
  position: relative; }
  .radio input {
    left: 5px;
    position: absolute;
    top: 15px;
    visibility: hidden; }
  .radio label:before {
    display: inline-block;
    left: 5px;
    position: absolute; }

/*  --------------------------------------- 
             Validation message                     
    -------------------------------------- */
.validation--active {
  display: inline-block; }

.validation--hide {
  display: none; }

.feedback--confirmation {
  display: inline-block; }

.feedback--small {
  max-width: 508px;
  margin: 0 auto !important; }

.feedback--position {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 6; }

.feedback__wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto; }

.feedback__close {
  position: absolute;
  right: 0;
  top: 0; }

/*  --------------------------------------- 
    feedback-input and feedback-message                   
    -------------------------------------- */
.feedback-input--error {
  display: inline-block; }

.feedback-input--validation {
  display: inline-block; }

.feedback-message--active {
  display: inline-block; }

.feedback-message--hide {
  display: none; }

/*  --------------------------------------- 
                Listing               
    -------------------------------------- */
.listing {
  position: relative;
  /*  --------------------------------------- 
                 Listing lot               
    -------------------------------------- */
  /*  --------------------------------------- 
              Listing lot-results               
    -------------------------------------- */
  /*  --------------------------------------- 
            Listing lot with actions            
    -------------------------------------- */
  /*  --------------------------------------- 
         Listing featured vehicles      
-------------------------------------- */
  /*  --------------------------------------- 
         Listing xbid    
-------------------------------------- */
  /*  --------------------------------------- 
         Listing xbid    
-------------------------------------- */ }
  .listing__image {
    display: block;
    overflow: hidden; }
  .listing__title a {
    display: inline-block; }
  .listing__title a span.listing__title__lot-no {
    margin-left: 4px;
    font-size: 14px;
    font-weight: bold; }
  .listing__title svg {
    margin-left: 19px;
    width: 20px;
    position: relative;
    top: 2px; }
  .listing__title .listing__title__lot-no__wrapper {
    display: none;
    color: #fff;
    border-radius: 2px;
    padding: 2px 5px;
    margin-left: 5px;
    background-color: #ddd; }
    .listing__title .listing__title__lot-no__wrapper a span.listing__title__lot-no {
      margin-left: 4px;
      font-size: 14px;
      font-weight: bold; }
    .listing__title .listing__title__lot-no__wrapper svg {
      margin-left: 0; }
    .listing__title .listing__title__lot-no__wrapper.inline-block {
      display: inline-block; }
  .listing__sale-info {
    position: relative; }
  .listing__date-info {
    white-space: nowrap; }
  .listing__reg-number {
    display: inline-block;
    position: relative; }
    .listing__reg-number:before {
      content: "";
      left: 0;
      position: absolute;
      top: 0; }
  .listing__lot-report-item {
    display: inline-block; }
  .listing__actions ul a {
    display: block; }
  .listing__lot-info {
    display: inline-block; }
    .listing__lot-info span {
      display: block; }
  .listing__details li {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 768px) {
      .listing__details li {
        display: block; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .listing__details li {
        display: block; } }
  .listing__details--lot-results .listing__pricing li {
    display: block; }
  .listing__details--lot-results .listing__pricing span {
    display: inline-block; }
  .listing__details--lot-actions li span {
    display: block; }
  .listing__details--lot-actions .listing__pricing span {
    display: inline-block; }
  .listing__pricing {
    display: inline-block; }
  .listing__details--lot-results li span {
    display: block; }
  .listing__actions-item {
    position: relative; }
    .listing__actions-item.non-js:hover .popup-list.non-js {
      opacity: 1;
      visibility: visible; }
  .listing__actions-item--check label:before {
    left: 0;
    top: 0; }
  .listing__actions-item--check input {
    left: 0;
    top: 0; }
  @media (min-width: 769px) and (max-width: 1024px) {
    .listing__pricing--lot-actions {
      display: block; } }
  .listing--card .listing__item {
    display: inline-block; }
  .listing--card .listing__image {
    display: block; }
  .listing--card .listing__link {
    display: inline-block; }
  .listing--xbid {
    display: table-row; }
  .listing .wrap-sale-info .listing__sale-info span {
    display: inline-block; }

/* --------------------------------------------------
	                   Breakdown
-------------------------------------------------- */
.breakdown__close.right {
  float: right; }

/*  --------------------------------------- 
                    Facets              
    -------------------------------------- */
.facets {
  position: relative; }

/*  --------------------------------------- 
                    Facet             
    -------------------------------------- */
.facet {
  position: relative; }
  .facet__item {
    display: block;
    position: relative; }
    .facet__item .icon {
      position: absolute;
      right: .75em;
      top: .75em; }
  .facet ul {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 0; }
  .facet__filters-remove {
    position: absolute;
    right: 2.75em;
    top: .5em;
    z-index: 2; }
  .facet__search {
    padding: 10px 10px 12px;
    display: flex; }
    .facet__search__input {
      flex-grow: 1; }
    .facet__search input[type="search"] {
      border-radius: 3px 0 0 3px; }
    .facet__search__icon {
      width: 35px;
      background: #fff;
      border: 1px solid #ccc;
      border-left: 0;
      border-radius: 0 3px 3px 0; }
      .facet__search__icon i {
        vertical-align: text-bottom; }
    .facet__search button[disabled] i {
      color: #ccc; }
    .facet__search__reset {
      padding: 15px; }
      .facet__search__reset button {
        width: 100%;
        border-radius: 3px; }

/*  --------------------------------------- 
                 Facet filters             
    -------------------------------------- */
.facet-filters {
  /*  --------------------------------------- 
                Mileage            
-------------------------------------- */
  /*  --------------------------------------- 
                Calendar                     
-------------------------------------- */ }
  .facet-filters__mileage-slider {
    position: relative !important; }
  .facet-filters__mileage-scrubber {
    position: absolute;
    top: -8px;
    z-index: 2; }
    .facet-filters__mileage-scrubber--right {
      right: 0; }
  .facet-filters__mileage-range {
    position: absolute;
    z-index: 1; }
  .facet-filters__mileage-labels {
    position: relative;
    top: 0; }
  .facet-filters__calendar-info {
    display: block; }

/*  --------------------------------------- 
               Results update                  
    -------------------------------------- */
.update-results {
  z-index: 2; }
  .update-results__count {
    display: inline-block; }

/* --------------------------------------------------
	                Modal
-------------------------------------------------- */
.modal {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 10000;
  /* --------------------------------------------------
	           Overlay displayed inside modal
    -------------------------------------------------- */ }
  .modal__fade .modal__dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%); }
  .modal.in .modal__dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .modal--large-open {
    position: static; }
  .modal__overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0; }
    .modal__overlay__fade {
      filter: alpha(opacity=0);
      opacity: 0; }
    .modal__overlay.in {
      filter: alpha(opacity=80);
      opacity: 0.8; }
  .modal__dialog {
    transition: transform 0.5s ease 0.3s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-right: auto;
    margin-left: auto;
    padding-top: 10%; }
  .modal__header {
    position: relative; }
  .modal__close {
    display: inline-block;
    position: absolute;
    right: -30px;
    top: -40px;
    z-index: 1; }
  .modal__title {
    display: block; }
  .modal__headline {
    display: inline-block; }
  .modal__list {
    display: inline-block; }
  .modal__list-item {
    display: inline-block; }
  .modal__content {
    position: relative; }
  .modal__label {
    display: table-cell; }
  .modal__input {
    display: table-cell;
    vertical-align: top; }
  .modal .overlay {
    top: 50%; }
  .modal--large-open {
    overflow-x: hidden; }

/* --------------------------------------------------
	                Tooltip
-------------------------------------------------- */
.tooltip {
  position: relative; }
  .no-touch .tooltip:hover:before {
    bottom: 12px;
    content: "";
    position: absolute;
    z-index: 99;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg); }
  .no-touch .tooltip:hover:after {
    bottom: 0;
    position: absolute;
    content: attr(data-tool);
    z-index: 98; }

.no-touch .tooltip--left:hover:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  margin-right: 6px;
  right: 100%; }

.no-touch .tooltip--left:hover:after {
  margin-right: 15px;
  right: 100%; }

.no-touch .tooltip--right:hover:before {
  right: -.7em; }

.no-touch .tooltip--right:hover:after {
  left: 110%; }

/* --------------------------------------------------
	                Notifier
-------------------------------------------------- */
.notifier {
  position: absolute;
  z-index: 5;
  white-space: nowrap; }
  .notifier__arrow:before {
    content: "";
    position: absolute;
    z-index: 99; }
  .notifier__arrow--left:before {
    right: 100%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg); }
  .notifier__arrow--right:before {
    left: -.6em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg); }
  .notifier--left {
    right: 0; }
  .notifier--right {
    left: 100%; }
  .notifier--top {
    top: -15px;
    left: 0; }
  .notifier--fixed {
    position: fixed; }
  .notifier--bottom {
    bottom: 50px; }
  .notifier__list {
    overflow: auto; }
  .notifier--push {
    bottom: 16px;
    white-space: inherit; }

/* --------------------------------------------------
	                Popover
-------------------------------------------------- */
.popover {
  position: absolute;
  z-index: 50; }
  .popover .arrow {
    position: absolute;
    bottom: -10px;
    left: 27px;
    z-index: 1;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg); }

/* --------------------------------------------------
	                List popup
-------------------------------------------------- */
.popup-list {
  position: absolute;
  z-index: 2; }
  .popup-list--right {
    left: 100%; }
  .popup-list--left {
    right: 100%; }
  .popup-list--bottom {
    right: -2px;
    top: 125%; }
    .popup-list--bottom .popup-list__link {
      padding: 8px 130px 8px 25px; }
  .popup-list--top {
    right: -2px;
    bottom: 125%; }
    .popup-list--top .popup-list__link {
      padding: 8px 130px 8px 25px; }
  .popup-list__arrow {
    position: absolute; }
    .popup-list__arrow--right {
      left: -9px;
      top: 10px; }
    .popup-list__arrow--left {
      right: 10px;
      top: 10px; }
    .popup-list__arrow--bottom {
      right: 30px;
      top: -8px; }
    .popup-list__arrow--top {
      right: 30px;
      bottom: 10px; }
    .popup-list__arrow:after {
      position: absolute; }
  .popup-list__link {
    display: block; }
  .popup-list.non-js {
    opacity: 0;
    visibility: hidden;
    z-index: 999; }

/* --------------------------------------------------
	                NonJS modal
-------------------------------------------------- */
.modal-nonjs__close {
  position: absolute;
  right: 0;
  top: -5px; }

.modal-nonjs label {
  display: inline-block; }

.modal-nonjs__body--small {
  max-height: 160px;
  overflow-y: auto;
  margin-top: 20px;
  background: #fff; }

/*  --------------------------------------- 
                Free text search                     
    -------------------------------------- */
.fts input[type=text] {
  padding-right: 3.55em; }

.fts__icon-group {
  position: absolute;
  top: .3em;
  right: .3em; }

.fts__typehead-container {
  left: 0;
  position: absolute;
  top: 2.05em;
  z-index: 11; }
  .fts__typehead-container .action {
    display: table-cell; }
  .fts__typehead-container--has-arrow:before {
    border-color: #c6c6c6 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 11px 11px;
    content: "";
    right: 2em;
    position: absolute;
    top: -.4em;
    z-index: -1; }
  .fts__typehead-container--has-arrow:after {
    border-color: #fff rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 11px 11px;
    content: "";
    right: 2em;
    position: absolute;
    top: -.3em;
    z-index: 0; }

.fts__typehead-inner {
  position: relative; }
  .fts__typehead-inner .manage-save-link {
    position: absolute;
    right: 1.25em;
    top: 1.063em; }

.fts__typehead-header {
  position: relative; }

.fts__typehead-title {
  display: inline-block; }

/*  --------------------------------------- 
                 Actions bar                     
    -------------------------------------- */
.actions-bar {
  left: 0;
  position: relative; }
  .actions-bar__fade {
    bottom: 0;
    left: 0;
    position: absolute; }
  .actions-bar__info {
    position: relative;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle; }
  .actions-bar .button-group {
    position: relative; }
  .actions-bar--top {
    top: 0px; }
  .actions-bar--bottom {
    bottom: 0px; }

/*  --------------------------------------- 
        Error result                     
    -------------------------------------- */
.no-results {
  display: inline-block; }
  .no-results__image {
    float: left;
    display: inline-block; }
  .no-results__info {
    float: left;
    display: inline-block; }
  .no-results--modal {
    bottom: 25px;
    top: auto; }
  .no-results__action {
    float: right; }

/*  --------------------------------------- 
                mysearches                    
    -------------------------------------- */
.mysearches {
  position: relative; }
  .mysearches__thead-title {
    position: relative;
    left: -15%; }
  .mysearches .table__thead {
    text-transform: uppercase; }
  .mysearches .table__row {
    cursor: pointer; }
    .mysearches .table__row--head {
      cursor: default; }
  @media (max-width: 768px) {
    .mysearches .table__row {
      display: table; }
    .mysearches .table__small-col {
      border: none; }
    .mysearches .switch {
      float: right; }
    .mysearches .hide-m {
      display: none; }
    .mysearches .page_header {
      display: none !important; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .mysearches .hide-l {
      display: none; }
    .mysearches .table__row {
      display: table-row; } }
  @media (min-width: 1024px) and (max-width: 1365px) {
    .mysearches .hide-l {
      display: none; } }
  @media (min-width: 1365px) and (max-width: 1600px) {
    .mysearches .hide-l {
      display: none; } }
  @media (min-width: 1600px) {
    .mysearches .hide-l {
      display: none; } }

/*  --------------------------------------- 
                 Actions bar                     
    -------------------------------------- */
.sort-bar {
  display: inline-block; }

/* --------------------------------------------------
	             Free Text Search
-------------------------------------------------- */
.menu-search__item {
  display: table-cell; }

.menu-search--item {
  display: table-cell; }

.menu-search .button {
  display: table-cell; }

/* --------------------------------------------------
	        Change Password Info Banner
-------------------------------------------------- */
.password-info-banner {
  padding: 15px;
  background-color: #fac710;
  font-weight: 600;
  margin-bottom: 20px; }

/* --------------------------------------------------
    Calendar
-------------------------------------------------- */
.calendar--datepicker:before {
  display: inline-block;
  position: absolute; }

.calendar--datepicker:after {
  display: inline-block;
  position: absolute; }

.calendar--datepicker--bottom:before {
  content: '';
  bottom: -9px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 50%; }

.calendar--datepicker--bottom:after {
  content: '';
  bottom: -9px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 50%; }

.calendar--datepicker--left:before {
  content: '';
  top: 211px;
  left: -14px;
  -webkit-transform: rotate(-85deg);
  -moz-transform: rotate(-85deg);
  -ms-transform: rotate(-85deg);
  -o-transform: rotate(-85deg);
  transform: rotate(-85deg); }

.calendar--datepicker--left:after {
  content: '';
  top: 211px;
  left: -13px;
  -webkit-transform: rotate(-85deg);
  -moz-transform: rotate(-85deg);
  -ms-transform: rotate(-85deg);
  -o-transform: rotate(-85deg);
  transform: rotate(-85deg); }

.calendar--datepicker--fixed {
  position: fixed !important; }

.calendar--datepicker.daterangepicker {
  display: none;
  position: absolute;
  z-index: 1100; }

.calendar--datepicker .calendar__header {
  position: relative; }

.calendar--datepicker .calendar__close {
  position: absolute;
  right: 1.25em;
  top: 1.5em; }
  .calendar--datepicker .calendar__close .icon--close {
    cursor: pointer; }

.calendar--datepicker .calendar--disabled {
  background: #eee; }

.calendar--datepicker .calendar--dropup:before {
  top: auto;
  top: initial;
  bottom: -7px; }

.calendar--datepicker .calendar--dropup:after {
  bottom: -6px;
  top: auto;
  top: initial; }

.calendar--datepicker .calendar--center:before {
  left: 0;
  right: 0;
  width: 0; }

.calendar--datepicker .calendar--center:after {
  left: 0;
  right: 0;
  width: 0; }

/*  --------------------------------------- 
                   Hero               
    -------------------------------------- */
.hero {
  position: relative; }
  .hero__img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0; }
  .hero--search .search__wrap {
    display: table; }
    @media (max-width: 768px) {
      .hero--search .search__wrap {
        display: block; } }
  .hero--search .search__form {
    float: left; }
    @media (max-width: 768px) {
      .hero--search .search__form {
        float: none; } }
  .hero--search .search__link {
    float: left; }
    @media (max-width: 768px) {
      .hero--search .search__link {
        float: none; } }

/*  --------------------------------------- 
            Content and teaser               
-------------------------------------- */
.teaser {
  position: relative; }
  @media (max-width: 768px) {
    .teaser .teaser__img {
      display: block !important; }
    .teaser .col {
      display: inline-block; } }
  .teaser--right .teaser__img {
    display: none; }
  .teaser--left .teaser__img {
    display: none; }
  .teaser--center .teaser__wrap {
    display: block; }
  .teaser__wrap {
    position: relative;
    z-index: 2; }
    .teaser__wrap > a, .teaser__wrap > button {
      display: inline-block; }
  .teaser__img--bg {
    position: absolute;
    top: 0;
    z-index: 0; }
  .teaser--bgimage {
    display: table; }

/* --------------------------------------------------
	               Bid panel
-------------------------------------------------- */
.bidpanel .tooltip--right:hover:before {
  right: -.75em; }

.bidpanel .tooltip--right:hover:after {
  left: 123%; }

.bidpanel .overlay {
  left: 50%;
  position: absolute;
  z-index: 20; }

.bidpanel__inner--terms {
  position: relative;
  top: 10px;
  text-align: left !important;
  white-space: normal; }
  .bidpanel__inner--terms p {
    padding-left: 0 !important; }
  .bidpanel__inner--terms .bidpanel__small-heading {
    font-size: 1em;
    margin-bottom: 2px; }

.listing__actions-inner .bidpanel__inner--terms a {
  padding-left: 0;
  display: inline;
  cursor: pointer; }

/* --------------------------------------------------
	               Transport Panel
-------------------------------------------------- */
.transport__panel {
  background: #fff;
  float: right;
  margin-left: -1em;
  margin-right: -1em;
  padding: 20px 0 0;
  width: 288px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding-bottom: 14px;
  position: relative;
  margin-top: 0;
  color: #000; }
  .transport__panel__loader {
    left: 45%;
    position: absolute;
    z-index: 20;
    top: 43%; }
  .transport__panel__loading__wrapper {
    text-align: center;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px; }
  .transport__panel__loading__text {
    font-size: 14px;
    font-weight: 700;
    color: #6d7278;
    margin-bottom: 9px; }
  .transport__panel__loading__icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #d0d0d0;
    margin: 0px auto 30px auto;
    border-top-color: #454545;
    transform: rotate(45deg);
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear; }
  .transport__panel__loading__container {
    position: relative;
    background: #fff;
    float: right;
    min-height: 300px;
    border: 1px solid #ccc;
    background: #fff;
    margin-left: -1em;
    margin-right: -1em;
    width: 288px;
    margin-top: 1em;
    border-radius: 6px; }
  .transport__panel__notify {
    background: #4caf50;
    color: #fff;
    font-weight: 500;
    opacity: 0.9;
    font-size: 0.875em;
    text-align: center;
    border-radius: 6px;
    padding: 1em 2em;
    line-height: 1.5em;
    margin: 0.313em 0.625em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .transport__panel__notify__icon {
      fill: #fff;
      width: 22px;
      height: auto;
      max-height: 22px;
      vertical-align: middle;
      padding-right: 0.5em;
      padding-bottom: 2px; }
  .transport__panel__title {
    font-size: 14px;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0 10px;
    font-weight: 700;
    max-width: 70%;
    line-height: 1.1;
    color: #000; }
  .transport__panel__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .transport__panel__item__column {
      text-align: center;
      flex-grow: 1;
      flex-basis: 0;
      padding: 0 10px; }
      .transport__panel__item__column--location {
        height: 42px;
        position: relative; }
        .transport__panel__item__column--location div span {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .transport__panel__item__column--location .tooltip--right:hover:after {
          left: 105%; }
      .transport__panel__item__column h4 {
        font-weight: bold;
        color: #6d7278;
        font-size: 10px;
        margin: 0 0 4px 0;
        padding: 0 10px;
        line-height: normal; }
      .transport__panel__item__column div {
        font-size: 12px;
        padding: 0 10px;
        line-height: 1.3;
        color: #444; }
        .transport__panel__item__column div span {
          font-weight: bold; }
      .transport__panel__item__column div.transport__panel__adress {
        font-size: 10px; }
      .transport__panel__item__column--icon {
        flex-grow: 0;
        line-height: 2.6; }
      .transport__panel__item__column--active {
        border-bottom: 4px solid #152d6d;
        padding-bottom: 7px; }
    .transport__panel__item.transport__panel__item--tabs h4 {
      font-size: 12px;
      color: #888; }
    .transport__panel__item.transport__panel__item--tabs .transport__panel__item__column {
      cursor: pointer; }
      .transport__panel__item.transport__panel__item--tabs .transport__panel__item__column--disabled {
        color: #dadada;
        cursor: not-allowed; }
        .transport__panel__item.transport__panel__item--tabs .transport__panel__item__column--disabled h4 {
          color: #dadada; }
      .transport__panel__item.transport__panel__item--tabs .transport__panel__item__column--disabled + div {
        color: #dadada;
        cursor: not-allowed; }
    .transport__panel__item--options {
      border: 1px solid #e0e0e0;
      border-radius: 6px;
      margin: 0 3px 10px;
      padding: 12px 10px;
      justify-content: space-around;
      align-items: center; }
      .transport__panel__item--options .transport__panel__item__column:first-child {
        flex-grow: 3;
        text-align: left; }
      .transport__panel__item--options .transport__panel__link {
        font-size: 12px; }
  .transport__panel__truck-icon {
    color: #060916;
    height: auto;
    width: 24px; }
  .transport__panel__subtitle {
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
    font-weight: 700;
    margin: 20px auto 15px;
    max-width: 80%;
    line-height: 1.1; }
    .transport__panel__subtitle--small {
      font-size: 10px;
      text-align: center;
      padding: 0 10px;
      font-weight: 700;
      margin: -5px auto 21px;
      max-width: 80%;
      line-height: 1.1; }
  .transport__panel__link {
    font-size: 12px;
    color: #0097ff;
    text-decoration: none; }
    .transport__panel__link.transport__panel__link--large {
      font-size: 14px;
      margin-top: 20px;
      display: block; }
  .transport__panel__pricing__column {
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
    margin-top: 20px; }
    .transport__panel__pricing__column:not(:first-child) .transport__panel__pricing__wrapper {
      border-left: 1px solid #ddd; }
    .transport__panel__pricing__column .transport__panel__pricing__title {
      background: rgba(216, 216, 216, 0.2);
      font-size: 12px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.5);
      padding: 4px 10px; }
  .transport__panel__pricing__wrapper {
    padding: 5px 10px 10px;
    margin: 8px 0 8px; }
  .transport__panel__pricing__value {
    font-size: 16px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 3px; }
  .transport__panel__pricing__details {
    font-size: 10px;
    font-weight: 900;
    color: #6d7278; }
  .transport__panel__text {
    font-size: 12px;
    line-height: 14px;
    color: #373737 !important;
    max-width: 85%;
    margin: 14px auto 0; }
    .transport__panel__text--small {
      font-size: 12px;
      line-height: 14px;
      color: #444;
      margin: 2px 0 9px; }
  .transport__panel__info-icon {
    fill: #828282;
    width: 13px;
    height: auto;
    max-height: 33px; }
  .transport__panel__button {
    background: #2196f3;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    width: 100%;
    border: none;
    max-width: 220px;
    margin-top: 8px; }

#lotPageSidePanel .viewlot__saleinfo .info__panel {
  background: #fff;
  float: right;
  margin-left: -1em;
  margin-right: -1em;
  padding: 20px 0 0;
  width: 288px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding-bottom: 14px;
  position: relative;
  margin-top: 2em;
  margin-bottom: 3em;
  left: 2px; }
  #lotPageSidePanel .viewlot__saleinfo .info__panel .table {
    width: 84%;
    margin: auto;
    font-size: 12px;
    line-height: 18px;
    color: #373737; }
  #lotPageSidePanel .viewlot__saleinfo .info__panel .sale__name {
    font-size: 14px;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0 10px;
    font-weight: 700;
    max-width: 70%;
    line-height: 1.1;
    color: #000000; }
  #lotPageSidePanel .viewlot__saleinfo .info__panel h6 {
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
    font-family: "Poppins-Bold", Arial, sans-serif;
    display: inline-block;
    margin: 0 0 15px 0;
    max-width: initial;
    width: 100%; }
  #lotPageSidePanel .viewlot__saleinfo .info__panel .wrapped-up {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px; }
    #lotPageSidePanel .viewlot__saleinfo .info__panel .wrapped-up .col {
      text-align: center;
      padding: 0 10px;
      width: 100%; }
      #lotPageSidePanel .viewlot__saleinfo .info__panel .wrapped-up .col img {
        max-width: 36px; }
  #lotPageSidePanel .viewlot__saleinfo .info__panel ul {
    list-style: none;
    margin: 10px 0;
    padding: 0; }
    #lotPageSidePanel .viewlot__saleinfo .info__panel ul li {
      margin-top: 0;
      font-size: 12px;
      line-height: 18px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all; }
  #lotPageSidePanel .viewlot__saleinfo .info__panel .viewlot__info--top {
    width: 100%; }
  #lotPageSidePanel .viewlot__saleinfo .info__panel .col--6 {
    width: 50%;
    float: left;
    padding-right: 10px; }
  #lotPageSidePanel .viewlot__saleinfo .info__panel .viewlot__actions {
    width: 100%;
    float: left; }
    #lotPageSidePanel .viewlot__saleinfo .info__panel .viewlot__actions .list-standard {
      font-size: 12px;
      line-height: 14px;
      color: #373737;
      max-width: 85%;
      margin: 20px auto 0;
      text-align: center; }
    #lotPageSidePanel .viewlot__saleinfo .info__panel .viewlot__actions a {
      font-size: 12px;
      margin-top: 5px;
      display: block;
      color: #0097ff;
      text-decoration: none; }
    #lotPageSidePanel .viewlot__saleinfo .info__panel .viewlot__actions li {
      width: 100%;
      border: 0;
      padding: 0; }
  #lotPageSidePanel .viewlot__saleinfo .info__panel .country,
  #lotPageSidePanel .viewlot__saleinfo .info__panel .key {
    margin-right: 0.2em;
    display: inline-block;
    padding: 0 3px;
    margin: auto;
    float: none;
    margin-bottom: 15px; }
  #lotPageSidePanel .viewlot__saleinfo .info__panel .icon--xbid {
    margin-left: -9px; }
  #lotPageSidePanel .viewlot__saleinfo .info__panel .wrapped-up {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px; }
    #lotPageSidePanel .viewlot__saleinfo .info__panel .wrapped-up .col {
      text-align: center;
      padding: 0 10px;
      width: 100%; }
      #lotPageSidePanel .viewlot__saleinfo .info__panel .wrapped-up .col img {
        max-width: initial;
        margin: 10px 0 15px; }

#lotPageSidePanel .viewlot__vehicleinfo.pricing__panel {
  background: #fff;
  float: right;
  margin-left: -1em;
  margin-right: -1em;
  padding: 20px 0 0;
  width: 288px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding-bottom: 14px;
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em; }
  #lotPageSidePanel .viewlot__vehicleinfo.pricing__panel .viewlot__headline--small {
    font-size: 14px;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0 10px;
    font-weight: 700;
    max-width: 70%;
    line-height: 1.1;
    color: #000000; }
  #lotPageSidePanel .viewlot__vehicleinfo.pricing__panel table tr td {
    font-size: 12px;
    line-height: 18px;
    padding: 2px 0px; }
  #lotPageSidePanel .viewlot__vehicleinfo.pricing__panel h3 + table {
    width: 84%;
    margin: auto;
    font-size: 12px;
    line-height: 18px;
    color: #373737; }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(45deg); }
  to {
    -moz-transform: rotate(405deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(45deg); }
  to {
    -webkit-transform: rotate(405deg); } }

@keyframes spin {
  from {
    transform: rotate(45deg); }
  to {
    transform: rotate(405deg); } }

/*Include components*/
@media (max-width: 768px) {
  .terms__title {
    display: inline-block; } }

.terms__wrap {
  position: relative; }

.terms .actions-bar {
  position: absolute; }
  .terms .actions-bar--bottom {
    bottom: -1px; }

.terms__actions {
  display: inline-block; }

.terms .checkbox {
  margin-left: 0.7em;
  margin-bottom: 0.7em; }

.viewlot__bidpanel {
  display: table-cell; }

.viewlot__actions {
  float: left; }
  .viewlot__actions li {
    float: left; }

.viewlot {
  /*  --------------------------------------- 
                 Group Vehicle Widget           
    -------------------------------------- */ }
  .viewlot__contact, .viewlot__info {
    font-size: 1em; }
  .viewlot__actions li {
    border-right: 1px solid #eee; }
    .viewlot__actions li:last-child {
      border: none; }
    .viewlot__actions li a:hover {
      cursor: pointer; }
  .viewlot__saleinfo {
    color: #000;
    font-size: 14px; }
    .viewlot__saleinfo table {
      border: none; }
      .viewlot__saleinfo table tr td {
        border: none; }
    .viewlot__saleinfo img {
      margin: 0 6em 0 0;
      width: 100px; }
    .viewlot__saleinfo .sale__name {
      font-size: 1.5em; }
    .viewlot__saleinfo .modal__body h2 {
      margin: 0 0 .5em 0; }
    .viewlot__saleinfo .modal__body .table-col {
      border-bottom: 1px solid #eee;
      padding: 1em 0; }
      .viewlot__saleinfo .modal__body .table-col p:last-child {
        margin-bottom: 0; }
      .viewlot__saleinfo .modal__body .table-col img {
        margin-right: 0; }
  .viewlot .layout {
    border: none;
    margin: 0; }
  .viewlot__grouped {
    vertical-align: top; }
    .viewlot__grouped__list {
      display: inline-table; }
      .viewlot__grouped__list span {
        display: block; }

/* --------------------------------------------------
	             Batch gallery
-------------------------------------------------- */
.BatchThumbContainer {
  max-width: 890px;
  overflow: hidden;
  margin: 0; }
  .BatchThumbContainer__title {
    background: #eaeaea;
    padding: 8px 15px;
    color: #6d7278;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    border-radius: 6px 6px 0 0; }
  .BatchThumbContainer__thumbs {
    border: #cdcdcd solid 1px;
    border-radius: 0 0 6px 6px;
    border-top: none;
    position: relative;
    overflow: hidden; }
    .BatchThumbContainer__thumbs .thumbnav {
      height: 95%;
      display: block;
      position: absolute;
      width: 30px;
      background: rgba(255, 255, 255, 0.8);
      color: #777777;
      top: 0; }
      .BatchThumbContainer__thumbs .thumbnav.left {
        left: 0; }
        .BatchThumbContainer__thumbs .thumbnav.left i {
          left: 0; }
      .BatchThumbContainer__thumbs .thumbnav.right {
        right: 0; }
        .BatchThumbContainer__thumbs .thumbnav.right i {
          right: 0; }
      .BatchThumbContainer__thumbs .thumbnav.disabled {
        display: none !important; }
      .BatchThumbContainer__thumbs .thumbnav:hover {
        color: #000; }
      .BatchThumbContainer__thumbs .thumbnav i {
        position: absolute;
        top: 25%; }
    .BatchThumbContainer__thumbs ul {
      height: 100px !important;
      list-style: none;
      margin: 0;
      padding: 15px;
      width: 200%;
      width: max-content; }
      .BatchThumbContainer__thumbs ul .active a > div {
        opacity: .4; }
      .BatchThumbContainer__thumbs ul li {
        float: left;
        margin-right: 22px; }
        .BatchThumbContainer__thumbs ul li a > div {
          max-width: 67px;
          margin-bottom: 10px; }
          .BatchThumbContainer__thumbs ul li a > div:hover {
            opacity: .4; }
          .BatchThumbContainer__thumbs ul li a > div .vehicleImageDiv {
            width: 67px;
            height: 50px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            border: #cdcdcd solid 2px;
            border-radius: 2px;
            margin-bottom: 3px; }
          .BatchThumbContainer__thumbs ul li a > div > p {
            color: #505050;
            font-size: 9px;
            line-height: initial;
            margin-top: 0px;
            padding-left: 1px;
            padding-right: 1px;
            margin-bottom: 0px;
            white-space: nowrap;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }

/*  --------------------------------------- 
                 filter                 
    -------------------------------------- */
.filter {
  position: relative;
  display: inline-block; }
  .filter .checkbox {
    display: table; }
  .filter input[type='text']::-ms-clear {
    display: none; }
  .filter .actions-bar--top .button {
    display: none; }
  .filter .sticky {
    text-align: right; }
    .filter .sticky .button {
      display: inline;
      vertical-align: bottom; }
  .filter__header {
    float: left; }
  .filter .input-wrap__icon--right {
    right: 0; }
  .filter__validation .icon--alert {
    display: none; }
  .filter .validation--error {
    margin-left: 1em;
    /*.search-box:not(:valid) ~ .show-alert {
            display:inline-block !important;
        }*/ }
  .filter__info {
    display: inline-block; }
  .filter__item {
    float: left;
    display: table; }
  .filter__label {
    vertical-align: top;
    display: table-cell; }
  .filter__panel {
    float: left;
    display: inline-block;
    text-align: left; }
    .filter__panel i {
      display: none; }
    .filter__panel--disable {
      position: relative; }
    .filter__panel--active .icon {
      display: inline-block; }
    .filter__panel .notifier--top {
      bottom: 75px;
      left: 0;
      top: inherit; }
  .filter__action {
    display: table-cell; }
  .filter__panel-type {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block; }
  .filter .date-schedule .input-wrap__icon--right {
    right: 0px; }
  .filter__loader {
    left: 50%;
    top: 50%;
    position: fixed;
    z-index: 20; }
  .filter__fade {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: .60; }

/*Include templates*/
.layout__main-centered {
  max-width: 960px;
  margin: 1em auto; }

/*  --------------------------------------- 
                   Grid                     
    -------------------------------------- */
.unit {
  padding-left: 1em;
  padding-right: 1em; }

.size1of2 {
  width: 50%; }

.size1of3 {
  width: 33.33333333%; }

.size2of3 {
  width: 66.6666%; }

.Page.Dashboard h1 {
  display: none; }

body > section {
  clear: both; }

/*  --------------------------------------- 
                    Layout                    
    -------------------------------------- */
.layout {
  clear: both;
  min-width: 768px;
  width: 100%; }
  .layout__center {
    max-width: 960px;
    margin: 0 auto; }
  .layout--large {
    max-width: 1280px;
    padding: 0; }
  .layout__right {
    padding-right: 1em; }
  .layout__inner {
    background: #f5f5f5;
    width: 100%; }
  .layout__sidebar {
    z-index: 1; }
    @media (min-width: 1024px) and (max-width: 1365px) {
      .layout__sidebar {
        display: none; } }
  .layout__main {
    background: #fff;
    margin-left: 340px; }
    @media (min-width: 1024px) and (max-width: 1365px) {
      .layout__main {
        margin: 0;
        width: 100%; } }
    .layout__main.panel-open {
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      z-index: 0; }
  .layout__main-inner {
    border-left: 1px solid #e2e2e2;
    padding: 1em 0;
    position: relative;
    vertical-align: top; }
  .layout__main-sidebar {
    padding-right: 1em; }
  .layout__item {
    display: inline-block;
    padding-left: 1em;
    vertical-align: top; }
    .layout__item:first-child {
      padding: 0; }

/*  --------------------------------------- 
                   Grid                     
    -------------------------------------- */
.five-tenths {
  width: 55%; }

.four-tenths {
  width: 45%; }

/*  --------------------------------------- 
                    Separator                     
    -------------------------------------- */
.separator {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 0; }

/*  --------------------------------------- 
                    Wrapper                     
    -------------------------------------- */
.wrapper {
  padding: 0 1em;
  width: 100%; }

/*  --------------------------------------- 
                    Sticky                     
    -------------------------------------- */
.sticky {
  position: fixed;
  z-index: 5; }

/*  --------------------------------------- 
                  Actions bar                     
    -------------------------------------- */
.actions-bar--top {
  transition: box-shadow .3s ease-in-out;
  -webkit-transition: box-shadow .3s ease-in-out;
  -moz-transition: box-shadow .3s ease-in-out;
  -o-transition: box-shadow .3s ease-in-out; }

.actions-bar--middle {
  padding: 1em 0 1em 2.5em; }

.actions-bar__item {
  padding: 8px 40px 8px 40px; }

.actions-bar--top.sticky {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3); }

.actions-bar-wrap {
  height: 66px; }

#main-actions-container {
  height: 58px; }
  @media (min-width: 1365px) and (max-width: 1600px) {
    #main-actions-container .sidebar-toogle {
      display: none; } }
  @media (min-width: 1600px) {
    #main-actions-container .sidebar-toogle {
      display: none; } }

/*.main-actions {
    border-top: 1px solid #e2e2e2;
    padding: 0.75em 1.4em;
    height: 60px;
    width: 100%;
    z-index: 2;

    .sidebar-trigger {
        @include breakpoint(large){
            display: none;
        }
    }
}*/
.modal-open {
  overflow: hidden; }

/*  --------------------------------------- 
                    Overlay                    
    -------------------------------------- */
#filteroverlay {
  position: absolute;
  z-index: 20; }

#overlay {
  left: 50%;
  top: 200px;
  position: absolute;
  z-index: 20; }

#filteroverlay {
  left: 50%;
  top: 200px; }

#fade {
  background-color: #F7F7F7;
  -moz-opacity: 0.6;
  opacity: .60;
  filter: alpha(opacity=60);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10; }

#filterfade {
  background-color: #F7F7F7;
  filter: alpha(opacity=60);
  height: 100%;
  -moz-opacity: 0.6;
  opacity: .60;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 10; }

/* --------------------------------------------------
	            Button go top
-------------------------------------------------- */
.button--gotop {
  bottom: 5em;
  display: none;
  padding: .7em 1em;
  position: fixed !important;
  right: 6.25em;
  opacity: 0;
  z-index: 40; }

/*  --------------------------------------- 
                    Facets                      
    -------------------------------------- */
.facets .update-results {
  bottom: 0;
  display: none;
  position: fixed;
  width: 340px; }

.facets {
  width: 340px; }

.panel-open .facets {
  left: 0;
  top: 0;
  height: 100%;
  position: fixed;
  overflow: auto;
  z-index: 10; }
  .panel-open .facets .notifier {
    position: fixed;
    left: 340px;
    top: 0; }

.panel-open .update-results {
  display: block; }

.panel-open .facet-filters {
  bottom: 25px;
  left: 365px;
  max-height: 95%;
  overflow: auto;
  padding: 1em 0;
  position: fixed;
  right: 25px;
  top: 25px;
  z-index: 9999;
  /*  --------------------------------------- 
        Facet filters fixed height                   
-------------------------------------- */ }
  .panel-open .facet-filters .update-results {
    bottom: 25px;
    top: auto;
    width: 380px; }
  .panel-open .facet-filters--fixedheight {
    max-height: calc(100% - 240px); }
    .panel-open .facet-filters--fixedheight.facet-filters--large {
      max-height: calc(100% - 175px); }
      @media (min-width: 1024px) and (max-width: 1365px) {
        .panel-open .facet-filters--fixedheight.facet-filters--large {
          max-height: calc(100% - 240px); } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .panel-open .facet-filters--fixedheight.facet-filters--large {
          max-height: calc(100% - 240px); } }
      @media (max-width: 768px) {
        .panel-open .facet-filters--fixedheight.facet-filters--large {
          max-height: calc(100% - 240px); } }

.panel-open .no-results--modal {
  bottom: 25px;
  left: 365px;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: fixed;
  right: 25px;
  top: auto;
  z-index: 9999; }

/*  --------------------------------------- 
                 Overlayer                     
    -------------------------------------- */
.overlayer {
  background: rgba(0, 0, 0, 0.4); }

.panel-open .overlayer {
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5; }

.panel-open--myitems .facets {
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  z-index: 10; }

.panel-open--myitems .facet-filters {
  bottom: inherit;
  left: 365px;
  max-height: 95%;
  overflow: auto;
  padding: 1em 0;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 9999; }

.panel-open--myitems .overlayer {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1; }

.update-results--myitems {
  margin-top: 1em;
  width: 340px; }
  .facets .update-results--myitems {
    position: static; }

.layout__main--myitems {
  display: flex;
  position: relative; }

.layout__main--full {
  margin-left: 0; }
  .layout__main--full .layout__main-inner--myitems {
    background: none;
    border: none;
    width: 100%; }

.layout__main-inner--myitems {
  padding: 0 1em;
  min-height: 465px;
  width: 100%; }

.layout__inner.panel-open--myitems {
  background: #fff;
  position: relative; }

.key-listing {
  margin: 1em 0; }
  .key-listing ul {
    padding: 0; }
    .key-listing ul li {
      list-style-type: none; }
      .key-listing ul li i {
        font-style: normal; }
        .key-listing ul li i:before {
          color: #ccc; }

/*  --------------------------------------- 
                    JS Only                    
    -------------------------------------- */
.jsonly {
  display: none; }

/*  --------------------------------------- 
                    Hide                    
    -------------------------------------- */
.hide {
  display: none; }

/*  ----------------------------------------------- 
    Media Queries iPads (portrait and landscape)                     
    ---------------------------------------------- */
@media (min-width: 480px) and (max-width: 1023px) {
  .layout__main {
    margin: 0;
    width: 100%; }
  .layout__sidebar {
    display: none; }
    .layout__sidebar.panel-open {
      display: block; } }

/*  ----------------------------------------------- 
                 Media Queries desktop                     
    ---------------------------------------------- */
@media (min-width: 1024px) and (max-width: 1365px) {
  .layout__sidebar.panel-open {
    display: block; }
  .facet-filters.facet-filters-large {
    width: 720px; } }

/*  ----------------------------------------------- 
                 Responsiv hide                     
    ---------------------------------------------- */
@media (max-width: 767px) {
  .hide--xs {
    display: none !important; } }

/*Include patterns*/
/* --------------------------------------------------
	                 Icons
-------------------------------------------------- */
.icon {
  /* --------------------------------------------------
	                  Sale icons
-------------------------------------------------- */ }
  .icon--left {
    margin-right: .5em; }
  .icon--right {
    margin-left: .5em; }
  .icon--large {
    font-size: 3em; }
  .icon--extralarge {
    font-size: 4em; }
  .icon--active {
    color: #66aa66; }
  .icon--disabled {
    color: #eee; }
  .icon--checked {
    color: #308dff; }
  .icon--bidnow {
    color: #3d5e92; }
  .icon--buynow {
    color: #b5cd55; }
  .icon--buynow-uk {
    color: #529ad0; }
  .icon--closedsale {
    color: #ca0000; }
  .icon--eauction {
    color: #62429a; }
  .icon--liveonline {
    color: #47b448; }
  .icon--mbatch {
    color: #604199; }
  .icon--auction {
    color: #f68b1f; }
  .icon--sealed {
    color: #519fd7; }
  .icon--track {
    color: #ffdd00; }
  .icon--price {
    color: #083074; }
  .icon--vendor {
    color: #ffdf00; }
  .icon--xbid {
    color: #c40000; }

/* --------------------------------------------------
	           Symbols
-------------------------------------------------- */
.symbol {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding: 2px 9px;
  text-transform: uppercase; }
  .symbol--new {
    border: 1px solid #fb8c00;
    color: #fb8c00;
    font-size: .750em;
    font-style: normal; }
  .symbol--success {
    border: 1px solid #4caf50;
    color: #4caf50;
    font-size: .750em;
    font-style: normal; }
  .symbol--warning {
    border: 1px solid #fb8c00;
    color: #fb8c00;
    font-size: .750em;
    font-style: normal; }

/* --------------------------------------------------
	                    Button
-------------------------------------------------- */
.button {
  padding: .5em 1em;
  min-height: 34px;
  /* --------------------------------------------------
	             Button-no-value
-------------------------------------------------- */
  /* --------------------------------------------------
	              Button-block
-------------------------------------------------- */
  /* --------------------------------------------------
	              Button-small
-------------------------------------------------- */
  /* --------------------------------------------------
	              Button-medium
-------------------------------------------------- */
  /* --------------------------------------------------
	              Button-large
-------------------------------------------------- */ }
  .button--no-value {
    padding: .25em; }
  .button--block {
    width: 100%; }
  .button--small {
    min-height: 32px;
    padding: .5em 1em; }
  .button--medium {
    min-height: 40px;
    padding: .5em 1.5em; }
  .button--large {
    min-height: 48px;
    padding: .5em 1.6em; }

/* --------------------------------------------------
	              Button group
-------------------------------------------------- */
.button-group {
  margin: 0;
  padding: 0; }
  .button-group .button-group__item:last-child .button {
    margin-bottom: 0; }
  .button-group .button {
    margin-bottom: .5em; }
  .button-group__item--inline {
    margin-left: .625em; }

/* --------------------------------------------------
	             More Links
-------------------------------------------------- */
.more-links {
  vertical-align: top;
  padding: 0px 5px 1px 5px;
  box-sizing: content-box;
  color: #666;
  min-height: 24px;
  line-height: 24px; }
  .more-links:before {
    font-size: 30px;
    line-height: 0.1;
    text-align: center;
    vertical-align: middle; }
  .more-links:hover {
    color: #000; }

/* --------------------------------------------------
	             Export / Tracked switch
-------------------------------------------------- */
.export-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  /* Rounded sliders */ }
  .export-switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .export-switch .export-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
    .export-switch .export-slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
  .export-switch input:checked + .export-slider {
    background-color: #4CAF50; }
  .export-switch input:focus + .export-slider {
    box-shadow: 0 0 1px #2196F3; }
  .export-switch input:checked + .export-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  .export-switch .export-slider.round {
    border-radius: 34px; }
  .export-switch .export-slider.round:before {
    border-radius: 50%; }

.export-label {
  vertical-align: top;
  padding-right: 5px; }

.tracked-switch {
  vertical-align: sub;
  padding-left: 0.625em;
  border-left: #ccc 1px solid; }
  .tracked-switch > label {
    padding: 0; }

/*  --------------------------------------- 
                    Form                      
    -------------------------------------- */
.form--small {
  width: 300px; }

.form__row {
  margin-top: 1em; }
  .form__row:first-child {
    margin: 0; }

.form__container {
  max-height: 250px;
  overflow: auto;
  padding: 0 .5em; }

/*  --------------------------------------- 
                    Input                      
    -------------------------------------- */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"] {
  height: 34px;
  padding: 0 .625em; }

.input--large {
  height: 40px !important; }

/*  --------------------------------------- 
                    Textarea                      
    -------------------------------------- */
textarea {
  padding: .625em; }

/*  --------------------------------------- 
               Input                    
    -------------------------------------- */
input[type="text"] {
  min-width: 300px; }

/*  --------------------------------------- 
           Input with icon left                 
    -------------------------------------- */
.input-wrap {
  /*  --------------------------------------- 
        Input with icon right                 
-------------------------------------- */ }
  .input-wrap input[type="text"] {
    padding-left: 2.25em;
    min-width: auto; }
  .input-wrap--right input[type="text"] {
    padding-right: 2.25em;
    padding-left: 10px; }

/*  --------------------------------------- 
                Input with dropdown              
    -------------------------------------- */
.input-dropdown input[type="number"] {
  min-width: inherit;
  text-align: right; }

.input-dropdown__list {
  display: inline-block;
  position: relative;
  white-space: normal; }

.input-dropdown__arrow {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 0px solid #ddd;
  margin: 0;
  padding: 0.406em 0;
  margin-left: -.370em;
  width: 1.625em;
  color: #000;
  max-height: 34px; }
  .input-dropdown__arrow .icon {
    color: #666; }

.input-dropdown__list-wrapper {
  width: auto; }

.input-dropdown__item {
  min-width: 7.1em;
  border-bottom: 1px solid #eee;
  line-height: 0.8;
  padding: .688em 1em .688em;
  cursor: pointer; }
  .input-dropdown__item--active {
    color: #48e;
    background: #f5f5f5; }

.input-dropdown__items {
  max-height: 15.313em;
  padding: 0;
  overflow: scroll;
  overflow-x: hidden;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: rgba(50, 50, 50, 0.65) 2px 2px 9px 0px;
  -moz-box-shadow: rgba(50, 50, 50, 0.65) 2px 2px 9px 0px;
  box-shadow: rgba(50, 50, 50, 0.65) 2px 2px 9px 0px; }

.input-dropdown--small input[type="number"] {
  max-width: 6.875em; }

.input-dropdown:not(:first-child) {
  margin-left: 1em; }

/*  --------------------------------------- 
                    Label                      
    -------------------------------------- */
label {
  padding: .5em 0; }

/*  --------------------------------------- 
                    Select                      
    -------------------------------------- */
.select-wrap:after {
  height: 32px;
  padding: 0 .1em;
  width: 26px;
  content: "\e5c5";
  font-family: 'Material Icons'; }

.select-wrap select {
  height: 34px;
  padding: 0 .75em 0 .5em;
  width: 100%; }
  @media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
    .select-wrap select {
      padding: 0 .5em; } }

.select-wrap--large:after {
  height: 46px; }

.select-wrap--large select {
  height: 48px; }

.select-block {
  margin-bottom: 0.5em; }

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .select-wrap select {
    padding-right: 30px; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  ::i-block-chrome, .select-wrap select {
    -webkit-appearance: none;
    padding-right: 2em; } }

/*  --------------------------------------- 
               Select custom                     
    -------------------------------------- */
.select-custom {
  cursor: pointer; }
  .select-custom:after {
    background: #fff;
    font-size: 140%;
    line-height: 37px;
    text-align: center;
    height: 32px;
    padding: 0 .1em;
    width: 26px;
    content: "\e5c5";
    font-family: 'Material Icons'; }
    @media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
      .select-custom:after {
        font-size: 100%; } }
  .select-custom__selected {
    border: 1px solid #ddd;
    height: 34px;
    padding: .65em 2.2em .65em .75em; }
  .select-custom__list {
    border: 1px solid #7b9cd3;
    background: #fff;
    max-height: 400px;
    overflow: auto;
    width: 100%; }
  .select-custom__list-item {
    padding: 0 .75em; }
    .no-touch .select-custom__list-item:hover {
      background: #248fff;
      color: #fff; }
    .select-custom__list-item--selected {
      background: #248fff;
      color: #fff; }

/*  --------------------------------------- 
                 Checkbox                 
    -------------------------------------- */
.checkbox input {
  height: 24px;
  width: 24px; }

.checkbox label {
  padding-left: 2.25em;
  padding-right: 1em; }
  .checkbox label:before {
    height: 24px;
    width: 24px; }

/*  --------------------------------------- 
                 Switch          
    -------------------------------------- */
.switch {
  width: 42px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .switch__label {
    border-radius: .875em;
    padding: 0; }
  .switch__background {
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s; }
    .switch__background:before, .switch__background:after {
      width: 50%;
      height: 24px;
      padding: 0;
      box-sizing: border-box; }
    .switch__background:before {
      content: "" attr(data-on) "";
      padding-left: .625em; }
    .switch__background:after {
      content: "" attr(data-off) "";
      padding-right: .625em;
      text-align: right; }
  .switch__handler {
    width: 18px;
    margin: 5px;
    border-radius: .875em;
    transition: all 0.3s ease-in 0s; }

/*  --------------------------------------- 
                 Radio                     
    -------------------------------------- */
.radio label {
  padding-left: 2.5em; }
  .radio label:before {
    height: 24px;
    width: 24px; }

/*  --------------------------------------- 
                Validation                   
    -------------------------------------- */
.validation ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* --------------------------------------------------
	                     Nav
-------------------------------------------------- */
.nav {
  /* --------------------------------------------------
	               Nav global
-------------------------------------------------- */
  /* --------------------------------------------------
	    Nav dropdown
    -------------------------------------------------- */
  /* --------------------------------------------------
	    Nav breadcrumb
    -------------------------------------------------- */
  /* --------------------------------------------------
        Nav tabbed
    -------------------------------------------------- */
  /* --------------------------------------------------
	                   Nav block
    -------------------------------------------------- */
  /* --------------------------------------------------
        Nav summary
    -------------------------------------------------- */
  /* --------------------------------------------------
        Nav Controlers
    -------------------------------------------------- */
  /* --------------------------------------------------
        Nav pagination
    -------------------------------------------------- */
  /* --------------------------------------------------
        Nav expandable
    -------------------------------------------------- */
  /* --------------------------------------------------
	               Nav local
-------------------------------------------------- */
  /* --------------------------------------------------
                      Toggle
-------------------------------------------------- */ }
  .nav__list {
    margin: 0;
    padding: 0; }
  .nav__link--global {
    padding: 1em; }
  .nav__item--global:hover .nav__dropdown:before {
    height: 6px;
    width: 100%; }
  .nav__sub-item--global h4 {
    margin-top: .5em; }
  .nav__sub-group {
    padding: 0 1em 0 0; }
    .nav__sub-group:last-child {
      padding-right: 0; }
  .nav__sub-link--global {
    padding: .5625em 1em; }
  .nav__dropdown {
    padding-right: 2em; }
  .nav--breadcrumb .nav__item {
    padding: 1em .3125em; }
  .nav--breadcrumb .nav__inner {
    height: 40px;
    margin: 0 auto;
    max-width: 1280px;
    padding: .75em; }
  .nav--tabbed .nav__item {
    height: 4em;
    line-height: 4em; }
    .nav--tabbed .nav__item span {
      padding: 0 .75em; }
  .nav__link--tabbed {
    margin-right: 1em; }
  .nav__block-title {
    margin-top: 0;
    margin-bottom: .75em; }
  .nav__block-list-link {
    padding: .25em; }
  .nav__block-list-text {
    padding: .25em; }
  .nav--summary {
    margin-bottom: 4em; }
    .nav--summary .nav__block-list {
      padding-right: 2em; }
    .nav--summary .nav__block-list-item:first-child .nav__block-list-link {
      padding-left: 0; }
    .nav--summary .nav__block-list-link {
      padding-left: 1em; }
    .nav--summary .nav__col {
      float: left; }
      .nav--summary .nav__col:first-child {
        width: 33%; }
      .nav--summary .nav__col:last-child {
        width: 67%; }
        .nav--summary .nav__col:last-child .nav__block-list {
          float: left;
          width: 50%; }
          .nav--summary .nav__col:last-child .nav__block-list:last-child {
            padding-right: 0; }
  .nav--controllers {
    margin-bottom: 1.5em; }
    .nav--controllers .nav__item {
      padding-right: 1em; }
      .nav--controllers .nav__item:last-child {
        padding: 0; }
    .nav--controllers .nav__link--disabled {
      color: #ccc; }
      .nav--controllers .nav__link--disabled:hover {
        cursor: not-allowed; }
  .nav--pagination {
    margin-top: 1em; }
    .nav--pagination--top {
      margin-top: 0;
      margin-bottom: 1em; }
  .nav__item--pagination {
    margin-left: .5em; }
  .nav__link--pagination {
    padding: .5em .8em; }
  .nav--expand {
    width: 100%; }
  .nav__item--expand {
    width: 33%; }
  .nav__link--expand {
    padding: 1.25em; }
  .nav--local {
    width: 100%; }
  .nav__item--local {
    margin: 0 1em;
    height: 4em;
    line-height: 4em; }
  .nav--toggle {
    margin-bottom: 5em; }
    .nav--toggle .nav__list {
      width: 33%; }
      .nav--toggle .nav__list li {
        padding: 0 1em 1em 1em; }
    .nav--toggle .nav__item {
      height: 48px;
      padding: .5em 1em .5em .5em;
      width: 100%; }
    .nav--toggle .nav__item-content {
      padding: .5em 0; }
      .nav--toggle .nav__item-content li:first-child a {
        padding-bottom: .5em; }

/* --------------------------------------------------
	               Tab content
-------------------------------------------------- */
.tab-content {
  padding: 1em 0.75em; }
  .tab-content__title {
    margin: 0 0 1.5em 0;
    padding: 0; }

/*  --------------------------------------- 
                Switch List              
-------------------------------------- */
.switch-list__wrapper {
  width: 100%; }

.switch-list__links {
  padding: 0;
  margin: 0; }

.switch-list__links-inner {
  padding-left: 14px; }

.switch-list__link {
  padding: 11px; }

.switch-list__item {
  width: 100%; }
  .no-touch .switch-list__item:hover {
    width: 100%; }

.switch-list__item-title {
  padding: 11px 13px 9px; }

.switch-list .button {
  margin: 0; }

table tr td, table tr th {
  padding: 0.625em 0.938em; }

.table__thead--small {
  height: 24px;
  background-color: #eee;
  font-size: .750em;
  font-weight: 500;
  line-height: 2;
  color: #222222;
  padding: 0 0.7em; }

.table__small-col {
  color: #888;
  height: 56px;
  border-bottom: 1px solid #eee;
  padding: 16px 0 0 10px;
  vertical-align: top; }

.no-touch .table__row:hover {
  background: rgba(238, 238, 238, 0.35); }

/*  --------------------------------------- 
                Description lists                     
    -------------------------------------- */
dl dd {
  margin: 0; }

/*  --------------------------------------- 
                 Unordered lists                     
    -------------------------------------- */
.list-standard {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.list-regular {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .list-regular li {
    line-height: 1.6em;
    padding: .625em 0; }

.feedback {
  margin: 1em 0; }
  .feedback--promo {
    margin: 0.5em 0; }
  .feedback p {
    margin: 0; }
  .feedback__inner {
    padding: 1em; }
    .feedback--promo .feedback__inner {
      padding: 4px; }
  .feedback__title {
    margin: 0;
    padding: 0 1em .5em 1em; }
    .feedback--promo .feedback__title {
      margin-right: 48px;
      margin-top: 0.8em;
      font-size: 14px; }
  .feedback--promo .feedback__link {
    margin-right: 45px;
    font-size: 14px; }
  .feedback--promo-image {
    position: relative; }
    .feedback--promo-image .feedback__inner {
      position: relative;
      z-index: 2; }
    .feedback--promo-image .feedback__title {
      padding: 0 1em .5em 0em; }
  .feedback--highlight {
    width: 288px;
    float: right;
    margin-left: -1em;
    margin-right: -1em;
    padding: .375em; }
  .feedback .fade {
    z-index: 1; }
  .feedback__subtitle {
    padding-top: 1em; }
  .feedback__button {
    padding-top: 1em; }
  .feedback--cta .feedback__title {
    padding: .5em; }
  .feedback--no-data {
    padding: 5em 0; }
    .feedback--no-data .feedback__inner {
      margin: 0 auto;
      max-width: 650px; }

/*  --------------------------------------- 
                 Alert            
    -------------------------------------- */
.alert {
  margin-top: 3em;
  width: 100%; }
  .alert__wrap {
    text-align: center;
    max-width: 580px;
    margin: 0 auto; }
  .alert__headline {
    margin: 0 0 1.5em 0; }
  .alert__info {
    margin-bottom: 1em; }
  .alert__advise {
    margin-top: 1em; }
  .alert__action {
    margin-bottom: 2em;
    margin-top: 2em; }
  .alert__image {
    margin-bottom: 3em; }

.feedback {
  text-align: center; }
  .feedback__title {
    font-weight: 500; }
  .feedback--info {
    background: #ddd;
    color: #555; }
    .feedback--info a {
      color: #555;
      text-decoration: underline; }
      .feedback--info a:hover {
        color: #555 !important;
        text-decoration: underline !important; }
  .feedback--confirmation {
    background: #333;
    color: #fff; }
  .feedback--error {
    background: #f5b7ab;
    color: #444; }
  .feedback--warning {
    background: #ffe8aa;
    color: #444; }
  .feedback--success {
    background: #c5e5de;
    color: #444; }

.headline {
  padding: 1.2em 1.6em;
  margin: .75em 0; }

/*  --------------------------------------- 
                 Actions bar                     
    -------------------------------------- */
.actions-bar {
  padding: 0.75em 1em;
  width: 100%; }
  .actions-bar--nopadding-lr {
    padding-left: 0;
    padding-right: 0; }
  .actions-bar__fade {
    height: 100%;
    width: 100%; }
  .actions-bar .button-group button {
    margin-bottom: 0px; }
  .actions-bar__info {
    padding-right: .625em; }

/*  --------------------------------------- 
        Error result                     
    -------------------------------------- */
.no-results {
  width: 100%;
  margin-top: 20px;
  padding: 1.5em; }
  .no-results__image {
    min-height: 105px;
    background-image: url(../../../imgs/icon-search.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 10%;
    margin-right: 20px; }
  .no-results__title {
    margin: 0; }
  .no-results__message {
    margin: 0 0 24px; }
  .no-results__info {
    vertical-align: sub;
    text-align: left; }
  .no-results--modal {
    background: #fff;
    padding: 1.5em;
    width: 380px; }
    .no-results--modal .no-results__message {
      margin: 0; }
  @media (min-width: 1365px) and (max-width: 1600px) {
    .no-results--large {
      width: 720px; } }
  @media (min-width: 1600px) {
    .no-results--large {
      width: 1069px; } }
  .no-results__action {
    padding: .438em 0;
    text-align: right; }

/*  --------------------------------------- 
                mysearches                    
    -------------------------------------- */
.mysearches__title {
  font-weight: 500; }

.mysearches__info {
  text-align: right; }

.mysearches .table__row {
  text-decoration: none; }
  .mysearches .table__row:last-of-type {
    border-bottom: 1px solid #eee; }

@media (max-width: 768px) {
  .mysearches .table__row {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #eee;
    padding: 0 10px 16px 10px; }
  .mysearches .table__small-col {
    border: none; }
  .mysearches .mysearches__info {
    text-align: left;
    margin-top: -16px; }
  .mysearches .switch {
    margin-left: 20px; } }

/*  --------------------------------------- 
                 Actions bar                     
    -------------------------------------- */
.sort-bar {
  padding: 1.5em 1em 1em;
  width: 100%; }

/*  --------------------------------------- 
                mybasket                    
    -------------------------------------- */
.notes {
  color: #888; }
  .notes__content {
    font-size: 14px;
    margin-top: 1em; }

/* --------------------------------------------------
	             Free Text Search
-------------------------------------------------- */
.menu-search__item {
  width: 100%;
  padding-right: 1em; }

.menu-search--item {
  width: 100%;
  padding-right: 1em; }

.menu-search__input {
  height: 42px !important;
  min-width: inherit !important; }

.menu-search .button {
  margin-left: 0.625em; }

/* --------------------------------------------------
	             Admin panel
-------------------------------------------------- */
@media (max-width: 768px) {
  .admin-panel {
    padding-left: 106px; } }

@media (min-width: 769px) and (max-width: 1024px) {
  .admin-panel {
    padding-left: 106px; } }

.admin-panel h4 {
  margin: 0; }

.admin-panel .button-group {
  margin: 1em 0; }
  .admin-panel .button-group__item--inline {
    margin-left: 0;
    margin-right: 2em;
    padding: .5em 0; }

/*  --------------------------------------- 
                Promo Banner                     
    -------------------------------------- */
.promo-banner {
  padding: 1em; }
  .promo-banner__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-right: 1em;
    height: 146px;
    width: 184px;
    border: solid 1px #ffffff; }
  .promo-banner__title {
    margin: 0 0 1em 0; }
  .promo-banner__action {
    padding-right: 1em; }
  .promo-banner__link {
    text-decoration: underline;
    cursor: pointer; }

/*  --------------------------------------- 
                    Listing                
    -------------------------------------- */
.listing {
  padding: 1em 0;
  width: 100%;
  /*  --------------------------------------- 
                Listing lot              
    -------------------------------------- */
  /*  --------------------------------------- 
              Listing lot results              
    -------------------------------------- */
  /*  --------------------------------------- 
           Listing lot with actions               
---------------------------------------- */
  /*  --------------------------------------- 
          Listing sale header             
-------------------------------------- */
  /*  --------------------------------------- 
          Listing inline            
-------------------------------------- */
  /*  --------------------------------------- 
         Listing card    
-------------------------------------- */
  /*  --------------------------------------- 
         Listing featured       
-------------------------------------- */
  /*  --------------------------------------- 
         Listing myitems      
-------------------------------------- */
  /*  --------------------------------------- 
         Listing xbid    
-------------------------------------- */
  /*  --------------------------------------- 
         Listing xbid    
-------------------------------------- */ }
  .listing__inner {
    padding: 1em; }
  .listing__image {
    width: 100px;
    max-height: 75px; }
    .listing__image img {
      width: 100px; }
    .listing__image--small {
      width: 40px;
      height: 30px; }
      .listing__image--small img {
        width: 40px; }
    .listing__image--large {
      width: 135px;
      max-height: 75px;
      overflow: hidden; }
    .listing__image .listing__img {
      width: 135px !important;
      height: auto !important; }
  .listing__entry {
    padding: 0 0 0 1em;
    width: 100%; }
  .listing__title {
    margin: 0; }
    .listing__title a {
      padding: 0.44em 0; }
  @media (min-width: 769px) and (max-width: 1024px) {
    .listing__date-info {
      margin-top: .5em; } }
  .listing__sale-info {
    margin-top: 1em;
    width: 100%; }
  .listing__sale-actions-link {
    margin-top: 1em; }
  .listing__reg-number {
    padding: .3em .3em .3em 1em;
    margin: .5em 0 0 0;
    width: 135px; }
    .listing__reg-number:before {
      height: 100%;
      margin-right: .3em;
      padding: .33em .334em .36em; }
    .listing__reg-number--small {
      width: auto;
      min-width: 100px;
      font-size: 14px;
      text-align: center; }
  .listing__actions {
    padding-left: 1em;
    height: 45px;
    width: 50px; }
    @media (min-width: 769px) and (max-width: 1024px) {
      .listing__actions-item--print .tooltip:hover:after {
        display: none; }
      .listing__actions-item--print .tooltip:hover:before {
        display: none; } }
  .listing__actions-inner {
    margin: 0;
    padding: 0;
    position: relative; }
    .listing__actions-inner a {
      padding: .65em .9em; }
  .listing--actions {
    padding: 0; }
  .listing__lot-report {
    margin: .5em 0 0 0;
    min-width: 107px;
    padding: 0; }
    .listing__lot-report-item {
      margin-right: .5em; }
    .listing__lot-report .button {
      min-height: inherit;
      padding: .315em .3em; }
    .listing__lot-report .button-group__item:first-child {
      margin-left: 0; }
  .listing__lot-info {
    margin: 0;
    padding: 0;
    min-width: 119px; }
    .listing__lot-info--small {
      font-size: .875em;
      color: #888; }
  .listing__details {
    width: 100%; }
    .listing__details ul {
      padding: 0; }
    .listing__details li {
      padding-left: 1em;
      /*&:first-child {
                padding: 0;
            }*/ }
      @media (max-width: 768px) {
        .listing__details li {
          padding: 0; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .listing__details li {
          padding: 0; } }
      @media (min-width: 1024px) and (max-width: 1365px) {
        .listing__details li {
          width: 150px; }
          .listing__details li:first-child {
            width: 170px; } }
      @media (min-width: 1365px) and (max-width: 1600px) {
        .listing__details li {
          width: 170px; } }
      @media (min-width: 1600px) {
        .listing__details li {
          width: 230px; } }
  .listing__lot-promotion {
    line-height: 1.5;
    color: #444;
    margin-bottom: .25em; }
  .listing__lot-note {
    font-weight: 500;
    line-height: 1.5;
    color: #444;
    font-size: .875em;
    margin-bottom: .25em; }
  .listing__pricing {
    min-width: 192px;
    padding: 0px;
    width: 50%; }
    .listing__pricing li {
      width: auto; }
      @media (min-width: 1024px) and (max-width: 1365px) {
        .listing__pricing li:first-child {
          width: auto; } }
  .listing__pricing--lot-results {
    width: auto;
    max-width: 360px; }
  .listing__details--lot-actions {
    margin-bottom: 10px; }
  .listing__details--lot-actions--cheetah li {
    padding-right: 1em;
    padding-left: 0; }
    @media (min-width: 1024px) and (max-width: 1365px) {
      .listing__details--lot-actions--cheetah li {
        width: 150px; }
        .listing__details--lot-actions--cheetah li:last-child {
          width: 170px; } }
    @media (min-width: 1365px) and (max-width: 1600px) {
      .listing__details--lot-actions--cheetah li {
        width: 170px; } }
    @media (min-width: 1600px) {
      .listing__details--lot-actions--cheetah li {
        width: 190px; } }
  .listing__details--lot-actions--cheetah .listing__pricing--lot-results li {
    width: auto;
    padding: 0; }
  @media screen and (min-width: 1600px) and (max-width: 1680px) {
    .listing__details--lot-actions--cheetah .listing__pricing--lot-results {
      max-width: 225px; } }
  @media screen and (max-width: 1280px) {
    .listing__details--lot-actions--cheetah .listing__pricing--lot-results {
      max-width: 255px; } }
  .listing__actions--lot-actions {
    min-width: 301px;
    padding: 0px; }
    .listing__actions--lot-actions .button, .listing__actions--lot-actions .select-wrap {
      margin-bottom: .5em; }
  .listing__actions-item--check {
    padding: .65em 1em; }
    .listing__actions-item--check .checkbox {
      height: 24px;
      width: 24px; }
  .listing--sale-header {
    margin: 0;
    padding: 0; }
  .listing__sale-header-details {
    padding-top: 1em; }
    .listing__sale-header-details ol, .listing__sale-header-details ul {
      padding: 0;
      list-style-position: inside; }
  .listing__inline-item {
    margin-bottom: .625em; }
    .listing__inline-item .button {
      margin-top: .625em; }
  .listing--card {
    text-align: center; }
    .listing--card .listing__item {
      width: 30%;
      max-width: 320px;
      min-width: 286px;
      margin: .75em;
      padding: 0;
      vertical-align: top; }
      .listing--card .listing__item a {
        display: block; }
    .listing--card .listing__image {
      max-width: 100%;
      width: 100%;
      height: 200px;
      max-height: initial; }
    .listing--card .listing__wrap {
      max-width: 286px;
      margin: 0 auto;
      padding: 0 1em; }
    .listing--card .listing__title {
      margin: 1.5em 0 1em 0; }
    .listing--card .listing__date {
      margin: 1em 0; }
    .listing--card .listing__description {
      margin: 1em 0; }
    .listing--card .listing__link {
      margin-bottom: 2em; }
  .listing--promo {
    padding-top: 2em; }
    .listing--promo .listing__item a {
      display: block; }
    .listing--promo .listing__link {
      display: block;
      margin: 0;
      padding: 1em 0; }
    .listing--promo .listing__image {
      height: auto;
      max-height: initial; }
  .listing--featured .listing__item {
    margin: 2em 0;
    padding: 0 1em 1.5em 1em; }
    .listing--featured .listing__item:first-of-type {
      padding-top: 1.5em; }
  .listing--featured .listing__title a {
    padding: 0; }
  .listing--featured .listing__image {
    margin-right: 2em; }
  .listing--featured .listing__link {
    padding-right: 1em;
    margin-right: 1em; }
  .listing--featured-viewlot .listing__description {
    width: 50%; }
  .listing--featured-viewlot .listing__col--top {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em; }
  .listing--myitems .checkbox {
    padding-top: 1.5em; }
  .listing--myitems .listing__pricing {
    min-width: 245px; }
  .listing--myitems .listing__details--lot-actions .col:first-child li {
    padding-left: 0; }
  .listing--myitems .listing__details--lot-actions .col:nth-child(2) li {
    width: 152px; }
  .listing--innactive-message {
    height: calc(100% - 1em);
    position: absolute;
    width: 100%;
    z-index: 4; }
    .listing--innactive-message .table {
      height: 100%; }
      .listing--innactive-message .table .table-col {
        font-size: 2.5em;
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
  .listing--bid .listing__table {
    display: table;
    width: 100%; }
    @media (min-width: 770px) {
      .listing--bid .listing__table {
        display: block; } }
    @media (min-width: 1365px) and (max-width: 1600px) {
      .listing--bid .listing__table {
        display: table; } }
    @media (min-width: 1600px) {
      .listing--bid .listing__table {
        display: table; } }
    @media (max-width: 768px) {
      .listing--bid .listing__table {
        display: block; } }
  .listing--bid .listing__col {
    padding-left: 1em; }
  @media (min-width: 770px) {
    .listing--bid .listing__bidtime {
      display: block; } }
  @media (min-width: 1365px) and (max-width: 1600px) {
    .listing--bid .listing__bidtime {
      display: table-cell; } }
  @media (min-width: 1600px) {
    .listing--bid .listing__bidtime {
      display: table-cell; } }
  @media (max-width: 768px) {
    .listing--bid .listing__bidtime {
      display: block; } }
  .listing--bid .listing__bidinfo {
    min-width: 217px;
    line-height: 1.5; }
  .listing--bid .listing__pricing {
    min-width: 217px; }
    .listing--bid .listing__pricing-value, .listing--bid .listing__pricing-label {
      display: inline-block; }
  .listing--bid .listing__saleinfo {
    margin-left: 7em; }
  .listing--bid .bidpanel__spinner input[type="text"] {
    min-width: 200px; }
    @media (min-width: 770px) {
      .listing--bid .bidpanel__spinner input[type="text"] {
        min-width: 100px; } }
    @media (max-width: 768px) {
      .listing--bid .bidpanel__spinner input[type="text"] {
        min-width: 85px; } }
  .listing--xbid {
    padding: .715em 0; }
    .listing--xbid > .col {
      padding: .715em .5em !important; }
      .listing--xbid > .col > span {
        white-space: nowrap; }
  .listing--xbidpanel {
    padding: 1em .5em; }
    .listing--xbidpanel .listing__details ul {
      margin: 0; }
      .listing--xbidpanel .listing__details ul li {
        padding: 0; }
    .listing--xbidpanel .listing__actions {
      height: auto;
      padding: 0;
      width: 115px; }
  .listing .wrap-sale-info {
    width: 100%; }

/*  --------------------------------------- 
                  Breakdown               
    -------------------------------------- */
.breakdown {
  /* --------------------------------------------------
	                Bid Breakdown modal
    -------------------------------------------------- */
  /* --------------------------------------------------
	                My Bids modal
    -------------------------------------------------- */ }
  .breakdown td, .breakdown th {
    padding: 1em; }
  .breakdown__note {
    margin: 1em 0; }
  .breakdown--bid a {
    text-decoration: none; }
  .breakdown--bid .breakdown__price-info {
    clear: both;
    margin: 0 0 1em 0; }
    .breakdown--bid .breakdown__price-info label {
      padding: 0; }
    .breakdown--bid .breakdown__price-info span {
      font-weight: 500;
      margin: 0; }
  .breakdown--bid table {
    border: none; }
    .breakdown--bid table thead th {
      text-align: right;
      text-transform: uppercase; }
    .breakdown--bid table tr td {
      border: none;
      text-align: right; }
      .breakdown--bid table tr td:first-child {
        text-align: left; }
      .breakdown--bid table tr td.total {
        border-width: 1px 0 1px 0;
        font-weight: bold; }
  .breakdown--bid .modal__footer {
    border-top: none; }
    .breakdown--bid .modal__footer .button-group__item--inline {
      margin: 0 .626em 0 0; }
  .breakdown--mybids .modal__body table th {
    border: solid #ddd;
    border-width: 1px 0; }
    .breakdown--mybids .modal__body table th td {
      border-bottom: 1px solid #ddd; }
      .breakdown--mybids .modal__body table th td:first-child {
        text-align: left; }
  .breakdown--mybids .modal__body table tbody tr td {
    border-bottom: 1px solid #ddd; }
    .breakdown--mybids .modal__body table tbody tr td:first-child {
      text-align: left; }
    .breakdown--mybids .modal__body table tbody tr td:nth-last-child(3), .breakdown--mybids .modal__body table tbody tr td:nth-last-child(2), .breakdown--mybids .modal__body table tbody tr td:nth-last-child(1) {
      white-space: nowrap; }
    .breakdown--mybids .modal__body table tbody tr td.total {
      border-top: 1px solid #ddd;
      font-weight: bold; }
  .breakdown--mybids .modal__footer {
    border-top: none;
    text-align: right; }

/* --------------------------------------------------
	                Modal
-------------------------------------------------- */
.modal {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  /* --------------------------------------------------
	            xBid in Progress modal
    -------------------------------------------------- */ }
  .modal__overlay {
    width: 100%;
    height: 100%; }
  .modal__dialog {
    width: 50%;
    min-width: 660px; }
  .modal__header {
    padding: 1.3em 1.3em 1em 1.3em; }
    .modal__header--top {
      padding: 1.5em 1.3em .25em 1.3em; }
  .modal__headline {
    line-height: 1.33;
    padding: 0;
    margin: 0; }
  .modal__note {
    line-height: 1.71;
    margin-left: 35px; }
  .modal__link {
    text-decoration: none;
    line-height: 2.5; }
  .modal__list {
    height: 55px;
    min-height: 145px;
    padding-top: 15px;
    padding-left: 10px;
    width: 100%; }
  .modal__list-item {
    border-bottom: 1px solid #eee;
    width: 100%;
    height: 55px;
    padding-top: 15px;
    padding-left: 10px;
    cursor: pointer; }
    .modal--non-js .modal__list-item {
      padding-top: 3px; }
    .modal__list-item--border-b {
      border-bottom: 1px solid #eee; }
      .modal--non-js .modal__list-item--border-b {
        width: 100%;
        height: 57px;
        padding-top: 15px;
        padding-left: 10px; }
  .modal__list-title {
    text-decoration: none; }
    .modal--non-js .modal__list-title {
      line-height: 34px; }
  .modal__title {
    margin: 0; }
  .modal__subtitle {
    margin: 0; }
  .modal__close {
    padding: 5px; }
    .modal__close .icon:before {
      padding-right: 0; }
  .modal__wrap {
    display: table;
    height: 100%;
    width: 100%; }
  .modal__body {
    max-height: 500px;
    overflow: auto;
    padding: 1.3em; }
  .modal--small .modal__label {
    max-width: 120px; }
  .modal--small .modal__input {
    max-width: 300px; }
  .modal__input {
    padding-bottom: .5em; }
  .modal .checkbox label {
    padding-bottom: 0; }
  .modal__footer {
    padding: 1.3em 0 1.3em 0;
    margin: 0 1.3em 0 1.3em;
    border-top: 1px solid #eee; }
  .modal--small .modal__dialog {
    min-width: 350px;
    width: 20%; }
  .modal--small .modal__body {
    max-height: 250px;
    overflow: auto; }
  .modal--medium .modal__dialog {
    max-width: 570px;
    min-width: 370px; }
  .modal--medium .modal__body {
    max-height: 400px;
    overflow: auto; }
  .modal--large-open {
    margin-bottom: 2em; }
    .modal--large-open .modal__dialog {
      margin-left: 0;
      padding-top: 0;
      width: 100%; }
  .modal--delivery .modal__body {
    max-height: 100%; }
  .modal--delivery input[type="text"] {
    min-width: inherit; }
  .modal--stockalerts .modal__dialog, .modal--delivery .modal__dialog {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0; }
  .modal--stockalerts .modal__content, .modal--delivery .modal__content {
    margin: 0 auto;
    min-width: 660px;
    width: 50%; }
  .modal--stockalerts.modal--medium .modal__content, .modal--delivery.modal--medium .modal__content {
    max-width: 570px;
    min-width: 370px; }
  @media only screen and (max-height: 768px) {
    .modal--stockalerts .modal__body, .modal--delivery .modal__body {
      max-height: 400px; } }
  @media only screen and (max-height: 600px) {
    .modal--stockalerts .modal__body, .modal--delivery .modal__body {
      max-height: 260px; } }
  @media only screen and (max-height: 480px) {
    .modal--stockalerts .modal__body, .modal--delivery .modal__body {
      max-height: 200px; } }
  .modal--sale-info .button-group--inline li:first-child {
    margin-left: 0; }
  .modal--sale-info .modal__header {
    padding: 2em 2em 1em 2em !important; }
  .modal--sale-info .modal__body {
    padding: 0 2em 2em 2em; }
  .modal--sale-info .modal__footer {
    margin: 0 !important;
    padding: 0 2em 2em 2em !important; }
  .modal .xbid__progress .button-group__item--inline {
    margin: 1.5em 1em 0 0; }
  .modal--360 .modal__body {
    max-height: 600px; }
  .modal--360 #panorama {
    height: 500px !important; }
  .modal__handlers {
    margin-top: 1.5em; }
  .modal__handler {
    padding: .25em 1em; }

.non-js .modal--new .modal__header--separator {
  border-bottom: none; }

/* --------------------------------------------------
	                Tooltip
-------------------------------------------------- */
.no-touch .tooltip:hover:after {
  padding: .45em 1em; }

/* --------------------------------------------------
	                Notifier
-------------------------------------------------- */
.notifier {
  margin-top: .5em;
  padding: .45em 1em; }
  .notifier__arrow:before {
    margin-top: .3em; }
  .notifier__arrow--bottom:before {
    margin-top: 1.4em; }
  .notifier--right {
    margin-left: 1em; }
  .notifier--left {
    margin-right: 1em; }
  .notifier--push {
    max-height: 250px;
    overflow: hidden;
    padding: 0;
    width: 380px; }
  .notifier__header {
    padding: 0.75em;
    width: 100%; }
  .notifier__headline {
    padding-right: 1em; }
  .notifier__list {
    padding: 0 1em;
    height: 130px; }
    .notifier__list .notifier__item {
      margin: 1em auto; }
    .notifier__list .notifier__description {
      width: 100%; }

/* --------------------------------------------------
	                Popover
-------------------------------------------------- */
.popover {
  padding: 1em;
  width: 300px; }
  .popover h3 {
    margin: 0;
    padding: 0; }
  .popover .arrow {
    height: 22px;
    width: 22px; }

/* --------------------------------------------------
	                List popup
-------------------------------------------------- */
.popup-list {
  white-space: nowrap; }
  .popup-list__arrow--bottom:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .popup-list__arrow--top:after {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg); }
  .popup-list__arrow--right:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .popup-list__arrow--left:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .popup-list__arrow:after {
    box-sizing: border-box;
    border: 0.6em solid black; }
  .popup-list__content {
    margin: 0;
    padding: 0; }
  .popup-list__link {
    padding: 11px 13px 11px 25px; }
  .popup-list__col:first-child {
    background: #f5f5f5; }

/* --------------------------------------------------
	                NonJS modal
-------------------------------------------------- */
.modal-nonjs {
  padding: 1em 0; }
  .modal-nonjs__title {
    margin: .5em 0; }
  .modal-nonjs input[type="text"] {
    margin-bottom: 1em; }
  .modal-nonjs .checkbox {
    margin-bottom: 1em; }

/*hack to fix popover fade*/
.popover.fade {
  background-color: #fff;
  filter: none;
  height: inherit;
  left: inherit;
  position: absolute;
  -moz-opacity: inherit;
  opacity: inherit;
  top: inherit;
  width: 300px;
  z-index: inherit; }

/*  --------------------------------------- 
                    Facets                     
    -------------------------------------- */
.facets__filters-expanded {
  border-top: 1px solid #ddd;
  padding: 1em; }
  .facets__filters-expanded.non-js ul {
    padding-bottom: 100px; }

.facets__filters-expanded-title {
  font-size: 1em;
  margin: 0;
  padding-bottom: 1em; }

.facets__filters-expanded-list {
  list-style-type: none;
  padding: 0; }

.panel-open .facets ul:last-child {
  padding-bottom: 100px; }

/*  --------------------------------------- 
                    Facet                     
    -------------------------------------- */
.facet h2 {
  margin: 0; }

.facet__item {
  padding: .875em 1.25em .875em .75em; }

.facet--selected .facet__item {
  padding-right: 3.5em; }

.facet__filters-remove--non-js .button {
  padding: 0; }

.facet__item--inactive {
  width: 340px; }

.panel-open .facet__item--inactive {
  width: 100%; }

.panel-open .facet--inactive {
  width: 100%; }

.facet--inactive {
  width: 340px; }

.facets-group {
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both; }

/*  --------------------------------------- 
                 Facets filters                      
    -------------------------------------- */
.facet-filters {
  width: 380px;
  /*  --------------------------------------- 
                    Mileage                     
-------------------------------------- */
  /*  --------------------------------------- 
                Vehicle age                     
-------------------------------------- */
  /*  --------------------------------------- 
            Damage Cost Combined                    
-------------------------------------- */
  /*  --------------------------------------- 
                Calendar                     
-------------------------------------- */ }
  @media (min-width: 1365px) and (max-width: 1600px) {
    .facet-filters--large {
      width: 720px; }
    .facet-filters--myitems {
      width: 720px; } }
  @media (min-width: 1600px) {
    .facet-filters--large {
      width: 1069px; }
    .facet-filters--myitems {
      width: 890px; } }
  .facet-filters__list {
    margin: 0;
    padding: 0; }
  .facet-filters__title {
    margin: 0;
    padding: 0 1em 1em 1em; }
    .facet-filters__title input {
      max-width: 350px;
      width: 100%; }
  .facet-filters__input {
    margin: 0;
    padding: 0; }
    .facet-filters__input .input-wrap {
      margin-bottom: 1.5em; }
      .facet-filters__input .input-wrap input {
        max-width: 160px;
        min-width: 50px;
        padding-left: .5em;
        width: 100%; }
  .facet-filters__search {
    padding: 0 1em 1em 1em;
    position: relative; }
    .facet-filters__search input {
      max-width: 350px;
      width: 100%; }
  .facet-filters__list-item {
    float: left;
    margin: 0 .8em;
    width: 350px; }
  .facet-filters__sub-head {
    margin: 0;
    padding: 0 .8em;
    width: 100%; }
  .facet-filters--selects label {
    line-height: 1.2;
    padding-top: 0; }
  .facet-filters--selects .select-wrap,
  .facet-filters--selects .select-custom {
    margin-bottom: 1.5em; }
  .facet-filters__list-item--selects {
    float: none;
    padding: 0 .8em;
    width: 50%; }
  .facet-filters--mileage {
    padding-top: 1.5em; }
  .facet-filters__mileage-slider {
    height: 8px;
    margin-bottom: 1em; }
  .facet-filters__mileage-scrubber {
    height: 24px;
    width: 24px; }
  .facet-filters__mileage-range {
    height: 8px;
    width: 10px;
    margin: .0em 0 .75em 0; }
  .facet-filters__mileage-labels {
    width: 100%; }
  .facet-filters--age label {
    line-height: 1.2;
    padding-top: 0; }
  .facet-filters--age .select-wrap {
    margin-bottom: 1.5em; }
  .facet-filters__list-item--age {
    float: none;
    padding: 0 .8em;
    width: auto; }
  .facet-filters--fields {
    list-style-type: none; }
    .facet-filters--fields label {
      line-height: 1.2;
      padding-top: 0; }
    .facet-filters--fields .select-wrap {
      margin-bottom: 1.5em; }
  .facet-filters__list-item--fields {
    float: none;
    padding: 0 .8em;
    width: auto; }
    .facet-filters__list-item--fields input {
      margin-bottom: 1.5em;
      min-width: inherit;
      width: 160px; }
  .facet-filters--calendar {
    padding-top: 1.5em; }
  .facet-filters__calendar-info {
    margin: 1.375em 1em; }
  .facet-filters__calendar-prev {
    padding-left: 1em; }
  .facet-filters__calendar-next {
    padding-right: 1em; }
  .facet-filters__calendar-dow {
    height: 45px;
    padding: 0; }
  .facet-filters__calendar-day {
    height: 45px;
    padding: 0;
    border: none; }
    .facet-filters__calendar-day--selected {
      background: #65ab65; }
      .facet-filters__calendar-day--selected a {
        color: #fff; }
  .facet-filters__calendar-datepicker-switch {
    height: 50px;
    line-height: 2em; }
  .facet-filters__calendar-day-view {
    padding: 0 1em;
    width: 100%; }
  .facet-filters__calendar-change-day {
    padding: 0 1em; }
    .facet-filters__calendar-change-day .button {
      margin-top: 1em; }
  .facet-filters__calendar-datepicker {
    font-size: 1em;
    padding: 0 1em; }
  .facet-filters__calendar-datepicker-days table {
    border-spacing: 0;
    width: 100%; }
  .facet-filters__calendar-datepicker-days table tr th, .facet-filters__calendar-datepicker-days table tr td {
    width: 40px; }

/*  --------------------------------------- 
                    Results update                     
    -------------------------------------- */
.update-results {
  padding: 1em;
  display: none;
  position: fixed;
  bottom: 0;
  width: 340px;
  z-index: 999; }
  .update-results__count, .update-results__clear-filters {
    padding-bottom: .938em; }
  .update-results__clear-filters:hover {
    cursor: pointer; }
  .update-results.non-js {
    margin-left: -17px; }

.panel-open .non-js.facet-filters .update-results {
  -webkit-box-shadow: transparent 0px 0px 0px;
  -moz-box-shadow: transparent 0px 0px 0px;
  box-shadow: transparent 0px 0px 0px;
  border-top: 1px solid #eee;
  bottom: 215px; }

/* --------------------------------------------------
	                Modal
-------------------------------------------------- */
.modal {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  /* --------------------------------------------------
	            xBid in Progress modal
    -------------------------------------------------- */ }
  .modal__overlay {
    width: 100%;
    height: 100%; }
  .modal__dialog {
    width: 50%;
    min-width: 660px; }
  .modal__header {
    padding: 1.3em 1.3em 1em 1.3em; }
    .modal__header--top {
      padding: 1.5em 1.3em .25em 1.3em; }
  .modal__headline {
    line-height: 1.33;
    padding: 0;
    margin: 0; }
  .modal__note {
    line-height: 1.71;
    margin-left: 35px; }
  .modal__link {
    text-decoration: none;
    line-height: 2.5; }
  .modal__list {
    height: 55px;
    min-height: 145px;
    padding-top: 15px;
    padding-left: 10px;
    width: 100%; }
  .modal__list-item {
    border-bottom: 1px solid #eee;
    width: 100%;
    height: 55px;
    padding-top: 15px;
    padding-left: 10px;
    cursor: pointer; }
    .modal--non-js .modal__list-item {
      padding-top: 3px; }
    .modal__list-item--border-b {
      border-bottom: 1px solid #eee; }
      .modal--non-js .modal__list-item--border-b {
        width: 100%;
        height: 57px;
        padding-top: 15px;
        padding-left: 10px; }
  .modal__list-title {
    text-decoration: none; }
    .modal--non-js .modal__list-title {
      line-height: 34px; }
  .modal__title {
    margin: 0; }
  .modal__subtitle {
    margin: 0; }
  .modal__close {
    padding: 5px; }
    .modal__close .icon:before {
      padding-right: 0; }
  .modal__wrap {
    display: table;
    height: 100%;
    width: 100%; }
  .modal__body {
    max-height: 500px;
    overflow: auto;
    padding: 1.3em; }
  .modal--small .modal__label {
    max-width: 120px; }
  .modal--small .modal__input {
    max-width: 300px; }
  .modal__input {
    padding-bottom: .5em; }
  .modal .checkbox label {
    padding-bottom: 0; }
  .modal__footer {
    padding: 1.3em 0 1.3em 0;
    margin: 0 1.3em 0 1.3em;
    border-top: 1px solid #eee; }
  .modal--small .modal__dialog {
    min-width: 350px;
    width: 20%; }
  .modal--small .modal__body {
    max-height: 250px;
    overflow: auto; }
  .modal--medium .modal__dialog {
    max-width: 570px;
    min-width: 370px; }
  .modal--medium .modal__body {
    max-height: 400px;
    overflow: auto; }
  .modal--large-open {
    margin-bottom: 2em; }
    .modal--large-open .modal__dialog {
      margin-left: 0;
      padding-top: 0;
      width: 100%; }
  .modal--delivery .modal__body {
    max-height: 100%; }
  .modal--delivery input[type="text"] {
    min-width: inherit; }
  .modal--stockalerts .modal__dialog, .modal--delivery .modal__dialog {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0; }
  .modal--stockalerts .modal__content, .modal--delivery .modal__content {
    margin: 0 auto;
    min-width: 660px;
    width: 50%; }
  .modal--stockalerts.modal--medium .modal__content, .modal--delivery.modal--medium .modal__content {
    max-width: 570px;
    min-width: 370px; }
  @media only screen and (max-height: 768px) {
    .modal--stockalerts .modal__body, .modal--delivery .modal__body {
      max-height: 400px; } }
  @media only screen and (max-height: 600px) {
    .modal--stockalerts .modal__body, .modal--delivery .modal__body {
      max-height: 260px; } }
  @media only screen and (max-height: 480px) {
    .modal--stockalerts .modal__body, .modal--delivery .modal__body {
      max-height: 200px; } }
  .modal--sale-info .button-group--inline li:first-child {
    margin-left: 0; }
  .modal--sale-info .modal__header {
    padding: 2em 2em 1em 2em !important; }
  .modal--sale-info .modal__body {
    padding: 0 2em 2em 2em; }
  .modal--sale-info .modal__footer {
    margin: 0 !important;
    padding: 0 2em 2em 2em !important; }
  .modal .xbid__progress .button-group__item--inline {
    margin: 1.5em 1em 0 0; }
  .modal--360 .modal__body {
    max-height: 600px; }
  .modal--360 #panorama {
    height: 500px !important; }
  .modal__handlers {
    margin-top: 1.5em; }
  .modal__handler {
    padding: .25em 1em; }

.non-js .modal--new .modal__header--separator {
  border-bottom: none; }

/* --------------------------------------------------
	                Tooltip
-------------------------------------------------- */
.no-touch .tooltip:hover:after {
  padding: .45em 1em; }

/* --------------------------------------------------
	                Notifier
-------------------------------------------------- */
.notifier {
  margin-top: .5em;
  padding: .45em 1em; }
  .notifier__arrow:before {
    margin-top: .3em; }
  .notifier__arrow--bottom:before {
    margin-top: 1.4em; }
  .notifier--right {
    margin-left: 1em; }
  .notifier--left {
    margin-right: 1em; }
  .notifier--push {
    max-height: 250px;
    overflow: hidden;
    padding: 0;
    width: 380px; }
  .notifier__header {
    padding: 0.75em;
    width: 100%; }
  .notifier__headline {
    padding-right: 1em; }
  .notifier__list {
    padding: 0 1em;
    height: 130px; }
    .notifier__list .notifier__item {
      margin: 1em auto; }
    .notifier__list .notifier__description {
      width: 100%; }

/* --------------------------------------------------
	                Popover
-------------------------------------------------- */
.popover {
  padding: 1em;
  width: 300px; }
  .popover h3 {
    margin: 0;
    padding: 0; }
  .popover .arrow {
    height: 22px;
    width: 22px; }

/* --------------------------------------------------
	                List popup
-------------------------------------------------- */
.popup-list {
  white-space: nowrap; }
  .popup-list__arrow--bottom:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .popup-list__arrow--top:after {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg); }
  .popup-list__arrow--right:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .popup-list__arrow--left:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .popup-list__arrow:after {
    box-sizing: border-box;
    border: 0.6em solid black; }
  .popup-list__content {
    margin: 0;
    padding: 0; }
  .popup-list__link {
    padding: 11px 13px 11px 25px; }
  .popup-list__col:first-child {
    background: #f5f5f5; }

/* --------------------------------------------------
	                NonJS modal
-------------------------------------------------- */
.modal-nonjs {
  padding: 1em 0; }
  .modal-nonjs__title {
    margin: .5em 0; }
  .modal-nonjs input[type="text"] {
    margin-bottom: 1em; }
  .modal-nonjs .checkbox {
    margin-bottom: 1em; }

/*hack to fix popover fade*/
.popover.fade {
  background-color: #fff;
  filter: none;
  height: inherit;
  left: inherit;
  position: absolute;
  -moz-opacity: inherit;
  opacity: inherit;
  top: inherit;
  width: 300px;
  z-index: inherit; }

/*  --------------------------------------- 
                Free text search                     
    -------------------------------------- */
.fts {
  margin: 0 auto;
  max-width: 960px;
  padding: 1em; }
  .fts__typehead-container {
    width: 100%; }
  .fts__typehead-header {
    margin: 0.357em;
    padding: 1.071em 0.857em; }
    .fts__typehead-header:before {
      padding-right: 0.357em;
      vertical-align: middle; }
  .fts__typehead-title {
    margin: 0; }
  .fts__typehead-choices {
    margin: 0;
    max-height: 180px;
    overflow: auto;
    padding: 0; }
  .fts__typehead-choice {
    padding: 0.438em 1.063em;
    display: block; }
  .fts__action {
    padding-left: 1em; }

.select-wrap--fts {
  margin-right: 1em; }
  .select-wrap--fts select {
    width: auto; }

/* --------------------------------------------------
    Calendar
-------------------------------------------------- */
.calendar--datepicker:before {
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2); }

.calendar--datepicker:after {
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent; }

.calendar--datepicker.daterangepicker {
  margin-top: -1em; }

@media (min-width: 769px) and (max-width: 1024px) {
  .calendar--datepicker .clearfix {
    clear: both; } }

@media (max-width: 768px) {
  .calendar--datepicker .clearfix {
    clear: both; } }

.calendar--datepicker .calendar__header {
  height: auto;
  padding: 1em 2em; }

.calendar--datepicker .calendar__headline {
  margin: 0; }

.calendar--datepicker .calendar__item {
  margin: 0 1em; }

.calendar--datepicker .calendar__table table thead tr:last-child th {
  padding: .35em .9em; }

.calendar--datepicker .calendar--center:before {
  margin-left: auto;
  margin-right: auto; }

.calendar--datepicker .calendar--center:after {
  width: 0;
  margin-left: auto;
  margin-right: auto; }

/*  --------------------------------------- 
                   Hero               
    -------------------------------------- */
.hero {
  height: 350px;
  overflow: hidden; }
  .hero__img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
    @media (max-width: 768px) {
      .hero__img {
        height: 242px; } }
  .hero--search {
    height: auto;
    min-height: 350px;
    overflow: visible; }
    .hero--search img {
      display: none;
      height: 242px; }
      @media (min-width: 770px) {
        .hero--search img {
          display: none; } }
    .hero--search .hero__wrap {
      padding: 2em 5em;
      top: 0;
      z-index: 2;
      padding: 0;
      text-align: center;
      width: 100%; }
      @media (min-width: 770px) {
        .hero--search .hero__wrap {
          position: relative; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .hero--search .hero__wrap {
          padding: 2em 4em; } }
      @media (max-width: 768px) {
        .hero--search .hero__wrap {
          margin-top: 1em;
          padding: 0;
          position: relative;
          z-index: 2; } }
      .hero--search .hero__wrap--center {
        margin-bottom: 1em;
        text-align: center;
        width: 100%; }
    .hero--search .hero__headline {
      line-height: 56px;
      margin: 0;
      padding-top: 2em; }
    .hero--search .hero__subheadline {
      margin-bottom: 1.5em; }
    .hero--search .hero_link {
      display: inline-block;
      height: 48px;
      line-height: 24px;
      padding: .5em 1em;
      vertical-align: top; }
    .hero--search .hero__img {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 768px) {
        .hero--search .hero__img {
          border-radius: 0;
          height: 100%;
          left: 0;
          margin-top: 0;
          position: absolute;
          top: 0;
          width: 100%;
          z-index: 0; } }
    .hero--search .button-group {
      margin: 0 auto; }
      @media (min-width: 769px) and (max-width: 1024px) {
        .hero--search .button-group {
          width: 300px;
          margin: 0 auto; } }
      @media (max-width: 768px) {
        .hero--search .button-group {
          width: 300px;
          margin: 0 auto; } }
    .hero--search .select-wrap {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      min-width: 288px;
      width: 100%; }
      @media (min-width: 769px) and (max-width: 1024px) {
        .hero--search .select-wrap {
          min-width: 215px; } }
    .hero--search .search__wrap {
      margin: 0 auto; }
  .hero .search {
    float: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 1.5em 4em;
    z-index: 2; }
    @media (max-width: 768px) {
      .hero .search {
        position: relative;
        padding: 1em 2em; } }
    .hero .search__item {
      display: table-cell;
      padding-right: 2em;
      vertical-align: top; }
      @media (max-width: 768px) {
        .hero .search__item {
          display: block;
          margin-top: 1em;
          padding-right: 0;
          width: 100%; } }
    .hero .search__link {
      padding-right: 1em; }
      .hero .search__link a {
        text-decoration: none;
        line-height: 44px; }
  .hero .fade--hero-search {
    display: block; }
  .hero .fade {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }

/*  --------------------------------------- 
                    Login                   
    -------------------------------------- */
.signup {
  padding: 2.5em; }
  .signup input[type="text"] {
    min-width: inherit; }
  .signup__headline {
    margin: .5em 0 1em 0;
    padding: 0; }
  .signup__group {
    margin-bottom: 1.5em; }
  .signup__wrapper {
    padding: 0; }
  .signup__control {
    width: 300px; }
  .signup__link {
    padding: .5em 0; }

/*  --------------------------------------- 
        Fix for signup widgets                  
-------------------------------------- */
.zone--register,
.zone--login {
  float: none;
  display: table-cell;
  vertical-align: top;
  position: relative; }

/*  --------------------------------------- 
                Key List            
-------------------------------------- */
.keylist {
  margin-bottom: 2em; }
  .keylist__item {
    float: left;
    margin-top: 1em;
    min-width: 150px;
    padding-right: 1em;
    position: relative; }
    .keylist__item:hover .popover {
      display: block; }
  .keylist .popover {
    bottom: 42px;
    display: none; }
    .keylist .popover__header {
      height: auto;
      margin-bottom: .5em; }
    .keylist .popover__title {
      display: inline-block;
      margin-top: 0; }

/*  --------------------------------------- 
            Content and teaser               
-------------------------------------- */
.teaser {
  width: 100%; }
  @media (max-width: 768px) {
    .teaser {
      padding-bottom: 3em; }
      .teaser .teaser__img {
        height: 240px; } }
  .teaser__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (min-width: 769px) and (max-width: 1024px) {
      .teaser__image {
        height: 320px; } }
    @media (max-width: 768px) {
      .teaser__image {
        height: 240px; } }
  .teaser p {
    margin-bottom: 1em;
    margin-top: 1em; }
  .teaser--center {
    margin: 0 auto; }
    .teaser--center .col {
      width: 100%; }
    .teaser--center .teaser__headline {
      margin-top: 4em; }
    .teaser--center .teaser__wrap {
      margin: 0 auto;
      max-width: 960px; }
    .teaser--center .teaser__img {
      height: 480px;
      margin: 0 auto;
      max-width: 960px; }
      @media (min-width: 769px) and (max-width: 1024px) {
        .teaser--center .teaser__img {
          height: 320px; } }
      @media (max-width: 768px) {
        .teaser--center .teaser__img {
          height: 240px; } }
    .teaser--center img {
      margin-top: 5em; }
  .teaser__wrap {
    padding: 5em; }
    @media (max-width: 768px) {
      .teaser__wrap {
        padding: 3em 2em; } }
    .teaser__wrap > a, .teaser__wrap > button {
      margin-top: 1em; }
  .teaser__headline {
    margin: 0 0 1em 0 !important; }
  .teaser__img {
    width: 100%; }
    .teaser__img--bg {
      height: 100%; }
  .teaser table {
    margin-top: 0; }
  .teaser--bgimage .separator {
    width: 80px; }

/* --------------------------------------------------
	               Bid panel
-------------------------------------------------- */
.bidpanel {
  float: right;
  margin-left: -1em;
  margin-right: -1em;
  padding: 0;
  width: 288px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding-bottom: 1px; }
  .bidpanel a {
    color: #0097ff; }
  .bidpanel p {
    font-size: 0.875em; }
  .bidpanel__small-heading {
    margin: 0em 0;
    font-size: 0.875em;
    font-weight: 700; }
  .bidpanel__heading {
    margin: 0.313em; }
  .bidpanel__wrapper {
    padding: 0.938em 1.250em; }
    .bidpanel__wrapper .icon--info {
      margin-bottom: 0.5em;
      font-size: 1.5em; }
  .bidpanel--center {
    text-align: center; }
  .bidpanel-header {
    padding: 0.875em 1.250em 0 1.250em;
    padding-bottom: 0.3em; }
    .bidpanel-header:after {
      content: "";
      clear: both;
      display: table; }
    .bidpanel-header__item {
      line-height: 19px;
      font-size: 0.750em; }
      .bidpanel-header__item--left {
        float: left;
        width: 50%; }
      .bidpanel-header__item--right {
        float: right;
        width: 50%; }
  .bidpanel-subhead {
    text-align: center;
    padding: 0.875em 1.250em 0 1.250em; }
    .bidpanel-subhead__title--default {
      margin-top: 0.2em; }
    .bidpanel-subhead__title--primary {
      margin-top: 0.2em; }
    .bidpanel-subhead__subtitle {
      margin-top: 1em;
      padding: 0 1.5em 0 1.5em; }
  .bidpanel-label__title {
    padding-bottom: 3px; }
  .bidpanel__bid-status {
    margin-top: 0.500em;
    margin-bottom: 0.625em;
    font-size: 0.875em; }
    .bidpanel__bid-status--info {
      padding: 0.438em 0.625em; }
    .bidpanel__bid-status--warning {
      padding: 0.438em 0.625em; }
    .bidpanel__bid-status--primary {
      padding: 0.438em 0.625em; }
  .bidpanel__feedback {
    margin: 0.313em 0.5em;
    margin-top: 1em; }
  .bidpanel-attributes {
    padding: 0.625em 1.250em 0 1.250em; }
    .bidpanel-attributes__list {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .bidpanel-attributes__item {
      line-height: 24px;
      padding-bottom: 0.500em;
      font-size: 0.875em; }
      .bidpanel-attributes__item:after {
        content: "";
        clear: both;
        display: table; }
      .bidpanel-attributes__item--left {
        float: left; }
      .bidpanel-attributes__item--right {
        float: right;
        position: relative;
        margin-bottom: -6px; }
        .bidpanel-attributes__item--right--bottom {
          line-height: 1.9; }
  .bidpanel-amount {
    padding: 0.313em 1.250em 0 1.250em; }
    .bidpanel-amount__label {
      padding-bottom: 0.313em;
      display: inline-block;
      font-size: 0.875em; }
    .bidpanel-amount__spinner {
      position: relative; }
    .bidpanel-amount__input-error {
      position: absolute;
      right: 42px;
      top: 10px;
      display: none; }
    .bidpanel-amount__error {
      display: none;
      margin-top: 0.313em; }
    .bidpanel-amount__handler {
      font-size: 1.500em;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 6px;
      line-height: 1;
      cursor: pointer; }
      .bidpanel-amount__handler--left {
        left: 6px; }
      .bidpanel-amount__handler--right {
        right: 6px; }
  .bidpanel__price {
    padding: 0.8em;
    margin-top: 0.125em;
    text-align: center;
    font-size: 0.875em;
    margin-top: 0.3em; }
  .bidpanel-popup {
    padding: 1.563em 1em;
    position: absolute;
    margin: 1.875em 0.625em 0 0.625em;
    right: 0.195em;
    z-index: 1;
    display: none;
    max-width: calc(100% - 20px);
    max-height: 193px; }
    .bidpanel-popup__arrow {
      position: absolute;
      right: 24px;
      top: -4px; }
      .bidpanel-popup__arrow:after {
        content: "";
        box-sizing: border-box;
        transform: rotate(135deg);
        position: absolute; }
    .bidpanel-popup__title {
      font-size: 12px;
      margin: 0 0 10px 0;
      font-weight: 500; }
    .bidpanel-popup__content {
      font-size: 10px;
      line-height: 1.5;
      margin: 0;
      font-weight: 300;
      overflow: hidden; }
    .bidpanel-popup__close:after {
      position: absolute;
      right: 10px;
      font-size: 1em;
      top: 0.313em;
      cursor: pointer; }
    .bidpanel-popup p {
      white-space: pre-line; }
  .bidpanel-notify {
    text-align: center;
    border-radius: 6px;
    padding: 1em 2em;
    line-height: 1.500em;
    margin: 0.313em 0.625em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none; }
    .bidpanel-notify__icon {
      font-style: normal;
      font-size: 1.375em;
      vertical-align: middle;
      padding-right: 0.5em; }
  .bidpanel-warning {
    text-align: center;
    border-radius: 6px;
    padding: 1em 2em;
    line-height: 1.500em;
    margin: 0.313em 0.625em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none; }
    .bidpanel-warning__icon, .bidpanel-warning__icon--timer {
      font-style: normal;
      font-size: 1.375em;
      vertical-align: middle;
      padding-right: 0.5em; }
  .bidpanel-buttons {
    padding: 0.313em 1.250em 0 1.250em;
    text-align: center; }
    .bidpanel-buttons a {
      text-decoration: none;
      margin-bottom: 0.313em;
      display: inline-block;
      font-size: 0.875em; }
    .bidpanel-buttons .button {
      margin-bottom: 1.250em; }
  .bidpanel-inner {
    border-radius: 6px;
    border: 1px solid #ccc;
    margin: 0 0.375em;
    margin-bottom: 0.5em; }
    .bidpanel .bidpanel-inner p {
      font-size: 0.750em;
      padding: 0.313em;
      margin: 0; }
    .bidpanel-inner__price {
      font-size: 1em;
      font-weight: bold; }
    .bidpanel-inner .bidpanel__input {
      margin: 0.625em 0 1.250em 0; }
  .bidpanel-breakdown {
    border-radius: 6px;
    display: none;
    margin-bottom: 1.250em; }
    .bidpanel-breakdown__header {
      text-align: center;
      padding: 0 1.250em; }
    .bidpanel-breakdown__close {
      text-align: right;
      margin-top: 1.250em; }
    .bidpanel-breakdown-nav__item {
      width: 50%;
      float: left;
      text-align: center;
      cursor: pointer; }
    .bidpanel-breakdown__tab-content {
      padding: 0 1.250em; }
      .bidpanel-breakdown__tab-content:after {
        content: '';
        clear: both;
        display: table; }
      .bidpanel-breakdown__tab-content ul li h3 {
        margin-top: 0.5em;
        margin-bottom: 0;
        font-weight: 700;
        font-size: 17px; }
    .bidpanel-breakdown__col {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .bidpanel-breakdown__col li {
        padding: 0.313em 0; }
      .bidpanel-breakdown__col--left {
        float: left;
        font-size: 0.875em;
        clear: left; }
      .bidpanel-breakdown__col--right {
        float: right;
        text-align: right;
        font-size: 0.875em; }
    .bidpanel-breakdown__table {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .bidpanel-breakdown__table--left {
        width: 70%;
        padding: 0.313em 5px 0.5em 0 !important;
        vertical-align: initial; }
        .bidpanel-breakdown__table--left h3 {
          margin-top: 0.5em;
          margin-bottom: 0;
          font-weight: 700;
          font-size: 17px;
          line-height: 1.2; }
        .bidpanel-breakdown__table--left span {
          color: #888;
          font-weight: bold;
          font-size: 0.875em; }
      .bidpanel-breakdown__table--right {
        width: 30%;
        padding: 0.313em 0 0.5em 0 !important;
        vertical-align: initial;
        text-align: right; }
        .bidpanel-breakdown__table--right h3 {
          margin-top: 0.5em;
          margin-bottom: 0;
          font-weight: 700;
          font-size: 17px;
          line-height: 1.2;
          text-align: right; }
        .bidpanel-breakdown__table--right span {
          font-size: 0.875em;
          text-align: right; }
    .bidpanel-breakdown__title {
      margin-bottom: 1em;
      margin-top: 0.750em; }
    .bidpanel-breakdown__header p {
      line-height: 1.33;
      margin-bottom: 2em; }
  .bidpanel__input {
    border-radius: 6px !important;
    border: 1px solid #ccc !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    height: 40px !important;
    padding: 0 !important;
    width: 100%; }
  .bidpanel__checkbox {
    position: relative; }
    .bidpanel__checkbox label {
      line-height: 1.5;
      padding-left: 2.25em;
      padding-right: 1em;
      font-size: 0.875em; }
      .bidpanel__checkbox label:hover:before {
        content: "\e619";
        font-family: "icon-font";
        color: #ccc;
        border: 1px solid #ccc; }
      .bidpanel__checkbox label:before {
        background: #fff;
        border: 1px solid #ddd;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        content: "";
        font-family: 'fa-solid';
        font-size: 130%;
        line-height: 1.1;
        text-align: center;
        height: 21px;
        width: 21px;
        display: inline-block;
        left: 0;
        position: absolute; }
    .bidpanel__checkbox input {
      height: 21px;
      width: 21px;
      left: 0;
      position: absolute;
      top: 8px;
      visibility: hidden; }
  .bidpanel__feedback--success + p {
    font-size: 0.875em;
    padding: 0 10px; }
    .bidpanel__feedback--success + p span {
      color: #a7a7a7; }
  .bidpanel-form__description {
    margin-top: 1.5em;
    margin-bottom: 0; }
  .bidpanel-form__label {
    font-size: 0.875em;
    margin-top: 0.75em; }
  .bidpanel-form input {
    width: 100%;
    border-radius: 6px !important;
    background-color: #fbfbfb !important;
    font-size: 0.875em;
    height: 40px;
    padding-left: 0.875em; }
  .bidpanel .separator {
    margin: 1em 0; }
  .bidpanel__title {
    margin: 0 0 1em 0; }
  .bidpanel table tr td,
  .bidpanel table tr th {
    padding: 0 0.938em 0 0.938em; }
  .bidpanel input[type="text"] {
    min-width: inherit; }
  .bidpanel .validation--error {
    padding: 1em; }
    .bidpanel .validation--error p {
      margin: 0; }
  .bidpanel ul {
    padding: 0; }
  .bidpanel table {
    border: none; }
    .bidpanel table tr td {
      border: none; }
  .bidpanel__buyprice {
    margin-bottom: 0; }
  .bidpanel__placebid {
    margin: 1em 0; }
  .bidpanel__spinner .button {
    height: 40px;
    padding: 0;
    width: 40px; }
  .bidpanel__spinner input {
    width: 100%;
    padding: .4em .625em;
    -webkit-appearance: none;
    height: 40px; }
  .bidpanel__attributes table tr td,
  .bidpanel__attributes table tr th {
    padding: 0;
    word-break: break-all; }
  .bidpanel__price-info {
    clear: both;
    margin: 0 0 1em 0; }
    .bidpanel__price-info label {
      padding: 0; }
    .bidpanel__price-info p {
      margin: 0; }
    .bidpanel__price-info span {
      margin: 0; }
  .bidpanel--search {
    border: none;
    margin: 0;
    padding: 1em;
    width: 310px; }
    .bidpanel--search input {
      min-width: inherit; }
    .bidpanel--search .bidpanel__placebid {
      margin-top: 0; }
    .bidpanel--search .button {
      white-space: normal; }
    .bidpanel--search .validation {
      white-space: normal;
      margin-bottom: 1em; }
  .bidpanel .tooltip:hover:after {
    font-size: 16px; }
  .bidpanel .bidpanel__feedback--success .icon--check {
    margin-right: 0.2em;
    margin-top: -0.5em;
    font-size: 1.5em; }
  .bidpanel .input--error {
    border: 1px solid #fb8c00 !important; }

.viewlot .bidpanel a {
  color: #0097ff; }

.viewlot .bidpanel .tooltip--right:hover:after {
  left: 155%; }

.viewlot .bidpanel a.bidpanel-breakdown-nav__item {
  color: #888888;
  border-bottom: 4px solid transparent; }

.viewlot .bidpanel a.bidpanel-breakdown-nav__item--active {
  border-bottom: 4px solid #001a72; }

.viewlot .bidpanel-breakdown .bidpanel-breakdown-nav {
  align-items: stretch;
  display: flex; }

.bidpanel a.bidpanel-breakdown-nav__item {
  color: #888888; }

.error-page {
  text-align: center;
  padding: 3em 0 1em; }
  .error-page h1 {
    margin: 45px 0 15px; }
  .error-page i {
    font-size: 300%;
    margin-top: 2em; }
  .error-page p {
    font-size: 1.25em; }

/*Include components*/
.terms {
  padding-top: 48px !important;
  width: 100%; }
  @media (max-width: 768px) {
    .terms__title {
      margin: 0; } }
  .terms__scroll {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 1em;
    line-height: 1.5em; }
  .terms__wrap {
    height: 49vh;
    padding: 0 1em 9.750em; }
    @media (max-width: 768px) {
      .terms__wrap {
        height: 80vh; } }
  .terms__actions {
    width: 100%; }
    .terms__actions ul {
      margin-top: 10px; }
    .terms__actions .button-group__item--inline:first-child {
      margin-left: 0; }
  .terms .checkbox {
    margin-left: .7em;
    margin-bottom: .7em; }

.modal__content .terms__wrap {
  padding: 0 1em .5em;
  height: 34vh; }

.terms .actions-bar {
  background: #fff; }

.xbid__listing-wrapper {
  height: 123px;
  margin-top: -1px;
  overflow: hidden; }

.xbid__title {
  font-size: 24px;
  margin: 1em 0 0 0;
  padding-right: 11px;
  border-right: 2px solid #001a72; }

.xbid__header__sale {
  font-size: 14px;
  font-weight: 400;
  float: left;
  margin-top: 2em;
  padding-left: 10px;
  color: #676767;
  padding-top: 2px; }

.xbid__stats {
  padding: 1.5em 1em; }

.xbid__headline {
  padding: .5em 1em; }

.xbid__panel {
  border: 1px solid;
  padding: .5em; }
  .xbid__panel--inactive {
    margin: 1em 0; }

.xbid__lotid {
  padding: 0 1em; }

.xbid__timer label {
  font-size: 1.125em;
  font-weight: 500;
  padding-top: 20px; }

.xbid .feedback {
  margin: 2em 0; }

.xbid .col {
  padding: 0 .5em; }

.xbid__alert {
  border: 1px solid #979797;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: #fff; }
  .xbid__alert__wrapper {
    position: relative;
    height: 64px;
    margin-left: 1em;
    max-width: 730px; }
  .xbid__alert__container {
    height: 48px; }
  .xbid__alert__content {
    max-width: 1280px;
    display: block;
    margin: auto;
    position: relative; }
  .xbid__alert__text {
    color: #979797;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center; }
    .xbid__alert__text svg {
      width: 24px;
      height: 24px;
      margin-right: 12px; }
  .xbid__alert__link {
    color: #fff;
    font-size: 14px;
    float: right; }
  .xbid__alert--warning .xbid__alert__text svg {
    fill: #FB8C00; }
  .xbid__alert--fail .xbid__alert__text svg {
    fill: #ED1D25; }
  .xbid__alert--connection .xbid__alert__text svg {
    fill: #979797; }
  .xbid__alert__icon {
    width: 20px;
    height: auto;
    margin-right: 10px; }
  .xbid__alert__close {
    height: auto;
    width: 12px;
    color: #666; }

/*Fix For Xbid Dropdown - each element to have it's own row*/
.bid-session .drop-panel tr td span:not(:first-child) {
  display: block; }

.viewlot {
  padding: 1em;
  position: relative;
  /*  --------------------------------------- 
                 Group Vehicle Widget           
    -------------------------------------- */
  /*  --------------------------------------- 
                 Sidepanel cards          
    -------------------------------------- */ }
  .viewlot a {
    cursor: pointer;
    text-decoration: none; }
  .viewlot .listing {
    padding-top: 1em; }
  .viewlot__row {
    max-width: 960px; }
    .viewlot__row .separator {
      margin-bottom: 0; }
  .viewlot__headline--large {
    margin: 0; }
  .viewlot__subheadline {
    display: block;
    padding: .5em 0; }
  .viewlot__keyinfo {
    display: table-cell; }
    .viewlot__keyinfo table {
      border: none; }
      .viewlot__keyinfo table tr td {
        border: none; }
  .viewlot__info {
    padding-right: 2em; }
  .viewlot__vehicleinfo {
    margin: 0 auto;
    max-width: 960px; }
    .viewlot__vehicleinfo .separator {
      margin-bottom: 0; }
    .viewlot__vehicleinfo p {
      margin: 0;
      padding-bottom: 0; }
    .viewlot__vehicleinfo table {
      border: none; }
      .viewlot__vehicleinfo table tr td {
        border: none;
        padding-left: 0;
        width: 33%; }
  @media (max-width: 768px) {
    .viewlot__notes--desktop, .viewlot__keyinfo--desktop {
      display: none; } }
  .viewlot__notes--tablet, .viewlot__keyinfo--tablet {
    display: none; }
    @media (max-width: 768px) {
      .viewlot__notes--tablet, .viewlot__keyinfo--tablet {
        display: block; } }
    .viewlot__notes--tablet table tr td, .viewlot__keyinfo--tablet table tr td {
      padding-left: 0;
      vertical-align: top; }
  .viewlot__notes {
    margin-top: 40px;
    padding: 1em;
    width: 100%; }
    .viewlot__notes ul {
      text-align: right; }
      .viewlot__notes ul.button-group {
        margin-bottom: 0; }
    .viewlot__notes h4 {
      margin: 0; }
    .viewlot__notes textarea {
      margin: .5em 0 1em 0;
      overflow-x: hidden;
      width: 100%; }
  .viewlot__notes-headline {
    margin-bottom: 1em; }
  .viewlot__gallery .button {
    display: none; }
    @media (max-width: 768px) {
      .viewlot__gallery .button--tablet {
        display: block;
        margin-top: 1em; } }
  .viewlot__img {
    background: #f1f1f1;
    max-height: 276px;
    width: 310px; }
    .viewlot__img .vehicleImage {
      display: block; }
  .viewlot__thumbs {
    margin: 1em 0;
    position: relative; }
    @media (max-width: 768px) {
      .viewlot__thumbs--desktop {
        display: none; } }
  .viewlot__thumbnav {
    margin-top: 10px;
    position: absolute;
    top: 0; }
    .viewlot__thumbnav--left {
      left: 0; }
    .viewlot__thumbnav--right {
      right: 0; }
  .viewlot__thumbs-list {
    height: 45px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    width: 270px; }
  .viewlot__thumbs-item {
    float: left;
    padding: 2px; }
    .viewlot__thumbs-item:last-child {
      margin: 0; }
    .viewlot__thumbs-item a {
      background-color: #f1f1f1;
      height: auto;
      vertical-align: top;
      width: 50px; }
      .viewlot__thumbs-item a img {
        background-color: #f1f1f1;
        height: auto;
        width: 50px; }
  .viewlot__actions li {
    padding: 0 1em; }
  @media (max-width: 768px) {
    .viewlot__actions {
      display: block; }
      .viewlot__actions ul li {
        padding: 0 1em; }
        .viewlot__actions ul li:first-child {
          padding-left: 0; }
        .viewlot__actions ul li:last-child {
          border: none; } }
  .viewlot__condition table tr td:last-child {
    text-align: center; }
  .viewlot__pricing table tr td:last-child {
    text-align: right; }
  .viewlot .sale__name {
    color: #000;
    margin: 0;
    padding: 0; }
  .viewlot__saleinfo {
    padding: 2.5em 0; }
    .viewlot__saleinfo ul li {
      margin-top: 0.2em;
      word-break: break-word; }
    .viewlot__saleinfo .country,
    .viewlot__saleinfo .key {
      margin-right: 1em; }
  .viewlot__grouped {
    vertical-align: top; }
    .viewlot__grouped__list {
      list-style: none;
      padding-left: 0;
      padding-bottom: 1em;
      padding-right: 1em;
      width: 33%; }
      .viewlot__grouped__list span {
        padding-bottom: 1em; }
  .viewlot .zone--70 {
    max-width: 70% !important; }
  .viewlot .lotPageSidePanel {
    float: right;
    margin-top: 60px;
    margin-bottom: 40px;
    margin-right: 1em; }
  .viewlot__wrapper .col > .table {
    position: relative;
    /*> .left {
                max-width: 50%;
            }*/
    /*            > .col:last-child {
                position: absolute;
                right: 32px;
            }*/ }
  .viewlot__vehicleinfo, .viewlot__row {
    display: inline-table;
    width: 70%; }
  .viewlot__saleinfo {
    min-width: 70%; }
  .viewlot .layout__center {
    float: left; }
  .viewlot__saleinfo .info__panel {
    margin-top: 0 !important;
    left: 2px; }
  .viewlot__gallery {
    width: 310px; }
    .viewlot__gallery > .aos-player {
      z-index: 999; }

/* --------------------------------------------------
	             conditional raport
-------------------------------------------------- */
.condition-report__container {
  clear: left;
  padding-top: 20px;
  width: 70%; }

header.condition-report__header--desktop {
  margin-top: 47px; }

.condition-report__title span {
  color: #001a72;
  margin-bottom: 1em;
  font-size: 1.15em;
  font-weight: 700; }
  .condition-report__title span:first-child {
    margin-left: -16px; }

.kipper-view__condition__description__text > p {
  color: #fff !important;
  margin: 0; }

/*  --------------------------------------- 
                 Date Schedule                
    -------------------------------------- */
.date-schedule {
  padding: 1.5em; }
  .date-schedule__headline {
    margin: 0; }
  .date-schedule__title {
    margin: 1.5em 0 .5em 0; }

/*  --------------------------------------- 
                 filter                 
    -------------------------------------- */
.filter .actions-bar--top {
  margin-top: 1.625em; }

.filter .sticky {
  margin-top: 0em;
  line-height: 2.5;
  padding-left: 1em; }

.filter__headline {
  margin: 0; }

.filter__header {
  margin-bottom: .875em;
  width: 100%; }

.filter__input-wrap {
  margin-top: .625em;
  margin-bottom: 1.5em; }
  .filter__input-wrap input[type="text"] {
    width: 448px;
    padding-right: 2.25em;
    padding-left: .2em; }
  .filter__input-wrap label {
    line-height: 1.5; }
  .filter__input-wrap .icon--close {
    width: 33px;
    padding: 0 9px; }

.filter .validation--error button.icon--close {
  border: none; }

.filter__info {
  margin-bottom: 11px; }
  .filter__info span {
    line-height: 2.2;
    padding-right: .938em; }

.filter__item {
  width: 100%; }

.filter__label {
  width: 12%;
  min-width: 200px;
  padding: 1.5em 0 0 0.938em; }

.filter__panel {
  height: 66px;
  width: auto;
  padding: .563em;
  margin: 1.5em 0em;
  margin-right: 2em;
  min-width: 208px; }

.filter__panel-title {
  padding-left: 0.5em;
  margin: 0em; }

.filter__panel-type {
  padding-left: 0.5em;
  width: 170px; }

.filter__action {
  width: 88%; }

.filter__subtitle {
  margin: 1.375em 0 0.5em; }

.filter__notifications {
  margin: 24px 0px; }

.filter .date-schedule {
  margin-bottom: 56px; }
  .filter .date-schedule input {
    padding-right: 2.25em; }
  .filter .date-schedule .icon--close {
    width: 33px;
    padding: 0 9px; }

.filter__fade {
  height: 100%;
  width: 100%; }

/*  --------------------------------------- 
                Colors                      
    -------------------------------------- */
/*  --------------------------------------- 
                  Typography                      
    -------------------------------------- */
/*  --------------------------------------- 
                  Actions                      
    -------------------------------------- */
/*  --------------------------------------- 
                  Dialogs                      
    -------------------------------------- */
/*  --------------------------------------- 
                 Facets                    
    -------------------------------------- */
/*  --------------------------------------- 
                Facet filters                   
    -------------------------------------- */
/*  --------------------------------------- 
                 Feedback                    
    -------------------------------------- */
/* $feedback-info-background: #ddd;
    $feedback-info-color: #555;
    $feedback-confirmation-background: #333;
    $feedback-confirmation-color: #fff;
    $feedback-error-background: #f5b7ab;
    $feedback-error-color: #444;
    $feedback-warning-background: #ffe8aa;
    $feedback-warning-color: #444;
    $feedback-succes-background: #c5e5de;
    $feedback-succes-color: #444;*/
/*  --------------------------------------- 
                 Forms                    
    -------------------------------------- */
/*  --------------------------------------- 
                 Free Text Search                    
    -------------------------------------- */
/*  --------------------------------------- 
                 Icon                    
    -------------------------------------- */
/*  --------------------------------------- 
                 Navigation                   
    -------------------------------------- */
/*  --------------------------------------- 
                 Results                   
    -------------------------------------- */
/*  --------------------------------------- 
                 Table               
    -------------------------------------- */
/*  --------------------------------------- 
                 Template elements              
    -------------------------------------- */
/*  --------------------------------------- 
            Save searches calendar          
    -------------------------------------- */
/*  --------------------------------------- 
                 Signup              
    -------------------------------------- */
/*  --------------------------------------- 
                 xBid              
    -------------------------------------- */
/*  --------------------------------------- 
                    Hero      
    -------------------------------------- */
/*  --------------------------------------- 
                 Date schedule             
    -------------------------------------- */
body > section {
  clear: both; }

/*  --------------------------------------- 
                    Layout                    
    -------------------------------------- */
.layout {
  clear: both;
  min-width: 768px;
  width: 100%; }
  .layout__center {
    max-width: 960px;
    margin: 0 auto; }
  .layout--large {
    max-width: 1280px;
    padding: 0; }
  .layout__right {
    padding-right: 1em; }
  .layout__inner {
    background: #f5f5f5;
    width: 100%; }
  .layout__sidebar {
    z-index: 1; }
    @media (min-width: 1024px) and (max-width: 1365px) {
      .layout__sidebar {
        display: none; } }
  .layout__main {
    background: #fff;
    margin-left: 340px; }
    @media (min-width: 1024px) and (max-width: 1365px) {
      .layout__main {
        margin: 0;
        width: 100%; } }
    .layout__main.panel-open {
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      z-index: 0; }
  .layout__main-inner {
    border-left: 1px solid #e2e2e2;
    padding: 1em 0;
    position: relative;
    vertical-align: top; }
  .layout__main-sidebar {
    padding-right: 1em; }
  .layout__item {
    display: inline-block;
    padding-left: 1em;
    vertical-align: top; }
    .layout__item:first-child {
      padding: 0; }

/*  --------------------------------------- 
                   Grid                     
    -------------------------------------- */
.five-tenths {
  width: 55%; }

.four-tenths {
  width: 45%; }

/*  --------------------------------------- 
                    Separator                     
    -------------------------------------- */
.separator {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 0; }

/*  --------------------------------------- 
                    Wrapper                     
    -------------------------------------- */
.wrapper {
  padding: 0 1em;
  width: 100%; }

/*  --------------------------------------- 
                    Sticky                     
    -------------------------------------- */
.sticky {
  position: fixed;
  z-index: 5; }

/*  --------------------------------------- 
                  Actions bar                     
    -------------------------------------- */
.actions-bar--top {
  transition: box-shadow .3s ease-in-out;
  -webkit-transition: box-shadow .3s ease-in-out;
  -moz-transition: box-shadow .3s ease-in-out;
  -o-transition: box-shadow .3s ease-in-out; }

.actions-bar--middle {
  padding: 1em 0 1em 2.5em; }

.actions-bar__item {
  padding: 8px 40px 8px 40px; }

.actions-bar--top.sticky {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3); }

.actions-bar-wrap {
  height: 66px; }

#main-actions-container {
  height: 58px; }
  @media (min-width: 1365px) and (max-width: 1600px) {
    #main-actions-container .sidebar-toogle {
      display: none; } }
  @media (min-width: 1600px) {
    #main-actions-container .sidebar-toogle {
      display: none; } }

/*.main-actions {
    border-top: 1px solid #e2e2e2;
    padding: 0.75em 1.4em;
    height: 60px;
    width: 100%;
    z-index: 2;

    .sidebar-trigger {
        @include breakpoint(large){
            display: none;
        }
    }
}*/
.modal-open {
  overflow: hidden; }

/*  --------------------------------------- 
                    Overlay                    
    -------------------------------------- */
#filteroverlay {
  position: absolute;
  z-index: 20; }

#overlay {
  left: 50%;
  top: 200px;
  position: absolute;
  z-index: 20; }

#filteroverlay {
  left: 50%;
  top: 200px; }

#fade {
  background-color: #F7F7F7;
  -moz-opacity: 0.6;
  opacity: .60;
  filter: alpha(opacity=60);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10; }

#filterfade {
  background-color: #F7F7F7;
  filter: alpha(opacity=60);
  height: 100%;
  -moz-opacity: 0.6;
  opacity: .60;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 10; }

/* --------------------------------------------------
	            Button go top
-------------------------------------------------- */
.button--gotop {
  bottom: 5em;
  display: none;
  padding: .7em 1em;
  position: fixed !important;
  right: 6.25em;
  opacity: 0;
  z-index: 40; }

/*  --------------------------------------- 
                    Facets                      
    -------------------------------------- */
.facets .update-results {
  bottom: 0;
  display: none;
  position: fixed;
  width: 340px; }

.facets {
  width: 340px; }

.panel-open .facets {
  left: 0;
  top: 0;
  height: 100%;
  position: fixed;
  overflow: auto;
  z-index: 10; }
  .panel-open .facets .notifier {
    position: fixed;
    left: 340px;
    top: 0; }

.panel-open .update-results {
  display: block; }

.panel-open .facet-filters {
  bottom: 25px;
  left: 365px;
  max-height: 95%;
  overflow: auto;
  padding: 1em 0;
  position: fixed;
  right: 25px;
  top: 25px;
  z-index: 9999;
  /*  --------------------------------------- 
        Facet filters fixed height                   
-------------------------------------- */ }
  .panel-open .facet-filters .update-results {
    bottom: 25px;
    top: auto;
    width: 380px; }
  .panel-open .facet-filters--fixedheight {
    max-height: calc(100% - 240px); }
    .panel-open .facet-filters--fixedheight.facet-filters--large {
      max-height: calc(100% - 175px); }
      @media (min-width: 1024px) and (max-width: 1365px) {
        .panel-open .facet-filters--fixedheight.facet-filters--large {
          max-height: calc(100% - 240px); } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .panel-open .facet-filters--fixedheight.facet-filters--large {
          max-height: calc(100% - 240px); } }
      @media (max-width: 768px) {
        .panel-open .facet-filters--fixedheight.facet-filters--large {
          max-height: calc(100% - 240px); } }

.panel-open .no-results--modal {
  bottom: 25px;
  left: 365px;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: fixed;
  right: 25px;
  top: auto;
  z-index: 9999; }

/*  --------------------------------------- 
                 Overlayer                     
    -------------------------------------- */
.overlayer {
  background: rgba(0, 0, 0, 0.4); }

.panel-open .overlayer {
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5; }

.panel-open--myitems .facets {
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  z-index: 10; }

.panel-open--myitems .facet-filters {
  bottom: inherit;
  left: 365px;
  max-height: 95%;
  overflow: auto;
  padding: 1em 0;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 9999; }

.panel-open--myitems .overlayer {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1; }

.update-results--myitems {
  margin-top: 1em;
  width: 340px; }
  .facets .update-results--myitems {
    position: static; }

.layout__main--myitems {
  display: flex;
  position: relative; }

.layout__main--full {
  margin-left: 0; }
  .layout__main--full .layout__main-inner--myitems {
    background: none;
    border: none;
    width: 100%; }

.layout__main-inner--myitems {
  padding: 0 1em;
  min-height: 465px;
  width: 100%; }

.layout__inner.panel-open--myitems {
  background: #fff;
  position: relative; }

.key-listing {
  margin: 1em 0; }
  .key-listing ul {
    padding: 0; }
    .key-listing ul li {
      list-style-type: none; }
      .key-listing ul li i {
        font-style: normal; }
        .key-listing ul li i:before {
          color: #ccc; }

/*  --------------------------------------- 
                    JS Only                    
    -------------------------------------- */
.jsonly {
  display: none; }

/*  --------------------------------------- 
                    Hide                    
    -------------------------------------- */
.hide {
  display: none; }

/*  ----------------------------------------------- 
    Media Queries iPads (portrait and landscape)                     
    ---------------------------------------------- */
@media (min-width: 480px) and (max-width: 1023px) {
  .layout__main {
    margin: 0;
    width: 100%; }
  .layout__sidebar {
    display: none; }
    .layout__sidebar.panel-open {
      display: block; } }

/*  ----------------------------------------------- 
                 Media Queries desktop                     
    ---------------------------------------------- */
@media (min-width: 1024px) and (max-width: 1365px) {
  .layout__sidebar.panel-open {
    display: block; }
  .facet-filters.facet-filters-large {
    width: 720px; } }

/*  ----------------------------------------------- 
                 Responsiv hide                     
    ---------------------------------------------- */
@media (max-width: 767px) {
  .hide--xs {
    display: none !important; } }

.icon--aa:before {
  content: "";
  background-color: #f8db01;
  background-image: url(../images/buttons/AA.jpg);
  background-repeat: no-repeat;
  border: 1px solid #000;
  display: inline-block;
  height: 27px;
  width: 26px; }

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .icon--aa::before {
    margin-top: -1px; } }

.icon--assessment:before {
  font-family: 'Material Icons';
  content: "\e85c"; }

.icon--add:before {
  font-family: 'Material Icons';
  content: "\e145"; }

.icon--add_shopping_cart:before {
  font-family: 'Material Icons';
  content: "\e854"; }

.icon--arrow-back:before {
  font-family: 'Material Icons';
  content: "\e5c4"; }

.icon--arrow_back:before {
  font-family: 'Material Icons';
  content: "\e5c4"; }

.icon--arrow-left:before {
  font-family: 'Material Icons';
  content: "\e5cb"; }

.icon--arrow-right:before {
  font-family: 'Material Icons';
  content: "\e5cc"; }

.icon--bidbuy-eu:before {
  content: "\e90d"; }

.icon--bidbuy-uk:before {
  content: "\e908"; }

.icon--close:before {
  font-family: 'Material Icons';
  content: "\e5cd"; }

.icon--delete:before {
  font-family: 'Material Icons';
  content: "\e872"; }

.icon--description:before {
  font-family: 'Material Icons';
  content: "\e873"; }

.icon--document:before {
  font-family: 'Material Icons';
  content: "\e873"; }

.icon--dropdown:before {
  font-family: 'Material Icons';
  content: "\e5c5"; }

.icon--enquiry:before {
  font-family: 'Material Icons';
  content: "\e8fd"; }

.icon--erroroutline:before {
  font-family: 'Material Icons';
  content: "\e001"; }

.icon--first:before {
  font-family: 'Material Icons';
  content: "\e045"; }

.icon--help:before {
  font-family: 'Material Icons';
  content: "\e8fd"; }

.icon--info:before {
  font-family: 'Material Icons';
  content: "\e88e"; }

.icon--insertdrivefile:before {
  font-family: 'Material Icons';
  content: "\e24d"; }

.icon--last:before {
  font-family: 'Material Icons';
  content: "\e044"; }

.icon--next:before {
  font-family: 'Material Icons';
  content: "\e409"; }

.icon--person:before {
  font-family: 'Material Icons';
  content: "\e7fd"; }

.icon--phone:before {
  font-family: 'Material Icons';
  content: "\e0cd"; }

.icon--photo-library:before {
  font-family: 'Material Icons';
  content: "\e413"; }

.icon--previous:before {
  font-family: 'Material Icons';
  content: "\e408"; }

.icon--print:before {
  font-family: 'Material Icons';
  content: "\e8ad"; }

.icon--remove:before {
  font-family: 'Material Icons';
  content: "\e15b"; }

.icon--report:before {
  font-family: 'Material Icons';
  content: "\e862"; }

.icon--save:before {
  font-family: 'Material Icons';
  content: "\e161"; }

.icon--search:before {
  font-family: 'Material Icons';
  content: "\e8b6"; }

.icon--star:before {
  font-family: 'Material Icons';
  content: "\e838"; }

.icon--starborder:before {
  font-family: 'Material Icons';
  content: "\e83a"; }

.icon--up:before {
  font-family: 'Material Icons';
  content: "\e5c7"; }

.icon--shopping-cart:before {
  font-family: 'Material Icons';
  content: "\e8cc"; }

.icon--note:before {
  font-family: 'Material Icons';
  content: "\E06F"; }

.icon--mail:before {
  font-family: 'Material Icons';
  content: "\e158"; }

.icon--long-arrow-right:before {
  content: "\e5c8";
  font-family: 'Material Icons'; }

.tax-quote-icon {
  height: 19px;
  fill: #2196f3;
  margin-right: 10px;
  vertical-align: middle; }

/* --------------------------------------------------
	                   Button
-------------------------------------------------- */
.button {
  background-color: #eee;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #888;
  font-weight: 500;
  line-height: 1;
  /* --------------------------------------------------
	               Button primary
-------------------------------------------------- */
  /* --------------------------------------------------
	             Button secondary
-------------------------------------------------- */
  /* --------------------------------------------------
	             Button no value
-------------------------------------------------- */
  /* --------------------------------------------------
	              Button tertiary
-------------------------------------------------- */
  /* --------------------------------------------------
	              Button light
-------------------------------------------------- */
  /* --------------------------------------------------
	              Button link
-------------------------------------------------- */
  /* --------------------------------------------------
	            Button toggle
-------------------------------------------------- */
  /* --------------------------------------------------
	            Button interest
-------------------------------------------------- */
  /* --------------------------------------------------
	             Button disabled
-------------------------------------------------- */
  /* --------------------------------------------------
	              Button block
-------------------------------------------------- */
  /* --------------------------------------------------
	              Button-small
-------------------------------------------------- */
  /* --------------------------------------------------
	              Button-medium
-------------------------------------------------- */
  /* --------------------------------------------------
	              Button-large
-------------------------------------------------- */
  /* --------------------------------------------------
	             Free Text Search
-------------------------------------------------- */
  /* --------------------------------------------------
	             Back to top
-------------------------------------------------- */ }
  .no-touch .button:hover {
    background-color: #ddd;
    color: #444; }
  .button--primary {
    background-color: #2196f3;
    border-bottom: 2px solid #3473ba;
    color: #fff;
    text-shadow: 0px 1px 0px false rgba(0, 0, 0, 0.08); }
    .no-touch .button--primary:hover {
      background-color: #42a5f5;
      border-color: #26e;
      color: #fff; }
  .button--secondary {
    background-color: #ddd;
    color: #666;
    border-bottom: 2px solid #ccc;
    text-shadow: 0px 1px 0px false rgba(255, 255, 255, 0.32); }
    .no-touch .button--secondary:hover {
      background-color: #eee;
      border-color: #bbb;
      color: #444; }
  .no-touch .button--no-value:hover {
    background: #ddd;
    color: #666;
    cursor: default; }
  .button--tertiary {
    background: none;
    border: 1px solid transparent;
    color: #666;
    text-shadow: 0px 1px 0px false rgba(255, 255, 255, 0.32); }
    .no-touch .button--tertiary:hover {
      background: none;
      border-color: #bbb;
      color: #444; }
  .button--light {
    border: 0px solid #2196f3 !important;
    background: #fff;
    color: #152D6D !important;
    vertical-align: middle;
    height: 45px;
    font-size: 16px !important;
    font-weight: 500; }
    .button--light:hover {
      background: #126CB4 !important;
      color: #FFFFFF !important; }
  .button--link {
    background: none; }
    .no-touch .button--link:hover {
      background: none; }
  .button--toggle {
    background: transparent;
    border: 1px solid transparent;
    color: #666; }
    .button--toggle:hover {
      color: #666; }
    .no-touch .button--toggle:hover {
      background: transparent;
      border: 1px solid #ccc;
      color: #666; }
  .button--toggle--active {
    background: #65ab65;
    border: 1px solid #569954;
    color: #fff; }
    .button--toggle--active:hover {
      color: #fff; }
    .no-touch .button--toggle--active:hover {
      background: #65ab65;
      border: 1px solid #569954;
      color: #fff; }
  .button--interest {
    background-color: #e74;
    border-bottom: 2px solid #d63;
    color: #fff;
    text-shadow: 0px 1px 0px false rgba(0, 0, 0, 0.08);
    outline: 0; }
    .no-touch .button--interest:hover {
      background-color: #d63;
      border-color: #c52;
      color: #fff; }
  .button--disabled {
    background-color: #eee;
    border-top: 2px solid #e5e5e5;
    color: #ccc;
    text-shadow: 0px 1px 0px false rgba(255, 255, 255, 0.32); }
    .no-touch .button--disabled:hover {
      background-color: #f5f5f5;
      color: #ccc;
      cursor: not-allowed; }
  .button--block {
    text-align: center; }
  .button--small {
    font-size: 0.875em;
    line-height: 21px; }
  .button--medium {
    font-size: 1em;
    line-height: 24px; }
  .button--large {
    font-size: 1.25em;
    line-height: 28px; }
  .button--fts {
    background-color: #2196F3;
    padding: 12px 16px; }
    .button--fts .icon {
      text-shadow: 0px 2px rgba(0, 0, 0, 0.24); }
  .button--top {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    margin-top: 16px;
    padding: 13px 0; }

/* --------------------------------------------------
	            Button toggle group
-------------------------------------------------- */
.button-toggle-group .button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }
  .button-toggle-group .button:first-child {
    -webkit-border-radius: 2px 0px 0px 2px;
    -moz-border-radius: 2px 0px 0px 2px;
    -ms-border-radius: 2px 0px 0px 2px;
    -o-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px; }
  .button-toggle-group .button:last-child {
    -webkit-border-radius: 0px 2px 2px 0px;
    -moz-border-radius: 0px 2px 2px 0px;
    -ms-border-radius: 0px 2px 2px 0px;
    -o-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px; }

a.button {
  cursor: pointer;
  text-decoration: none; }

a.button--light {
  line-height: 32px; }

/* --------------------------------------------------
    Calendar
-------------------------------------------------- */
.calendar--datepicker {
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 6px; }
  .calendar--datepicker.daterangepicker {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 6px;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 6px; }
  .calendar--datepicker .calendar__header {
    border-bottom: 1px solid #ccc; }
  .calendar--datepicker .calendar__headline {
    font-size: 1.5em; }
  .calendar--datepicker .calendar__table table {
    border: none; }
    .calendar--datepicker .calendar__table table td {
      text-align: center; }
    .no-touch .calendar--datepicker .calendar__table table thead .calendar__available:hover {
      background: #fff; }
    .calendar--datepicker .calendar__table table thead tr:first-child th {
      height: 48px;
      text-align: center; }
    .calendar--datepicker .calendar__table table thead tr:last-child th {
      background: #333;
      color: #fff;
      font-size: 0.75em;
      font-weight: 400; }
    .calendar--datepicker .calendar__table table th {
      border: none; }
    .calendar--datepicker .calendar__table table td {
      border: none; }
  .calendar--datepicker .calendar--disabled {
    background: #eee; }
  .calendar--datepicker .calendar__available {
    cursor: pointer; }
    .no-touch .calendar--datepicker .calendar__available:hover {
      background: #eee; }
    .calendar--datepicker .calendar__available--active {
      background: #65ab65;
      color: #fff; }
      .no-touch .calendar--datepicker .calendar__available--active:hover {
        background: #65ab65;
        color: #fff; }
  .calendar--datepicker .calendar--dropup:before {
    border-bottom: initial;
    border-top: 7px solid #ccc; }
  .calendar--datepicker .calendar--dropup:after {
    border-bottom: initial;
    border-top: 6px solid #fff; }

.decommissioning-page {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  background: #f5f5f5;
  margin: 0;
  padding: 20px;
  position: relative;
  display: block;
  min-height: 100vh;
  box-sizing: border-box; }

.decommissioning-page * {
  box-sizing: border-box; }

.decommissioning-container {
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  max-width: 700px;
  margin: 0 auto; }

.decommissioning-page .decommissioning-header {
  color: #1a2e5e;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.2; }

.decommissioning-page .decommissioning-logo-section {
  text-align: center;
  margin-bottom: 30px; }

.decommissioning-page .decommissioning-logo-section svg {
  max-width: 120px;
  margin-bottom: 20px; }

.decommissioning-page .decommissioning-content {
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  text-align: center; }

.decommissioning-page .decommissioning-content p {
  margin: 12px 0; }

.decommissioning-page .decommissioning-cta-button {
  background-color: #1d71b8;
  color: white !important;
  padding: 16px 40px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  margin: 25px 0;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer; }

.decommissioning-page .decommissioning-cta-button:hover {
  background-color: #155a95;
  color: white !important;
  text-decoration: none; }

.decommissioning-page .decommissioning-warning-box {
  background-color: #fff8f0;
  border-left: 5px solid #e30613;
  padding: 20px;
  margin-top: 30px;
  border-radius: 4px;
  text-align: left; }

.decommissioning-page .decommissioning-warning-title {
  color: #e30613;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px; }

.decommissioning-page .decommissioning-warning-box p {
  color: #555;
  font-size: 14px;
  margin: 8px 0; }

.decommissioning-page .decommissioning-footer-text {
  color: #999;
  font-size: 13px;
  margin-top: 30px;
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 20px; }

.decommissioning-page .decommissioning-container {
  padding: 30px 20px; }

.decommissioning-page .decommissioning-header {
  font-size: 24px; }

.decommissioning-page .decommissioning-logo-section svg {
  max-width: 100px; }

.decommissioning-page .decommissioning-cta-button {
  padding: 12px 30px;
  font-size: 14px; }

.decommissioning-page {
  flex: none;
  -webkit-flex: none;
  border-radius: 0; }

.decommissioning-logo-section {
  text-align: center;
  margin-bottom: 30px; }

/*  --------------------------------------- 
                 Facets                    
    -------------------------------------- */
.panel-open .facets {
  background: #fff;
  z-index: 1000; }

.panel-open .overlayer {
  z-index: 999; }

.facets-group {
  border-bottom: 1px solid #ddd;
  list-style-type: none; }
  .facets-group:first-of-type {
    border: none; }
  .facets-group:last-of-type {
    border: none; }

.facet {
  list-style-type: none; }
  .facet h2 {
    font-size: 1em; }
  .facet__item {
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none; }
    .facet__item--active {
      background: #e5e5e5; }
    .facet__item .icon {
      line-height: 1; }
    .no-touch .facet__item:hover {
      color: #888; }
  .facet__filters-remove {
    cursor: pointer; }
    .facet__filters-remove .icon {
      color: #ee7642;
      font-size: 0.75em; }
    .facet__filters-remove--non-js .button {
      background: none; }
  .facet ul {
    list-style-type: none; }
  .facet__filters-applied {
    color: #888;
    font-size: 0.75em;
    font-weight: 400; }
  .no-touch .facet:hover {
    background: #e5e5e5; }

/*  --------------------------------------- 
                 Facets filters                      
    -------------------------------------- */
.facet-filters {
  background: #fff;
  /*  --------------------------------------- 
                  Mileage                     
-------------------------------------- */
  /*  --------------------------------------- 
                Calendar                     
-------------------------------------- */ }
  .facet-filters__title {
    font-size: 1em; }
  .facet-filters__sub-head {
    background: #f5f5f5;
    border: #ddd;
    border-width: 1px 0;
    font-size: 0.75em; }
  .facet-filters__count {
    color: #adadad; }
  .facet-filters__list {
    list-style-type: none; }
  .facet-filters__mileage-slider {
    background: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 2px 1px rgba(0, 0, 0, 0.03) 0px 1px #333333;
    -moz-box-shadow: inset 2px 1px rgba(0, 0, 0, 0.03) 0px 1px #333333;
    box-shadow: inset 2px 1px rgba(0, 0, 0, 0.03) 0px 1px #333333; }
  .facet-filters__mileage-scrubber {
    background: #fff;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%; }
  .facet-filters__mileage-range {
    background: #65ab65;
    border: 1px solid #569956;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 0px rgba(0, 0, 0, 0.03) 0px 1px #333333;
    -moz-box-shadow: inset 1px 0px rgba(0, 0, 0, 0.03) 0px 1px #333333;
    box-shadow: inset 1px 0px rgba(0, 0, 0, 0.03) 0px 1px #333333; }
  .facet-filters--calendar {
    text-align: center; }
    .facet-filters--calendar .button--toggle {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px; }
  .facet-filters .facet-filters__title--calendar {
    text-align: left; }
  .facet-filters__calendar-datepicker-days {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    font-weight: 400;
    text-shadow: 0 1px #f5f5f5; }
    .facet-filters__calendar-datepicker-days .table {
      border: none; }
  .facet-filters__calendar-datepicker-switch {
    border-right: none;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase; }
  .facet-filters__calendar-prev, .facet-filters__calendar-next {
    border-right: none; }
    .facet-filters__calendar-prev--disabled, .facet-filters__calendar-next--disabled {
      color: #ccc; }
  .facet-filters__calendar-prev {
    text-align: left; }
  .facet-filters__calendar-next {
    text-align: right; }
  .facet-filters__calendar-dow {
    border: solid #e2e2e2;
    border-width: 1px 0;
    font-size: 1em;
    font-weight: 400;
    text-align: center; }
  .facet-filters__calendar-day {
    color: #666;
    font-weight: 400;
    text-align: center;
    text-shadow: 0 1px #f5f5f5; }
    .facet-filters__calendar-day--active {
      background: #65ab65;
      color: #fff; }
    .facet-filters__calendar-day--disabled {
      background: #f5f5f5;
      color: #ccc; }
    .facet-filters__calendar-day--old, .facet-filters__calendar-day--new {
      background: #e5e5e5;
      color: #ccc; }

/*  --------------------------------------- 
                    Results update                     
    -------------------------------------- */
.update-results {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3); }
  .update-results__count {
    font-weight: 500; }
  .update-results__clear-filters {
    color: #f04e37;
    text-decoration: none; }
  .panel-open .update-results {
    z-index: 1001; }

/* --------------------------------------------------
	                Modal Large Open
-------------------------------------------------- */
.modal--large-open .modal__content {
  box-shadow: none; }

.modal--large-open .modal__header {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 0px solid #ccc;
  border-left: 1px solid #ccc; }

.modal--large-open .modal__body {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc; }

/*  --------------------------------------- 
                 Ordinary dialog              
    -------------------------------------- */
.modal {
  /*Could we do this better?*/ }
  .modal__overlay {
    background-color: #000;
    opacity: 0.8; }
  .modal__content {
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 80px #000;
    -moz-box-shadow: 4px 4px 80px #000;
    box-shadow: 4px 4px 80px #000;
    text-align: left; }
  .modal__close {
    color: #fff;
    cursor: pointer; }
  .modal__header {
    background: #fff;
    color: #666; }
  .modal__headline {
    font-size: 24px;
    line-height: 1.33;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: #001a72;
    display: inline-block; }
  .modal__note {
    font-size: 14px;
    line-height: 1.71;
    color: #888888;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin-left: 35px; }
  .modal__link {
    text-decoration: none;
    line-height: 2.5;
    color: #2196f3; }
    .modal__link--height {
      line-height: 1.5; }
  .modal__text {
    text-decoration: none;
    line-height: 2.5;
    color: #888; }
    .modal__text--height {
      line-height: 1.5; }
  .modal .listing--sale-header {
    padding: 1em; }
  .modal__list-title {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none; }
  .modal .list-standard {
    padding-top: 5px;
    margin-top: 20px; }
  .modal .popup-list__link {
    color: #666;
    font-size: 16px; }
  .modal--large .modal__header .icon--save {
    font-size: 3em; }
  .modal--small .modal__header .icon--save {
    font-size: 1.5em; }

#taxModal .listing--sale-header {
  padding: 1em; }

#taxModal .listing__image {
  max-height: 95px; }

/*  --------------------------------------- 
                  Tooltip                      
    -------------------------------------- */
.tooltip {
  cursor: pointer;
  font-weight: 400; }
  .no-touch .tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    content: ""; }
  .no-touch .tooltip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    content: attr(data-tool);
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    font-size: 16px; }

/* --------------------------------------------------
	                Notifier
-------------------------------------------------- */
.notifier {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  line-height: 1;
  text-decoration: none; }
  .notifier__arrow:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 7px 7px 0 7px; }
  .no-touch .notifier:hover {
    color: #fff; }
  .notifier:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px; }
  .notifier:after {
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    line-height: 1;
    white-space: nowrap; }
  .notifier--push {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    background: #fff; }
  .notifier__header {
    background-color: #f2f2f2;
    text-align: left; }
  .notifier__headline {
    color: #7f7f7f;
    font-size: 1.25em;
    font-weight: 700; }
  .notifier__close {
    color: #666; }
  .notifier__description {
    color: #7f7f95;
    text-align: left; }

/*  --------------------------------------- 
                  Popover                      
    -------------------------------------- */
.popover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
  white-space: normal; }
  .popover .arrow {
    content: '';
    background: #fff;
    -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2); }
  .popover .popover-content {
    font-size: 0.8em; }

/* --------------------------------------------------
	                List popup
-------------------------------------------------- */
.popup-list {
  background: #fff;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
  text-align: left;
  white-space: nowrap; }
  .popup-list__content {
    list-style-type: none; }
  .popup-list__arrow:after {
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.2);
    border-color: transparent transparent #fff #fff;
    content: ""; }
  .popup-list__item {
    list-style-image: url(data:0); }
  .popup-list__link {
    text-decoration: none;
    color: #666; }

/* --------------------------------------------------
	                NonJS modal
-------------------------------------------------- */
.modal-nonjs {
  border-bottom: 1px solid #e2e2e2; }
  .modal-nonjs__close {
    color: #666; }
    .modal-nonjs__close:hover {
      color: #666; }

/* Enquiry modal - temporary style to overwrite 250px modal body max-height */
.modal--new.modal--small .modal__dialog {
  min-width: 570px; }

.modal--new.modal--small .modal__body {
  padding: 0 1.3em;
  padding-bottom: 1.5em;
  max-height: 100%; }

.feedback {
  border-radius: 2px;
  text-align: center;
  /* &--info {
        background: $feedback-info-background;
        color: $feedback-info-color;
    }

    &--confirmation {
        background: $feedback-confirmation-background;
        color: $feedback-confirmation-color;
    }

    &--error {
        background: $feedback-error-background;
        color: $feedback-error-color;
    }

    &--warning {
        background: $feedback-warning-background;
        color: $feedback-warning-color;
    }

    &--success {
        background: $feedback-succes-background;
        color: $feedback-succes-color;
    }*/ }
  .feedback__title {
    font-weight: 500; }
  .feedback--notify {
    background: #ffecb3;
    color: #444;
    box-shadow: 0 2px 16px 8px rgba(0, 0, 0, 0.08); }
  .feedback--notice {
    background: #303545;
    color: #ffffff; }
  .feedback--promo {
    background: #2196F3;
    color: #fff;
    padding: 3px 0;
    border-radius: 0; }
    .feedback--promo .feedback__link {
      color: #fff;
      text-decoration: underline;
      font-size: 16px; }
      .feedback--promo .feedback__link:hover {
        color: #fff;
        text-decoration: none; }
    .feedback--promo .feedback__title {
      display: inline-block;
      font-weight: bold;
      font-size: 16px; }
  .feedback--highlight {
    background: #001a72;
    color: #fff;
    text-transform: uppercase; }
  .feedback--promo-image {
    color: #fff;
    background: #0076a7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(https://cdn.zeplin.io/5d010c516fea415dc8d2398b/screens/67115971-121F-4F0C-8FFB-F893E20CBE75.png); }
    .feedback--promo-image .feedback__title {
      text-transform: uppercase; }
    .feedback--promo-image .feedback__link {
      color: #fff;
      text-decoration: none; }
      .feedback--promo-image .feedback__link:hover {
        cursor: pointer;
        color: #fff;
        text-decoration: underline; }

/*  --------------------------------------- 
                 Banner            
    -------------------------------------- */
.banner {
  background: #ffecb3;
  box-shadow: 0px 0px 35px #d5d5d5;
  text-align: center;
  padding: 1.188em; }
  .banner .title {
    color: #091535;
    font-weight: 1000;
    margin: 0; }
  .banner--saturated {
    background: #fdbc40 !important; }

/*  --------------------------------------- 
                 Alert            
    -------------------------------------- */
.alert__headline {
  font-weight: 400;
  color: #001a72; }

.alert__info {
  font-weight: 500;
  color: #444; }

.alert__advise {
  color: #888;
  font-size: 14px; }

/*  --------------------------------------- 
                Free text search                     
    -------------------------------------- */
.fts__icon-group {
  color: #666;
  cursor: pointer; }
  .fts__icon-group--active .icon {
    color: #666; }

.fts__typehead-inner {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px 0px; }

.fts__typehead-header {
  background: #f4f4f4;
  color: #48e;
  font-size: 0.875em; }

.fts__typehead-icon {
  color: #48e; }

.fts__typehead-title {
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase; }

.fts__typehead-link {
  cursor: pointer; }

.fts__typehead-choices {
  list-style-type: none; }

.fts__typehead-choice--active {
  background: #f7f7f7; }

.no-touch .fts__typehead-choice:hover {
  background: #f7f7f7;
  cursor: pointer; }

/*  --------------------------------------- 
                Description lists                     
    -------------------------------------- */
dl dt {
  font-weight: 700; }

/*  --------------------------------------- 
                  Ordered lists                     
    -------------------------------------- */
ol li {
  font-weight: 700; }
  ol li ol li {
    font-weight: 400; }

/*  --------------------------------------- 
                 Lists Ordered             
    -------------------------------------- */
ol li {
  font-weight: 700; }
  ol li ol li {
    font-weight: 400; }

.list-ordered--upper-alpha {
  list-style: upper-alpha outside none; }

.list-ordered--lower-alpha {
  list-style: lower-alpha outside none; }

.list-ordered--upper-roman {
  list-style: upper-roman outside none; }

.list-ordered--lower-roman {
  list-style: lower-roman outside none; }

.nav {
  /* --------------------------------------------------
	              Nav global
-------------------------------------------------- */
  /* --------------------------------------------------
	    Nav dropdown
    -------------------------------------------------- */
  /* --------------------------------------------------
	               Nav breadcrumb
-------------------------------------------------- */
  /* --------------------------------------------------
	               Nav tabbed
-------------------------------------------------- */
  /* --------------------------------------------------
	               Nav block
-------------------------------------------------- */
  /* --------------------------------------------------
	              Nav pagination
-------------------------------------------------- */
  /* --------------------------------------------------
	              Nav expandable
-------------------------------------------------- */
  /* --------------------------------------------------
                      Toggle
-------------------------------------------------- */
  /* --------------------------------------------------
    Nav summary
-------------------------------------------------- */
  /* --------------------------------------------------
	               Nav local
-------------------------------------------------- */
  /* --------------------------------------------------
	              Mybids
-------------------------------------------------- */ }
  .nav.nav--full .nav {
    margin: 0; }
  .nav a {
    text-decoration: none; }
  .nav--global {
    background: #fff;
    padding-right: 2.5em; }
  .nav__link {
    text-decoration: none; }
  .nav__link--global {
    color: #666;
    font-weight: 500;
    padding: 1.5em 1em; }
  .nav__sub--global {
    background: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
    padding: 1.5em;
    box-sizing: border-box; }
  .nav__sub-item-group--global {
    border: none; }
  .nav__sub-item--global h4 a {
    color: #001a72; }
    .no-touch .nav__sub-item--global h4 a:hover {
      color: #001a72;
      text-decoration: underline; }
  .no-touch .nav__sub-item--global:hover {
    color: #001a72; }
  .nav__sub-link--global {
    font-size: 14px;
    margin: 4px 0px;
    font-weight: 400;
    color: #3f403f;
    padding: 0px;
    line-height: 24px; }
    .nav__sub-link--global:hover {
      text-decoration: none; }
    .no-touch .nav__sub-link--global:hover {
      text-decoration: none; }
  .nav__sub-group:last-child {
    padding-right: 31px; }
  .nav--breadcrumb {
    border: solid #eee;
    border-width: 1px 0; }
    .nav--breadcrumb .icon {
      color: #999; }
    .nav--breadcrumb a {
      color: #999; }
  .nav__current {
    color: #999; }
  .nav__block-list-link {
    color: #333; }
    .no-touch .nav__block-list-link:hover {
      background: #eee;
      color: #333; }
  .nav--pagination {
    margin: 1em 0 !important; }
    .nav--pagination .icon {
      color: #666; }
  .nav__item--pagination {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    line-height: 1; }
    .no-touch .nav__item--pagination:hover {
      border: 1px solid #ccc; }
    .nav__item--pagination--selected {
      background: #f5f5f5;
      color: #444; }
      .no-touch .nav__item--pagination--selected:hover {
        border: 1px solid rgba(0, 0, 0, 0); }
      .nav__item--pagination--selected a {
        color: #444; }
    .nav__item--pagination--break {
      background: none; }
      .no-touch .nav__item--pagination--break:hover {
        border: 1px solid rgba(0, 0, 0, 0); }
  .nav__link--pagination {
    color: #444;
    cursor: pointer;
    /* IE9 */ }
    .no-touch .nav__link--pagination:hover {
      color: #444; }
    .nav__link--pagination .icon:before {
      font-size: 150%; }
    .nav__link--pagination .icon:before {
      font-size: 70%\9; }
    @media all and (-ms-high-contrast: none) {
      .nav__link--pagination {
        /* IE10 */
        /* IE11 */ }
        .nav__link--pagination .icon:before {
          font-size: 70%; }
        .nav__link--pagination *::-ms-backdrop, .nav__link--pagination .icon:before {
          font-size: 100%; } }
  .nav__list--expand {
    border-bottom: 1px solid #ccc; }
  .nav__item--expand {
    border-bottom: 1px solid #ddd;
    list-style-type: none; }
  .nav__link--expand {
    color: #888;
    text-decoration: none; }
    .no-touch .nav__link--expand:hover {
      color: #000; }
  .nav--toggle .nav__list {
    list-style-type: none; }
  .nav--toggle .nav__item {
    background: #eee;
    border: solid transparent;
    border-width: 1px 1px 0 1px;
    color: #666;
    cursor: pointer;
    line-height: 32px;
    text-align: left;
    text-decoration: none;
    outline: none; }
    .nav--toggle .nav__item:before {
      content: "\e5c5";
      font-family: 'Material Icons';
      font-size: 180%; }
    .nav--toggle .nav__item:hover {
      color: #666; }
    .nav--toggle .nav__item--active {
      border: solid #ccc;
      border-width: 1px 1px 0 1px;
      color: #001a72; }
      .nav--toggle .nav__item--active:before {
        content: "\e5c7"; }
      .nav--toggle .nav__item--active:hover {
        color: #001a72; }
  .nav--toggle .nav__item-content {
    border: solid #ccc;
    border-width: 0 1px 1px 1px;
    list-style-type: none; }
    .nav--toggle .nav__item-content li:first-child a {
      border-bottom: 1px solid #ccc; }
    .nav--toggle .nav__item-content a {
      font-size: .875em; }
  .nav--summary .nav__block-list li:first-child a {
    color: #2196f3; }
  .nav--summary .nav__block-list-item:first-child {
    border-bottom: 1px solid #eee; }
    .nav--summary .nav__block-list-item:first-child .nav__block-list-link {
      font-size: 1em; }
  .nav--summary .nav__block-list-link {
    color: #888;
    font-size: .85em;
    line-height: 34px;
    text-decoration: none; }
    .no-touch .nav--summary .nav__block-list-link:hover {
      background: none;
      color: #2196f3; }
      .no-touch .nav--summary .nav__block-list-link:hover span {
        color: #555; }
    .nav--summary .nav__block-list-link span {
      color: #555; }
    .nav--summary .nav__block-list-link--disabled {
      color: #aaa; }
      .no-touch .nav--summary .nav__block-list-link--disabled:hover {
        color: #aaa; }
        .no-touch .nav--summary .nav__block-list-link--disabled:hover span {
          color: #555; }
  .nav--local {
    background: #fff;
    border-bottom: 1px solid #ccc;
    text-align: center; }
  .no-touch .nav__item--local:hover {
    border-bottom: 4px solid #001a72; }
  .nav__item--local--selected {
    border-bottom: 4px solid #001a72; }
  .nav__link--local {
    color: #222;
    text-transform: uppercase; }
    .nav__link--local--selected {
      color: #001a72;
      font-weight: 600; }
    .no-touch .nav__link--local:hover {
      color: #222; }
  .nav__link--tabbed {
    color: #555;
    text-transform: uppercase;
    cursor: pointer; }
    .nav__link--tabbed a:hover {
      color: #555; }
    .nav__link--tabbed--selected {
      border-bottom: 4px solid #000; }

/* --------------------------------------------------
	               Tab content
-------------------------------------------------- */
.tab-content {
  background: #fff;
  border: solid #eee;
  border-width: 1px; }

/*  --------------------------------------- 
                Switch List              
-------------------------------------- */
.switch-list--headline .button {
  font-size: 20px; }

.switch-list__wrapper {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: rgba(50, 50, 50, 0.65) 2px 2px 9px 0px;
  -moz-box-shadow: rgba(50, 50, 50, 0.65) 2px 2px 9px 0px;
  box-shadow: rgba(50, 50, 50, 0.65) 2px 2px 9px 0px; }

.switch-list__links {
  list-style-type: none; }
  .switch-list__links:before {
    border-color: #ddd rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 8px 8px; }
  .switch-list__links:after {
    border-color: #f7f7f7 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 8px 8px; }

.switch-list__item {
  text-align: left;
  width: 100%;
  list-style-image: url(data:0); }
  .no-touch .switch-list__item:hover {
    background: #f5f5f5;
    width: 100%; }

.switch-list__link {
  text-decoration: none; }

.switch-list__item-title {
  background: #f7f7f7;
  font-weight: 500;
  list-style-image: url(data:0); }

table {
  border: 1px solid #eee; }
  table tr th {
    border-right: 1px solid #eee;
    font-weight: 500; }
  table tr td {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee; }

.headline {
  background: #f5f5f5;
  border: solid #eee;
  border-width: 1px 0; }

.facets-header {
  padding: 0.8125em 0.625em; }
  .facets-header .clear-filters {
    color: #3376df;
    cursor: pointer;
    float: right;
    text-decoration: underline; }

/*  --------------------------------------- 
                 Actions bar                     
    -------------------------------------- */
.sort-bar span {
  font-weight: 500; }

/*  --------------------------------------- 
                 Actions bar                     
    -------------------------------------- */
.actions-bar__fade {
  background: #000;
  opacity: .85; }

.actions-bar__info {
  color: #fff;
  font-weight: 500;
  line-height: 2; }

/*  --------------------------------------- 
                mysearches                    
    -------------------------------------- */
/*  --------------------------------------- 
                mysearches                    
    -------------------------------------- */
.mysearches__title {
  color: #222; }

.mysearches__info {
  color: #444; }

.mysearches .table__thead {
  text-transform: uppercase; }

@media (max-width: 768px) {
  .mysearches .mysearches__info {
    text-align: left;
    margin-top: -16px; }
  .mysearches .switch {
    margin-left: 20px; } }

/*  --------------------------------------- 
        Error result                     
    -------------------------------------- */
.no-results {
  border: 1px solid #eee; }
  .no-results__title {
    color: #222; }
  .no-results__message {
    color: #444; }

/*  --------------------------------------- 
                Promo Banner                     
    -------------------------------------- */
.promo-banner {
  background: #f5f5f5; }
  .promo-banner__title {
    color: #444; }
  .promo-banner__detail {
    color: #666;
    font-size: 0.875em; }
  .promo-banner__info {
    color: #444;
    font-size: 0.875em; }
  .promo-banner__link {
    font-size: 0.875em; }

/*  --------------------------------------- 
                 Gradient                     
    -------------------------------------- */
.fade {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  .dark .fade {
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); }
    .dark .fade--full {
      background: rgba(0, 0, 0, 0.6);
      background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%); }
  .light .fade {
    background: rgba(255, 255, 255, 0.75);
    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%); }

html {
  color: #666;
  font-family: 'Roboto', Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

h2, h4, h5, h6 {
  font-weight: 500; }

a {
  color: #2196f3; }
  .no-touch a:hover {
    color: #42a5f5; }

b,
strong {
  font-weight: 500; }

/*a:visited {
    color: $link-visited-color;
}*/
.brand-color {
  color: #001a72; }

.section-heading {
  color: #001a72;
  font-weight: 400;
  font-size: 2em;
  margin: 1.5em 0; }

.section-subheading {
  color: #444;
  font-size: 1.25em; }

/*  --------------------------------------- 
                    Listing               
    -------------------------------------- */
.listing {
  border-bottom: 1px solid #eee;
  list-style-type: none;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  clear: both;
  /*  --------------------------------------- 
         Listing featured vehicles      
-------------------------------------- */
  /*  --------------------------------------- 
         Listing featured sales      
-------------------------------------- */
  /*  --------------------------------------- 
         Listing my items   
-------------------------------------- */
  /*  --------------------------------------- 
          Listing sale header             
-------------------------------------- */ }
  .listing__image {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /*border: 1px solid #ddd;*/ }
  .listing__lot-report {
    list-style: none;
    /* IE9 */ }
    .listing__lot-report .icon:before {
      font-size: 170%; }
    .listing__lot-report .icon:before {
      font-size: 70%\9; }
    @media all and (-ms-high-contrast: none) {
      .listing__lot-report {
        /* IE11 */ }
        .listing__lot-report *::-ms-backdrop, .listing__lot-report .icon:before {
          font-size: 70%; } }
  .listing__title {
    font-size: 1em; }
    .listing__title a {
      cursor: pointer;
      text-decoration: none; }
    .listing__title a span {
      font-weight: 400; }
  .listing__title .listing__title__lot-no__wrapper {
    background-color: #2196f3; }
  .listing__item--disabled .listing__date-info, .listing__item--disabled .listing__link, .listing__item--disabled .listing__description,
  .listing__item--disabled .listing__title a {
    color: #ccc;
    cursor: not-allowed !important; }
    .listing__item--disabled .listing__date-info:hover, .listing__item--disabled .listing__link:hover, .listing__item--disabled .listing__description:hover,
    .listing__item--disabled .listing__title a:hover {
      color: #ccc; }
  .listing__link {
    cursor: pointer;
    text-decoration: none; }
    .listing__link--disabled {
      color: #ccc;
      cursor: not-allowed !important; }
      .no-touch .listing__link--disabled:hover {
        color: #ccc; }
  .listing__reg-number {
    border: 1px solid #222;
    text-align: center;
    white-space: nowrap; }
    .listing__reg-number:before {
      background: none repeat scroll 0 0 #3377dc; }
  .listing__details ul {
    list-style-type: none; }
  .listing__details--lot-actions li {
    word-wrap: break-word; }
  .listing__pricing {
    color: #222;
    text-align: right; }
    .listing__pricing--right {
      text-align: left;
      line-height: 1.5;
      margin-bottom: .25em; }
    .listing__pricing-value {
      font-weight: 700; }
    .listing__pricing-label {
      font-weight: 500; }
  .listing__actions {
    text-align: center; }
    .listing__actions-link {
      color: #666;
      cursor: pointer;
      text-decoration: none;
      /* IE9 */ }
      .listing__actions-link .icon:before {
        font-size: 170%; }
      .listing__actions-link .icon:before {
        font-size: 70%\9; }
      @media all and (-ms-high-contrast: none) {
        .listing__actions-link {
          /* IE11 */ }
          .listing__actions-link *::-ms-backdrop, .listing__actions-link .icon:before {
            font-size: 70%; } }
      .no-touch .listing__actions-link:hover {
        background: #ccc;
        color: #444; }
  .listing__actions-item:first-of-type .listing__actions-link {
    border-radius: 2px 2px 0 0; }
  .listing__actions-item:last-of-type {
    border-radius: 0 0 2px 2px;
    border-bottom: 2px solid #ccc; }
    .no-touch .listing__actions-item:last-of-type:hover {
      border-color: #bbb; }
  .no-touch .listing__actions-item--check:hover {
    background: #ccc; }
  .listing__actions-item--tracked {
    background: #ffcc56;
    border-radius: 2px 2px 0 0; }
    .listing__actions-item--tracked .listing__actions-link {
      color: #444; }
      .no-touch .listing__actions-item--tracked .listing__actions-link:hover {
        background: #ffcc56; }
  .listing__actions-item--added {
    background: #2196f3; }
    .listing__actions-item--added .listing__actions-link {
      background: #2196f3;
      color: #fff; }
      .no-touch .listing__actions-item--added .listing__actions-link:hover {
        background: #2196f3;
        color: #fff; }
  .listing__actions-inner {
    background: #ddd;
    border-radius: 2px;
    list-style-type: none; }
  .listing__lot-detail {
    list-style: none; }
  .listing__message-confirm {
    line-height: 2; }
  .listing__price {
    font-weight: 600; }
  .listing__warning {
    color: #fb8c00;
    font-weight: 500; }
  .listing__success {
    color: #00b341;
    font-weight: 500; }
  .listing--xbid {
    border-top: 1px solid #eee;
    color: #888;
    font-size: .875em;
    line-height: 1.45em; }
    .listing--xbid:last-of-type {
      border-top: 1px solid #eee; }
  .listing--card {
    border: none; }
    .listing--card:last-of-type {
      border: none; }
    .listing--card .listing {
      border: none; }
      .listing--card .listing__item {
        border: 1px solid #eee;
        text-align: center; }
      .listing--card .listing__image {
        border-radius: 0; }
      .listing--card .listing__title {
        color: #444;
        font-size: .875em; }
      .listing--card .listing__date {
        color: #222;
        font-size: .875em; }
        .listing--card .listing__date span {
          font-weight: normal; }
      .listing--card .listing__description {
        color: #001a72;
        font-size: 1em;
        font-weight: 500; }
      .listing--card .listing__link {
        font-size: .875em; }
  .listing--featured {
    border: none; }
    .listing--featured:last-of-type {
      border: none; }
    .listing--featured .listing {
      border: none; }
      .listing--featured .listing__item {
        border-bottom: 1px solid #eee; }
        .listing--featured .listing__item:first-of-type {
          border-top: 1px solid #eee; }
        .listing--featured .listing__item--disabled .listing__date-info, .listing--featured .listing__item--disabled .listing__link, .listing--featured .listing__item--disabled .listing__description,
        .listing--featured .listing__item--disabled .listing__title a {
          color: #ccc;
          cursor: not-allowed !important; }
          .listing--featured .listing__item--disabled .listing__date-info:hover, .listing--featured .listing__item--disabled .listing__link:hover, .listing--featured .listing__item--disabled .listing__description:hover,
          .listing--featured .listing__item--disabled .listing__title a:hover {
            color: #ccc; }
      .listing--featured .listing__date-info {
        color: #444;
        font-size: .875em; }
      .listing--featured .listing__date {
        font-size: 1.715em;
        font-weight: 400; }
      .listing--featured .listing__image {
        border: none; }
      .listing--featured .listing__description {
        color: #888;
        font-size: .875em; }
      .listing--featured .listing__link {
        border-right: 1px solid #eee;
        font-size: .875em; }
      .listing--featured .listing__lotnumber {
        font-size: .875em;
        color: #444; }
      .listing--featured .listing__title {
        font-weight: 500; }
  .listing--myitems .listing__title {
    color: #fff; }
  .listing--myitems .listing__actions-item a {
    line-height: 1.5; }
  .listing--myitems .listing__lot-info {
    color: #555; }
  .listing--myitems .listing__lot-note {
    color: #000; }
  .listing--myitems .listing__reg-number {
    color: #555; }
    .listing--myitems .listing__reg-number:before {
      background-color: #308dff; }
  .listing--sale-header {
    background: #f2f2f2;
    border: none; }
  .listing__sale-actions-link {
    font-size: .75em; }
  .listing__sale-header-details ol li, .listing__sale-header-details ul li {
    font-weight: 400; }
  .listing--bid:first-of-type {
    border-top: 1px solid #eee; }
  .listing--bid .listing__image {
    /*border: 1px solid #ddd;*/ }
  .listing__bidtime-value {
    font-size: 1.5em; }
  .listing--xbidpanel .listing__label {
    color: #888; }
  .listing--xbidpanel .listing__value {
    color: #444;
    font-weight: 500; }
  .listing--xbidpanel .listing__price {
    color: #444; }
  .listing--xbidpanel .listing__details {
    color: #444; }

/*  --------------------------------------- 
                  Breakdown               
    -------------------------------------- */
.breakdown--bid {
  color: #888; }
  .breakdown--bid .breakdown__price-info label {
    color: #888; }
  .breakdown--bid .breakdown__price-info span {
    font-weight: 500;
    color: #444;
    font-size: 1.5em; }
  .breakdown--bid table thead {
    background-color: #eee; }
  .breakdown--bid table thead th {
    color: #001a72;
    font-weight: 500; }
  .breakdown--bid table tr td.total {
    color: #444;
    font-weight: 500; }
  .breakdown--bid table tbody tr:last-child {
    border: solid #ddd;
    border-width: 1px 0 1px 0; }

.breakdown td, .breakdown th {
  text-align: right; }
  .breakdown td:first-child, .breakdown th:first-child {
    text-align: left; }

.breakdown table, .breakdown td, .breakdown th {
  border: none; }

.breakdown__header {
  border-bottom: 1px solid #eee; }

.breakdown__footer {
  border: solid #eee;
  border-width: 1px 0 1px 0; }

.breakdown__close {
  color: #666; }

.breakdown__note {
  color: #888;
  font-size: 0.75em;
  text-align: right; }

.breakdown .modal__headline {
  font-weight: normal; }

.actions-bar--bg {
  background: #eee; }

/*  --------------------------------------- 
                  Promo               
    -------------------------------------- */
.promo {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 15px; }
  .promo__image {
    background-image: url(../images/promotions/car-row.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 80px; }
  .promo__link {
    margin: 0px 15px 15px 35px;
    text-align: center; }
  .promo__title {
    padding: 10px 10px 0px 10px; }

/*  --------------------------------------- 
                    Input                      
    -------------------------------------- */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  background-color: #fff;
  border-radius: 2px;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  color: #444; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    border-color: #bbb;
    outline: none; }

::-webkit-input-placeholder {
  /*Chrome/Opera/Safari*/
  color: #ccc; }

::-moz-placeholder {
  /*Firefox 19+*/
  color: #ccc; }

:-ms-input-placeholder {
  /*IE 10+*/
  color: #ccc; }

:-moz-placeholder {
  /*Firefox 18-*/
  color: #ccc; }

/*  --------------------------------------- 
               Input with icon                    
    -------------------------------------- */
.input-wrap {
  color: #ccc; }
  .input-wrap--disabled input[type="text"] {
    background: #fafafa;
    border-color: #e5e5e5;
    color: #ccc; }
    .no-touch .input-wrap--disabled input[type="text"]:hover {
      cursor: not-allowed; }
  .no-touch .input-wrap--disabled:hover {
    cursor: not-allowed; }
  .input-wrap__icon {
    color: #666; }

.input__search {
  color: #ccc !important;
  font-size: 14px; }

/*  --------------------------------------- 
                    Select                      
    -------------------------------------- */
.select-wrap {
  background: #fff; }
  .select-wrap:after {
    background: #fff;
    color: #444;
    font-size: 140%;
    line-height: 1.4;
    pointer-events: none;
    text-align: center; }
  .select-wrap select {
    background: transparent;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #444;
    cursor: pointer;
    font-size: 0.88em;
    font-weight: 400; }
    .select-wrap select:focus {
      border-color: #bbb;
      outline: none; }
    .no-touch .select-wrap select--disabled select:hover {
      cursor: not-allowed; }
  .select-wrap--disabled {
    background: #fafafa;
    border-color: #e5e5e5; }
    .select-wrap--disabled select {
      color: #ccc; }
      .no-touch .select-wrap--disabled select:hover {
        cursor: not-allowed; }
    .select-wrap--disabled:after {
      background: #fafafa;
      color: #ccc; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*Chrome CSS here*/
  .select-wrap {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); } }

/*  --------------------------------------- 
               Select custom                     
    -------------------------------------- */
.select-custom {
  color: #444;
  cursor: pointer;
  font-weight: 400; }
  .select-custom:after {
    background: #fff;
    color: #444;
    font-size: 140%;
    line-height: 37px;
    text-align: center; }
  .select-custom__selected {
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 0.88em; }
  .select-custom__list {
    border: 1px solid #7b9cd3;
    background: #fff;
    font-size: 0.88em; }
  .no-touch .select-custom__list-item:hover {
    background: #248fff;
    color: #fff; }

/*  --------------------------------------- 
                 Radio                     
    -------------------------------------- */
.radio label {
  line-height: 1.5em; }
  .radio label:before {
    border: 1px solid;
    border-color: #ddd;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    content: "";
    font-family: 'Material Icons';
    font-size: 0.8em;
    line-height: 1.8;
    text-align: center; }
  .no-touch .radio label:hover {
    cursor: pointer; }
    .no-touch .radio label:hover:before {
      color: #ccc;
      content: "\e061";
      border-color: #ccc; }

.radio input[type="radio"]:checked + label:before {
  background: #66aa66;
  border-color: #559955;
  color: #fff;
  content: "\e061"; }

.radio input:focus {
  outline: none; }
  .radio input:focus:before {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 0 3px 0 #559955;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    outline: none;
    top: -7px;
    visibility: visible; }

.radio--disabled label {
  color: #ccc; }
  .radio--disabled label:before {
    background: #fafafa;
    border-color: #eee; }

.no-touch .radio--disabled label:hover {
  cursor: not-allowed; }
  .no-touch .radio--disabled label:hover:before {
    content: "";
    border-color: #eee; }

/*  --------------------------------------- 
                 Checkbox                 
    -------------------------------------- */
.checkbox label {
  line-height: 1.5; }
  .checkbox label:before {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    content: "";
    font-family: 'Material Icons';
    font-size: 130%;
    line-height: 1.1;
    text-align: center; }
  .no-touch .checkbox label:hover {
    cursor: pointer; }
    .no-touch .checkbox label:hover:before {
      content: "\e5ca";
      color: #ccc;
      border: 1px solid #ccc; }

.checkbox input[type="checkbox"]:checked + label:before {
  background: #66aa66;
  border-color: #559955;
  color: #fff;
  content: "\e5ca"; }

.checkbox input:focus {
  outline: none; }
  .checkbox input:focus:before {
    width: 24px;
    height: 24px;
    border: 1px solid #bbb;
    content: "";
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    z-index: 1;
    visibility: visible; }

.checkbox--disabled label {
  color: #ccc; }
  .checkbox--disabled label:before {
    background: #fafafa;
    border-color: #eee; }

.no-touch .checkbox--disabled label:hover {
  cursor: not-allowed; }
  .no-touch .checkbox--disabled label:hover:before {
    content: "";
    border-color: #eee; }

/*  --------------------------------------- 
                 Checkbox slider           
    -------------------------------------- */
.switch__label {
  cursor: pointer;
  border: 2px solid #fff; }

.switch__background:before, .switch__background:after {
  font-size: 14px;
  font-weight: bold; }

.switch__background:before {
  background-color: #4CAF50; }

.switch__background:after {
  background-color: #eee; }

.switch__handler {
  background: #fff;
  border: 2px solid #fff; }

.non-js .switch__label {
  background: url(../images/buttons/switch-active.png);
  background-repeat: no-repeat;
  border: none;
  width: 38px;
  height: 24px; }
  .non-js .switch__label--disable {
    background: url(../images/buttons/switch-disable.png); }

/*  --------------------------------------- 
                Validation                   
    -------------------------------------- */
.validation--error {
  color: #fb8c00;
  line-height: 2; }

.validation ul li {
  line-height: 2; }

.validation .invalid {
  border-color: #fb8c00; }
  .validation .invalid:focus {
    border-color: #fb8c00; }

/* --------------------------------------------------
	             Free Text Search
-------------------------------------------------- */
.input--fts {
  height: 42px !important; }

/*  --------------------------------------- 
                Input with dropdown              
    -------------------------------------- */
.input-dropdown .icon:before {
  vertical-align: sub; }

.input-dropdown .icon--dropdown {
  margin-left: .2em; }

.zone--login {
  background: #fff; }

/*  --------------------------------------- 
                    Login                   
-------------------------------------- */
.signup__headline {
  background: none;
  font-size: 1.5em;
  font-weight: 600; }

.signup__link {
  font-size: .875em;
  text-decoration: none; }

.signup__legal {
  color: #666;
  font-size: .85em; }

.hero {
  overflow: hidden; }
  .hero img {
    display: none;
    height: 242px; }
    @media (min-width: 770px) {
      .hero img {
        display: none; } }
  .hero--search .hero__headline {
    color: #fff;
    font-weight: normal;
    font-size: 3.5em; }
  .hero--search .hero__subheadline {
    color: #fff; }
  .hero--search .hero__wrap {
    margin-bottom: 1em;
    padding: 0;
    text-align: center;
    width: 100%; }
    @media (max-width: 768px) {
      .hero--search .hero__wrap {
        margin-top: 1em;
        padding: 0;
        position: relative;
        z-index: 2; } }
  .hero--search .search {
    background-color: rgba(0, 0, 0, 0.5); }
  .hero__wrap {
    padding: 2em 5em;
    top: 0;
    z-index: 2; }
    @media (min-width: 770px) {
      .hero__wrap {
        position: relative; } }
    @media (max-width: 768px) {
      .hero__wrap {
        margin-top: 242px;
        padding: 2em 3em; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .hero__wrap {
        padding: 2em 4em; } }
    .hero__wrap--center {
      margin-bottom: 1em;
      text-align: center;
      width: 100%; }
    .hero__wrap--left {
      max-width: 50%;
      text-align: left; }
      @media (max-width: 768px) {
        .hero__wrap--left {
          max-width: 100%; } }
    .hero__wrap--right {
      float: right;
      max-width: 50%;
      text-align: left; }
      @media (max-width: 768px) {
        .hero__wrap--right {
          max-width: 100%; } }
    .hero__wrap .button-group {
      margin: 0 auto; }
      @media (min-width: 769px) and (max-width: 1024px) {
        .hero__wrap .button-group {
          width: 300px;
          margin: 0 auto; } }
      @media (max-width: 768px) {
        .hero__wrap .button-group {
          width: 300px;
          margin: 0 auto; } }
  .hero__headline {
    font-size: 3em;
    line-height: 56px;
    margin: 0;
    padding-top: 1em; }
    .dark .hero__headline {
      color: #fff; }
    .light .hero__headline {
      color: #001a72; }
    .hero__headline--hero-search {
      font-size: 2em; }
    @media (max-width: 768px) {
      .hero__headline {
        color: #001a72 !important;
        font-size: 2.5em; }
        .hero__headline--hero-search {
          color: #fff !important;
          font-size: 1.5em; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .hero__headline--hero-search {
        font-size: 2em; } }
    .hero__headline span {
      font-size: 1.5em; }
  .hero__subheadline {
    font-size: 1.125em;
    margin-bottom: 1.5em; }
    .dark .hero__subheadline {
      color: #fff; }
    @media (max-width: 768px) {
      .hero__subheadline {
        color: #666 !important; }
        .hero__subheadline--hero-search {
          color: #fff !important; } }
  .hero__link {
    display: inline-block;
    height: 48px;
    line-height: 24px;
    padding: .5em 1em;
    vertical-align: top; }
    @media (min-width: 770px) {
      .dark .hero__link {
        color: #fff; }
        .dark .hero__link:hover {
          color: #fff;
          text-decoration: underline; } }
    @media (max-width: 768px) {
      .dark .hero__link {
        color: #fff; }
        .dark .hero__link:hover {
          color: #fff;
          text-decoration: underline; } }
  .hero__img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    height: 100%;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
    @media (max-width: 768px) {
      .hero__img {
        height: 242px; }
        .hero__img--hero-search {
          background-position: left center;
          background-repeat: no-repeat;
          background-size: cover;
          border-radius: 0;
          height: 100%;
          left: 0;
          margin-top: 0;
          position: absolute;
          top: 0;
          width: 100%;
          z-index: 0; } }
  .hero .fade {
    background: rgba(0, 0, 0, 0.4);
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%); }
    @media (max-width: 768px) {
      .hero .fade {
        display: none; } }
    .hero .fade--hero-search {
      display: block; }

/* --------------------------------------------------
	               Bid panel
-------------------------------------------------- */
.bidpanel {
  background-color: #fff;
  color: #444;
  clear: both; }
  .bidpanel a {
    color: #0097ff;
    text-decoration: none; }
  .bidpanel p {
    line-height: 1.3; }
  .bidpanel__heading {
    font-size: 1.313em; }
  .bidpanel-header {
    background: #eaeaea; }
  .bidpanel-subhead__info {
    font-weight: bold;
    color: #000;
    font-size: 0.750em; }
  .bidpanel-subhead__price {
    font-size: 1.750em;
    font-weight: bold;
    font-size: 1.750em; }
  .bidpanel-subhead__title--default {
    font-size: 0.875em;
    color: #ccc; }
  .bidpanel-subhead__title--primary {
    font-size: 0.875em;
    color: #152d6d; }
  .bidpanel-subhead__title--secondary {
    font-size: 0.875em;
    color: #cccccc; }
  .bidpanel-subhead__subtitle {
    font-size: 0.875em;
    color: #a0a0a0;
    line-height: 1.36; }
    .bidpanel-subhead__subtitle__link {
      color: inherit !important;
      line-height: 1.36;
      text-decoration: underline !important; }
  .bidpanel__bid-status {
    border-radius: 6px;
    color: #ccc;
    font-weight: bold; }
    .bidpanel__bid-status--info {
      color: #2196f3;
      background: rgba(33, 150, 243, 0.3); }
    .bidpanel__bid-status--warning {
      color: #5f5742;
      background: rgba(247, 181, 0, 0.3); }
    .bidpanel__bid-status--primary {
      color: #2196f3;
      background: rgba(33, 150, 243, 0.3); }
  .bidpanel__feedback--error {
    color: #ec1f28;
    font-size: 0.875em; }
  .bidpanel__feedback--success {
    color: #00b341;
    font-size: 0.875em; }
  .bidpanel__feedback--warning {
    color: #ee9504;
    font-size: 0.875em; }
  .bidpanel-attributes__item--right:after {
    content: "\e887";
    font-family: 'Material Icons';
    font-size: 1.5em;
    color: #666;
    cursor: pointer; }
  .bidpanel-amount__label {
    color: #888; }
  .bidpanel-amount__input-error:after {
    content: "\e002";
    font-family: 'Material Icons';
    color: #fb8c00;
    font-size: 1.5em; }
  .bidpanel-amount__error {
    color: #fb8c00; }
  .bidpanel-amount__handler {
    border: solid 1px #d9d9d9;
    border-radius: 4px;
    background: #f2f0f0;
    color: #444; }
    .bidpanel-amount__handler.button--disabled {
      background-color: #eee;
      border-top: 2px solid #e5e5e5;
      color: #ccc; }
  .bidpanel__price {
    background: #eaeaea;
    font-weight: bold; }
  .bidpanel-popup {
    background: #535557;
    color: #fafafa; }
    .bidpanel-popup__arrow:after {
      border: 5px solid #535557; }
    .bidpanel-popup__close:after {
      content: '\e5cd';
      font-family: 'Material Icons'; }
    .bidpanel .bidpanel-popup p {
      color: #fafafa; }
  .bidpanel-notify {
    background: #4caf50;
    color: #fff;
    font-weight: 500;
    opacity: 0.9;
    font-size: 0.875em; }
    .bidpanel-notify__icon:after {
      content: '\e619';
      font-family: 'icon-font'; }
  .bidpanel-warning {
    background: #fb8c00;
    color: #fff;
    font-weight: 500;
    opacity: 0.9;
    font-size: 0.875em;
    z-index: 11; }
    .bidpanel-warning__icon:after {
      content: '\e002';
      font-family: 'Material Icons'; }
    .bidpanel-warning__icon--timer:after {
      content: '\e425';
      font-family: 'Material Icons'; }
  .bidpanel-buttons a {
    color: #0097ff; }
  .bidpanel-breakdown {
    background: #fff; }
    .bidpanel-breakdown__close a {
      color: #2196f3;
      text-decoration: none; }
    .bidpanel-breakdown-nav__item--active {
      border-bottom: 4px solid #001a72;
      cursor: inherit;
      color: #001a72 !important; }
    .bidpanel-breakdown__col--left {
      width: 75%;
      float: none; }
      .bidpanel-breakdown__col--left span {
        color: #888;
        font-weight: bold; }
    .bidpanel-breakdown__col--right {
      width: 25%;
      float: none; }
    .bidpanel-breakdown__title {
      color: #888;
      font-size: 0.875em;
      font-weight: 700; }
    .bidpanel-breakdown__header p {
      color: #444;
      font-size: 0.750em; }
    .bidpanel-breakdown__tab-content {
      display: flex;
      width: 286px; }
  .bidpanel__input {
    color: #444; }
    .bidpanel__input--error {
      border: 1px solid #fb8c00; }
  .bidpanel__checkbox input:checked + label:before {
    background: #66aa66;
    border-color: #559955;
    color: #fff;
    content: "\e619";
    font-family: "icon-font"; }
  .bidpanel .separator {
    border-color: #ddd;
    display: block !important;
    margin: 1em 0; }
  .bidpanel__description {
    color: #000; }
  .bidpanel .warning {
    color: #fb8c00; }
  .bidpanel .success {
    color: #4caf50; }
  .bidpanel .symbol {
    font-size: 0.75em;
    font-style: normal;
    text-transform: uppercase; }
  .bidpanel__buyprice {
    color: #888; }
  .bidpanel__spinner input {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-weight: 500;
    text-align: center; }
  .bidpanel__attributes {
    font-size: 0.875em; }
  .bidpanel__price-info label {
    color: #888; }
  .bidpanel__price-info span {
    font-size: 1.5em;
    font-weight: 500; }
  .bidpanel .validation--error {
    background: #fff3e0;
    font-size: 0.875em; }
  .bidpanel-label__title {
    font-size: 12px;
    color: #b9b9b9;
    width: 50%; }
    .bidpanel-label__title:nth-child(2) {
      border-left: 2px solid #ccc; }
  .bidpanel-label__price {
    font-weight: bold;
    font-size: 18px;
    color: #3d3d3d;
    width: 50%; }
    .bidpanel-label__price:nth-child(2) {
      border-left: 2px solid #ccc; }
  .bidpanel__inner--terms {
    padding: 0.938em 0.9em !important; }
  .bidpanel .overlay {
    top: 40%;
    left: 45%; }

.viewlot .bidpanel__feedback--success {
  color: #00b341; }

.viewlot .bidpanel__feedback--warning {
  color: #ee9504; }

.viewlot .bidpanel__feedback--error {
  color: #ec1f28; }

.viewlot a.button--primary {
  color: #fff; }

/*  --------------------------------------- 
                xBid                   
-------------------------------------- */
.xbid__title {
  color: #001a72; }

.xbid__stats {
  color: #444; }

.xbid__panel {
  border: 1px solid;
  border-color: #001a72;
  padding: 0 .5em; }
  .xbid__panel--inactive {
    border-color: #ccc; }
  .xbid__panel .listing--active {
    border: 4px solid #ffd100;
    transition: border 0.5s ease; }

.xbid__headline {
  background-color: #001a72; }
  .xbid__headline span {
    color: #fff; }

.xbid__timer {
  background: url("../../3/images/icons/timer.png") no-repeat;
  height: 56px;
  text-align: center;
  width: 50px; }
  .xbid__timer label {
    color: #fb8c00; }

.xbid .feedback a {
  text-decoration: none; }

.xbid .status {
  font-weight: 600; }
  .xbid .status--winning {
    color: #4CAF50; }
  .xbid .status--losing {
    color: #F44336; }
  .xbid .status--warning {
    color: #fb8c00; }

/*  --------------------------------------- 
                 Date Schedule                
    -------------------------------------- */
.date-schedule {
  background-color: #eee; }
  .date-schedule__headline {
    color: #222;
    font-weight: 500; }
  .date-schedule__title {
    color: #222;
    font-weight: 500; }
  .date-schedule__info {
    color: #888; }
  .date-schedule .icon--calendar {
    color: #666; }

/*  --------------------------------------- 
                 Filter                 
    -------------------------------------- */
.filter .icon--active {
  color: #222; }

.filter .sticky {
  line-height: 2.5;
  text-align: right; }

.filter__headline {
  font-weight: 400;
  color: #001a72; }

.filter__input-wrap label {
  color: #222;
  font-weight: 500;
  line-height: 1.5; }

.filter__input-wrap .icon--close {
  cursor: pointer; }

.filter .validation-error button.icon--close {
  background: none;
  border: none; }

.filter__info span {
  line-height: 2.2; }

.filter__item {
  border-top: 1px solid #eee; }

.filter__label {
  color: #001a72;
  font-weight: 500; }

.filter__panel {
  border: 1px solid #ccc;
  color: #666;
  cursor: pointer;
  background: #fff;
  text-align: left; }
  .filter__panel--disable {
    border: 1px solid #eee;
    color: #ccc;
    cursor: not-allowed !important; }
  .filter__panel--active {
    background: #4caf50;
    color: #fff;
    border: none; }
    .filter__panel--active .filter__panel-type {
      color: #fff;
      border: none; }

.filter__panel-title {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5; }

.filter__panel-type {
  font-size: .875em;
  font-weight: normal;
  line-height: 1.71;
  color: #cccccc;
  white-space: nowrap;
  text-overflow: ellipsis; }

.filter__subtitle {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  color: #222; }

.filter .date-schedule .icon--close {
  cursor: pointer; }

.filter__fade {
  background-color: #F7F7F7; }

.viewlot {
  background-color: #fff; }
  .viewlot p {
    color: #444; }
  .viewlot .separator {
    display: none; }
  .viewlot__headline {
    color: #001a72;
    margin-bottom: 1em; }
    .viewlot__headline--small {
      font-size: 1.5em;
      font-weight: 700; }
    .viewlot__headline--large {
      font-size: 2em;
      font-weight: 400;
      margin: 0; }
  .viewlot__subheadline {
    color: #001a72; }
  .viewlot__notes {
    border: 1px solid #ccc; }
  .viewlot__notes-headline {
    color: #001a72; }
  .viewlot__bidpanel {
    display: table-cell; }
  .viewlot__contact, .viewlot__info {
    font-size: 16px; }
  .viewlot__actions {
    float: left; }
    .viewlot__actions li {
      border-right: 1px solid #eee;
      float: none;
      padding: 0; }
      .viewlot__actions li:first-child {
        padding-left: 0; }
      .viewlot__actions li:last-child {
        border: none; }
      .viewlot__actions li a:hover {
        cursor: pointer; }
  .viewlot__saleinfo {
    background: #fff;
    color: #666;
    font-size: 14px;
    margin-top: 2em;
    max-width: 100%;
    padding: 0; }
    .viewlot__saleinfo table {
      border: none; }
      .viewlot__saleinfo table tr td {
        border: none; }
    .viewlot__saleinfo ul {
      margin: 0;
      padding: 0; }
      .viewlot__saleinfo ul li {
        margin-top: 0.2em; }
    .viewlot__saleinfo .country,
    .viewlot__saleinfo .key {
      float: left;
      margin-right: 1em; }
    .viewlot__saleinfo img {
      margin: 0 1em 0 0;
      width: 100px; }
    .viewlot__saleinfo .sale__name {
      color: #001a72;
      font-size: 1.5em;
      font-weight: 700; }
      .viewlot__saleinfo .sale__name__subtitle {
        color: #777;
        font-size: 16px;
        margin-top: 0.3em; }
    .viewlot__saleinfo .modal__body h2 {
      margin: 0 0 .5em 0; }
    .viewlot__saleinfo .modal__body .table-col {
      border-bottom: 1px solid #eee;
      padding: 1em 0; }
      .viewlot__saleinfo .modal__body .table-col p:last-child {
        margin-bottom: 0; }
      .viewlot__saleinfo .modal__body .table-col img {
        margin-right: 0; }
  .viewlot .layout {
    border: none;
    margin: 0; }
  .viewlot .button-group {
    margin: 1em 0; }
  .viewlot__keyinfo table tr td {
    color: #444; }
    .viewlot__keyinfo table tr td:first-child {
      color: #666; }
  .viewlot__vehicleinfo table tr td {
    color: #444; }
  .viewlot__table-key {
    color: #666 !important; }
  .viewlot__table-value {
    color: #444 !important; }
  .viewlot__info--top {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 1em; }
  .viewlot__img {
    overflow: hidden; }

.extended, .extended__count-wrapper {
  display: block;
  color: #ff7700;
  font-weight: 600; }

.extended__sale, .extended__vehicle {
  font-size: 14px;
  color: #ff7700;
  font-weight: 600;
  clear: both; }
  .extended__sale svg, .extended__vehicle svg {
    fill: #ff7700;
    margin-right: 3px;
    position: relative;
    top: 1px; }

.extended__sale svg {
  height: 14px; }

.extended__vehicle svg {
  height: 20px; }

.extended__count-wrapper {
  font-size: 12px;
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 10px;
  text-align: center; }
  .extended__count-wrapper svg {
    fill: #000;
    height: 12px;
    margin-right: 3px;
    position: relative;
    top: 1px; }

.extended__count-wrapper[hidden], .extended__sale[hidden], .extended__vehicle[hidden] {
  display: none; }

.through {
  text-decoration: line-through; }

.button-group__item--inline a.disabled {
  color: #ddd;
  pointer-events: none; }
  .button-group__item--inline a.disabled svg {
    fill: #ddd; }

html {
  overflow-y: scroll;
  width: auto; }

.flexboxtweener, .flexboxtweener > body {
  display: flex;
  flex-direction: column; }

body {
  height: 100% !important;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0; }

.layout {
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto; }
  .layout--full {
    max-width: 100%; }
  .layout__inner {
    background: #d9d9d9; }

.layout--large {
  width: 100%; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .layout--large {
      /* IE10+ specific styles go here */
      padding: 0 0 0 0; } }

.bca-cheetah {
  /*background: #ededed;*/
  display: flex;
  flex-direction: column;
  overflow: auto; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .bca-cheetah {
      /* IE10+ specific styles go here */ } }
  .bca-cheetah--login .layout {
    background: none;
    margin-top: 2em;
    margin-bottom: 2em;
    max-width: 992px;
    padding: 0 1em; }
    .bca-cheetah--login .layout > .zone--50 {
      border-right: 1px solid #eee; }
      .bca-cheetah--login .layout > .zone--50 ~ .zone--50 {
        border: none; }
  .bca-cheetah--login .hero {
    margin: 0 auto;
    max-width: 1280px; }

.overlay {
  left: 50%;
  position: absolute;
  z-index: 20; }

.fade {
  background-color: #F7F7F7;
  filter: alpha(opacity=60);
  height: 100%;
  left: 0;
  position: absolute;
  -moz-opacity: 0.6;
  opacity: .60;
  top: 0;
  width: 100%;
  z-index: 10; }

.popover.fade {
  background-color: none;
  filter: none;
  height: inherit;
  left: inherit;
  position: absolute;
  -moz-opacity: inherit;
  opacity: inherit;
  top: inherit;
  width: inherit;
  z-index: inherit; }

/* --------------------------------------------------
	Header
-------------------------------------------------- */
.header {
  background: #001a72;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 70px;
  padding: 1px 24px 0px;
  width: 100%;
  position: relative;
  /* &__logo {
            background: url(../images/header/logo.png) no-repeat;
            float: left;
            width: 120px;
            height: 40px;

            &--fr {
                background: url(../images/header/BCAuto_Encheres.png) no-repeat;
                float: left;
                width: 323px;
                height: 40px;
            }
        }*/ }
  .header--full {
    max-width: 100%; }
  .header .search {
    border-left: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    padding-top: 0.25em;
    padding-left: 1em;
    height: 40px;
    font-size: 1.3em; }
    .header .search:hover {
      color: #fff;
      cursor: pointer; }
  .header .basket, .header .search {
    border-left: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    font-size: .75em;
    text-decoration: none;
    padding-top: 1em;
    padding-left: 1.75em;
    padding-right: 1em;
    margin-left: 2.25em;
    height: 40px; }
    .header .basket:hover, .header .search:hover {
      color: #fff;
      cursor: pointer; }
    .header .basket .icon--shopping-cart, .header .basket .icon--search, .header .search .icon--shopping-cart, .header .search .icon--search {
      font-size: 1.3em; }
      .header .basket .icon--shopping-cart:before, .header .basket .icon--search:before, .header .search .icon--shopping-cart:before, .header .search .icon--search:before {
        color: #fff;
        font-size: 170%; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .header .basket .icon--shopping-cart:before, .header .basket .icon--search:before, .header .search .icon--shopping-cart:before, .header .search .icon--search:before {
            /* IE10+ specific styles go here */
            font-size: 80%; } }
  .header .logo {
    float: left;
    margin-right: 28px; }
    .header .logo img {
      height: 32px; }
  .header__links {
    list-style-type: none;
    margin: .5em 0 0 0; }
  .header__link {
    float: left;
    font-size: .875em;
    padding-right: 1.9em; }
    .header__link:last-of-type {
      padding-right: 0; }
    .header__link--separator {
      border-left: 1px solid #445494;
      padding-left: 1.9em; }
    .header__link--user {
      color: #fff; }
    .header__link a {
      color: #fff;
      display: block;
      padding: .1em;
      text-decoration: none; }
      .header__link a:hover {
        text-decoration: underline; }
      .no-touch:hover .header__link a {
        color: #fff; }
    .header__link:last-child {
      padding-right: 0; }
  .header .language {
    border-right: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    height: 40px;
    position: relative; }
    .header .language:before {
      color: #fff;
      content: "\e894";
      font-family: 'Material Icons';
      position: absolute;
      left: -25px;
      top: 11px;
      font-size: 150%; }
    .header .language span {
      display: inline-block;
      font-size: 0.75em;
      text-decoration: underline;
      text-transform: uppercase; }
    .header .language select {
      background: transparent;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-size: 0.75em;
      padding: 1.2em .5em 0 .5em;
      text-transform: uppercase;
      color: #fff; }
      .header .language select:hover {
        cursor: pointer;
        text-decoration: underline; }
      .header .language select::-ms-expand {
        display: none; }
      .header .language select:focus::-ms-value {
        background: none;
        color: #ffd100; }
    .header .language option {
      background: #fff;
      color: #333;
      text-decoration: none; }
      .header .language option:hover {
        text-decoration: none; }
    .header .language .select-wrap {
      background: none; }
      .header .language .select-wrap:after {
        background: none;
        content: ""; }
      .header .language .select-wrap select {
        padding-top: 0.7em; }
  .header__buttons--logged__item a {
    color: #fff;
    text-decoration: none; }
    .header__buttons--logged__item a:hover {
      color: #fff; }
  .header a.header__buttons--logged__item {
    color: #fff; }
    .header a.header__buttons--logged__item:hover {
      color: #fff; }

.live-online-link {
  color: #666;
  display: inline-block;
  font-weight: 500;
  padding: 0.8em 1em 0 0;
  text-decoration: none; }
  .live-online-link:hover {
    text-decoration: none; }

.bca-cheetah .live-online-link {
  padding-top: 0.5em; }

.xbid-panel {
  float: right;
  position: relative;
  z-index: 5; }
  .xbid-panel .bid-session-link {
    color: #333;
    display: block;
    padding: 12px 15px 12px 20px; }
    .xbid-panel .bid-session-link:hover {
      text-decoration: none; }
    .xbid-panel .bid-session-link .has-icon:before {
      color: #e2232b;
      display: inline-block;
      padding-right: .2em;
      vertical-align: middle;
      padding-bottom: 4px; }
    .xbid-panel .bid-session-link .icon-dropdown {
      color: #666;
      font-size: .7em;
      padding-left: 1em; }

.bid-session {
  float: right; }
  .bid-session .drop-panel {
    border: 1px solid #ccc;
    position: absolute;
    max-width: 400px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background: #fff;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
    right: 0;
    width: 400px;
    z-index: 4; }
    .bid-session .drop-panel tr {
      cursor: pointer; }
      .bid-session .drop-panel tr td {
        padding: 11px 10px;
        border-right: 0;
        border-top: 1px dashed #ddd;
        vertical-align: top; }
        .bid-session .drop-panel tr td span {
          display: inline-block; }
          .bid-session .drop-panel tr td span:first-child {
            color: #48e; }
          .bid-session .drop-panel tr td span.Countdown {
            color: #999; }
        .bid-session .drop-panel tr td img {
          margin-left: 10px; }
      .bid-session .drop-panel tr.InActive {
        cursor: default; }
        .bid-session .drop-panel tr.InActive td span:first-child {
          color: #333; }
      .bid-session .drop-panel tr.Active {
        background: #fafafa; }
      .bid-session .drop-panel tr:first-child td {
        border-top: none; }

.xbid-dropdown .switch-list__wrapper {
  border: 1px solid #ccc;
  position: absolute;
  max-width: 400px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background: #fff;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
  right: 0;
  left: initial;
  z-index: 1000;
  overflow-x: hidden;
  width: 222px; }
  .xbid-dropdown .switch-list__wrapper .xbid--active {
    cursor: pointer; }
  .xbid-dropdown .switch-list__wrapper tr {
    border-top: none; }
    .xbid-dropdown .switch-list__wrapper tr td {
      padding: 11px 10px;
      border-right: 0;
      border-top: 1px dashed #ddd;
      vertical-align: top; }
      .xbid-dropdown .switch-list__wrapper tr td span {
        display: inline-block; }
      .xbid-dropdown .switch-list__wrapper tr td img {
        margin-left: 10px; }
      .xbid-dropdown .switch-list__wrapper tr td span.Countdown {
        color: #999; }

/* --------------------------------------------------
	Nav
-------------------------------------------------- */
.cheetahdemo .nav--expand {
  max-width: 100% !important; }

.nav {
  max-width: 1280px;
  margin: 0 auto; }
  .nav--full {
    max-width: 100%; }
  .nav--global {
    clear: both;
    width: 100%; }
  .nav__item--global:first-child {
    padding-left: 2em; }
  .nav--user {
    font-size: 0.75em;
    line-height: 40px;
    padding: 0 1.25em; }
    .nav--user .nav__item {
      color: #fff;
      padding: 0 .75em; }
      .nav--user .nav__item form {
        margin-bottom: 0px; }
      .nav--user .nav__item span.UserName {
        text-transform: uppercase; }
      .nav--user .nav__item:last-child {
        border-left: 1px solid #fff; }
    .nav--user .nav__link {
      color: #fff;
      cursor: pointer;
      text-decoration: none;
      background: none;
      border: none; }
      .nav--user .nav__link:hover {
        color: #fff; }
    .nav--user .button {
      color: #ffd100;
      display: block;
      font-weight: 500;
      text-decoration: underline;
      padding: 0; }

/* --------------------------------------------------
	Footer
-------------------------------------------------- */
.footer {
  /* &__logo {
        background: url(../images/footer/bca-logo-footer.png) no-repeat;
        height: 21px;
        width: 68px;
        margin-bottom: 15px;

        &--fr {
            background: url(../images/footer/BCAuto_Encheres_logoFooter.png) no-repeat;
            height: 25px;
            width: 167px;
            margin-bottom: 15px;
        } 
    }*/
  /* Footer Language select for buyer pages */ }
  .footer__wrapper {
    position: relative;
    display: table;
    margin: 1em auto;
    width: 100%; }
    .footer__wrapper--full {
      max-width: 100%; }
  .footer--full {
    max-width: 100%; }
  .footer ul {
    margin-bottom: 20px;
    float: left; }
    .footer ul li {
      line-height: 2.15;
      font-size: 14px;
      color: #666; }
  .footer__title {
    color: #001a72;
    font-size: 1.143em;
    font-weight: 500;
    margin: 0px 0 0.75em;
    line-height: 1.55;
    text-decoration: none; }
  .footer__info {
    width: 22%;
    font-size: 14px; }
    .footer__info ul {
      width: 100%; }
  .footer__menu {
    width: 85%;
    font-size: 14px; }
    .footer__menu-item {
      list-style: none;
      display: block;
      width: 100%; }
  .footer__disclaimer {
    font-size: 12px; }
    .footer__disclaimer a {
      color: #444;
      text-decoration: none; }
      .footer__disclaimer a:first-child {
        margin-right: 1em; }
  .footer__copy {
    font-size: 12px;
    margin-top: 10px; }
    .footer__copy .footer__link {
      font-weight: normal; }
    .footer__copy span {
      color: #444; }
    .footer__copy a:hover {
      color: #000; }
  .footer .language {
    color: #fff;
    position: relative;
    padding-left: 2.5em;
    font-size: 12px;
    border: 1px solid #444; }
  .footer .language:before {
    color: #fff;
    content: "\e894";
    font-family: 'Material Icons';
    position: absolute;
    left: 9px;
    top: 7px;
    font-size: 150%; }
  .footer .language select {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 12px;
    padding: 0 2em 0 0.5em;
    text-transform: uppercase;
    color: #fff;
    outline: 0 none; }
  .footer .language option {
    background: #fff;
    color: #333;
    text-decoration: none; }
  .footer__language {
    float: left;
    position: relative;
    margin-left: 3em;
    font-size: 12px; }
    .footer__language:before {
      color: #444;
      content: "\e894";
      font-family: 'Material Icons';
      position: absolute;
      left: -17px;
      top: 7px;
      font-size: 150%; }
    .footer__language select {
      background: transparent;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-size: 12px;
      padding: 0 .5em 0 .5em;
      text-transform: uppercase;
      color: #444;
      outline: 0 none; }
    .footer__language option {
      background: transparent;
      color: #333;
      text-decoration: none; }
    .footer__language .select-wrap {
      box-shadow: none;
      background: none; }
  .footer .footer__wrapper .language:before {
    top: 7px; }
  .footer .select-wrap {
    background: transparent;
    box-shadow: none; }
    .footer .select-wrap:after {
      background: #070b16;
      position: absolute;
      right: 2px;
      top: 5px;
      height: 22px;
      line-height: 1.3;
      color: #fff; }
  .footer__copy, .footer .footer__disclaimer {
    margin-top: 10px; }
  .footer .footer__wrapper .language:before {
    top: 7px; }

/*  --------------------------------------- 
                Search box                    
    -------------------------------------- */
.search-box {
  left: 0;
  position: absolute;
  top: 70px;
  z-index: 30;
  width: 100%; }
  .search-box__item {
    border-bottom: 1px solid #333; }
    .search-box__item .col:first-child {
      width: 100%; }
  .search-box__inner {
    background: #fff;
    padding: 1em;
    position: relative;
    margin: 1em; }
  .search-box__close {
    position: absolute;
    top: -55px;
    right: 12px;
    color: #ffd100; }
    .search-box__close:hover {
      cursor: pointer; }
    .search-box__close .icon {
      font-size: 1.5em;
      color: #fff; }
  .search-box__arrow {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    top: -13px;
    right: 13px; }
  .search-box input[type="text"] {
    width: 100%;
    font-size: 2.5em;
    height: 68px;
    border: none;
    line-height: 1; }
  .search-box :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc; }
  .search-box__overlay {
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0; }

.admin-menu > div {
  max-width: 100% !important; }

.admin-menu {
  background: #fff; }
  .admin-menu .nav {
    max-width: inherit; }

/*  --------------------------------------- 
              Header for demo           
    -------------------------------------- */
.CheetahDEMO .header, .cheetahdemo .header {
  background: #fff; }
  .CheetahDEMO .header .basket, .CheetahDEMO .header .search, .cheetahdemo .header .basket, .cheetahdemo .header .search {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    color: #666; }
    .CheetahDEMO .header .basket:hover, .CheetahDEMO .header .search:hover, .cheetahdemo .header .basket:hover, .cheetahdemo .header .search:hover {
      color: #666; }
    .CheetahDEMO .header .basket .icon:before, .CheetahDEMO .header .search .icon:before, .cheetahdemo .header .basket .icon:before, .cheetahdemo .header .search .icon:before {
      color: #666; }
  .CheetahDEMO .header .nav--user .UserName, .cheetahdemo .header .nav--user .UserName {
    color: #666; }
  .CheetahDEMO .header .nav--user .nav__item:last-child, .cheetahdemo .header .nav--user .nav__item:last-child {
    border-left: 1px solid #999; }
  .CheetahDEMO .header .nav--user .nav__link, .cheetahdemo .header .nav--user .nav__link {
    color: #666; }

/*  --------------------------------------- 
               SELECT                 
-------------------------------------- */
/* fix position for select arrow*/
.select-wrap--large:after {
  line-height: 1.9; }

/*Fix for Admin button for BCAUKCheetah*/
.BCAUKCheetah #setShowroomMode input {
  background: transparent;
  color: #fff;
  border: none; }

/*Text widget adaptation for LOT page*/
.teaser__wrap {
  margin: 0 auto;
  max-width: 960px;
  padding: 3em 0 0 0;
  display: block;
  width: 100%;
  clear: both; }

.teaser__wrap h2 {
  font-size: 1.5em;
  line-height: 1;
  margin: 1em 0; }

/*Items won page checkboxes and print/export hidden*/
._ItemWonVehicleComponentCheckboxes {
  display: none; }

#_MyItemsPurchaseHistoryComponentPrintAndExportAll li.hidden {
  display: none; }

/*BCDE Video Icon hidden*/
.BCAGermanyCheetah .hasVideoIconButton {
  display: none; }

.export-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  /* Rounded sliders */ }
  .export-switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .export-switch .export-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
    .export-switch .export-slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
  .export-switch input:checked + .export-slider {
    background-color: #4CAF50; }
  .export-switch input:focus + .export-slider {
    box-shadow: 0 0 1px #2196F3; }
  .export-switch input:checked + .export-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  .export-switch .export-slider.round {
    border-radius: 34px; }
  .export-switch .export-slider.round:before {
    border-radius: 50%; }

.export-label {
  vertical-align: top;
  padding-right: 5px; }

#ot-sdk-btn-floating.ot-floating-button {
  z-index: 2999 !important; }

/*  NEW HEADER AND FOOTER STYLING (FROM UK)   */
/* --------------------------------------------------
    3.0 new Header patch
-------------------------------------------------- */
nav.Site {
  background-color: #091535;
  float: none;
  width: 100%;
  display: flex;
  padding: 1px 0 0 0;
  clear: left;
  position: relative; }
  nav.Site h3 {
    display: none; }

header.Site {
  background-color: #091535;
  text-shadow: none;
  max-width: 100%; }
  header.Site div.Brand a {
    display: block;
    background: url(Images/Header/logo.png);
    width: auto;
    height: 31px; }
  header.Site .ContactNumber {
    display: none; }
  header.Site div.User {
    margin-right: 0px;
    clear: both; }
    header.Site div.User > span a {
      display: inline-block;
      line-height: 48px;
      text-align: center;
      padding: 0;
      background-color: transparent;
      padding-left: 36px;
      padding-right: 36px;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 500;
      border-radius: 8px;
      cursor: pointer;
      min-width: 128px;
      margin-left: 24px;
      margin-top: 4px;
      color: #ffffff;
      border-color: #ffffff;
      border: 2px solid;
      text-decoration: none; }
      header.Site div.User > span a:not([disabled]):hover {
        color: #091535;
        border-color: #fff;
        background-color: #fff;
        text-decoration: none; }
    header.Site div.User > span a.register {
      border: 0px solid;
      min-width: initial;
      padding: 0; }
      header.Site div.User > span a.register:hover {
        color: #2196f3;
        background-color: transparent;
        text-decoration: none; }
  header.Site .search-wrapper {
    position: relative;
    width: initial;
    max-width: initial;
    min-width: initial;
    margin: 0;
    color: white;
    line-height: normal; }
    header.Site .search-wrapper .search-block {
      background-color: transparent; }

.admin-nav {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 999;
  cursor: pointer; }
  .admin-nav .AdminMenuTab {
    width: 800px; }
  .admin-nav .AspNet-Menu-NonLink {
    border: 0 !important;
    color: #091535 !important;
    font-size: 14px !important;
    background: #fff !important;
    padding: 10px 20px !important; }

/* --------------------------------------------------
    NEW HEADER
-------------------------------------------------- */
.blurclass {
  filter: blur(3px);
  -webkit-filter: blur(3px); }
  .blurclass .Brand {
    top: 5px;
    left: 10px; }

.close {
  display: none; }

.arrow-down:before {
  font-family: "fa-solid";
  content: "\f078";
  font-size: 9px;
  color: white;
  font-weight: 600;
  font-family: "Font Awesome 5 Pro"; }

.arrow-right:before {
  font-family: "fa-solid";
  content: "\f061";
  font-style: normal;
  font-size: 11px;
  padding-left: 2px;
  position: relative;
  bottom: 1px;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro"; }

.mobile-menu-backdrop {
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  z-index: 998;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.header {
  box-sizing: border-box;
  background-color: #091535;
  font-family: "Roboto", sans-serif;
  line-height: initial;
  box-sizing: border-box !important;
  position: relative;
  z-index: 999; }
  .header__container {
    max-width: 1024px;
    margin: auto; }
    .header__container--fluid {
      width: 100%;
      box-sizing: border-box; }
  .header * {
    box-sizing: border-box !important; }
  .header__logo {
    display: inline-block;
    margin-bottom: 0px; }
    .header__logo h1 {
      padding: 0; }
    .header__logo a {
      background-image: none !important; }
  .header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px 0; }
  .header__search {
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 990;
    position: relative; }
    .header__search__dropdown {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transform: skewX(-13deg);
      -ms-transform: skewX(-13deg);
      transform: skewX(-13deg);
      border-radius: 6px 0 0 12px;
      position: relative;
      text-overflow: ellipsis;
      padding: 0 12px 0px 20px;
      margin-right: 6px;
      box-sizing: border-box;
      background-color: #313a51;
      cursor: pointer; }
      .header__search__dropdown__caret-down {
        padding: 0 5px 4px 5px;
        -webkit-transform: skewX(13deg);
        -ms-transform: skewX(13deg);
        transform: skewX(13deg); }
      .header__search__dropdown__button {
        border: none;
        display: block;
        padding: 0;
        box-sizing: border-box;
        background-color: transparent;
        color: #2196f3;
        border: none;
        padding: 15px 8px;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        text-decoration: none;
        font-weight: 500;
        border-radius: 8px;
        width: auto;
        padding-left: 0;
        padding-right: 0;
        color: #ffffff;
        -webkit-transform: skewX(13deg);
        -ms-transform: skewX(13deg);
        transform: skewX(13deg);
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        cursor: pointer; }
        .header__search__dropdown__button:hover {
          text-decoration: none; }
        .header__search__dropdown__button[disabled] {
          opacity: 0.2; }
        .header__search__dropdown__button:focus {
          outline: none; }
        .header__search__dropdown__button::-moz-focus-inner {
          border: 0; }
      .header__search__dropdown.header__search__dropdown--active {
        background-color: #fff; }
        .header__search__dropdown.header__search__dropdown--active a.header__search__dropdown__button {
          color: #2196f3;
          text-decoration: none; }
        .header__search__dropdown.header__search__dropdown--active .arrow-down:before {
          color: #2196f3;
          content: "\f077"; }
      .header__search__dropdown__content {
        position: absolute;
        white-space: nowrap;
        background-color: #fff;
        top: 58px;
        left: -4px;
        border-radius: 8px;
        padding: 31px;
        box-shadow: 0 10px 10px 0 rgba(141, 141, 141, 0.1); }
        .header__search__dropdown__content ul {
          list-style: none;
          padding-left: 0px;
          margin: 0px; }
          .header__search__dropdown__content ul li {
            line-height: 1.7; }
            .header__search__dropdown__content ul li a {
              color: #3f403f;
              text-decoration: none;
              font-size: 14px;
              line-height: 1.7;
              cursor: pointer; }
            .header__search__dropdown__content ul li a:hover {
              color: #2196f3;
              text-decoration: underline; }
    .header__search__searchbox {
      position: relative;
      flex-grow: 1;
      background: #313a51;
      border-radius: 0 12px 6px 0;
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0px 0px 0px 21px;
      -webkit-transform: skewX(-13deg);
      -ms-transform: skewX(-13deg);
      transform: skewX(-13deg);
      margin-left: -4px;
      height: 55px; }
      .header__search__searchbox > * {
        -webkit-transform: skewX(13deg);
        -ms-transform: skewX(13deg);
        transform: skewX(13deg); }
      .header__search__searchbox__icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 14px;
        margin-left: 14px;
        cursor: pointer;
        margin: 0px;
        position: relative;
        left: 1px;
        padding: 19.9px 30px 19.9px 28px;
        border-radius: 0px 12px 7px 0px;
        -webkit-transform: skewX(0.5deg);
        -ms-transform: skewX(0.5deg);
        transform: skewX(0.5deg); }
        .header__search__searchbox__icon svg {
          -webkit-transform: skewX(13deg);
          -ms-transform: skewX(13deg);
          transform: skewX(13deg); }
        .header__search__searchbox__icon:hover {
          background-color: #2196f3; }
      .header__search__searchbox__input {
        border: none;
        box-sizing: border-box;
        background: transparent;
        height: 100%;
        width: 100%;
        color: #ffffff;
        font-size: 14px;
        font-family: "Roboto", sans-serif; }
        .header__search__searchbox__input:focus {
          outline: none; }
        .header__search__searchbox__input:focus::-webkit-input-placeholder {
          color: #313a51; }
        .header__search__searchbox__input::-webkit-input-placeholder {
          color: #ffffff; }
        .header__search__searchbox__input::-moz-placeholder {
          color: #ffffff; }
        .header__search__searchbox__input:-ms-input-placeholder {
          color: #ffffff; }
        .header__search__searchbox__input::placeholder {
          color: #ffffff; }
      .header__search__searchbox__content {
        width: "calc(100% - 65px)";
        position: absolute;
        white-space: nowrap;
        background-color: #fff;
        top: 58px;
        right: 4px;
        border-radius: 8px;
        padding: 25px;
        box-shadow: 0 10px 10px 0 rgba(141, 141, 141, 0.1); }
      .header__search__searchbox__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        .header__search__searchbox__container__item {
          flex-grow: 1; }
          .header__search__searchbox__container__item h3 {
            font-size: 12px;
            color: #64798c;
            font-weight: bold;
            text-transform: uppercase;
            margin: 0px 0px 12px 0px;
            text-shadow: none; }
          .header__search__searchbox__container__item ul {
            padding: 0px;
            margin: 0px;
            list-style: none; }
            .header__search__searchbox__container__item ul li a {
              font-size: 14px;
              color: #3f403f;
              text-decoration: none;
              line-height: 24px; }
            .header__search__searchbox__container__item ul li a:hover {
              color: #2196f3;
              text-decoration: underline; }
          .header__search__searchbox__container__item:nth-child(2) {
            text-align: right; }
      .header__search__searchbox__link {
        color: #2196f3 !important;
        font-weight: 500;
        display: inline-block;
        margin-top: 15px;
        text-decoration: none !important; }
        .header__search__searchbox__link:hover span {
          text-decoration: underline !important; }
    .header__search__searchbox--active {
      background-color: #fff;
      padding: 0px 0px 0px 21px; }
      .header__search__searchbox--active .header__search__searchbox__input {
        color: #000; }
        .header__search__searchbox--active .header__search__searchbox__input::placeholder {
          color: black; }
      .header__search__searchbox--active .header__search__searchbox__icon {
        background-color: #2196f3;
        margin: 0px;
        position: relative;
        left: 1px;
        padding: 19.9px 30px 19.9px 28px;
        border-radius: 0px 12px 7px 0px;
        -webkit-transform: skewX(0.5deg);
        -ms-transform: skewX(0.5deg);
        transform: skewX(0.5deg); }
        .header__search__searchbox--active .header__search__searchbox__icon svg {
          -webkit-transform: skewX(13deg);
          -ms-transform: skewX(13deg);
          transform: skewX(13deg); }
  .header__button {
    height: 55px;
    border: none;
    padding: 0;
    box-sizing: border-box;
    background-color: transparent;
    color: #2196f3;
    border-color: #2196f3;
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer; }
    .header__button--login {
      width: 35px;
      margin-left: 28px;
      margin-top: 4px;
      color: #ffffff;
      border-color: #ffffff;
      border: none; }
      .header__button--login:not([disabled]):hover {
        color: #ffffff;
        border-color: #ffffff; }
    .header__button--signup {
      width: 128px;
      margin-left: 24px;
      margin-top: 4px;
      color: #ffffff;
      border-color: #ffffff;
      border: 2px solid; }
      .header__button--signup:not([disabled]):hover {
        color: #00508c;
        border-color: #00508c; }
    .header__button[disabled] {
      opacity: 0.2; }
    .header__button:focus {
      outline: none; }
    .header__button::-moz-focus-inner {
      border: 0; }
  .header__buttons--notlogged {
    display: none; }
  .header__buttons--logged {
    font-family: "Roboto", sans-serif;
    color: #fff;
    max-height: 56px; }
    .header__buttons--logged__item {
      display: inline-block;
      padding-left: 25px;
      font-size: 14px;
      color: #fff;
      text-decoration: none !important;
      cursor: pointer;
      position: relative;
      top: 6px;
      z-index: 999; }
      .header__buttons--logged__item--mobile {
        display: none; }
      .header__buttons--logged__item:hover i:before {
        font-weight: bold; }
      .header__buttons--logged__item:nth-child(1) {
        margin-left: 10px; }
      .header__buttons--logged__item .icon--tracked:before {
        font-family: "fa-light";
        content: "\f005";
        font-style: normal;
        display: block;
        text-align: center;
        font-size: 24px;
        font-weight: 300;
        font-family: "Font Awesome 5 Pro"; }
      .header__buttons--logged__item .icon--user:before {
        font-family: "fa-light";
        content: "\f007";
        font-style: normal;
        display: block;
        text-align: center;
        font-size: 24px;
        font-weight: 300;
        font-family: "Font Awesome 5 Pro"; }
      .header__buttons--logged__item .icon--bars:before {
        font-family: "fa-light";
        content: "\f0c9";
        font-style: normal;
        display: block;
        text-align: center;
        font-size: 20px;
        font-weight: 300;
        font-family: "Font Awesome 5 Pro"; }
      .header__buttons--logged__item .header__buttons__dropdown--mybca {
        position: absolute;
        display: none;
        white-space: nowrap;
        background-color: #fff;
        min-width: 208px;
        top: 59px;
        right: -18px;
        border-radius: 4px;
        padding: 27px 23px 21px 30px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        cursor: default;
        z-index: 1; }
        .header__buttons--logged__item .header__buttons__dropdown--mybca h3 {
          font-size: 14px;
          color: #64798c;
          font-weight: 500;
          margin: 0px 0px 10px 0px; }
        .header__buttons--logged__item .header__buttons__dropdown--mybca h4 {
          font-size: 14px;
          color: #64798c;
          font-weight: 500;
          margin: 0px 0px 10px 0px;
          display: none; }
        .header__buttons--logged__item .header__buttons__dropdown--mybca hr {
          border-bottom: none;
          border-width: 1px;
          color: #000;
          background-color: #000;
          opacity: 0.2;
          margin: 11px 0px; }
          .header__buttons--logged__item .header__buttons__dropdown--mybca hr:first-child {
            display: none; }
        .header__buttons--logged__item .header__buttons__dropdown--mybca ul {
          padding: 0px;
          margin: 0px;
          list-style: none; }
          .header__buttons--logged__item .header__buttons__dropdown--mybca ul li a {
            font-size: 14px;
            line-height: 24px;
            color: #3f403f;
            text-decoration: none;
            cursor: pointer; }
            .header__buttons--logged__item .header__buttons__dropdown--mybca ul li a:hover {
              color: #2196f3;
              text-decoration: underline; }
          .header__buttons--logged__item .header__buttons__dropdown--mybca ul li .sign-out:before {
            font-family: "fa-solid";
            content: "\f08b";
            float: right;
            margin-top: 2px;
            font-style: normal;
            font-size: 16px;
            color: #3f403f;
            font-weight: 300;
            font-family: "Font Awesome 5 Pro"; }
      .header__buttons--logged__item:hover .header__buttons__dropdown--mybca {
        display: block; }
      .header__buttons--logged__item .container__arrow {
        display: none; }
      .header__buttons--logged__item:hover .container__arrow {
        position: relative;
        height: 0px;
        display: block; }
        .header__buttons--logged__item:hover .container__arrow::after {
          position: absolute;
          top: -9px;
          left: calc(50% - 5px);
          content: "";
          border: 5px solid #fff;
          transform: rotate(45deg); }
      .header__buttons--logged__item:hover > div {
        display: flex; }
    .header__buttons--logged__text {
      margin: 6px 0px 0px 0px !important;
      font-weight: 500;
      padding-bottom: 10px; }
  .header .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1px 0 0 0;
    max-width: 100%; }
    .header .nav__mobile-menu-top {
      display: none; }
    .header .nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0px;
      margin: 0px; }
    .header .nav__link {
      position: relative; }
      .header .nav__link > a {
        display: block;
        padding: 16px 20.5px 14px;
        box-sizing: border-box;
        background-color: transparent;
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        border-color: #ffffff;
        -webkit-text-decoration: none;
        text-decoration: none;
        line-height: 1.1; }
        .header .nav__link > a:active {
          color: #2196f3;
          -webkit-text-decoration: none;
          text-decoration: none; }
        .header .nav__link > a[disabled] {
          opacity: 0.2; }
        .header .nav__link > a:focus {
          outline: none; }
        .header .nav__link > a:not([disabled]):hover {
          color: #2196f3;
          border-color: #ffffff; }
      .header .nav__link > div {
        position: absolute;
        white-space: nowrap;
        background-color: #fff;
        border-radius: 4px;
        top: 42px;
        left: 0px;
        padding: 29px 0px 29px 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: none; }
        .header .nav__link > div h4 {
          font-size: 12px;
          color: #64798c;
          font-weight: 500;
          text-transform: uppercase;
          margin: 0px 0px 10px 0px; }
        .header .nav__link > div > ul {
          margin: 0px;
          list-style: none;
          display: block;
          padding: 0 31px;
          border-left: 0px solid #dedede; }
          .header .nav__link > div > ul:not(:first-child) {
            border-left: 1px solid #dedede; }
          .header .nav__link > div > ul:first-child {
            border-left: 0px solid #dedede !important; }
          .header .nav__link > div > ul li a {
            font-size: 14px;
            margin: 4px 0px;
            font-weight: 400;
            color: #3f403f;
            text-decoration: none;
            padding: 0px;
            line-height: 24px; }
            .header .nav__link > div > ul li a:hover {
              color: #2196f3 !important;
              text-decoration: underline; }
            .header .nav__link > div > ul li a:active {
              text-decoration: none !important;
              color: #3f403f !important; }

.nav .container__arrow {
  display: none; }

.nav a:not([disabled]):hover {
  color: #2196f3;
  border-color: #ffffff; }

.nav__link:hover .container__arrow {
  position: relative;
  height: 0px;
  display: block; }
  .nav__link:hover .container__arrow::after {
    position: absolute;
    top: 39px;
    left: calc(45%);
    content: "";
    border: 5px solid #fff;
    transform: rotate(45deg); }

/* --------------------------------------------------
    NEW FOOTER
-------------------------------------------------- */
.footer {
  padding: 0px 0 38px 0;
  background-color: #070b16;
  color: #fff;
  float: left;
  width: 100%;
  font-family: "Roboto", sans-serif;
  margin-top: 50px;
  box-sizing: border-box;
  line-height: initial; }
  .footer .back-to-top {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: #1d212b;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 50px;
    text-decoration: none;
    padding: 0;
    position: initial !important;
    opacity: inherit; }
    .footer .back-to-top:hover {
      color: #2196f3; }
  .footer__container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box; }
    .footer__container--fluid {
      width: 100%;
      box-sizing: border-box;
      padding: 0 24px !important; }
  .footer__logo {
    margin-right: 120px; }
  .footer__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-bottom: 85px; }
    .footer__top__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row; }
      .footer__top__content__item h4 {
        font-weight: 500;
        font-size: 14px;
        margin: 0 0 13px 0;
        text-transform: uppercase; }
        .footer__top__content__item h4 a {
          color: #fff;
          text-decoration: none; }
      .footer__top__content__item ul {
        list-style-type: none;
        margin: 0 85px 0 0;
        padding: 0; }
        .footer__top__content__item ul li {
          margin-bottom: 8px; }
        .footer__top__content__item ul a {
          text-decoration: none;
          color: #64798c;
          font-size: 14px;
          font-weight: 500; }
          .footer__top__content__item ul a:hover {
            color: #2196f3;
            text-decoration: underline; }
  .footer__bottom {
    color: #fff;
    width: 100%;
    font-size: 12px;
    margin-bottom: 15px;
    float: left;
    position: relative; }
    .footer__bottom span a {
      text-decoration: none;
      color: #fff; }
      .footer__bottom span a:hover {
        color: #2196f3; }
    .footer__bottom p {
      font-size: 12px;
      font-weight: normal;
      opacity: 0.6; }
    .footer__bottom--language {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
  .footer__copyright {
    margin-right: 20px; }
  .footer__links a {
    color: #ffffff;
    font-weight: 500;
    margin-right: 18px; }
    .footer__links a:hover {
      text-decoration: underline; }
  .footer__social {
    float: right; }
    .footer__social a,
    .footer__social a:hover {
      padding: 11.5px;
      text-decoration: none; }
      .footer__social a i,
      .footer__social a:hover i {
        color: #fff; }
      .footer__social a .twitter:after,
      .footer__social a:hover .twitter:after {
        content: "\f099";
        font-family: "Font Awesome 5 Brands";
        font-weight: 600;
        font-style: normal;
        font-size: 16px; }
      .footer__social a .linkedin:after,
      .footer__social a:hover .linkedin:after {
        content: "\f0e1";
        font-family: "Font Awesome 5 Brands";
        font-weight: 600;
        font-size: 16px;
        font-style: normal; }
      .footer__social a .facebook:after,
      .footer__social a:hover .facebook:after {
        content: "\f39e";
        font-family: "Font Awesome 5 Brands";
        font-weight: 600;
        font-size: 16px;
        font-style: normal; }
    .footer__social--mobile {
      display: none; }
    .footer__social a svg {
      margin-bottom: -2px; }
  .footer__language select {
    color: #fff;
    position: relative;
    padding-left: 2.5em;
    font-size: 12px;
    border: 1px solid #444; }
  .footer__language:before {
    color: #fff;
    left: 8px; }

/* --------------------------------------------------
    Responsive for new header and footer
-------------------------------------------------- */
@media only screen and (max-width: 1000px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; }
  * {
    box-sizing: border-box !important; }
  .header {
    position: relative;
    padding: 15px 15px 15px; }
    .header .search-focus {
      height: 80vh;
      padding-right: 0px; }
      .header .search-focus .header__search__searchbox__container {
        flex-wrap: nowrap;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
        padding-bottom: 500px; }
    .header__top {
      padding: 0; }
    .header__buttons {
      display: none; }
    .header__logo {
      position: absolute;
      top: 15px;
      left: 25px; }
    .header__search {
      margin: 48px 10px 0; }
      .header__search__dropdown {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: skewX(-13deg);
        -ms-transform: skewX(-13deg);
        transform: skewX(-13deg);
        border-radius: 6px 0 0 12px;
        position: relative;
        text-overflow: ellipsis;
        padding: 0 12px 0px 20px;
        margin-right: 6px;
        box-sizing: border-box;
        background-color: #313a51;
        cursor: pointer; }
        .header__search__dropdown__caret-down {
          padding: 0 5px 4px 5px;
          -webkit-transform: skewX(13deg);
          -ms-transform: skewX(13deg);
          transform: skewX(13deg); }
        .header__search__dropdown__button {
          height: 48px;
          border: none;
          display: block;
          padding: 0;
          box-sizing: border-box;
          background-color: transparent;
          color: #2196f3;
          border: none;
          padding: 15px 8px;
          font-family: "Roboto", sans-serif;
          font-size: 14px;
          text-decoration: none;
          font-weight: 500;
          border-radius: 8px;
          width: auto;
          padding-left: 0;
          padding-right: 0;
          color: #ffffff;
          -webkit-transform: skewX(13deg);
          -ms-transform: skewX(13deg);
          transform: skewX(13deg);
          text-overflow: ellipsis;
          overflow: hidden;
          display: block;
          cursor: pointer;
          max-width: none !important; }
          .header__search__dropdown__button[disabled] {
            opacity: 0.2; }
          .header__search__dropdown__button:focus {
            outline: none; }
          .header__search__dropdown__button::-moz-focus-inner {
            border: 0; }
        .header__search__dropdown.header__search__dropdown--active {
          background-color: #fff; }
          .header__search__dropdown.header__search__dropdown--active a.header__search__dropdown__button {
            color: #2196f3;
            text-decoration: none; }
          .header__search__dropdown.header__search__dropdown--active .arrow-down:before {
            color: #2196f3;
            content: "\f077"; }
        .header__search__dropdown__content {
          top: 55px;
          border-radius: 8px 8px 0 0;
          left: -25px;
          width: calc(100% + 50px);
          padding: 30px;
          height: 100vh; }
          .header__search__dropdown__content .close {
            position: absolute;
            display: block;
            top: 25px;
            right: 30px;
            cursor: pointer; }
            .header__search__dropdown__content .close:before {
              font-size: 24px; }
          .header__search__dropdown__content ul {
            list-style: none;
            padding-left: 0px;
            margin: 0px; }
            .header__search__dropdown__content ul li a {
              color: #3f403f;
              text-decoration: none;
              font-size: 16px;
              line-height: 40px; }
              .header__search__dropdown__content ul li a:hover {
                color: #2196f3;
                text-decoration: underline; }
            .header__search__dropdown__content ul li:first-child a {
              color: #2196f3;
              font-weight: 500; }
      .header__search__searchbox {
        position: initial;
        height: 48px; }
        .header__search__searchbox__icon {
          padding: 0 22px 0 22px; }
        .header__search__searchbox__content {
          top: 55px;
          border-radius: 8px 8px 0 0;
          left: -25px;
          width: "calc(100% + 50px)";
          padding: 30px;
          height: 100vh; }
          .header__search__searchbox__content .close {
            position: absolute;
            display: block;
            top: 25px;
            right: 30px;
            cursor: pointer; }
            .header__search__searchbox__content .close:before {
              font-size: 24px; }
        .header__search__searchbox__container {
          flex-direction: column !important; }
          .header__search__searchbox__container .close {
            position: absolute;
            display: block;
            top: 20px;
            right: 26px;
            cursor: pointer; }
            .header__search__searchbox__container .close:before {
              font-size: 24px; }
          .header__search__searchbox__container__item {
            flex-grow: 1; }
            .header__search__searchbox__container__item:last-child h3 {
              margin-top: 10px; }
            .header__search__searchbox__container__item ul {
              padding: 0px;
              margin: 0px;
              list-style: none; }
              .header__search__searchbox__container__item ul h3 {
                font-size: 14px;
                margin: 0px 0px 10px 0px; }
              .header__search__searchbox__container__item ul li a {
                font-size: 16px;
                line-height: 40px; }
            .header__search__searchbox__container__item:nth-child(2) {
              margin-bottom: 15px;
              text-align: left; }
      .header__search__searchbox--active {
        background-color: #fff;
        padding: 0px 0px 0px 21px; }
        .header__search__searchbox--active .header__search__searchbox__icon {
          padding: 0 22px 0 22px; }
    .header__buttons--logged, .header__buttons--notlogged {
      position: absolute;
      top: 11px;
      right: 21px; }
      .header__buttons--logged__item, .header__buttons--notlogged__item {
        padding-left: 19px;
        cursor: pointer; }
        .header__buttons--logged__item .icon--tracked:before, .header__buttons--notlogged__item .icon--tracked:before {
          font-size: 20px; }
        .header__buttons--logged__item .icon--user:before, .header__buttons--notlogged__item .icon--user:before {
          font-size: 20px; }
      .header__buttons--logged__item--mobile, .header__buttons--notlogged__item--mobile {
        display: inline-block; }
      .header__buttons--logged__text, .header__buttons--notlogged__text {
        display: none; }
    .header .User > span {
      display: none; }
    .header .nav {
      position: fixed;
      height: 100vh;
      background-color: #fff !important;
      top: 0px;
      right: 0px;
      width: 85% !important;
      z-index: 999;
      display: none;
      max-width: 330px;
      min-width: 230px;
      padding: 0;
      overflow-y: auto;
      padding-bottom: 100px; }
      .header .nav > h3 {
        font-size: 16px;
        color: #64798c;
        margin: 10px 0px 10px 0px;
        font-weight: 500;
        padding-left: 30px;
        text-transform: uppercase; }
      .header .nav > span {
        display: flex;
        width: 100%;
        padding: 30px;
        text-align: center;
        flex-direction: row-reverse; }
        .header .nav > span a {
          padding: 17px;
          border-radius: 8px;
          border: none;
          font-size: 14px;
          font-weight: 500; }
          .header .nav > span a:last-child {
            width: 62%;
            background-color: #2196f3;
            color: white; }
          .header .nav > span a:first-child {
            width: 38%;
            background-color: white;
            color: #2196f3; }
      .header .nav__mobile-menu-top {
        display: inline-block;
        background: #fff;
        position: sticky;
        width: 100%;
        top: 0;
        z-index: 999;
        padding-bottom: 10px; }
        .header .nav__mobile-menu-top--secondary {
          border-bottom: #dedede 1px solid; }
          .header .nav__mobile-menu-top--secondary > h3 {
            display: block; }
        .header .nav__mobile-menu-top svg {
          float: left;
          margin: 15px 0px 0px 15px; }
        .header .nav__mobile-menu-top span {
          float: right;
          padding: 16px 26px 0px 0px; }
        .header .nav__mobile-menu-top h3 {
          font-size: 16px;
          color: #64798c;
          margin: 27px 0px 0px 0px;
          font-weight: 500;
          padding-left: 30px;
          text-transform: uppercase; }
        .header .nav__mobile-menu-top .close {
          display: block; }
      .header .nav ul {
        list-style: none;
        flex-direction: column;
        padding: 0px 30px 30px 30px;
        margin: 0px;
        float: none; }
        .header .nav ul li > div {
          display: none !important; }
      .header .nav .secondary-menu ul {
        list-style: none;
        flex-direction: column;
        border-bottom: #dedede 1px solid;
        margin: 0px 30px 0px 30px;
        padding: 10px 0; }
        .header .nav .secondary-menu ul:last-child {
          border: 0; }
        .header .nav .secondary-menu ul li i {
          display: none; }
        .header .nav .secondary-menu ul li h4 {
          font-size: 16px;
          color: #64798c;
          margin: 15px 0px 10px 0px;
          font-weight: 500; }
        .header .nav .secondary-menu ul li a {
          display: block;
          margin: 0px;
          padding: 0;
          line-height: 40px;
          box-sizing: border-box;
          background-color: transparent;
          color: #3f403f;
          font-size: 16px;
          font-weight: normal;
          border-color: #ffffff;
          -webkit-text-decoration: none;
          text-decoration: none;
          border: none;
          float: left; }
          .header .nav .secondary-menu ul li a:active {
            text-decoration: none;
            color: #3f403f !important; }
          .header .nav .secondary-menu ul li a[disabled] {
            opacity: 0.2; }
          .header .nav .secondary-menu ul li a:focus {
            outline: none; }
          .header .nav .secondary-menu ul li a:not([disabled]):hover {
            color: #3f403f;
            border: none; }
      .header .nav__link {
        position: relative; }
        .header .nav__link__dropdown {
          clear: both !important;
          position: static;
          white-space: nowrap;
          background-color: #fff;
          padding-top: 10px !important;
          padding-left: 0px !important;
          box-shadow: none;
          display: -webkit-box !important;
          display: -webkit-flex !important;
          display: -ms-flexbox !important;
          display: flex !important;
          flex-direction: column; }
          .header .nav__link__dropdown__item {
            padding: 0px; }
            .header .nav__link__dropdown__item:not(:first-child) {
              border-left: none;
              border-top: 1px solid #dedede;
              margin-top: 15px;
              padding-top: 15px; }
          .header .nav__link__dropdown__arrow {
            position: relative;
            height: 0px; }
            .header .nav__link__dropdown__arrow::after {
              position: absolute;
              top: 7px;
              left: calc(50% - 25px);
              content: "";
              border: 5px solid #fff;
              transform: rotate(45deg); }
          .header .nav__link__dropdown h3 {
            font-size: 12px;
            color: #64798c;
            font-weight: 500;
            text-transform: uppercase;
            margin: 10px 0px 7px 0px; }
          .header .nav__link__dropdown ul {
            padding: 0px;
            margin: 0px;
            list-style: none;
            display: block; }
            .header .nav__link__dropdown ul li a {
              font-size: 14px;
              margin: 4px 0px;
              font-weight: 400;
              color: #3f403f;
              text-decoration: none;
              line-height: 2 !important; }
              .header .nav__link__dropdown ul li a:hover {
                color: #3f403f !important; }
              .header .nav__link__dropdown ul li a:hover {
                color: #2196f3 !important;
                text-decoration: underline; }
        .header .nav__link a {
          display: block;
          margin: 0px;
          padding: 0;
          line-height: 40px;
          box-sizing: border-box;
          background-color: transparent;
          color: #3f403f;
          font-size: 16px;
          font-weight: normal;
          border-color: #ffffff;
          -webkit-text-decoration: none;
          text-decoration: none;
          border: none;
          float: left; }
          .header .nav__link a:active {
            text-decoration: none;
            color: #3f403f !important; }
          .header .nav__link a[disabled] {
            opacity: 0.2; }
          .header .nav__link a:focus {
            outline: none; }
          .header .nav__link a:not([disabled]):hover {
            color: #3f403f;
            border: none; }
      .header .nav__mobile-menu__buttons {
        padding: 30px;
        display: block; }
        .header .nav__mobile-menu__buttons button {
          padding: 17px;
          border-radius: 8px;
          border: none;
          font-size: 12px;
          font-weight: 500; }
        .header .nav__mobile-menu__buttons--login {
          width: 62%;
          background-color: #2196f3;
          color: white; }
        .header .nav__mobile-menu__buttons--register {
          width: 38%;
          background-color: white;
          color: #2196f3; }
      .header .nav .header__buttons__dropdown--mybca {
        white-space: nowrap;
        padding: 0px 23px 21px 30px; }
        .header .nav .header__buttons__dropdown--mybca h3 {
          font-size: 16px;
          color: #64798c;
          font-weight: 500;
          margin: 20px 0px 8px 0px; }
        .header .nav .header__buttons__dropdown--mybca h4 {
          font-size: 16px;
          color: #64798c;
          font-weight: 500;
          margin: 0px 0px 8px 0px;
          display: block; }
        .header .nav .header__buttons__dropdown--mybca hr {
          border-bottom: none;
          border-width: 1px;
          color: #000;
          background-color: #000;
          opacity: 0.2;
          margin: -8px 0px 28px 0px; }
          .header .nav .header__buttons__dropdown--mybca hr:first-child {
            display: block; }
        .header .nav .header__buttons__dropdown--mybca .secondhr {
          display: none; }
        .header .nav .header__buttons__dropdown--mybca ul {
          padding: 0px;
          margin: 0px;
          list-style: none; }
          .header .nav .header__buttons__dropdown--mybca ul li {
            line-height: 40px; }
            .header .nav .header__buttons__dropdown--mybca ul li a {
              font-size: 16px;
              color: #3f403f;
              text-decoration: none; }
              .header .nav .header__buttons__dropdown--mybca ul li a:hover {
                color: #2196f3;
                text-decoration: underline; }
  .clearfix {
    clear: both; }
  .sign-out:before {
    font-family: "fa-light";
    content: "\f08b";
    float: right;
    font-style: normal;
    font-size: 16px;
    color: #3f403f;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro"; }
  .close:before {
    font-family: "fa-light";
    content: "\f00d";
    font-style: normal;
    font-size: 26px;
    color: #3f403f;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    cursor: pointer; }
  .chevron-right {
    font-size: 12px;
    position: absolute;
    padding: 12px 20px;
    cursor: pointer;
    float: right;
    display: block;
    right: -20px; }
    .chevron-right:before {
      font-family: "fa-light";
      content: "\f054";
      color: #3f403f;
      font-weight: 600;
      font-family: "Font Awesome 5 Pro";
      float: right;
      font-style: normal; }
  .back-menu-btn {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    padding: 10px 0;
    cursor: pointer;
    float: left;
    display: block;
    color: #2196f3;
    margin: 15px 0 0 15px;
    display: none; }
    .back-menu-btn:before {
      font-family: "fa-light";
      content: "\f060";
      font-weight: 600;
      font-family: "Font Awesome 5 Pro";
      float: left;
      margin-right: 5px;
      margin-top: 2px; }
  #mybcabtn > div {
    display: none !important; }
  #mybcabtn > .arrow-down {
    display: none !important; }
  .footer {
    padding: 0px 0 20px 0; }
    .footer .back-to-top {
      margin-bottom: 30px; }
    .footer__container {
      width: 96% !important; }
    .footer__logo {
      margin: 0 0 30px 0;
      width: 100%;
      text-align: center; }
    .footer__top {
      flex-direction: column;
      margin-bottom: 20px; }
      .footer__top__content {
        flex-wrap: nowrap; }
        .footer__top__content__item {
          width: 50%;
          padding: 0 10px 30px;
          box-sizing: border-box; }
          .footer__top__content__item ul {
            margin: 0; }
    .footer__bottom p {
      width: 100%;
      text-align: center;
      display: block;
      line-height: 1.5; }
    .footer__bottom.footer__bottom--language {
      display: block; }
      .footer__bottom.footer__bottom--language .left {
        float: none; }
    .footer__copyright {
      font-size: 14px;
      width: 100%;
      text-align: center;
      display: block;
      margin-bottom: 20px; }
    .footer__links {
      width: 100%;
      text-align: center;
      display: block; }
      .footer__links a {
        font-size: 14px;
        display: inline-block !important;
        margin: 0 20px; }
    .footer__social {
      float: right;
      display: none; }
      .footer__social a,
      .footer__social a:hover {
        padding: 11.5px;
        text-decoration: none; }
        .footer__social a i,
        .footer__social a:hover i {
          color: #fff; }
        .footer__social a .twitter:after,
        .footer__social a:hover .twitter:after {
          content: "\f099";
          font-family: "Font Awesome 5 Brands";
          font-weight: 600;
          font-style: normal;
          font-size: 16px; }
        .footer__social a .linkedin:after,
        .footer__social a:hover .linkedin:after {
          content: "\f0e1";
          font-family: "Font Awesome 5 Brands";
          font-weight: 600;
          font-size: 16px;
          font-style: normal; }
        .footer__social a .facebook:after,
        .footer__social a:hover .facebook:after {
          content: "\f39e";
          font-family: "Font Awesome 5 Brands";
          font-weight: 600;
          font-size: 16px;
          font-style: normal; }
      .footer__social--mobile {
        display: block !important;
        width: 100%;
        text-align: center;
        margin-top: 30px; }
    .footer .language {
      float: none;
      width: fit-content;
      margin: 29px auto 0; }
    .footer__language {
      float: none;
      width: 222px;
      margin: 29px auto 0; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape), (max-width: 700px) {
  .admin-nav {
    display: none !important; }
  .footer {
    padding: 0px 0 20px 0; }
    .footer .back-to-top {
      margin-bottom: 30px; }
    .footer__container {
      width: 96% !important; }
    .footer__logo {
      margin: 0 0 30px 0;
      width: 100%;
      text-align: center; }
    .footer__top {
      flex-direction: column;
      margin-bottom: 20px; }
      .footer__top__content {
        flex-wrap: wrap; }
        .footer__top__content__item {
          width: 50%;
          padding: 0 10px 30px;
          box-sizing: border-box; }
          .footer__top__content__item ul {
            margin: 0; }
    .footer__bottom p {
      width: 100%;
      text-align: center;
      display: block;
      line-height: 1.5; }
    .footer__copyright {
      font-size: 14px;
      width: 100%;
      text-align: center;
      display: block;
      margin-bottom: 20px; }
    .footer__links {
      width: 100%;
      text-align: center;
      display: block; }
      .footer__links a {
        font-size: 14px;
        display: inline-block !important;
        margin: 0 20px; }
    .footer__social {
      float: right;
      display: none; }
      .footer__social a,
      .footer__social a:hover {
        padding: 11.5px;
        text-decoration: none; }
        .footer__social a i,
        .footer__social a:hover i {
          color: #fff; }
        .footer__social a .twitter:after,
        .footer__social a:hover .twitter:after {
          content: "\f099";
          font-family: "Font Awesome 5 Brands";
          font-weight: 600;
          font-style: normal;
          font-size: 16px; }
        .footer__social a .linkedin:after,
        .footer__social a:hover .linkedin:after {
          content: "\f0e1";
          font-family: "Font Awesome 5 Brands";
          font-weight: 600;
          font-size: 16px;
          font-style: normal; }
        .footer__social a .facebook:after,
        .footer__social a:hover .facebook:after {
          content: "\f39e";
          font-family: "Font Awesome 5 Brands";
          font-weight: 600;
          font-size: 16px;
          font-style: normal; }
      .footer__social--mobile {
        display: block !important;
        width: 100%;
        text-align: center;
        margin-top: 30px; } }

.FreeTextSearch {
  display: none !important; }

.BCAItalyCheetah {
  overflow-y: initial !important; }

.BCAFranceCheetah .footer__logo {
  display: none; }

.footer__bottom--language > div:first-child {
  visibility: hidden; }

.footer__social a:first-child {
  display: none; }

@media only screen and (max-width: 1160px), (min-width: 1000px) and (orientation: portrait) {
  .header__search__dropdown__button {
    max-width: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; } }

nav.Site {
  /*background-color: #358;
	clear: left;
	float: left;
    position: relative;
	width: 100%;*/ }
  nav.Site ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  nav.Site > ul {
    float: left;
    display: flex; }
    nav.Site > ul > li {
      float: left;
      position: relative; }
      nav.Site > ul > li a {
        color: #3f403f; }
        .no-touch nav.Site > ul > li a:hover {
          color: #204a86; }
      nav.Site > ul > li > a {
        padding: 16px 20.5px 14px;
        background-color: transparent;
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        border-color: #ffffff;
        text-decoration: none; }
        .no-touch nav.Site > ul > li > a:hover {
          color: #fff;
          text-decoration: none; }
      nav.Site > ul > li > div {
        background-color: #fff;
        position: absolute;
        z-index: 2999;
        white-space: nowrap;
        padding: 29px 0px 29px 0;
        border-radius: 4px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        top: 42px;
        left: 0;
        display: none;
        min-width: 100%; }
        nav.Site > ul > li > div div {
          background-color: #f5f5f5;
          border-bottom: 1px solid #e5e5e5;
          padding: 16px;
          width: 220px; }
          nav.Site > ul > li > div div table tr td {
            border: none;
            padding: 0; }
          nav.Site > ul > li > div div input {
            border: 1px solid #ccc;
            -moz-border-radius: 2px 0 0 2px;
            -webkit-border-radius: 2px 0 0 2px;
            border-radius: 2px 0 0 2px;
            float: left;
            height: 33px;
            padding: 0 9px;
            width: 100%; }
            nav.Site > ul > li > div div input:hover {
              border-color: #aaa; }
            nav.Site > ul > li > div div input[type="submit"] {
              cursor: pointer;
              height: 33px;
              padding: 0;
              width: 37px;
              border: none;
              border-radius: 0;
              background: url(../images/buttons/magnify_glass.png) no-repeat right top;
              text-indent: -9999px; }
          nav.Site > ul > li > div div a {
            display: inline-block;
            margin-top: 11px;
            width: 100%; }
          nav.Site > ul > li > div div span {
            display: block;
            color: #888; }
        nav.Site > ul > li > div ul {
          margin: 0px;
          list-style: none;
          display: block;
          padding: 0 31px; }
          nav.Site > ul > li > div ul li {
            clear: left;
            float: left;
            line-height: initial; }
            nav.Site > ul > li > div ul li h4 {
              color: #444;
              font-size: 14px;
              padding-bottom: 7px; }
      nav.Site > ul > li.SearchVehicles > div > ul {
        margin: 0; }
        nav.Site > ul > li.SearchVehicles > div > ul li {
          padding: 0 15px; }
          nav.Site > ul > li.SearchVehicles > div > ul li:first-child {
            padding: 0;
            margin-bottom: 11px; }
            nav.Site > ul > li.SearchVehicles > div > ul li:first-child .FreeTextSearch ul {
              margin: 0; }
              nav.Site > ul > li.SearchVehicles > div > ul li:first-child .FreeTextSearch ul li {
                margin-bottom: 0 !important; }
                nav.Site > ul > li.SearchVehicles > div > ul li:first-child .FreeTextSearch ul li a {
                  display: block;
                  line-height: 18px; }
            nav.Site > ul > li.SearchVehicles > div > ul li:first-child .FreeTextSearch span {
              clear: left;
              line-height: 18px; }
              nav.Site > ul > li.SearchVehicles > div > ul li:first-child .FreeTextSearch span strong {
                padding-left: 3px;
                font-weight: normal; }
      nav.Site > ul > li:hover div {
        display: block; }
  nav.Site ul.ContactUs {
    float: right; }
    nav.Site ul.ContactUs > li {
      padding-right: 0;
      padding-left: 2px;
      background-position: left top; }
    nav.Site ul.ContactUs li.More > div {
      border: none; }
    nav.Site ul.ContactUs li.More ul {
      background-color: #fff;
      border-top: 4px solid #3d7ad3;
      box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
      display: none;
      margin-left: -50px;
      margin-top: 0;
      padding: 0 16px;
      position: absolute;
      z-index: 4; }
      nav.Site ul.ContactUs li.More ul a {
        color: #48e;
        display: block;
        padding: 10px 0;
        width: 100px; }
      nav.Site ul.ContactUs li.More ul li ~ li a {
        border-top: 1px solid #f5f5f5; }
    nav.Site ul.ContactUs li.More:hover ul {
      display: block; }

nav.SiteMenu {
  background-color: #358;
  width: 100%;
  height: 38px; }
  nav.SiteMenu a,
  nav.SiteMenu span {
    color: #fff;
    float: left;
    font-weight: bold;
    line-height: 38px;
    padding-left: 16px;
    width: 445px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  nav.SiteMenu select {
    clear: left;
    filter: alpha(opacity=0);
    float: left;
    height: 33px;
    margin-top: -33px;
    opacity: 0;
    width: 460px; }
    nav.SiteMenu select option {
      filter: alpha(opacity=100);
      opacity: 1; }

nav.Breadcrumbs {
  background-color: #f5f5f5;
  clear: left;
  float: left;
  width: 100%;
  height: 39px; }
  nav.Breadcrumbs ul li {
    display: inline-block; }
    nav.Breadcrumbs ul li a,
    nav.Breadcrumbs ul li span {
      display: block;
      margin: 11px 10px 0 0;
      padding-left: 14px;
      background: url(../images/header/breadcrumbs_separator.gif) no-repeat 0 5px; }
    nav.Breadcrumbs ul li:first-child {
      padding-left: 15px; }
      nav.Breadcrumbs ul li:first-child a {
        margin: 10px 10px 0 0;
        padding: 0;
        width: 18px;
        height: 19px;
        background: url(../images/icons/home.png) no-repeat left center;
        text-indent: -9999px; }
      nav.Breadcrumbs ul li:first-child span {
        padding-left: 0;
        background: none; }

/*temp styling for navigation trail*/
.loc-nav {
  position: relative;
  background-color: #ffffff;
  float: left;
  clear: both;
  width: 80%;
  z-index: 0; }
  .loc-nav ul {
    padding: 10px;
    float: left;
    margin: 0; }
    .loc-nav ul li {
      display: inline-block; }
    .loc-nav ul a {
      display: inline;
      color: #999;
      font-size: 0.875em;
      text-decoration: none;
      text-shadow: none; }
      .loc-nav ul a img {
        padding: 0 3px 1px 6px; }
      .loc-nav ul a.current {
        color: #3d7ad3;
        font-weight: 500; }

nav.Site .StockLocator ul, nav.Site .SearchVehicles ul {
  float: none; }
  nav.Site .StockLocator ul li, nav.Site .SearchVehicles ul li {
    width: 100%; }
    nav.Site .StockLocator ul li .FreeTextSearch, nav.Site .SearchVehicles ul li .FreeTextSearch {
      width: auto; }
      nav.Site .StockLocator ul li .FreeTextSearch .Submit, nav.Site .SearchVehicles ul li .FreeTextSearch .Submit {
        width: 39px; }
      nav.Site .StockLocator ul li .FreeTextSearch ul, nav.Site .SearchVehicles ul li .FreeTextSearch ul {
        float: none; }
        nav.Site .StockLocator ul li .FreeTextSearch ul li, nav.Site .SearchVehicles ul li .FreeTextSearch ul li {
          float: none; }

nav.Site .StockLocator ul {
  margin: 0; }
  nav.Site .StockLocator ul li {
    padding: 0 15px; }
    nav.Site .StockLocator ul li:first-child {
      padding: 0; }

.promotion img {
  width: 100%;
  max-width: 266px; }

/* --------------------------------------------------
	Responsive
-------------------------------------------------- */
nav.Site li.More,
nav.SiteMenu {
  display: none; }

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  header.Site nav.Site > ul > li {
    line-height: 2; }
  header.Site nav.Site > ul > li {
    line-height: 2; } }

@media only screen and (max-width: 1000px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  header.Site nav.Site li.Buy,
  header.Site nav.Site li.Sell,
  header.Site nav.Site li.Services,
  header.Site nav.Site li.Contact,
  header.Site nav.Site li.ContactUs,
  header.Site nav.Site,
  header.Site nav.Breadcrumbs {
    display: none; }
  header.Site nav.Site li.More {
    display: block; }
  header.Site nav.SiteMenu {
    display: block; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape), (max-width: 700px) {
  header.Site nav.Site,
  header.Site nav.Breadcrumbs {
    display: none; }
  header.Site nav.SiteMenu {
    display: block; }
  header.Site nav.Site {
    width: 458px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait), (max-width: 495px) and (orientation: portrait) {
  nav.SiteMenu span {
    width: 283px; }
  nav.SiteMenu select {
    width: 298px; } }

.ModalPopup {
  left: 50%;
  margin-left: -260px;
  position: fixed;
  top: 10%;
  z-index: 20; }
  .ModalPopup .overlayer {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10; }
  .ModalPopup .Close {
    float: right;
    margin: 0 5px -1px 0;
    position: relative;
    z-index: 30; }
    .ModalPopup .Close .Inner {
      float: left;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-color: #ff363e;
      background: -moz-linear-gradient(top, #ff363e, #e8151e 51%, #dc1119 49%, #ed1c24);
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff363e), to(#ed1c24), color-stop(0.51, #dc1119), color-stop(0.49, #e8151e));
      background: -webkit-linear-gradient(top, #ff363e, #e8151e 51%, #dc1119 49%, #ed1c24);
      -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.065);
      -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.065);
      box-shadow: 0 2px 0 rgba(0, 0, 0, 0.065);
      border: 1px solid #ed1c24;
      color: #fff;
      text-shadow: 0 1px 0 #a00;
      border-bottom: 0 none;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      cursor: pointer;
      width: 37px;
      height: 32px;
      text-indent: -9999px; }
      .ModalPopup .Close .Inner input, .ModalPopup .Close .Inner a {
        background: url("../images/icons/close-icon.png") no-repeat center;
        padding-left: 0; }
      .ModalPopup .Close .Inner a {
        display: block;
        padding: 24px 10px 6px; }
  .ModalPopup #ContactUsFrame {
    box-sizing: content-box;
    height: 580px;
    padding: 1em; }

.contact-modal {
  background: #fff;
  border-radius: 3px;
  clear: both;
  position: relative;
  z-index: 20; }
