<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 10, 2019, 3:05:57 PM
    Author     : Luca
*/
/* 
For local dev, change line 47 of css.jsp SpareParts\web\services\css.jsp
&lt;link rel="stylesheet" href="http://localhost:8383/sparepartsui/css/incar-theme.css"&gt;
*/
/* Vendor dependency */
/* Slider */
@import "https://fonts.googleapis.com/css?family=Raleway:300,400,500,700";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '├óÔÇá┬É'; }

[dir='rtl'] .slick-prev:before {
  content: '├óÔÇáÔÇÖ'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '├óÔÇáÔÇÖ'; }

[dir='rtl'] .slick-next:before {
  content: '├óÔÇá┬É'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '├óÔé¼┬ó';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013├óÔé¼ÔÇ£2015 Brian Reavis &amp; contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis &lt;brian@thirdroute.com&gt;
 */
.selectize-control.plugin-drag_drop.multi &gt; .selectize-input &gt; div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #fff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-input &gt; * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input &gt; div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input &gt; div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled &gt; div,
.selectize-control.multi .selectize-input.disabled &gt; div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input &gt; input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input &gt; input::-ms-clear {
  display: none; }

.selectize-input &gt; input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5; }

.selectize-dropdown [data-selectable].option {
  opacity: 1; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input &gt; input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

/**
 * selectize.bootstrap3.css (v0.12.6) - Bootstrap 3 Theme
 * Copyright (c) 2013├óÔé¼ÔÇ£2015 Brian Reavis &amp; contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis &lt;brian@thirdroute.com&gt;
 */
.selectize-control.plugin-drag_drop.multi &gt; .selectize-input &gt; div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0); }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0); }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px; }

.selectize-input.full {
  background-color: #fff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.selectize-input &gt; * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input &gt; div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0); }

.selectize-control.multi .selectize-input &gt; div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0); }

.selectize-control.multi .selectize-input.disabled &gt; div,
.selectize-control.multi .selectize-input.disabled &gt; div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0); }

.selectize-input &gt; input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input &gt; input::-ms-clear {
  display: none; }

.selectize-input &gt; input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 3px 12px; }

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5; }

.selectize-dropdown [data-selectable].option {
  opacity: 1; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626; }

.selectize-dropdown .active.create {
  color: #262626; }

.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto; }

.selectize-control.rtl .selectize-input &gt; input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff; }

.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143; }

.selectize-dropdown .optgroup:first-child:before {
  display: none; }

.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px; }

.selectize-dropdown-content {
  padding: 5px 0; }

.selectize-dropdown-header {
  padding: 6px 12px; }

.selectize-input {
  min-height: 34px; }

.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.selectize-input.dropdown-active::before {
  display: none; }

.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px; }

.selectize-control.multi .selectize-input &gt; div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 5, 2019, 4:19:53 PM
    Author     : Luca
*/
/* --------------------------------

Hero Slider - by CodyHouse.co

-------------------------------- */
/* Main Header */
.cd-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #21272c; }

@media only screen and (min-width: 768px) {
  .cd-header {
    height: 70px;
    background-color: transparent; } }
.cd-header__logo {
  float: left;
  margin: 13px 0 0 5%; }

.cd-header__logo img {
  display: block; }

@media only screen and (min-width: 768px) {
  .cd-header__logo {
    margin: 23px 0 0 5%; } }
.cd-header__nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../assets/cd-icon-menu.svg") no-repeat center center; }

.cd-header__nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.cd-header__nav ul.cd-is-visible {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.cd-header__nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #21272c;
  border-top: 1px solid #333c44;
  color: #ffffff; }

@media only screen and (min-width: 768px) {
  .cd-header__nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none; }

  .cd-header__nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px; }

  .cd-header__nav ul.cd-is-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  .cd-header__nav li {
    display: inline-block;
    margin-left: 1em; }

  .cd-header__nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none; } }
/* Slider */
.cd-hero {
  position: relative; }

.cd-hero__slider {
  position: relative;
  height: 360px;
  width: 100%;
  overflow: hidden; }

.cd-hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  will-change: transform;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cd-hero__slide.cd-hero__slide--selected {
  /* this is the visible slide */
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.cd-hero__slide.cd-hero__slide--move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.cd-hero__slide.cd-hero__slide--is-moving,
.cd-hero__slide.cd-hero__slide--selected {
  /* the cd-hero__slide--is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

@media only screen and (min-width: 768px) {
  .cd-hero__slider {
    height: 500px; } }
@media only screen and (min-width: 1170px) {
  .cd-hero__slider {
    height: 680px; } }
/* Slide style */
.cd-hero__slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.cd-hero__slide:first-of-type {
  background-color: #2c343b; }

.cd-hero__slide:nth-of-type(2) {
  background-color: #3d4952;
  background-image: url("../assets/tech-1-mobile.jpg"); }

.cd-hero__slide:nth-of-type(3) {
  background-color: #586775;
  background-image: url("../assets/tech-2-mobile.jpg"); }

.cd-hero__slide:nth-of-type(4) {
  background-color: #2c343b;
  background-image: url("../assets/video-replace-mobile.jpg"); }

.cd-hero__slide:nth-of-type(5) {
  background-color: #2c343b;
  background-image: url(../assets/img.jpg); }

.cd-hero__content.cd-hero__content--full-width,
.cd-hero__content.cd-hero__content--half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 100px;
  text-align: center;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform; }

.cd-hero__content h2, .cd-hero__content p, .cd-hero__btn, .cd-hero__content--img img {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform; }

.cd-hero__content.cd-hero__content--img {
  /* hide image on mobile device */
  display: none; }

.cd-hero__content--img img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.cd-hero__content.cd-hero__content--bg-video {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.cd-hero__content--bg-video video {
  /* you won't see this element in the html, but it will be injected using javascript */
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.cd-hero__content h2, .cd-hero__content p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  max-width: 400px; }

.cd-hero__content h2 {
  font-size: 2.4rem; }

.cd-hero__content p {
  font-size: 1.4rem;
  line-height: 1.4; }

.cd-hero__btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  background-color: rgba(212, 68, 87, 0.9);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.cd-hero__btn.cd-hero__btn--secondary {
  background-color: rgba(22, 26, 30, 0.8); }

.cd-hero__btn:nth-of-type(2) {
  margin-left: 1em; }

.cd-hero__btn:hover {
  background-color: #d44457; }

.cd-hero__btn.cd-hero__btn--secondary:hover {
  background-color: #161a1e; }

@media only screen and (min-width: 768px) {
  .cd-hero__slide:nth-of-type(2),
  .cd-hero__slide:nth-of-type(3),
  .cd-hero__slide:nth-of-type(4) {
    background-image: none; }

  .cd-hero__content.cd-hero__content--full-width,
  .cd-hero__content.cd-hero__content--half-width {
    padding-top: 150px; }

  .cd-hero__content.cd-hero__content--bg-video {
    display: block; }

  .cd-hero__content.cd-hero__content--half-width {
    width: 45%; }

  .cd-hero__content.cd-hero__content--half-width:first-of-type {
    left: 5%; }

  .cd-hero__content.cd-hero__content--half-width:nth-of-type(2) {
    right: 5%;
    left: auto; }

  .cd-hero__content.cd-hero__content--img {
    display: block; }

  .cd-hero__content h2, .cd-hero__content p {
    max-width: 520px; }

  .cd-hero__content h2 {
    font-size: 2.4em;
    font-weight: 300; }

  .cd-hero__btn {
    font-size: 1.4rem; } }
@media only screen and (min-width: 1170px) {
  .cd-hero__content.cd-hero__content--full-width,
  .cd-hero__content.cd-hero__content--half-width {
    padding-top: 220px; }

  .cd-hero__content h2, .cd-hero__content p {
    margin-bottom: 20px; }

  .cd-hero__content h2 {
    font-size: 3.2em; }

  .cd-hero__content p {
    font-size: 1.6rem; } }
/* Single slide animation */
@media only screen and (min-width: 768px) {
  .cd-hero__content.cd-hero__content--half-width {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }

  .cd-hero__slide--move-left .cd-hero__content.cd-hero__content--half-width {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); }

  .cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  .cd-hero__slide--is-moving .cd-hero__content.cd-hero__content--half-width {
    /* this is the slide moving outside the viewport
    wait for the end of the transition on the &lt;li&gt; parent before set opacity to 0 and translate to 40px/-40px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s; }

  .cd-hero__slide--from-left.cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width:nth-of-type(2),
  .cd-hero__slide--from-right.cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s; }

  .cd-hero__slide--from-left.cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width:first-of-type,
  .cd-hero__slide--from-right.cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, -webkit-transform 0.5s 0.4s; }

  .cd-hero__content--full-width h2,
  .cd-hero__content--full-width p,
  .cd-hero__content--full-width .cd-hero__btn {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px); }

  .cd-hero__slide--move-left .cd-hero__content--full-width h2,
  .cd-hero__slide--move-left .cd-hero__content--full-width p,
  .cd-hero__slide--move-left .cd-hero__content--full-width .cd-hero__btn {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); }

  .cd-hero__slide--selected .cd-hero__content--full-width h2,
  .cd-hero__slide--selected .cd-hero__content--full-width p,
  .cd-hero__slide--selected .cd-hero__content--full-width .cd-hero__btn {
    /* this is the visible slide */
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  .cd-hero__slide--is-moving .cd-hero__content--full-width h2,
  .cd-hero__slide--is-moving .cd-hero__content--full-width p,
  .cd-hero__slide--is-moving .cd-hero__content--full-width .cd-hero__btn {
    /* this is the slide moving outside the viewport
    wait for the end of the transition on the li parent before set translate to 100px/-100px */
    -webkit-transition: -webkit-transform 0s 0.5s;
    transition: -webkit-transform 0s 0.5s;
    transition: transform 0s 0.5s;
    transition: transform 0s 0.5s, -webkit-transform 0s 0.5s; }

  .cd-hero__slide--selected h2 {
    -webkit-transition: -webkit-transform 0.5s 0.2s;
    transition: -webkit-transform 0.5s 0.2s;
    transition: transform 0.5s 0.2s;
    transition: transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s; }

  .cd-hero__slide--selected p {
    -webkit-transition: -webkit-transform 0.5s 0.3s;
    transition: -webkit-transform 0.5s 0.3s;
    transition: transform 0.5s 0.3s;
    transition: transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s; }

  .cd-hero__slide--selected .cd-hero__btn {
    -webkit-transition: background-color 0.2s 0s, -webkit-transform 0.5s 0.4s;
    transition: background-color 0.2s 0s, -webkit-transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: transform 0.5s 0.4s, background-color 0.2s 0s, -webkit-transform 0.5s 0.4s; } }
/* Slider navigation */
.cd-hero__nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
  height: 55px;
  background-color: rgba(0, 1, 1, 0.5); }

.cd-hero__nav nav, .cd-hero__nav ul, .cd-hero__nav li, .cd-hero__nav a {
  height: 100%; }

.cd-hero__nav nav {
  display: inline-block;
  position: relative; }

.cd-hero__marker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 100%;
  color: #d44457;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 2px 0 currentColor;
  box-shadow: inset 0 2px 0 currentColor;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s; }

.cd-hero__marker.cd-hero__marker--item-2 {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.cd-hero__marker.cd-hero__marker--item-3 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%); }

.cd-hero__marker.cd-hero__marker--item-4 {
  -webkit-transform: translateX(300%);
  -ms-transform: translateX(300%);
  transform: translateX(300%); }

.cd-hero__marker.cd-hero__marker--item-5 {
  -webkit-transform: translateX(400%);
  -ms-transform: translateX(400%);
  transform: translateX(400%); }

.cd-hero__nav ul::after {
  clear: both;
  content: "";
  display: table; }

.cd-hero__nav li {
  display: inline-block;
  width: 60px;
  float: left; }

.cd-hero__nav .cd-selected a {
  color: #2c343b; }

.cd-hero__nav .cd-selected a:hover {
  background-color: transparent; }

.cd-hero__nav a {
  display: block;
  position: relative;
  padding-top: 35px;
  font-size: 1rem;
  font-weight: 700;
  color: #a8b4be;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.cd-hero__nav a::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../assets/cd-icon-navigation.svg) no-repeat 0 0; }

.cd-hero__nav a:hover {
  background-color: rgba(0, 1, 1, 0.5); }

.cd-hero__nav li:first-of-type a::before {
  background-position: 0 0; }

.cd-hero__nav li.cd-selected:first-of-type a::before {
  background-position: 0 -24px; }

.cd-hero__nav li:nth-of-type(2) a::before {
  background-position: -24px 0; }

.cd-hero__nav li.cd-selected:nth-of-type(2) a::before {
  background-position: -24px -24px; }

.cd-hero__nav li:nth-of-type(3) a::before {
  background-position: -48px 0; }

.cd-hero__nav li.cd-selected:nth-of-type(3) a::before {
  background-position: -48px -24px; }

.cd-hero__nav li:nth-of-type(4) a::before {
  background-position: -72px 0; }

.cd-hero__nav li.cd-selected:nth-of-type(4) a::before {
  background-position: -72px -24px; }

.cd-hero__nav li:nth-of-type(5) a::before {
  background-position: -96px 0; }

.cd-hero__nav li.cd-selected:nth-of-type(5) a::before {
  background-position: -96px -24px; }

@media only screen and (min-width: 768px) {
  .cd-hero__nav {
    height: 80px; }

  .cd-hero__marker,
  .cd-hero__nav li {
    width: 95px; }

  .cd-hero__nav a {
    padding-top: 48px;
    font-size: 1.1rem;
    text-transform: uppercase; }

  .cd-hero__nav a::before {
    top: 18px; } }
/* Main Content */
.cd-main-content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  padding: 2em 0; }

.cd-main-content p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #999999;
  margin: 2em 0; }

@media only screen and (min-width: 1170px) {
  .cd-main-content {
    padding: 3em 0; }

  .cd-main-content p {
    font-size: 1.6rem; } }
/* Javascript disabled */
.no-js .cd-hero__slide {
  display: none; }

.no-js .cd-hero__slide.cd-hero__slide--selected {
  display: block; }

.no-js .cd-hero__nav {
  display: none; }

/*
Linearicons Free v1.0.0 - https://linearicons.com/free
By Perxis - https://perxis.com
(c) 2014-2015 Perxis.com
License: https://linearicons.com/free/license
*/
@font-face {
  font-family: Linearicons-Free;
  src: url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.eot);
  src: url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.eot?#iefix) format("embedded-opentype"), url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.woff2) format("woff2"), url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.ttf) format("truetype"), url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.woff) format("woff"), url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.svg#Linearicons-Free) format("svg");
  font-weight: 400;
  font-style: normal; }
.lnr {
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lnr-home:before {
  content: "\e800"; }

.lnr-apartment:before {
  content: "\e801"; }

.lnr-pencil:before {
  content: "\e802"; }

.lnr-magic-wand:before {
  content: "\e803"; }

.lnr-drop:before {
  content: "\e804"; }

.lnr-lighter:before {
  content: "\e805"; }

.lnr-poop:before {
  content: "\e806"; }

.lnr-sun:before {
  content: "\e807"; }

.lnr-moon:before {
  content: "\e808"; }

.lnr-cloud:before {
  content: "\e809"; }

.lnr-cloud-upload:before {
  content: "\e80a"; }

.lnr-cloud-download:before {
  content: "\e80b"; }

.lnr-cloud-sync:before {
  content: "\e80c"; }

.lnr-cloud-check:before {
  content: "\e80d"; }

.lnr-database:before {
  content: "\e80e"; }

.lnr-lock:before {
  content: "\e80f"; }

.lnr-cog:before {
  content: "\e810"; }

.lnr-trash:before {
  content: "\e811"; }

.lnr-dice:before {
  content: "\e812"; }

.lnr-heart:before {
  content: "\e813"; }

.lnr-star:before {
  content: "\e814"; }

.lnr-star-half:before {
  content: "\e815"; }

.lnr-star-empty:before {
  content: "\e816"; }

.lnr-flag:before {
  content: "\e817"; }

.lnr-envelope:before {
  content: "\e818"; }

.lnr-paperclip:before {
  content: "\e819"; }

.lnr-inbox:before {
  content: "\e81a"; }

.lnr-eye:before {
  content: "\e81b"; }

.lnr-printer:before {
  content: "\e81c"; }

.lnr-file-empty:before {
  content: "\e81d"; }

.lnr-file-add:before {
  content: "\e81e"; }

.lnr-enter:before {
  content: "\e81f"; }

.lnr-exit:before {
  content: "\e820"; }

.lnr-graduation-hat:before {
  content: "\e821"; }

.lnr-license:before {
  content: "\e822"; }

.lnr-music-note:before {
  content: "\e823"; }

.lnr-film-play:before {
  content: "\e824"; }

.lnr-camera-video:before {
  content: "\e825"; }

.lnr-camera:before {
  content: "\e826"; }

.lnr-picture:before {
  content: "\e827"; }

.lnr-book:before {
  content: "\e828"; }

.lnr-bookmark:before {
  content: "\e829"; }

.lnr-user:before {
  content: "\e82a"; }

.lnr-users:before {
  content: "\e82b"; }

.lnr-shirt:before {
  content: "\e82c"; }

.lnr-store:before {
  content: "\e82d"; }

.lnr-cart:before {
  content: "\e82e"; }

.lnr-tag:before {
  content: "\e82f"; }

.lnr-phone-handset:before {
  content: "\e830"; }

.lnr-phone:before {
  content: "\e831"; }

.lnr-pushpin:before {
  content: "\e832"; }

.lnr-map-marker:before {
  content: "\e833"; }

.lnr-map:before {
  content: "\e834"; }

.lnr-location:before {
  content: "\e835"; }

.lnr-calendar-full:before {
  content: "\e836"; }

.lnr-keyboard:before {
  content: "\e837"; }

.lnr-spell-check:before {
  content: "\e838"; }

.lnr-screen:before {
  content: "\e839"; }

.lnr-smartphone:before {
  content: "\e83a"; }

.lnr-tablet:before {
  content: "\e83b"; }

.lnr-laptop:before {
  content: "\e83c"; }

.lnr-laptop-phone:before {
  content: "\e83d"; }

.lnr-power-switch:before {
  content: "\e83e"; }

.lnr-bubble:before {
  content: "\e83f"; }

.lnr-heart-pulse:before {
  content: "\e840"; }

.lnr-construction:before {
  content: "\e841"; }

.lnr-pie-chart:before {
  content: "\e842"; }

.lnr-chart-bars:before {
  content: "\e843"; }

.lnr-gift:before {
  content: "\e844"; }

.lnr-diamond:before {
  content: "\e845"; }

.lnr-linearicons:before {
  content: "\e846"; }

.lnr-dinner:before {
  content: "\e847"; }

.lnr-coffee-cup:before {
  content: "\e848"; }

.lnr-leaf:before {
  content: "\e849"; }

.lnr-paw:before {
  content: "\e84a"; }

.lnr-rocket:before {
  content: "\e84b"; }

.lnr-briefcase:before {
  content: "\e84c"; }

.lnr-bus:before {
  content: "\e84d"; }

.lnr-car:before {
  content: "\e84e"; }

.lnr-train:before {
  content: "\e84f"; }

.lnr-bicycle:before {
  content: "\e850"; }

.lnr-wheelchair:before {
  content: "\e851"; }

.lnr-select:before {
  content: "\e852"; }

.lnr-earth:before {
  content: "\e853"; }

.lnr-smile:before {
  content: "\e854"; }

.lnr-sad:before {
  content: "\e855"; }

.lnr-neutral:before {
  content: "\e856"; }

.lnr-mustache:before {
  content: "\e857"; }

.lnr-alarm:before {
  content: "\e858"; }

.lnr-bullhorn:before {
  content: "\e859"; }

.lnr-volume-high:before {
  content: "\e85a"; }

.lnr-volume-medium:before {
  content: "\e85b"; }

.lnr-volume-low:before {
  content: "\e85c"; }

.lnr-volume:before {
  content: "\e85d"; }

.lnr-mic:before {
  content: "\e85e"; }

.lnr-hourglass:before {
  content: "\e85f"; }

.lnr-undo:before {
  content: "\e860"; }

.lnr-redo:before {
  content: "\e861"; }

.lnr-sync:before {
  content: "\e862"; }

.lnr-history:before {
  content: "\e863"; }

.lnr-clock:before {
  content: "\e864"; }

.lnr-download:before {
  content: "\e865"; }

.lnr-upload:before {
  content: "\e866"; }

.lnr-enter-down:before {
  content: "\e867"; }

.lnr-exit-up:before {
  content: "\e868"; }

.lnr-bug:before {
  content: "\e869"; }

.lnr-code:before {
  content: "\e86a"; }

.lnr-link:before {
  content: "\e86b"; }

.lnr-unlink:before {
  content: "\e86c"; }

.lnr-thumbs-up:before {
  content: "\e86d"; }

.lnr-thumbs-down:before {
  content: "\e86e"; }

.lnr-magnifier:before {
  content: "\e86f"; }

.lnr-cross:before {
  content: "\e870"; }

.lnr-menu:before {
  content: "\e871"; }

.lnr-list:before {
  content: "\e872"; }

.lnr-chevron-up:before {
  content: "\e873"; }

.lnr-chevron-down:before {
  content: "\e874"; }

.lnr-chevron-left:before {
  content: "\e875"; }

.lnr-chevron-right:before {
  content: "\e876"; }

.lnr-arrow-up:before {
  content: "\e877"; }

.lnr-arrow-down:before {
  content: "\e878"; }

.lnr-arrow-left:before {
  content: "\e879"; }

.lnr-arrow-right:before {
  content: "\e87a"; }

.lnr-move:before {
  content: "\e87b"; }

.lnr-warning:before {
  content: "\e87c"; }

.lnr-question-circle:before {
  content: "\e87d"; }

.lnr-menu-circle:before {
  content: "\e87e"; }

.lnr-checkmark-circle:before {
  content: "\e87f"; }

.lnr-cross-circle:before {
  content: "\e880"; }

.lnr-plus-circle:before {
  content: "\e881"; }

.lnr-circle-minus:before {
  content: "\e882"; }

.lnr-arrow-up-circle:before {
  content: "\e883"; }

.lnr-arrow-down-circle:before {
  content: "\e884"; }

.lnr-arrow-left-circle:before {
  content: "\e885"; }

.lnr-arrow-right-circle:before {
  content: "\e886"; }

.lnr-chevron-up-circle:before {
  content: "\e887"; }

.lnr-chevron-down-circle:before {
  content: "\e888"; }

.lnr-chevron-left-circle:before {
  content: "\e889"; }

.lnr-chevron-right-circle:before {
  content: "\e88a"; }

.lnr-crop:before {
  content: "\e88b"; }

.lnr-frame-expand:before {
  content: "\e88c"; }

.lnr-frame-contract:before {
  content: "\e88d"; }

.lnr-layers:before {
  content: "\e88e"; }

.lnr-funnel:before {
  content: "\e88f"; }

.lnr-text-format:before {
  content: "\e890"; }

.lnr-text-format-remove:before {
  content: "\e891"; }

.lnr-text-size:before {
  content: "\e892"; }

.lnr-bold:before {
  content: "\e893"; }

.lnr-italic:before {
  content: "\e894"; }

.lnr-underline:before {
  content: "\e895"; }

.lnr-strikethrough:before {
  content: "\e896"; }

.lnr-highlight:before {
  content: "\e897"; }

.lnr-text-align-left:before {
  content: "\e898"; }

.lnr-text-align-center:before {
  content: "\e899"; }

.lnr-text-align-right:before {
  content: "\e89a"; }

.lnr-text-align-justify:before {
  content: "\e89b"; }

.lnr-line-spacing:before {
  content: "\e89c"; }

.lnr-indent-increase:before {
  content: "\e89d"; }

.lnr-indent-decrease:before {
  content: "\e89e"; }

.lnr-pilcrow:before {
  content: "\e89f"; }

.lnr-direction-ltr:before {
  content: "\e8a0"; }

.lnr-direction-rtl:before {
  content: "\e8a1"; }

.lnr-page-break:before {
  content: "\e8a2"; }

.lnr-sort-alpha-asc:before {
  content: "\e8a3"; }

.lnr-sort-amount-asc:before {
  content: "\e8a4"; }

.lnr-hand:before {
  content: "\e8a5"; }

.lnr-pointer-up:before {
  content: "\e8a6"; }

.lnr-pointer-right:before {
  content: "\e8a7"; }

.lnr-pointer-down:before {
  content: "\e8a8"; }

.lnr-pointer-left:before {
  content: "\e8a9"; }

/* End vendor dependency */
/* Import variables */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4-gen-2019, 9.26.03
    Author     : Luca
*/
/* OFFICIAL COLORS */
/* Import Fonts */
/*** COLORS ***/
/*** COLORS ATTRIBUTIONS ***/
/*** MARGIN AND PADDING ***/
/*$container_padding_xs: inherti;
$container_padding_sm: 0 0 0 0;*/
/*** COMPONENTS ***/
/* description: each component should have a propertly colors definition */
/** COMPONENT: Navigation bar **/
/** COMPONENT: Sidebar **/
/** COMPONENT: Input **/
/** COMPONENT: Border (Visual divisor border) **/
/* component: HEADER */
/* component: FOOTER */
/* component: TABLE */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 5, 2019, 11:44:22 AM
    Author     : Luca
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid, .css-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row, .css-row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .css-header-bar__left, .css-header-bar__right, .col-lg-3, .css-header-bar__left, .css-header-bar__right, .col-xs-4, .col-sm-4, .col-md-4, .css-fieldset.css-fieldset__double:last-child, .col-lg-4, .css-fieldset.css-fieldset__double:last-child, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .css-header-bar__center, .css-header-bar__center__left, .css-header-bar__center__right, .css-current-page__Catalogue .css-catalogue-manufacturer, .css-current-page__Catalogue .css-catalogue-model, .col-lg-6, .css-header-bar__center, .css-header-bar__center__left, .css-header-bar__center__right, .css-current-page__Catalogue .css-catalogue-manufacturer, .css-current-page__Catalogue .css-catalogue-model, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .css-fieldset.css-fieldset__double:first-child, .col-lg-8, .css-fieldset.css-fieldset__double:first-child, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .css-header-bar__left, .css-header-bar__center, .css-header-bar__right, .css-header-bar__center__left, .css-current-page__Catalogue .css-catalogue-manufacturer, .css-current-page__Catalogue .css-catalogue-model, .css-current-page__Catalogue .css-catalogue-category, .col-sm-12, .css-header-bar__left, .css-header-bar__center, .css-header-bar__right, .css-header-bar__center__left, .css-current-page__Catalogue .css-catalogue-manufacturer, .css-current-page__Catalogue .css-catalogue-model, .css-current-page__Catalogue .css-catalogue-category, .col-md-12, .css-current-page__Catalogue .css-catalogue-category, .col-lg-12, .css-current-page__Catalogue .css-catalogue-category {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .css-header-bar__left, .css-header-bar__center, .css-header-bar__right, .css-header-bar__center__left, .css-current-page__Catalogue .css-catalogue-manufacturer, .css-current-page__Catalogue .css-catalogue-model, .css-current-page__Catalogue .css-catalogue-category {
  float: left; }

.col-xs-12, .css-header-bar__left, .css-header-bar__center, .css-header-bar__right, .css-header-bar__center__left, .css-current-page__Catalogue .css-catalogue-manufacturer, .css-current-page__Catalogue .css-catalogue-model, .css-current-page__Catalogue .css-catalogue-category {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

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

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

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

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

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

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .css-header-bar__left, .css-header-bar__center, .css-header-bar__right, .css-header-bar__center__left, .css-current-page__Catalogue .css-catalogue-manufacturer, .css-current-page__Catalogue .css-catalogue-model, .css-current-page__Catalogue .css-catalogue-category {
    float: left; }

  .col-sm-12, .css-header-bar__left, .css-header-bar__center, .css-header-bar__right, .css-header-bar__center__left, .css-current-page__Catalogue .css-catalogue-manufacturer, .css-current-page__Catalogue .css-catalogue-model, .css-current-page__Catalogue .css-catalogue-category {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .css-header-bar__left, .css-header-bar__right, .col-md-4, .css-fieldset.css-fieldset__double:last-child, .col-md-5, .col-md-6, .css-header-bar__center, .css-header-bar__center__left, .css-header-bar__center__right, .css-current-page__Catalogue .css-catalogue-manufacturer, .css-current-page__Catalogue .css-catalogue-model, .col-md-7, .col-md-8, .css-fieldset.css-fieldset__double:first-child, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .css-current-page__Catalogue .css-catalogue-category {
    float: left; }

  .col-md-12, .css-current-page__Catalogue .css-catalogue-category {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8, .css-fieldset.css-fieldset__double:first-child {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6, .css-header-bar__center, .css-header-bar__center__left, .css-header-bar__center__right, .css-current-page__Catalogue .css-catalogue-manufacturer, .css-current-page__Catalogue .css-catalogue-model {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4, .css-fieldset.css-fieldset__double:last-child {
    width: 33.33333333%; }

  .col-md-3, .css-header-bar__left, .css-header-bar__right {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .css-header-bar__left, .css-header-bar__right, .col-lg-4, .css-fieldset.css-fieldset__double:last-child, .col-lg-5, .col-lg-6, .css-header-bar__center, .css-header-bar__center__left, .css-header-bar__center__right, .css-current-page__Catalogue .css-catalogue-manufacturer, .css-current-page__Catalogue .css-catalogue-model, .col-lg-7, .col-lg-8, .css-fieldset.css-fieldset__double:first-child, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .css-current-page__Catalogue .css-catalogue-category {
    float: left; }

  .col-lg-12, .css-current-page__Catalogue .css-catalogue-category {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8, .css-fieldset.css-fieldset__double:first-child {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6, .css-header-bar__center, .css-header-bar__center__left, .css-header-bar__center__right, .css-current-page__Catalogue .css-catalogue-manufacturer, .css-current-page__Catalogue .css-catalogue-model {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4, .css-fieldset.css-fieldset__double:last-child {
    width: 33.33333333%; }

  .col-lg-3, .css-header-bar__left, .css-header-bar__right {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.hidden, .css-current-page__Catalogue .css-catalogue-fuel {
  display: none !important; }

/* Import Bootstrap 3.7 grid only (for be able to ovveride in special case) */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 9:21:38 AM
    Author     : Luca
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 5, 2019, 12:51:50 PM
    Author     : Luca
*/
/*
EXAMPLE OF USE - 992px window width and more
@include lg {
  .selector {
    property: value;
  }
}
*/
.css-mobile-only {
  display: none; }

@media (min-width: 1390px) and (max-width: 1499px) {
  body .container {
    width: 1145px; } }
@media (min-width: 1300px) and (max-width: 1389px) {
  body .container {
    width: 1045px; } }
@media (min-width: 1200px) and (max-width: 1299px) {
  body .container {
    width: 960px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  body .container {
    width: 940px; }

  body.css-logged .container {
    width: 780px; } }
@media (min-width: 770px) and (max-width: 1199px) {
  body.css-logged .sidebar {
    width: 190px;
    padding-left: 10px;
    padding-right: 10px; }
    body.css-logged .sidebar .css-user-panel {
      margin-left: -10px;
      margin-right: -10px; }

  body.css-logged.css-fullscreen .sidebar {
    left: -190px; } }
@media (max-width: 991px) {
  .css-quick-search {
    display: none; }

  .css-shipping-date-wrapper {
    position: relative;
    width: 100%; }

  .css-forced-stock-wrapper {
    display: block;
    float: right; } }
@media (min-width: 770px) and (max-width: 991px) {
  body .btn.css-items-export {
    margin-top: 5px; }

  body.css-logged .container {
    width: 580px; } }
@media (max-width: 769px) {
  body {
    min-height: 100vh; }

  body .css-search-blocks {
    margin-top: 10px; }

  body .css-search-form fieldset {
    margin-bottom: 20px; }

  body .css-item-block {
    width: 100%;
    margin-right: 0; }

  body .nav &gt; li &gt; a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff; }

  body .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #333;
    position: relative;
    min-height: 300px; }

  body li.css-lang {
    float: left; }

  body li.css-lang a {
    padding: 10px 15px; }

  /*    body .footer {
          position: relative;
          height: auto;
      }*/
  body nav .navbar-brand {
    width: 100px; }

  body .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%; }

  body .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%; }

  body .tt-menu {
    width: 100%; }

  body .btn.css-items-export {
    margin-top: 5px; }

  body .navbar-default .navbar-collapse {
    left: -100vw;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    min-height: 100vh !important; }

  body .navbar-default .navbar-collapse.in {
    left: 0; }

  .btn.css-items-export {
    display: none; }

  form.form-inline {
    min-width: 120px; }

  form.form-inline input {
    float: left; }

  .table td, .table th {
    min-width: 70px; }

  .sidebar {
    display: none; }

  .css-mobile-only {
    display: initial; }

  #navbar .css-user-panel {
    display: block; }

  body .item-carousel-slider-wrapper {
    margin-top: 15px; }
    body .item-carousel-slider-wrapper .carousel-indicators {
      top: -25px; }
      body .item-carousel-slider-wrapper .carousel-indicators li {
        margin: 1px 10px; }
      body .item-carousel-slider-wrapper .carousel-indicators .active {
        margin: 0 9px; }

  table .customer_sales {
    font-size: 12px;
    white-space: nowrap; }

  #customer_sales_chart {
    display: none; } }
/* Import breakpoints */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 1:02:52 PM
    Author     : Luca
*/
/* Typographic style */
body {
  font-size: 14px;
  /*font-family: "Raleway", sans-serif;*/
  /*font-family: "Roboto", sans-serif;*/
  font-family:"Segoe UI", Arial, sans-serif;
/*  font-family: "Lato", sans-serif;*/
  font-weight: 400; }

h1 {
  font-size: 200%;
  line-height: 2;
  text-transform: capitalize; 
margin-top: 3%;
font-weight: bold;
color: #0f3e6d;
border-bottom: 1px solid;}

h2 {
  font-size: 180%;
  line-height: 1.8; }

h3 {
  font-size: 160%;
  line-height: 1.6; }

h4 {
  font-size: 140%;
  line-height: 1.4;
  color: #0f3e6d; }

h5 {
  font-size: 120%;
  line-height: 1.2; }

h6 {
  font-size: 110%;
  line-height: 1.1; }

h7 {
  font-size: 105%;
  line-height: 1.05; }

p {
  font-size: 100%;
  line-height: 1.5;
  margin-bottom: 15px; }

label {
  font-size: 110%;
  line-height: 1.5;
  text-transform: capitalize; }

a {
  font-size: 100%;
  line-height: 1; }

b {
  font-weight: bold; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 12:59:42 PM
    Author     : Luca
*/
.css-clearfix::after {
  content: "";
  display: block;
  float: none;
  clear: both; }

/*
a:focus, button:focus, input:focus, select:focus, textarea:focus, .btn:focus{
    outline: none;
}*/
/*.btn.btn-round {
    border-radius: 50%;
}*/
.dropdown-toggle {
  cursor: pointer; }

.dropdown-menu {
  border: none;
  border-radius: 0;
  min-width: 100%;
  font-weight: 500;
  padding: 0;
  box-shadow: none !important;
  border: 1px solid #f2f2f2; }
  .dropdown-menu &gt; li &gt; a {
    padding: 10px 10px;
    text-align: center;
    font-weight: 500;
    font-size: 12px !important; }

.css-uppercase {
  text-transform: uppercase; }

.css-selection-container .css-print, .css-selection-container .css-add-to-selection {
  display: none; }

.css-dimmer {
  opacity: 0.6; }

.tt-menu {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 4px 10px;
  border: 1px solid #eaeaea;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.1); }

.tt-suggestion {
  margin-bottom: 4px; }

.tt-suggestion.tt-selectable {
  cursor: pointer; }
  .tt-suggestion.tt-selectable.tt-cursor {
    border-left: 4px solid #333;
    padding-left: 6px; }

table table.table td {
  /*    padding: 0!important;
      background: transparent!important;*/
  padding: 2px 0;
  background: transparent; }

table.css-table-fixed-cell td, table.css-table-fixed-cell th {
  min-width: 6em !important;
  max-width: 9em !important;
  font-size: 10px; }

.tt-menu {
  background-color: rgba(255, 255, 255, 0.9);
  width: 120%;
  padding: 4px 10px;
  font-size: 12px;
  z-index: 1000 !important;
  border: 1px solid #eaeaea;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.1); }

.tt-suggestion {
  margin-bottom: 4px; }

.tt-suggestion.tt-selectable {
  cursor: pointer; }

.css-filter-links li {
  float: left;
  list-style: none;
  margin: 5px;
  display: inline-block; }

.css-filter-links li a {
  background-color: #333;
  text-decoration: none;
  color: #fff;
  padding: 2px 10px; }

i.fa.fa-chevron-right {
  margin-right: -2px; }

i.fa.fa-chevron-left {
  margin-left: -2px; }

.css-filter-links {
  display: block;
  height: 40px;
  padding: 0; }

.css-filter-links li a:hover {
  opacity: 0.8; }

.carousel:hover a.left.carousel-control, .carousel:hover a.right.carousel-control {
  opacity: 1; }

.item.gallery_item img {
  margin: 0 auto;
  max-height: 450px; }

li.css-lang &gt; a {
  padding-left: 7px;
  padding-right: 7px; }

.footer p {
  margin-bottom: 0; }

.css-item-block {
  float: left;
  overflow: hidden;
  position: relative;
  padding: 4px;
  background-color: #f5f5f5; }

.css-item-block.last {
  margin-right: 0;
  clear: right; }

.css-item-block.last:after, .css-item-block-wrapper:after {
  content: '';
  display: block;
  clear: both; }

.css-item-block-img {
  max-height: 80%;
  margin: 0 auto;
  height: 140px;
  object-fit: contain; }

.css-replaced-code-wrapper {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: -2px; }

.css-item-blocks-3 {
  width: 32%;
  height: 280px; }

.css-item-blocks-4 {
  width: 23.5%;
  height: 250px; }

.css-item-blocks-5 {
  width: 18.4%;
  height: 225px; }

.css-item-blocks-6 {
  width: 15%;
  height: 170px; }

.css-item-block a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center; }

.css-item-block a:hover, .css-item-block a:focus {
  text-decoration: none;
  opacity: 0.8; }

span.css-item-block-data.css-item-data {
  color: #cecece;
  font-weight: 500;
  font-size: 12px;
  display: block;
  width: 100%;
  background-color: #333; }

span.css-replaced-code {
  display: inline-block;
  color: #fff;
  background-color: #333;
  padding: 2px 6px;
  margin-top: 2px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 4px;
  position: relative; }

span.twitter-typeahead {
  width: 100%; }

.css-vertical-table-label {
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top !important; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 40%;
  color: #666; }
  .carousel-control .glyphicon-chevron-right::before, .carousel-control .icon-next::before {
    content: "\e258"; }
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 40%;
  color: #666; }
  .carousel-control .glyphicon-chevron-left::before, .carousel-control .icon-prev::before {
    content: "\e257"; }

.css-block-scrollable {
  max-height: 320px;
  overflow: auto;
  margin-bottom: 20px; }

.css-block-scrollable .table {
  margin-bottom: 0; }

.mCSB_inside &gt; .mCSB_container {
  margin-right: 15px; }

.css-qty-input {
  max-width: 70px; }

.css-customer-name:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #e8e8e8;
  margin-right: 5px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease; }

.css-customer-name.css-customer-loaded:before {
  background-color: #3fa5ff; }

.css-customer-name.css-loading-error:before {
  background-color: #dc3939; }

.css-add-cart-flash {
  width: 250px;
  height: 50px;
  background-color: rgba(92, 184, 92, 0.8);
  position: fixed;
  z-index: 10000;
  left: 50%;
  top: 50%;
  margin-left: -125px;
  margin-top: -25px;
  padding: 15px 30px;
  text-align: center;
  color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25), 0px 1px 3px rgba(0, 0, 0, 0.5); }

span.css-user-price {
  font-weight: 600;
  font-size: larger;
  white-space: nowrap; }

div#item_vehicles, div#vehicle_items {
  overflow-x: auto; }

.chart-container {
  width: 100%;
  min-height: 500px;
  margin-bottom: 60px; }

.chart-container-sm {
  width: 100%;
  min-height: 200px;
  margin-bottom: 60px; }

.amcharts-chart-div a {
  display: none !important; }

span.css-cart-promo-btn {
  background: #61bcd6;
  display: block;
  position: absolute;
  /*padding: 2px 6px;*/
  color: #fff;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  margin-left: -2px;
  margin-top: -2px;
  text-align: center;
  animation: animateBgr 5s;
  -moz-animation: animateBgr 5s infinite;
  /* Firefox */
  -webkit-animation: animateBgr 5s infinite;
  /* Safari and Chrome */ }

@media screen and (min-width: 992px) {
  li.css-dropdown-menu:hover &gt; .dropdown-menu {
    display: block; } }

.css-print-visible {
  display: none; }

.css-user-panel a {
  text-decoration: none !important;
  cursor: pointer; }

.css-user-panel a {
  display: block; }

span.css-user-name i {
  margin-left: 3px; }

.chart-container.larger-chart {
  min-height: 950px; }

.date::after {
  content: "\f073";
  font-family: FontAwesome;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 0;
  text-align: center;
  padding: 4px;
  z-index: 1000; }

.css-search-input::after {
  content: "\f002";
  font-family: FontAwesome;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  bottom: 0;
  text-align: center;
  padding: 4px;
  z-index: 1000; }

.ui-widget .ui-widget-header {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  font-weight: bold; }
.ui-widget .ui-state-default {
  border: none !important;
  background: #f5f5f5 !important;
  text-align: center; }
  .ui-widget .ui-state-default.ui-state-highlight {
    background: #bbb !important;
    color: #fff; }

div#ui-datepicker-div {
  z-index: 10000 !important; }

.single_image img {
  margin: 0 auto; }

.css-quick-search {
  display: inline-block;
  padding: 10px;
  position: relative; }
  .css-quick-search .css-quick-search-inner {
    position: relative; }
  .css-quick-search input {
    min-width: 290px; }
  .css-quick-search .css-search-input::after {
    right: 0; }
  .css-quick-search .css-search-form-legend {
    display: none; }

.sidebar:hover .css-sidebar-toggle {
  opacity: 1; }

.css-sidebar-toggle {
  position: absolute;
  top: 50%;
  right: -30px;
  z-index: 0;
  width: 29px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: rgba(53, 53, 53, 0.05);
  border: 1px solid #efefef;
  border-left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  padding: 10px;
  height: 38px; }
  .css-sidebar-toggle a {
    position: absolute;
    padding: 10px;
    top: 0;
    right: 0;
    color: #333; }
  .css-sidebar-toggle i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease; }

.css-fullscreen {
  padding-left: 0 !important; }
  .css-fullscreen .sidebar {
    left: -250px; }
  .css-fullscreen .css-sidebar-toggle {
    opacity: 1; }
    .css-fullscreen .css-sidebar-toggle i {
      transform: rotateZ(180deg); }

.css-login-error {
  padding: 10px;
  border: 1px solid #ffa2a2;
  margin-top: 15px; }

#cboxOverlay {
  background: #3a3a3a; }

a.dimmer {
  opacity: 0.3; }

.css-dealers-map {
  min-height: 700px;
  background-color: #f3f3f3; }

.css-dealer-icon {
  display: block;
  background-color: #f3f3f3;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  float: right;
  margin-right: 5px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center; }
  .css-dealer-icon.css-dealer-m {
    background-image: url("../img/dealer-m.svg"); }
  .css-dealer-icon.css-dealer-r {
    background-image: url("../img/dealer-r.svg"); }
  .css-dealer-icon.css-dealer-c {
    background-image: url("../img/dealer-c.svg"); }

.css-dealer-heading {
  padding-left: 5px; }

.css-dealer-body {
  padding-bottom: 10px;
  padding-top: 4px;
  padding-left: 5px; }

.dealers-legend {
  position: absolute;
  top: 0;
  right: 10px;
  background-color: #fbfbfb;
  border: 1px solid #e1e1e1;
  padding: 15px;
  margin-top: 10px;
  margin-right: 10px; }
  .dealers-legend .css-dealer-icon {
    float: left; }
  .dealers-legend .css-legent-entry {
    height: 24px; }
  .dealers-legend .css-dealer-icon-name {
    font-size: 10px;
    font-weight: 700; }

.css-shipping-date-wrapper {
  padding: 15px;
  background-color: #f9f9f9;
  width: auto;
  display: inline-block;
  min-height: 50px;
  width: 295px;
  text-align: center;
  position: absolute;
  right: 10px; }
  .css-shipping-date-wrapper label {
    display: block;
    text-align: center; }
  .css-shipping-date-wrapper .css-shipping-date {
    font-size: 16px;
    text-align: center;
    display: block; }
  .css-shipping-date-wrapper .css-shipping-date-message {
    margin-top: 10px;
    display: inline-block;
    color: #e6626c;
    font-weight: 600; }

.css-forced-stock-wrapper {
  display: inline-block;
  padding: 3px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .css-forced-stock-wrapper .css-forced-stock {
    margin-right: 10px; }

.css-font-green {
  color: #4aaf4a; }

.css-font-red {
  color: #ff6268; }

.css-customer-name {
  text-transform: uppercase; }

div#cart_search input[name="quantity"] {
  min-width: 60px; }

.sort-switch {
  padding: 0 3px;
  cursor: pointer;
  width: 15px;
  display: inline-block;
  text-align: center; }

span.css-target-cell {
  color: #fff;
  padding: 4px 6px;
  min-width: 120px;
  display: inline-block;
  text-align: center; }
  span.css-target-cell.css-target-failing, span.css-target-cell.css-target-negative {
    background-color: #ff6268; }
  span.css-target-cell.css-target-advancing, span.css-target-cell.css-target-low {
    background-color: #fea012; }
  span.css-target-cell.css-target-completed, span.css-target-cell.css-target-positive {
    background-color: #4aaf4a; }

.css-target-performance-positive {
  color: #4aaf4a; }

.css-target-performance-low {
  color: #fea012; }

.css-target-performance-negative {
  color: #ff6168; }

.modal-title {
  font-size: 18px; }

.modal-body {
  padding: 30px 15px;
  font-size: 15px; }

.css-overflow-hidden {
  overflow: hidden; }

.css-container-fluid:before {
  display: table;
  content: " "; }
.css-container-fluid:after {
  display: table;
  content: " ";
  clear: both; }

@media (max-width: 767px) {
  .hidden-xs, .css-header-bar__center__right {
    display: none !important; } }

@media (min-wdth: 768px) and (max-width: 991px) {
  .hidden-sm, .css-header-bar__center__right {
    display: none !important; } }

@media (min-wdth: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-wdth: 1200px) and (max-width: 1439px) {
  .hidden-lg {
    display: none !important; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 1:18:05 PM
    Author     : Luca
*/
@media (max-width: 767px) {
  .h-xs-10 {
    height: 10vh; } }

@media (max-width: 767px) {
  .h-xs-20 {
    height: 20vh; } }

@media (max-width: 767px) {
  .h-xs-30 {
    height: 30vh; } }

@media (max-width: 767px) {
  .h-xs-40 {
    height: 40vh; } }

@media (max-width: 767px) {
  .h-xs-50 {
    height: 50vh; } }

@media (max-width: 767px) {
  .h-xs-60 {
    height: 60vh; } }

@media (max-width: 767px) {
  .h-xs-70 {
    height: 70vh; } }

@media (max-width: 767px) {
  .h-xs-80 {
    height: 80vh; } }

@media (max-width: 767px) {
  .h-xs-90 {
    height: 90vh; } }

@media (max-width: 767px) {
  .h-xs-100 {
    height: 100vh; } }

@media (min-width: 768px) {
  .h-sm-10 {
    height: 10vh; } }

@media (min-width: 768px) {
  .h-sm-20 {
    height: 20vh; } }

@media (min-width: 768px) {
  .h-sm-30 {
    height: 30vh; } }

@media (min-width: 768px) {
  .h-sm-40 {
    height: 40vh; } }

@media (min-width: 768px) {
  .h-sm-50 {
    height: 50vh; } }

@media (min-width: 768px) {
  .h-sm-60 {
    height: 60vh; } }

@media (min-width: 768px) {
  .h-sm-70 {
    height: 70vh; } }

@media (min-width: 768px) {
  .h-sm-80 {
    height: 80vh; } }

@media (min-width: 768px) {
  .h-sm-90 {
    height: 90vh; } }

@media (min-width: 768px) {
  .h-sm-100 {
    height: 100vh; } }

@media (min-width: 992px) {
  .h-md-10 {
    height: 10vh; } }

@media (min-width: 992px) {
  .h-md-20 {
    height: 20vh; } }

@media (min-width: 992px) {
  .h-md-30 {
    height: 30vh; } }

@media (min-width: 992px) {
  .h-md-40 {
    height: 40vh; } }

@media (min-width: 992px) {
  .h-md-50 {
    height: 50vh; } }

@media (min-width: 992px) {
  .h-md-60 {
    height: 60vh; } }

@media (min-width: 992px) {
  .h-md-70 {
    height: 70vh; } }

@media (min-width: 992px) {
  .h-md-80 {
    height: 80vh; } }

@media (min-width: 992px) {
  .h-md-90 {
    height: 90vh; } }

@media (min-width: 992px) {
  .h-md-100 {
    height: 100vh; } }

@media (min-width: 1200px) {
  .h-lg-10 {
    height: 10vh; } }

@media (min-width: 1200px) {
  .h-lg-20 {
    height: 20vh; } }

@media (min-width: 1200px) {
  .h-lg-30 {
    height: 30vh; } }

@media (min-width: 1200px) {
  .h-lg-40 {
    height: 40vh; } }

@media (min-width: 1200px) {
  .h-lg-50 {
    height: 50vh; } }

@media (min-width: 1200px) {
  .h-lg-60 {
    height: 60vh; } }

@media (min-width: 1200px) {
  .h-lg-70 {
    height: 70vh; } }

@media (min-width: 1200px) {
  .h-lg-80 {
    height: 80vh; } }

@media (min-width: 1200px) {
  .h-lg-90 {
    height: 90vh; } }

@media (min-width: 1200px) {
  .h-lg-100 {
    height: 100vh; } }

@media (min-width: 1440px) {
  .h-xl-10 {
    height: 10vh; } }

@media (min-width: 1440px) {
  .h-xl-20 {
    height: 20vh; } }

@media (min-width: 1440px) {
  .h-xl-30 {
    height: 30vh; } }

@media (min-width: 1440px) {
  .h-xl-40 {
    height: 40vh; } }

@media (min-width: 1440px) {
  .h-xl-50 {
    height: 50vh; } }

@media (min-width: 1440px) {
  .h-xl-60 {
    height: 60vh; } }

@media (min-width: 1440px) {
  .h-xl-70 {
    height: 70vh; } }

@media (min-width: 1440px) {
  .h-xl-80 {
    height: 80vh; } }

@media (min-width: 1440px) {
  .h-xl-90 {
    height: 90vh; } }

@media (min-width: 1440px) {
  .h-xl-100 {
    height: 100vh; } }

.css-h-xs-pt {
  padding-top: 15px; }

@media (min-width: 768px) {
  .css-h-sm-pt {
    padding-top: 15px; } }

@media (min-width: 992px) {
  .css-h-md-pt {
    padding-top: 15px; } }

@media (min-width: 1200px) {
  .css-h-lg-pt {
    padding-top: 15px; } }

@media (min-width: 1440px) {
  .css-h-xl-pt {
    padding-top: 15px; } }

.css-h-xs-pb {
  padding-bottom: 15px; }

@media (min-width: 768px) {
  .css-h-sm-pb {
    padding-bottom: 15px; } }

@media (min-width: 992px) {
  .css-h-md-pb {
    padding-bottom: 15px; } }

@media (min-width: 1200px) {
  .css-h-lg-pb {
    padding-bottom: 15px; } }

@media (min-width: 1440px) {
  .css-h-xl-pb {
    padding-bottom: 15px; } }

.css-h-xs-mt {
  margin-top: 15px; }

@media (min-width: 768px) {
  .css-h-sm-mt {
    margin-top: 15px; } }

@media (min-width: 992px) {
  .css-h-md-mt {
    margin-top: 15px; } }

@media (min-width: 1200px) {
  .css-h-lg-mt {
    margin-top: 15px; } }

@media (min-width: 1440px) {
  .css-h-xl-mt {
    margin-top: 15px; } }

.css-h-xs-mb {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .css-h-sm-mb {
    margin-bottom: 15px; } }

@media (min-width: 992px) {
  .css-h-md-mb {
    margin-bottom: 15px; } }

@media (min-width: 1200px) {
  .css-h-lg-mb {
    margin-bottom: 15px; } }

@media (min-width: 1440px) {
  .css-h-xl-mb {
    margin-bottom: 15px; } }

.width-5 {
  width: 5%; }

.width-10 {
  width: 10%; }

.width-15 {
  width: 15%; }

.width-20 {
  width: 20%; }

.width-25 {
  width: 25%; }

.width-30 {
  width: 30%; }

.width-35 {
  width: 35%; }

.width-40 {
  width: 40%; }

.width-45 {
  width: 45%; }

.width-50 {
  width: 50%; }

.width-55 {
  width: 55%; }

.width-60 {
  width: 60%; }

.width-65 {
  width: 65%; }

.width-70 {
  width: 70%; }

.width-75 {
  width: 75%; }

.width-80 {
  width: 80%; }

.width-85 {
  width: 85%; }

.width-90 {
  width: 90%; }

.width-95 {
  width: 95%; }

/*** PADDING ***/
/* Padding Helpers (ADD PADDING) */
@media (max-width: 767px) {
  .css-padding-top-xs {
    padding-top: 15px !important; } }

@media (max-width: 767px) {
  .css-padding-right-xs {
    padding-right: 15px !important; } }

@media (max-width: 767px) {
  .css-padding-bottom-xs {
    padding-bottom: 15px !important; } }

@media (max-width: 767px) {
  .css-padding-left-xs {
    padding-left: 15px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .css-padding-top-sm {
    padding-top: 15px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .css-padding-right-sm {
    padding-right: 15px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .css-padding-bottom-sm {
    padding-bottom: 15px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .css-padding-left-sm {
    padding-left: 15px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .css-padding-top-md {
    padding-top: 15px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .css-padding-right-md {
    padding-right: 15px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .css-padding-bottom-md {
    padding-bottom: 15px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .css-padding-left-md {
    padding-left: 15px !important; } }

@media (min-width: 1200px) {
  .css-padding-top-lg {
    padding-top: 15px !important; } }

@media (min-width: 1200px) {
  .css-padding-right-lg {
    padding-right: 15px !important; } }

@media (min-width: 1200px) {
  .css-padding-bottom-lg {
    padding-bottom: 15px !important; } }

@media (min-width: 1200px) {
  .css-padding-left-lg {
    padding-left: 15px !important; } }

/* Padding Helpers (REMOVE PADDING) */
@media (max-width: 767px) {
  .css-padding-top-xs__no {
    padding-top: 0 !important; } }

@media (max-width: 767px) {
  .css-padding-right-xs__no {
    padding-right: 0 !important; } }

@media (max-width: 767px) {
  .css-padding-bottom-xs__no {
    padding-bottom: 0 !important; } }

@media (max-width: 767px) {
  .css-padding-left-xs__no {
    padding-left: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .css-padding-top-sm__no {
    padding-top: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .css-padding-right-sm__no {
    padding-right: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .css-padding-bottom-sm__no {
    padding-bottom: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .css-padding-left-sm__no {
    padding-left: 0 !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .css-padding-top-md__no {
    padding-top: 0 !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .css-padding-right-md__no {
    padding-right: 0 !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .css-padding-bottom-md__no {
    padding-bottom: 0 !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .css-padding-left-md__no {
    padding-left: 0 !important; } }

@media (min-width: 1200px) {
  .css-padding-top-lg__no {
    padding-top: 0 !important; } }

@media (min-width: 1200px) {
  .css-padding-right-lg__no {
    padding-right: 0 !important; } }

@media (min-width: 1200px) {
  .css-padding-bottom-lg__no {
    padding-bottom: 0 !important; } }

@media (min-width: 1200px) {
  .css-padding-left-lg__no {
    padding-left: 0 !important; } }

/*** MARGIN ***/
/* Margin Helpers (ADD MARGIN) */
@media (max-width: 767px) {
  .css-margin-top-xs {
    margin-top: 15px !important; } }

@media (max-width: 767px) {
  .css-margin-right-xs {
    margin-right: 15px !important; } }

@media (max-width: 767px) {
  .css-margin-bottom-xs {
    margin-bottom: 15px !important; } }

@media (max-width: 767px) {
  .css-margin-left-xs {
    margin-left: 15px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .css-margin-top-sm {
    margin-top: 15px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .css-margin-right-sm {
    margin-right: 15px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .css-margin-bottom-sm {
    margin-bottom: 15px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .css-margin-left-sm {
    margin-left: 15px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .css-margin-top-md {
    margin-top: 15px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .css-margin-right-md {
    margin-right: 15px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .css-margin-bottom-md {
    margin-bottom: 15px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .css-margin-left-md {
    margin-left: 15px !important; } }

@media (min-width: 1200px) {
  .css-margin-top-lg {
    margin-top: 15px !important; } }

@media (min-width: 1200px) {
  .css-margin-right-lg {
    margin-right: 15px !important; } }

@media (min-width: 1200px) {
  .css-margin-bottom-lg {
    margin-bottom: 15px !important; } }

@media (min-width: 1200px) {
  .css-margin-left-lg {
    margin-left: 15px !important; } }

/* Margin Helpers (REMOVE MARGIN) */
@media (max-width: 767px) {
  .css-margin-top-xs__no {
    margin-top: 0 !important; } }

@media (max-width: 767px) {
  .css-margin-right-xs__no {
    margin-right: 0 !important; } }

@media (max-width: 767px) {
  .css-margin-bottom-xs__no {
    margin-bottom: 0 !important; } }

@media (max-width: 767px) {
  .css-margin-left-xs__no {
    margin-left: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .css-margin-top-sm__no {
    margin-top: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .css-margin-right-sm__no {
    margin-right: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .css-margin-bottom-sm__no {
    margin-bottom: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .css-margin-left-sm__no {
    margin-left: 0 !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .css-margin-top-md__no {
    margin-top: 0 !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .css-margin-right-md__no {
    margin-right: 0 !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .css-margin-bottom-md__no {
    margin-bottom: 0 !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .css-margin-left-md__no {
    margin-left: 0 !important; } }

@media (min-width: 1200px) {
  .css-margin-top-lg__no {
    margin-top: 0 !important; } }

@media (min-width: 1200px) {
  .css-margin-right-lg__no {
    margin-right: 0 !important; } }

@media (min-width: 1200px) {
  .css-margin-bottom-lg__no {
    margin-bottom: 0 !important; } }

@media (min-width: 1200px) {
  .css-margin-left-lg__no {
    margin-left: 0 !important; } }

.css-overflow-table {
  width: 100%;
  overflow: auto;
  margin-bottom: 15px; }
  .css-overflow-table &gt; table {
    margin-bottom: 0; }

.css-flex {
  display: flex; }

.css-flex-wrap {
  flex-wrap: wrap; }

@media (max-width: 767px) {
  .css-flex-wrap-xs {
    flex-wrap: wrap; } }

@media (min-width: 768px) and (max-width: 991px) {
  .css-flex-wrap-sm {
    flex-wrap: wrap; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .css-flex-wrap-md {
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .css-flex-wrap-lg {
    flex-wrap: wrap; } }

.css-flex-justify-between {
  justify-content: space-between; }

.css-flex-direction-column {
  flex-direction: column; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 4:36:11 PM
    Author     : Luca
*/
@-moz-keyframes animateBgr /* Firefox */ {
  0% {
    background: #4ea1d0; }
  50% {
    background: #61d661; }
  100% {
    background: #4ea1d0; } }
@-webkit-keyframes animateBgr /* Firefox */ {
  0% {
    background: #4ea1d0; }
  50% {
    background: #61d661; }
  100% {
    background: #4ea1d0; } }
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.css-anim__highlight-element {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  cursor: pointer; }
  .css-anim__highlight-element::before, .css-anim__highlight-element::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.1s linear;
    background: #0f3e6d; }
  .css-anim__highlight-element::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.3s; }
  .css-anim__highlight-element::before {
    right: 0;
    top: 0;
    transition-delay: 0.1s; }
  .css-anim__highlight-element &gt; *::before, .css-anim__highlight-element &gt; *::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.1s linear;
    background: #0f3e6d; }
  .css-anim__highlight-element &gt; *::after {
    transition-delay: 0.2s;
    right: 0;
    bottom: 0; }
  .css-anim__highlight-element &gt; *::before {
    transition-delay: 0s;
    left: 0;
    top: 0; }
  .css-anim__highlight-element:hover::before, .css-anim__highlight-element:hover::after, .css-anim__highlight-element:focus::before, .css-anim__highlight-element:focus::after {
    width: 100%; }
  .css-anim__highlight-element:hover::before, .css-anim__highlight-element:focus::before {
    width: 100%;
    transition-delay: 0.2s; }
  .css-anim__highlight-element:hover::after, .css-anim__highlight-element:focus::after {
    width: 100%;
    transition-delay: 0s; }
  .css-anim__highlight-element:hover &gt; *::before, .css-anim__highlight-element:focus &gt; *::before {
    height: 100%;
    transition-delay: 0.3s; }
  .css-anim__highlight-element:hover &gt; *::after, .css-anim__highlight-element:focus &gt; *::after {
    height: 100%;
    transition-delay: 0.1s; }
  .css-anim__highlight-element:disabled::before, .css-anim__highlight-element:disabled::after, .css-anim__highlight-element[disabled="disabled"]::before, .css-anim__highlight-element[disabled="disabled"]::after {
    content: none; }
  .css-anim__highlight-element:disabled &gt; *::before, .css-anim__highlight-element:disabled &gt; *::after, .css-anim__highlight-element[disabled="disabled"] &gt; *::before, .css-anim__highlight-element[disabled="disabled"] &gt; *::after {
    content: none; }
  .css-anim__highlight-element.css-anim__highlight-element__negative::before, .css-anim__highlight-element.css-anim__highlight-element__negative::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.1s linear;
    background: #fff; }
  .css-anim__highlight-element.css-anim__highlight-element__negative::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.3s; }
  .css-anim__highlight-element.css-anim__highlight-element__negative::before {
    right: 0;
    top: 0;
    transition-delay: 0.1s; }
  .css-anim__highlight-element.css-anim__highlight-element__negative &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__negative &gt; *::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.1s linear;
    background: #fff; }
  .css-anim__highlight-element.css-anim__highlight-element__negative &gt; *::after {
    transition-delay: 0.2s;
    right: 0;
    bottom: 0; }
  .css-anim__highlight-element.css-anim__highlight-element__negative &gt; *::before {
    transition-delay: 0s;
    left: 0;
    top: 0; }
  .css-anim__highlight-element.css-anim__highlight-element__negative:hover::before, .css-anim__highlight-element.css-anim__highlight-element__negative:hover::after, .css-anim__highlight-element.css-anim__highlight-element__negative:focus::before, .css-anim__highlight-element.css-anim__highlight-element__negative:focus::after {
    width: 100%; }
  .css-anim__highlight-element.css-anim__highlight-element__negative:hover::before, .css-anim__highlight-element.css-anim__highlight-element__negative:focus::before {
    width: 100%;
    transition-delay: 0.2s; }
  .css-anim__highlight-element.css-anim__highlight-element__negative:hover::after, .css-anim__highlight-element.css-anim__highlight-element__negative:focus::after {
    width: 100%;
    transition-delay: 0s; }
  .css-anim__highlight-element.css-anim__highlight-element__negative:hover &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__negative:focus &gt; *::before {
    height: 100%;
    transition-delay: 0.3s; }
  .css-anim__highlight-element.css-anim__highlight-element__negative:hover &gt; *::after, .css-anim__highlight-element.css-anim__highlight-element__negative:focus &gt; *::after {
    height: 100%;
    transition-delay: 0.1s; }
  .css-anim__highlight-element.css-anim__highlight-element__negative:disabled::before, .css-anim__highlight-element.css-anim__highlight-element__negative:disabled::after, .css-anim__highlight-element.css-anim__highlight-element__negative[disabled="disabled"]::before, .css-anim__highlight-element.css-anim__highlight-element__negative[disabled="disabled"]::after {
    content: none; }
  .css-anim__highlight-element.css-anim__highlight-element__negative:disabled &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__negative:disabled &gt; *::after, .css-anim__highlight-element.css-anim__highlight-element__negative[disabled="disabled"] &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__negative[disabled="disabled"] &gt; *::after {
    content: none; }
  .css-anim__highlight-element.css-anim__highlight-element__red::before, .css-anim__highlight-element.css-anim__highlight-element__red::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.1s linear;
    background: red; }
  .css-anim__highlight-element.css-anim__highlight-element__red::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.3s; }
  .css-anim__highlight-element.css-anim__highlight-element__red::before {
    right: 0;
    top: 0;
    transition-delay: 0.1s; }
  .css-anim__highlight-element.css-anim__highlight-element__red &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__red &gt; *::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.1s linear;
    background: red; }
  .css-anim__highlight-element.css-anim__highlight-element__red &gt; *::after {
    transition-delay: 0.2s;
    right: 0;
    bottom: 0; }
  .css-anim__highlight-element.css-anim__highlight-element__red &gt; *::before {
    transition-delay: 0s;
    left: 0;
    top: 0; }
  .css-anim__highlight-element.css-anim__highlight-element__red:hover::before, .css-anim__highlight-element.css-anim__highlight-element__red:hover::after, .css-anim__highlight-element.css-anim__highlight-element__red:focus::before, .css-anim__highlight-element.css-anim__highlight-element__red:focus::after {
    width: 100%; }
  .css-anim__highlight-element.css-anim__highlight-element__red:hover::before, .css-anim__highlight-element.css-anim__highlight-element__red:focus::before {
    width: 100%;
    transition-delay: 0.2s; }
  .css-anim__highlight-element.css-anim__highlight-element__red:hover::after, .css-anim__highlight-element.css-anim__highlight-element__red:focus::after {
    width: 100%;
    transition-delay: 0s; }
  .css-anim__highlight-element.css-anim__highlight-element__red:hover &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__red:focus &gt; *::before {
    height: 100%;
    transition-delay: 0.3s; }
  .css-anim__highlight-element.css-anim__highlight-element__red:hover &gt; *::after, .css-anim__highlight-element.css-anim__highlight-element__red:focus &gt; *::after {
    height: 100%;
    transition-delay: 0.1s; }
  .css-anim__highlight-element.css-anim__highlight-element__red:disabled::before, .css-anim__highlight-element.css-anim__highlight-element__red:disabled::after, .css-anim__highlight-element.css-anim__highlight-element__red[disabled="disabled"]::before, .css-anim__highlight-element.css-anim__highlight-element__red[disabled="disabled"]::after {
    content: none; }
  .css-anim__highlight-element.css-anim__highlight-element__red:disabled &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__red:disabled &gt; *::after, .css-anim__highlight-element.css-anim__highlight-element__red[disabled="disabled"] &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__red[disabled="disabled"] &gt; *::after {
    content: none; }
  .css-anim__highlight-element.css-anim__highlight-element__green::before, .css-anim__highlight-element.css-anim__highlight-element__green::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.1s linear;
    background: #097b09; }
  .css-anim__highlight-element.css-anim__highlight-element__green::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.3s; }
  .css-anim__highlight-element.css-anim__highlight-element__green::before {
    right: 0;
    top: 0;
    transition-delay: 0.1s; }
  .css-anim__highlight-element.css-anim__highlight-element__green &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__green &gt; *::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.1s linear;
    background: #097b09; }
  .css-anim__highlight-element.css-anim__highlight-element__green &gt; *::after {
    transition-delay: 0.2s;
    right: 0;
    bottom: 0; }
  .css-anim__highlight-element.css-anim__highlight-element__green &gt; *::before {
    transition-delay: 0s;
    left: 0;
    top: 0; }
  .css-anim__highlight-element.css-anim__highlight-element__green:hover::before, .css-anim__highlight-element.css-anim__highlight-element__green:hover::after, .css-anim__highlight-element.css-anim__highlight-element__green:focus::before, .css-anim__highlight-element.css-anim__highlight-element__green:focus::after {
    width: 100%; }
  .css-anim__highlight-element.css-anim__highlight-element__green:hover::before, .css-anim__highlight-element.css-anim__highlight-element__green:focus::before {
    width: 100%;
    transition-delay: 0.2s; }
  .css-anim__highlight-element.css-anim__highlight-element__green:hover::after, .css-anim__highlight-element.css-anim__highlight-element__green:focus::after {
    width: 100%;
    transition-delay: 0s; }
  .css-anim__highlight-element.css-anim__highlight-element__green:hover &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__green:focus &gt; *::before {
    height: 100%;
    transition-delay: 0.3s; }
  .css-anim__highlight-element.css-anim__highlight-element__green:hover &gt; *::after, .css-anim__highlight-element.css-anim__highlight-element__green:focus &gt; *::after {
    height: 100%;
    transition-delay: 0.1s; }
  .css-anim__highlight-element.css-anim__highlight-element__green:disabled::before, .css-anim__highlight-element.css-anim__highlight-element__green:disabled::after, .css-anim__highlight-element.css-anim__highlight-element__green[disabled="disabled"]::before, .css-anim__highlight-element.css-anim__highlight-element__green[disabled="disabled"]::after {
    content: none; }
  .css-anim__highlight-element.css-anim__highlight-element__green:disabled &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__green:disabled &gt; *::after, .css-anim__highlight-element.css-anim__highlight-element__green[disabled="disabled"] &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__green[disabled="disabled"] &gt; *::after {
    content: none; }
  .css-anim__highlight-element.css-anim__highlight-element__yellow::before, .css-anim__highlight-element.css-anim__highlight-element__yellow::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.1s linear;
    background: #fdc813; }
  .css-anim__highlight-element.css-anim__highlight-element__yellow::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.3s; }
  .css-anim__highlight-element.css-anim__highlight-element__yellow::before {
    right: 0;
    top: 0;
    transition-delay: 0.1s; }
  .css-anim__highlight-element.css-anim__highlight-element__yellow &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__yellow &gt; *::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.1s linear;
    background: #fdc813; }
  .css-anim__highlight-element.css-anim__highlight-element__yellow &gt; *::after {
    transition-delay: 0.2s;
    right: 0;
    bottom: 0; }
  .css-anim__highlight-element.css-anim__highlight-element__yellow &gt; *::before {
    transition-delay: 0s;
    left: 0;
    top: 0; }
  .css-anim__highlight-element.css-anim__highlight-element__yellow:hover::before, .css-anim__highlight-element.css-anim__highlight-element__yellow:hover::after, .css-anim__highlight-element.css-anim__highlight-element__yellow:focus::before, .css-anim__highlight-element.css-anim__highlight-element__yellow:focus::after {
    width: 100%; }
  .css-anim__highlight-element.css-anim__highlight-element__yellow:hover::before, .css-anim__highlight-element.css-anim__highlight-element__yellow:focus::before {
    width: 100%;
    transition-delay: 0.2s; }
  .css-anim__highlight-element.css-anim__highlight-element__yellow:hover::after, .css-anim__highlight-element.css-anim__highlight-element__yellow:focus::after {
    width: 100%;
    transition-delay: 0s; }
  .css-anim__highlight-element.css-anim__highlight-element__yellow:hover &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__yellow:focus &gt; *::before {
    height: 100%;
    transition-delay: 0.3s; }
  .css-anim__highlight-element.css-anim__highlight-element__yellow:hover &gt; *::after, .css-anim__highlight-element.css-anim__highlight-element__yellow:focus &gt; *::after {
    height: 100%;
    transition-delay: 0.1s; }
  .css-anim__highlight-element.css-anim__highlight-element__yellow:disabled::before, .css-anim__highlight-element.css-anim__highlight-element__yellow:disabled::after, .css-anim__highlight-element.css-anim__highlight-element__yellow[disabled="disabled"]::before, .css-anim__highlight-element.css-anim__highlight-element__yellow[disabled="disabled"]::after {
    content: none; }
  .css-anim__highlight-element.css-anim__highlight-element__yellow:disabled &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__yellow:disabled &gt; *::after, .css-anim__highlight-element.css-anim__highlight-element__yellow[disabled="disabled"] &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__yellow[disabled="disabled"] &gt; *::after {
    content: none; }

/*orange*/
.css-anim__highlight-element.css-anim__highlight-element__orange::before, .css-anim__highlight-element.css-anim__highlight-element__orange::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.1s linear;
    background: orange; }
  .css-anim__highlight-element.css-anim__highlight-element__orange::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.3s; }
  .css-anim__highlight-element.css-anim__highlight-element__orange::before {
    right: 0;
    top: 0;
    transition-delay: 0.1s; }
  .css-anim__highlight-element.css-anim__highlight-element__orange &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__orange &gt; *::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.1s linear;
    background: orange; }
  .css-anim__highlight-element.css-anim__highlight-element__orange &gt; *::after {
    transition-delay: 0.2s;
    right: 0;
    bottom: 0; }
  .css-anim__highlight-element.css-anim__highlight-element__orange &gt; *::before {
    transition-delay: 0s;
    left: 0;
    top: 0; }
  .css-anim__highlight-element.css-anim__highlight-element__orange:hover::before, .css-anim__highlight-element.css-anim__highlight-element__orange:hover::after, .css-anim__highlight-element.css-anim__highlight-element__orange:focus::before, .css-anim__highlight-element.css-anim__highlight-element__orange:focus::after {
    width: 100%; }
  .css-anim__highlight-element.css-anim__highlight-element__orange:hover::before, .css-anim__highlight-element.css-anim__highlight-element__orange:focus::before {
    width: 100%;
    transition-delay: 0.2s; }
  .css-anim__highlight-element.css-anim__highlight-element__orange:hover::after, .css-anim__highlight-element.css-anim__highlight-element__orange:focus::after {
    width: 100%;
    transition-delay: 0s; }
  .css-anim__highlight-element.css-anim__highlight-element__orange:hover &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__orange:focus &gt; *::before {
    height: 100%;
    transition-delay: 0.3s; }
  .css-anim__highlight-element.css-anim__highlight-element__orange:hover &gt; *::after, .css-anim__highlight-element.css-anim__highlight-element__orange:focus &gt; *::after {
    height: 100%;
    transition-delay: 0.1s; }
  .css-anim__highlight-element.css-anim__highlight-element__orange:disabled::before, .css-anim__highlight-element.css-anim__highlight-element__orange:disabled::after, .css-anim__highlight-element.css-anim__highlight-element__orange[disabled="disabled"]::before, .css-anim__highlight-element.css-anim__highlight-element__orange[disabled="disabled"]::after {
    content: none; }
  .css-anim__highlight-element.css-anim__highlight-element__orange:disabled &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__orange:disabled &gt; *::after, .css-anim__highlight-element.css-anim__highlight-element__orange[disabled="disabled"] &gt; *::before, .css-anim__highlight-element.css-anim__highlight-element__orange[disabled="disabled"] &gt; *::after {
    content: none; }

/*fine orange*/

.btn_arrow__anim {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin: 20px 30px; }
  .btn_arrow__anim::before, .btn_arrow__anim::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.1s linear;
    background: #0f3e6d; }
  .btn_arrow__anim::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.3s; }
  .btn_arrow__anim::before {
    right: 0;
    top: 0;
    transition-delay: 0.1s; }
  .btn_arrow__anim span::before, .btn_arrow__anim span::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.1s linear;
    background: #0f3e6d; }
  .btn_arrow__anim span::after {
    transition-delay: 0.2s;
    right: 0;
    bottom: 0; }
  .btn_arrow__anim span::before {
    transition-delay: 0s;
    left: 0;
    top: 0; }
  .btn_arrow__anim:hover::before, .btn_arrow__anim:hover::after {
    width: 100%; }
  .btn_arrow__anim:hover::before {
    width: 100%;
    transition-delay: 0.2s; }
  .btn_arrow__anim:hover::after {
    width: 100%;
    transition-delay: 0s; }
  .btn_arrow__anim:hover span::before {
    height: 100%;
    transition-delay: 0.3s; }
  .btn_arrow__anim:hover span::after {
    height: 100%;
    transition-delay: 0.1s; }
  .btn_arrow__anim .lnr {
    position: relative;
    font-weight: 700;
    left: 2px;
    top: 1px;
    font-size: 14px;
    width: auto;
    height: auto;
    border-radius: 0;
    display: inline; }
  .btn_arrow__anim.btn-primary:active {
    background-color: transparent;
    border: none;
    color: #0f3e6d;
    box-shadow: none; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 5:05:03 PM
    Author     : Luca
*/
.css-advanced-layout {
  /*    .form-control, .btn {
          border-radius: 0;
          height: 40px;
          z-index: 1;
          padding: 2px 10px;
          font-size: 14px;
      }*/ }
  .css-advanced-layout .selectize-dropdown {
    position: absolute; }
  .css-advanced-layout .header-search .button-search {
    /*        margin-top: 30px;*/
    position: relative; }
  .css-advanced-layout .button-search .btn {
    top: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    font-size: 25px;
    line-height: 24px;
    background-color: #ddd; }
  .css-advanced-layout .selectize-dropdown .option {
    cursor: inherit;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 12px; }
  .css-advanced-layout .selectize-dropdown-content {
    max-height: 50vh; }
  .css-advanced-layout .selectize-control {
    padding: 4px 0; }
  .css-advanced-layout .selectize-input {
    border: none;
    outline: none !important;
    box-shadow: none !important; }
  .css-advanced-layout .selectize-dropdown.form-control {
    height: auto;
    border: none;
    position: absolute; }

@media (max-width: 329px) {
  body .navbar-default .navbar-collapse {
    min-height: auto !important; }

  body li.css-lang {
    position: absolute;
    right: 0;
    z-index: 1000;
    bottom: 14vh; }

  body li.css-lang {
    position: fixed !important;
    background: #3c3f41;
    bottom: 0 !important;
    right: 0 !important;
    margin-right: 0 !important; } }
@media (max-height: 379px) and (max-width: 669px) {
  body .navbar-default .navbar-collapse {
    min-height: auto !important; }

  body li.css-lang {
    position: fixed; } }
.css-logged .css-vehicle-details #vehicle_details {
  margin-top: 15px; }
  .css-logged .css-vehicle-details #vehicle_details .css-add-to-selection {
    margin-left: 15px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 16, 2019, 10:32:49 AM
    Author     : Luca
*/
#colorbox.manageItemVeryShort {
  outline: 0;
  width: 300px !important;
  height: 300px !important;
  left: 50% !important;
  top: 50% !important;
  margin-left: calc((300px/2) * -1);
  margin-top: calc((300px/2) * -1); }
  @media (min-width: 992px) {
    #colorbox.manageItemVeryShort {
      width: 600px !important;
      height: 600px !important;
      left: 50% !important;
      top: 50% !important;
      margin-left: calc((600px/2) * -1);
      margin-top: calc((600px/2) * -1); } }
  #colorbox.manageItemVeryShort #cboxWrapper {
    max-width: none;
    width: 300px !important;
    height: 300px !important; }
    @media (min-width: 992px) {
      #colorbox.manageItemVeryShort #cboxWrapper {
        max-width: none;
        width: 600px !important;
        height: 600px !important; } }
  #colorbox.manageItemVeryShort #cboxContent {
    background: #fff;
    width: 300px !important;
    height: 300px !important; }
    @media (min-width: 992px) {
      #colorbox.manageItemVeryShort #cboxContent {
        width: 600px !important;
        height: 600px !important; } }
  #colorbox.manageItemVeryShort #cboxLoadedContent {
    width: 300px !important;
    height: 300px !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
      #colorbox.manageItemVeryShort #cboxLoadedContent {
        width: 600px !important;
        height: 600px !important;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: center; } }
    #colorbox.manageItemVeryShort #cboxLoadedContent &gt; img {
      width: 100% !important;
      height: auto !important;
      object-fit: contain;
      max-width: 300px !important;
      max-height: 300px !important; }
#colorbox.manageStandardItem {
  outline: 0;
  width: 300px !important;
  height: 300px !important;
  left: 50% !important;
  top: 50% !important;
  margin-left: calc((300px/2) * -1);
  margin-top: calc((300px/2) * -1);
  position: fixed !important; }
  @media (min-width: 992px) {
    #colorbox.manageStandardItem {
      width: 600px !important;
      height: 600px !important;
      left: 50% !important;
      top: 50% !important;
      margin-left: calc((600px/2) * -1);
      margin-top: calc((600px/2) * -1); } }
  #colorbox.manageStandardItem #cboxWrapper {
    max-width: none;
    width: 300px !important;
    height: 300px !important; }
    @media (min-width: 992px) {
      #colorbox.manageStandardItem #cboxWrapper {
        max-width: none;
        width: 600px !important;
        height: 600px !important; } }
  #colorbox.manageStandardItem #cboxContent {
    background: #fff;
    width: 300px !important;
    height: 300px !important; }
    @media (min-width: 992px) {
      #colorbox.manageStandardItem #cboxContent {
        width: 600px !important;
        height: 600px !important; } }
  #colorbox.manageStandardItem #cboxLoadedContent {
    width: 300px !important;
    height: 300px !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
      #colorbox.manageStandardItem #cboxLoadedContent {
        width: 600px !important;
        height: 600px !important;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: center; } }
    #colorbox.manageStandardItem #cboxLoadedContent &gt; img {
      object-fit: contain;
      width: 100% !important;
      height: auto !important;
      max-width: 300px !important;
      max-height: 300px !important; }
      @media (min-width: 992px) {
        #colorbox.manageStandardItem #cboxLoadedContent &gt; img {
          max-width: 600px !important;
          max-height: 600px !important; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 1:08:12 PM
    Author     : Luca
*/
img {
  width: 100%;
  height: auto; }
  td img {
    max-height: 75px;
    width: 120px;
    object-fit: cover; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 1:02:24 PM
    Author     : Luca
*/
.css-input-combo {
  margin-top: 8px; }
  .css-input-combo select, .css-input-combo input, .css-input-combo .twitter-typeahead {
    float: left;
    width: 70%; }
  .css-input-combo input.btn {
    width: 28%;
    margin-left: 2%; }

input.tt-input {
  vertical-align: baseline !important;
  z-index: 1; }

.css-advanced-layout input,
.css-advanced-layout select,
.css-advanced-layout textarea {
  background-color: #f9f9f9;
  border: 1px #eee solid;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 16px;
  /*    min-width: 100px; */
  padding: 5px;
  height: 35px; }
  .css-advanced-layout input.form-control,
  .css-advanced-layout select.form-control,
  .css-advanced-layout textarea.form-control {
    background-color: #f9f9f9;
    border: 1px #eee solid;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-size: 16px;
    /*    min-width: 100px; */
    padding: 5px;
    height: 35px; }
    @media screen and (max-width: 991px) {
      .css-advanced-layout input.form-control,
      .css-advanced-layout select.form-control,
      .css-advanced-layout textarea.form-control {
        width: 100%;
        min-width: 100%; } }
  .css-advanced-layout input:hover, .css-advanced-layout input:active, .css-advanced-layout input:focus,
  .css-advanced-layout select:hover,
  .css-advanced-layout select:active,
  .css-advanced-layout select:focus,
  .css-advanced-layout textarea:hover,
  .css-advanced-layout textarea:active,
  .css-advanced-layout textarea:focus {
    border: 1px solid #fdc813; }
.css-advanced-layout input[type="text"] {
  min-width: 100px; }
.css-advanced-layout input[type="submit"] {
  min-width: 100px; }
.css-advanced-layout input[type="checkbox"] {
  height: auto; }
.css-advanced-layout input[type="radio"] {
  min-width: auto;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.css-advanced-layout textarea {
  min-height: 80px; }
.css-advanced-layout td[width="10"] {
  width: 10%;
  text-align: center;
  min-width: 70px; }
  @media (min-width: 992px) {
    .css-advanced-layout td[width="10"] {
      width: 5%; } }

.twitter-typeahead &gt; input.form-control {
  font-size: 14px; }

form {
  margin-bottom: 30px; }

.js-form__sing-in__submit .checkbox label {
  padding-left: 0; }
  .js-form__sing-in__submit .checkbox label input {
    position: static;
    background-color: none;
    box-shadow: none;
    margin: 0;
    width: auo;
    width: auto;
    min-width: auto;
    padding: 0;
    margin-right: 10px;
    position: relative;
    top: 1px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 1:02:16 PM
    Author     : Luca
*/
.btn {
  text-transform: uppercase; }
  .btn:focus {
    opacity: 0.8;
    box-shadow: 0 0 5px rgba(39, 39, 39, 0.8); }
  .btn.btn-round {
    border-radius: 50%; }
  .btn.btn-icon {
    height: 22px;
    width: 22px;
    padding: 4px;
    font-size: 10px; }
  td .btn.btn-wide {
    width: auto;
    max-width: 100%; }
  td .btn:hover {
    opacity: 0.8; }

.btn-primary.disabled.focus {
  background-color: #ccc; }
.btn-primary.disabled:hover {
  background-color: #ccc; }
.btn-primary.disabled:focus {
  background-color: #ccc; }
.btn-primary [disabled].focus {
  background-color: #ccc; }
.btn-primary [disabled]:hover {
  background-color: #ccc; }
.btn-primary [disabled]:focus {
  background-color: #ccc; }
fieldset[disabled] .btn-primary.focus {
  background-color: #ccc; }
fieldset[disabled] .btn-primary:hover {
  background-color: #ccc; }
fieldset[disabled] .btn-primary:focus {
  background-color: #ccc; }
.btn-primary i.fa.fa-caret-right {
  margin-left: 2px; }

.btn {
  margin: 0;
  padding: 7px;
  height: 35px;
  color: #fc0;
  border-radius: 0;
  /*background-color: transparent;*/
    background-color: #0f3e6d;
  border: 1px #eee solid;
  outline: none;
  width: 100%;
  font-size: 12px;
  /*    &amp;:hover,
      &amp;:active,
      &amp;:focus,
      &amp;:active:hover {
          background-color: #fff;
          border: 1px transparent solid;
          box-shadow: none;
          outline: none;
      }*/ }
  @media (min-width: 768px) {
    .btn {
      width: auto; } }
  @media (min-width: 992px) {
    .btn {
      font-size: 14px; } }
  .btn:focus {
    box-shadow: none; }
  .btn.btn-default {
    width: 100%; }
    @media (min-width: 768px) {
      .btn.btn-default {
        width: auto; } }
    .btn.btn-default:hover {
      color: #0f3e6d;
      background-color: transparent;
      border: 1px #eee solid; }
  .btn .lnr {
    position: relative;
    font-weight: 700;
    left: 0;
    top: 1px;
    font-size: 14px;
    width: auto;
    height: auto;
    border-radius: 0;
    display: inline;
    margin-left: 5px;
    /* Red-order icon */ }
    .btn .lnr.lnr-redo {
      position: relative;
      left: 6px;
      top: 0; }
  .btn .fa {
    /*margin-left: 8px;*/ }
  .btn.btn-primary {
    color: #fdc813;
    outline: none;
    box-shadow: none;
    line-height: 35px;
    padding-top: 0;
    padding-bottom: 0;
   /* background-color: transparent;*/ }
    .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:hover, .btn.btn-primary:active:hover {
      background-color: transparent;
      color: #0f3e6d;
      outline: none;
      box-shadow: none;
      border: 1px transparent solid; }
    .btn.btn-primary.btn_arrow__anim {
      padding: 0;
      width: 33px;
      height: 33px;
      line-height: 33px;
      /*            td &gt; &amp; {
                      margin-right: 9px;
                  }*/ }
      .btn.btn-primary.btn_arrow__anim &gt; span &gt; i {
        top: -1px; }
    .btn.btn-primary:disabled, .btn.btn-primary[disabled="disabled"] {
      color: #fff;
      background-color: #ccc;
      border: 1px transparent solid; }
      .btn.btn-primary:disabled:hover, .btn.btn-primary[disabled="disabled"]:hover {
        background-color: #ccc;
        border: 1px transparent solid;
        /*                border: none;*/
        opacity: .65; }
  .btn.css-items-export {
    width: auto;
    margin: 0;
    border: 1px #eee solid;
    text-align: center;
    position: relative;
    top: 7px;
    /*        right: 4px;*/ }
  .btn.css-print {
    color: #0f3e6d;
    height: 35px;
    padding: 0 15px;
    margin: 0 0 15px 0;
    background-color: transparent; }
    @media (min-width: 768px) {
      .btn.css-print {
        width: 130px; } }
    .btn.css-print &gt; span {
      display: flex;
      justify-content: center;
      align-items: center; }
      .btn.css-print &gt; span &gt; .lnr-printer {
        font-size: 20px;
        margin: 0 0 0 15px;
        padding: 0;
        position: static;
        display: block;
        font-weight: normal; }
  .btn.btn-success {
    background-color: #4cae4c;
    height: 35px;
    border: 1px transparent solid;
    color: #fff; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .btn.btn-success.__md_full {
        width: 100%; } }
    .btn.btn-success:active, .btn.btn-success:hover, .btn.btn-success:active:hover, .btn.btn-success:focus {
      opacity: 1;
      border: 1px transparent solid;
      background-color: #4cae4c;
      color: #fff; }
    .btn.btn-success.btn-wide {
      z-index: 1; }
  .btn.btn-danger {
    width: 22px;
    height: 22px;
    color: red;
    border: 1px transparent solid;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .btn.btn-danger:hover, .btn.btn-danger:active, .btn.btn-danger:active:hover, .btn.btn-danger:focus {
      cursor: pointer;
      opacity: 1;
      padding: 0;
      color: red;
      border: none;
      background-color: transparent;
      outline: none; }
    .btn.btn-danger .lnr {
      left: -2px; }
  .btn.css-icon__add-item {
    width: 44px;
    height: auto;
    border: 1px transparent solid;
    color: #fff;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-color: #4cae4c; }
    .btn.css-icon__add-item:hover, .btn.css-icon__add-item:active, .btn.css-icon__add-item:active:hover, .btn.css-icon__add-item:focus {
      cursor: pointer;
      opacity: 1;
      padding: 0;
      border: 1px transparent solid;
      background-color: #4cae4c;
      color: #fff;
      outline: none; }
    .btn.css-icon__add-item .lnr {
      left: -2px; }
    .btn.css-icon__add-item .lnr-cart:before {
      font-size: 24px;
      font-weight: 400; }
  .btn.btn-reorder {
    color: #0f3e6d;
    height: 35px;
    padding: 0 15px;
    margin: 0;
    background-color: transparent; }
    .btn.btn-reorder:hover, .btn.btn-reorder:active, .btn.btn-reorder:active:hover, .btn.btn-reorder:focus {
      cursor: pointer;
      opacity: 1;
      color: #0f3e6d;
      border: 1px transparent solid;
      background-color: transparent;
      outline: none; }

#vehicle_details btn.css-add-to-selection,
#vehicle_details a.css-add-to-selection {
  border: 1px #eee solid;
  display: flex;
  justify-content: center;
  align-items: center; }

.btn.btn-success &gt; .fa-check {
  margin-left: 5px; }

.css-advanced-layout .button-search .btn {
  background-color: transparent;
  border: none;
  width: 44px; }

/* Multiple button component (manage 2 or more buttons in one row) */
.css-multiple-button-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 9px 0 0 0; }
  @media (min-width: 768px) {
    .css-multiple-button-list {
      margin: 0 0 15px 0; } }
  @media (min-width: 992px) {
    .css-multiple-button-list {
      margin: 0 0 15px 0; } }
  .css-logged .css-multiple-button-list {
    margin: 13px 0 0 0; }
    @media (min-width: 992px) {
      .css-logged .css-multiple-button-list {
        margin: 15px 0 0 0; } }
  .css-multiple-button-list button.btn {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    margin: 0 0 5px 0; }
    @media (min-width: 768px) {
      .css-multiple-button-list button.btn {
        width: auto; } }
  .css-multiple-button-list.css-multiple-button-list__right {
    justify-content: flex-end; }
    @media (min-width: 768px) {
      .css-multiple-button-list.css-multiple-button-list__right button,
      .css-multiple-button-list.css-multiple-button-list__right a {
        margin: 0 0 0 15px; }
        .css-multiple-button-list.css-multiple-button-list__right button:first-child,
        .css-multiple-button-list.css-multiple-button-list__right a:first-child {
          margin-left: 0; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .css-multiple-button-list.css-multiple-button-list__right a {
        margin-bottom: 15px; } }
  .css-multiple-button-list.css-multiple-button-list__left {
    justify-content: flex-start; }
    @media (min-width: 768px) {
      .css-multiple-button-list.css-multiple-button-list__left button,
      .css-multiple-button-list.css-multiple-button-list__left a {
        margin: 0 15px 0 0; }
        .css-multiple-button-list.css-multiple-button-list__left button:last-child,
        .css-multiple-button-list.css-multiple-button-list__left a:last-child {
          margin-right: 0; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 1:02:38 PM
    Author     : Luca
*/
a.left.carousel-control, a.right.carousel-control {
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  opacity: 0; }

.css-dealer-heading a {
  font-weight: 700;
  color: #444;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  margin-bottom: 3px;
  margin-top: 3px; }

a.css-anim__highlight-element {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 12px 5px;
  text-decoration: none;
  color: #0f3e6d; }
  a.css-anim__highlight-element:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.1s linear;
    background: #18234c;
    right: 0;
    top: 0;
    transition-delay: 0.1s; }
  a.css-anim__highlight-element:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.1s linear;
    background: #18234c;
    left: 0;
    bottom: 0;
    transition-delay: 0.3s; }
  a.css-anim__highlight-element .css-item-code {
    color: #18234c;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap; }
    @media (min-width: 992px) {
      a.css-anim__highlight-element .css-item-code {
        font-size: 18px; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 3:41:00 PM
    Author     : Luca
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 3:43:27 PM
    Author     : Luca
*/
ul.css-user-list {
  padding: 0; }

ul.css-user-list li {
  list-style: none;
  border-bottom: 1px solid #ececec; }

ul.css-user-list li a {
  padding: 15px 30px;
  display: block;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase; }
  ul.css-user-list li a:hover, ul.css-user-list li a:focus {
    text-decoration: none;
    opacity: 0.8; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 4:56:25 PM
    Author     : Luca
*/
span.green, span.yellow, span.red, span.gray, span.orange {
  border-radius: 50%;
  margin: 2px 0 0 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  /*width: 18px;
  height: 18px;*/ }
  span.green:after, span.yellow:after, span.red:after, span.gray:after, span.orange:after {
    content: "";
    color: #fff;
    line-height: 20px;
    opacity: 1;
    font-size: 12px;
    font-family: FontAwesome;
    display: block;
    text-align: center;
    position: relative;
    left: 0.5px;
    top: -1px; }
span.green {
  background-color: #61d661; 
  font-size: 14px; }
  span.green:after {
    content: "\f00c"; }
span.yellow {
  background-color: #f9ce32;
  font-size: 14px; }
  span.yellow:after {
    content: "\f254";
    font-size: 10px; }
span.red {
  background-color: #f15050;
  font-size: 14px; }
  span.red:after {
    content: "\f05e"; }
span.gray {
  background-color: #98a0b5; 
  font-size: 14px; }
  span.gray:after {
    content: "\f10c"; }

span.orange {
  background-color: #FF8C00;
  font-size: 14px; }	
  }
  span.orange:after {
    content: "\e831"; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 17, 2019, 10:24:49 AM
    Author     : Luca
*/
table {
  margin: 0 0 30px 0;
  border: 1px #eee solid;
  width: 100%;
  max-width: 100%; }
  table thead tr {
    background-color: #fff;
    color: #0f3e6d;
    text-transform: none;
    font-weight: normal;
    border-top: none;
    border-right: none;
    border-bottom: 1px #eee solid;
    border-left: none; }
    table thead tr th {
      background-color: #0f3e6d12;
      color: #0f3e6d;
      text-transform: Capitalize;
      font-weight: 400;
      border-top: none !important;
      border-right: none !important;
      border-bottom: none !important;
      border-left: none !important;
      padding: 10px 10px 10px 10px !important; }
  table tbody tr {
    color: #0f3e6d;
    text-transform: none;
    font-weight: normal; }
    table tbody tr:nth-child(odd) {
      background-color: #fff;
      border-top: none;
      border-right: none;
      border-bottom: none;
      border-left: none; }
    table tbody tr:nth-child(even) {
      background-color: #f5f5f5;
      border-top: none;
      border-right: none;
      border-bottom: none;
      border-left: none; }
    table tbody tr:hover {
      /*background-color: #ffffe054;*/
        background-color: #fc0;
      -webkit-transition: background-color 500ms linear;
      -ms-transition: background-color 500ms linear;
      transition: background-color 500ms linear; }
    table tbody tr:first-child td {
      border-top: none; }
    table tbody tr.css-heading-row td {
      height: 30px;
      color: #0f3e6d;
      text-transform: Capitalize;
      background-color: #44a1ff4f; }
    table tbody tr.characteristic td {
      color: #6d6d6d;
      background-color: #fbfbfb;
      border-color: #fff;
      border-bottom: 30px solid #fff;
      padding-left: 20px !important; }
    table tbody tr td {
      color: #0f3e6d;
      margin: 0;
      padding: 5px 10px;
      border-top: none !important;
      border-right: none !important;
      border-bottom: none !important;
      border-left: none !important;
      line-height: 15px;
      /*letter-spacing: 1px;*/
      font-weight: 400;
      font-size: 14px;
      vertical-align: middle !important; }
      table tbody tr td:first-child {
        padding-left: 15px !important; }
      table tbody tr td:last-child {
        padding-right: 15px !important; }
      table tbody tr td.css-oem-codes {
        max-height: 100px;
        overflow-y: auto;
        display: inline-block;
        width: 100%; }
      table tbody tr td .input-group-addon {
        padding: 0 5px;
        font-size: 12px; }
      table tbody tr td input.form-control {
        border: 1px #eee solid;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        padding: 5px; }
        .css-advanced-layout table tbody tr td input.form-control {
          background-color: #fff; }
      table tbody tr td .single_image a {
        width: 82px;
        height: 82px;
        display: block;
        margin: 0;
        border: 1px solid #eee;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center; }
        table tbody tr td .single_image a img {
          width: 80px;
          height: 80px;
          object-fit: contain;
          margin: 0 auto; }
      table tbody tr td .btn:hover {
        opacity: 0.8; }
      table tbody tr td a {
        color: #0f3e6d; }
        table tbody tr td a:hover, table tbody tr td a:focus {
          text-decoration: none; }
      table tbody tr td form {
        margin: 0; }
      table tbody tr td span.css-oem-code-single, table tbody tr td span.css-kit-code-single {
        display: table-row;
        padding: 4px;
        height: 18px; }
      table tbody tr td i.fa.fa-file-pdf-o {
        background-color: #e43b3b;
        padding: 5px;
        color: #fff;
        border-radius: 3px; }
      table tbody tr td i.fa.fa-file-excel-o {
        background-color: #4aaf4a;
        padding: 5px;
        color: #fff;
        border-radius: 3px; }
      table tbody tr td i.fa.fa-file-text-o {
        background-color: #9c9c9c;
        padding: 5px;
        color: #fff;
        border-radius: 3px; }
      table tbody tr td .css-item-code {
        color: #18234c;
        font-size: 14px;
        font-weight: 700;
        white-space: nowrap; }
        @media (min-width: 992px) {
          table tbody tr td .css-item-code {
            font-size: 18px; } }
  table tfoot tr td {
    background-color: #fefefe;
    padding: 3px 7px;
    font-weight: 700;
    line-height: 26px !important;
    font-size: 14px; }
  table.cart_list tbody tr td {
    white-space: nowrap; }
  table.table-nowrap thead tr th {
    white-space: nowrap; }
  table.table-nowrap tbody tr td {
    white-space: nowrap; }
  table.table-bordered {
    border: 1px solid #f5f5f5;
    font-size: 12px; }
    table.table-bordered &gt; tbody &gt; tr &gt; td, table.table-bordered &gt; tbody &gt; tr &gt; th, table.table-bordered &gt; tfoot &gt; tr &gt; td, table.table-bordered &gt; tfoot &gt; tr &gt; th, table.table-bordered &gt; thead &gt; tr &gt; td, table.table-bordered &gt; thead &gt; tr &gt; th {
      padding: 4px 7px 1px 7px;
      border: 1px solid #f5f5f5; }
    table.table-bordered &gt; tfoot td {
      font-weight: 700; }
  table.cart_list thead tr th {
    white-space: nowrap;
    padding: 0 10px;
    font-size: 13px; }
    table.cart_list thead tr th .sort-switch {
      background-color: transparent; }
  table.cart_list tbody tr td {
    font-size: 13px;
    padding: 0; }
    table.cart_list tbody tr td a {
      padding: 1px; }
    table.cart_list tbody tr td:first-child {
      text-align: center !important; }
    table.cart_list tbody tr td input.form-control {
      border: 1px #eee solid;
      border-radius: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      padding: 5px; }
      .css-advanced-layout table.cart_list tbody tr td input.form-control {
        height: 25px;
        min-width: 70px;
        width: 70px;
        max-width: 70px;
        text-align: center;
        font-size: 12px;
        padding-right: 5px; }
  table.cart_list tfoot tr td {
    font-size: 13px;
    padding: 0; }
  table.cart_list tfoot tr#cart_summary td {
    white-space: nowrap; }

td .table {
  margin: 0;
  padding: 0;
  border: 1px #eee solid; }
  td .table tbody tr:nth-child(odd) {
    background: #fff; }
  td .table tbody tr:nth-child(even) {
    background: #f5f5f5; }
  td .table tbody tr:hover {
    background-color: #ffffe054;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear; }
  td .table tbody tr td {
    padding: 5px;
    background: transparent;
    text-align: center;
    border: 1px #eee solid; }
  td .table tbody tr.css-family-row td {
    font-weight: 700;
    padding: 20px 5px 10px;
    border-bottom: 2px solid #dddddd; }
  td .table.nowrap tbody tr td {
    white-space: nowrap;
    padding: 0 0 0 4px; }



/*modifica Giovanna*/

.css-family-row td {
    text-align: center;
    background-color: #0f3e6d;
    color: white;
    font-size: 20px !important;
    padding: 10px !important;
text-transform: uppercase;}

        
tr.css-heading-row:hover {
    background-color: transparent;
    font-weight: bold !important;
}

tr.css-heading-row {
    
    font-weight: bold !important;
}
.tablesorter-default tbody &gt; tr:hover &gt; td{
    background-color: #fdc813 !important;
    
}
/*fine modifica Giovanna*/

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

.css-td-border-right {
  border-right: 2px solid #f5f5f5 !important; }

.css-td-border-bottom {
  border-bottom: 1px solid #f5f5f5 !important; }

.tablesorter-default td {
    background-color: transparent !important;}
.tablesorter-default .tablesorter-header{
    
    padding: 4px 20px 4px 4px !important;
    line-height: 5em;
    background-color: #eee;

}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 19, 2019, 10:37:26 AM
    Author     : Luca
*/
table tbody tr {
  border-right: 1px #eee solid; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 3:24:06 PM
    Author     : Luca
*/
.css-form-login .error {
  float: none;
  color: #fff;
  max-width: 130px;
  font-size: 12px;
  line-height: 14px; }

.form-control {
  border: 1px #cecece solid;
  height: 40px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 3:32:42 PM
    Author     : Luca
*/
.css-spinner {
  margin: -40px auto 0;
  font-size: 5px;
  z-index: 1000;
  position: fixed;
  text-indent: -9999em;
  border-top: 0.7em solid rgba(0, 0, 0, 0.2);
  border-right: 0.7em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.7em solid rgba(0, 0, 0, 0.2);
  border-left: 0.7em solid #333;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.css-spinner,
.css-spinner:after {
  border-radius: 50%;
  width: 18em;
  height: 18em;
  top: 50%;
  left: 50%;
  margin-top: -9em;
  margin-left: -9em; }

/* Spinner settings */
.css-spinner {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  animation: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none; }
  .css-spinner:after {
    content: " ";
    margin: 0;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    z-index: 10000;
    border-width: 2px;
    border-style: solid;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-left-color: #0f3e6d;
    -webkit-animation: load8 1s infinite linear;
    animation: load8 1s infinite linear;
    top: auto;
    left: auto; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 3:37:36 PM
    Author     : Luca
*/
.main-slider .carousel-control.right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.1) 100%); }
.main-slider .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.0001) 100%); }
.main-slider .carousel-control i.fa {
  position: absolute;
  top: 50%;
  font-size: 50px;
  margin-top: -25px; }
.main-slider .carousel-indicators {
  bottom: 0px;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease; }
.main-slider:hover .carousel-indicators {
  opacity: 1; }
.main-slider .left.carousel-control i.fa {
  left: 30px; }
.main-slider .right.carousel-control i.fa {
  right: 30px; }
.main-slider .slider-caption-fixed {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -40px; }
.main-slider .slider-title {
  background-color: #333;
  color: #fff;
  padding: 13px 60px 13px 40px;
  text-transform: uppercase; }
  .main-slider .slider-title * {
    font-size: 24px;
    margin: 0;
    text-align: right; }
.main-slider .slider-subtitle {
  background-color: #333;
  color: #fff;
  padding: 7px 60px 7px 20px;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  right: 0;
  margin-top: 10px; }
  .main-slider .slider-subtitle * {
    font-size: 16px;
    margin: 0;
    text-align: right; }

.item-carousel-slide {
  display: block;
  float: left;
  position: relative; }

.item-carousel-col-3 {
  width: 32%;
  margin-right: 2%; }

.item-carousel-col-4 {
  width: 23.5%;
  margin-right: 2%; }

.item-carousel-col-5 {
  width: 17.6%;
  margin-right: 3%; }

.item-carousel-col-6 {
  width: 15%;
  margin-right: 2%; }

.item-carousel-col-7 {
  width: 12.55%;
  margin-right: 2%; }

.item-carousel-col-8 {
  width: 10.75%;
  margin-right: 2%; }

.item-carousel-col-9 {
  width: 10.75%;
  margin-right: 2%; }

.item-carousel-col-10 {
  width: 10.75%;
  margin-right: 2%; }

.item-carousel-col-11 {
  width: 10.75%;
  margin-right: 2%; }

.item-carousel-col-12 {
  width: 6.5%;
  margin-right: 2%; }

.item-carousel-slide:last-child {
  margin-right: 0; }

.item-carousel-slider-wrapper {
  margin-top: 30px; }

.carousel-indicators {
  bottom: -15px;
  max-height: 25px; }

.carousel-indicators li {
  background-color: #797979;
  border: 1px solid #ffffff; }

.carousel-indicators .active {
  background-color: #333; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 4:59:50 PM
    Author     : Luca
*/
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
  color: #333;
  font-weight: 600;
  border-radius: 0 !important; }
.pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:focus, .pagination &gt; li &gt; span:hover {
  color: #777; }

.css-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }

.css-pagination__first-page {
  margin: 0;
  padding: 0;
  width: 35px !important;
  height: 35px !important;
  outline: none !important; }
  .css-pagination__first-page:hover, .css-pagination__first-page:focus, .css-pagination__first-page:active {
    color: #0f3e6d !important;
    background-color: #fff !important;
    border-color: transparent !important; }
  .css-pagination__first-page &gt; span &gt; span {
    margin: 0;
    padding: 0;
    left: 0;
    right: auto;
    top: 0; }
  .css-pagination__first-page &gt; span &gt; span:last-child {
    left: -15px; }

.css-pagination__last-page {
  margin: 0;
  padding: 0;
  width: 35px !important;
  height: 35px !important;
  outline: none !important;
  padding-left: 3px; }
  .css-pagination__last-page:hover, .css-pagination__last-page:focus, .css-pagination__last-page:active {
    color: #0f3e6d !important;
    background-color: #fff !important;
    border-color: transparent !important; }
  .css-pagination__last-page &gt; span &gt; span {
    margin: 0;
    padding: 0;
    left: 0;
    right: auto;
    top: 0; }
  .css-pagination__last-page &gt; span &gt; span:last-child {
    left: -15px; }

.css-pagination__prev-page {
  margin: 0;
  padding: 0;
  width: 35px !important;
  height: 35px !important;
  outline: none !important;
  margin-left: 15px; }
  .css-pagination__prev-page:hover, .css-pagination__prev-page:focus, .css-pagination__prev-page:active {
    color: #0f3e6d !important;
    background-color: #fff !important;
    border-color: transparent !important; }
  .css-pagination__prev-page &gt; span &gt; span {
    margin: 0;
    padding: 0;
    left: 0;
    right: auto;
    top: 0; }
  .css-pagination__prev-page &gt; span &gt; span.lnr {
    left: -3px; }

.css-pagination__next-page {
  margin: 0;
  padding: 0;
  width: 35px !important;
  height: 35px !important;
  outline: none !important;
  margin-right: 15px; }
  .css-pagination__next-page:hover, .css-pagination__next-page:focus, .css-pagination__next-page:active {
    color: #0f3e6d !important;
    background-color: #fff !important;
    border-color: transparent !important; }
  .css-pagination__next-page &gt; span &gt; span {
    margin: 0;
    padding: 0;
    left: 0;
    right: auto;
    top: 0; }
  .css-pagination__next-page &gt; span &gt; span.lnr {
    left: -1px; }

.css-pagination__label {
  display: flex;
  align-items: center;
  margin: 0 15px;
  color: #0f3e6d; }

.css-pagination__label__divider {
  margin: 0 2px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 5:07:44 PM
    Author     : Luca
*/
@media all and (min-width: 768px) and (max-width: 991px) {
  .item-carousel .carousel-inner &gt; .next {
    left: 50%; }
  .item-carousel .carousel-inner &gt; .prev {
    left: -50%; }
  .item-carousel .carousel-inner &gt; .active.left {
    left: -50%; }
  .item-carousel .carousel-inner &gt; .active.right {
    left: 50%; } }
@media all and (min-width: 992px) and (max-width: 1199px) {
  .item-carousel .carousel-inner &gt; .next {
    left: 33.3333%; }
  .item-carousel .carousel-inner &gt; .prev {
    left: -33.3333%; }
  .item-carousel .carousel-inner &gt; .active.left {
    left: -33.3333%; }
  .item-carousel .carousel-inner &gt; .active.right {
    left: 33.3333%; } }
@media all and (min-width: 1200px) {
  .item-carousel .carousel-inner &gt; .next {
    left: 8.33%; }
  .item-carousel .carousel-inner &gt; .prev {
    left: -8.33%; }
  .item-carousel .carousel-inner &gt; .active.left {
    left: -8.33%; }
  .item-carousel .carousel-inner &gt; .active.right {
    left: 8.33%; } }
@media all and (min-width: 768px) and (max-width: 991px) and (-webkit-transform-3d) {
  .item-carousel .carousel-inner &gt; .item.next, .item-carousel .carousel-inner &gt; .item.active.right {
    left: 0;
    transform: translate3d(50%, 0, 0);
    -webkit-transform: translate3d(50%, 0, 0); }
  .item-carousel .carousel-inner &gt; .item.prev, .item-carousel .carousel-inner &gt; .item.active.left {
    left: 0;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0); } }
@media all and (min-width: 992px) and (max-width: 1199px) and (-webkit-transform-3d) {
  .item-carousel .carousel-inner &gt; .item.next, .item-carousel .carousel-inner &gt; .item.active.right {
    left: 0;
    transform: translate3d(33.3333%, 0, 0);
    -webkit-transform: translate3d(33.3333%, 0, 0); }
  .item-carousel .carousel-inner &gt; .item.prev, .item-carousel .carousel-inner &gt; .item.active.left {
    left: 0;
    transform: translate3d(-33.3333%, 0, 0);
    -webkit-transform: translate3d(-33.3333%, 0, 0); } }
@media all and (min-width: 1200px) and (-webkit-transform-3d) {
  .item-carousel .carousel-inner &gt; .item.next, .item-carousel .carousel-inner &gt; .item.active.right {
    left: 0;
    transform: translate3d(8.33%, 0, 0);
    -webkit-transform: translate3d(8.33%, 0, 0); }
  .item-carousel .carousel-inner &gt; .item.prev, .item-carousel .carousel-inner &gt; .item.active.left {
    left: 0;
    transform: translate3d(-8.33%, 0, 0);
    -webkit-transform: translate3d(-8.33%, 0, 0); } }
.css-overflow-hidden {
  margin: 0;
  overflow: visible;
  padding: 25px 0; }
  @media screen and (min-width: 992px) {
    .css-overflow-hidden {
      margin: 0 15px 0 0; } }
  .css-overflow-hidden .slick-dotted.slick-slider {
    margin: 0; }
  .css-overflow-hidden .slick-dots {
    display: none;
    bottom: -50px; }
  .css-overflow-hidden .css-item-block-data.css-item-data {
    font-weight: 700;
    border: none;
    padding: 0 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.css-carousel-slide a {
  text-decoration: none; }
.css-carousel-slide .css-nav-text {
  height: 100px;
  /*height: 120px;
  width: 140px;*/
  padding: 15px 15px 0; }
.css-carousel-slide .css-item-block-img {
  width: 100%;
  height: auto;
  max-width: 200px; }
.css-carousel-slide .css-item-block-textwrap.css-nav-textwrapper {
  background-color: #fff;
  height: 100px;
  min-width: 140px !important;
  }
.css-carousel-slide .css-nav-icon {
  padding: 0; }
.css-carousel-slide .css-nav-button:hover .css-nav-text {
  margin-top: -100px; }
.css-carousel-slide .css-item-code {
  border: none;
  height: calc( 100px / 2);
  display: flex;
  align-items: center;
  justify-content: center; }
.css-carousel-slide .css-item-data {
  border: none;
  height: calc( 100px / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none; }

.slick-dotted.slick-slider {
  padding: 0;
  margin-bottom: 30px;
  margin: 0 15px 30px 15px; }

.item-carousel-slider-wrapper.css-overflow-hidden .slick-prev {
  left: 0;
  background-color: rgba(22, 27, 30, 0.44);
  padding: 25px;
  z-index: 1; }
  @media screen and (min-width: 992px) {
    .item-carousel-slider-wrapper.css-overflow-hidden .slick-prev {
      left: -10px; } }
.item-carousel-slider-wrapper.css-overflow-hidden .slick-next {
  right: 0;
  background-color: rgba(22, 27, 30, 0.44);
  padding: 25px;
  z-index: 1; }
  @media screen and (min-width: 992px) {
    .item-carousel-slider-wrapper.css-overflow-hidden .slick-next {
      right: -25px; } }

.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(22, 27, 30, 0.44); }

.carousel:hover a.left.carousel-control, .carousel:hover a.right.carousel-control {
  opacity: 1; }

.carousel-indicators li {
  border-radius: 0; }

a.left.carousel-control, a.right.carousel-control {
  transition: unset;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  opacity: 1; }

a.left.carousel-control {
  background-image: -webkit-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, white 0, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  background-repeat: repeat-x; }

a.right.carousel-control {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  color: #041f39;
  text-shadow: none; }

#itemCarousel {
  border-right: 1px #fff solid;
  border-left: 1px #fff solid; }
  #itemCarousel .item.gallery_item {
    min-height: 250px; }
    #itemCarousel .item.gallery_item &gt; a {
      min-height: 250px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      justify-content: center; }

.carousel-indicators .active {
  background-color: #fdc813; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4-gen-2019, 9.59.33
    Author     : Luca
*/
/*.lnr {
    font-size: 22px;
}
// avaiable item
.lnr-checkmark-circle {
    color: #61d661;
}
// not avaiable
.lnr-cross-circle {
    color: #ff0000;
}
.lnr-circle-minus {
    color: #fdc813;
}*/
td .lnr {
  /*font-size: 22px;
  width: 22px;
  height: 22px;*/
  font-size: 14px;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block; }
  td .lnr.lnr-checkmark-circle:before, td .lnr.lnr-cross-circle:before, td .lnr.lnr-circle-minus:before, td .lnr.lnr-question-circle:before {
    position: relative;
    top: -2px;
    /*font-size: 24px;*/
    font-size: 14px; }
  td .lnr.lnr-phone:before {
    position: relative;
    top: -2px;
    font-size: 18px; }

  

.lnr-checkmark-circle {
  color: #20b720;
  background-color: #61d661; }

.lnr-cross-circle {
  color: #ca1212;
  background-color: #ff0000; }

.lnr-circle-minus {
  color: #d0a40d;
  background-color: #fdc813; }

.lnr-phone {
  color: #FD6868;
  background-color: #FD8653;
  font-size: 22px;  }

.lnr-enter {
  margin-left: 5px; }

.css-nav-text {
  color: #0f3e6d; }
  .css-nav-text.css-nav-text__negative {
    color: #fff; }

.css-nav-button .css-nav-icon {
  color: #0f3e6d; }
  .css-nav-button .css-nav-icon.css-nav-text__negative {
    color: #fff; }

.css-custom-icon-minus, .css-custom-icon-plus {
  font-size: 37px;
  margin: 0;
  padding: 0;
  line-height: 14px;
  min-width: 17px;
  display: block;
  font-weight: 100; }

.css-custom-icon-plus {
  position: relative;
  top: 10px;
  /*top: 3px;*/ }

.icon-adv span.red {
  background-color: #ff1818; }
  .icon-adv span.red:after {
    content: "" !important; }
.icon-adv span.green {
  background-color: #61d661; }
  .icon-adv span.green:after {
    content: "" !important; }
.icon-adv span.yellow {
  background-color: #fdc813; }
  .icon-adv span.yellow:after {
    content: "" !important; }
.icon-adv span.gray {
  background-color: #98a0b5; }
  .icon-adv span.gray:after {
    content: "" !important; }
.icon-adv span.orange {
  background-color: #FF8C00; }
  .icon-adv span.orange:after {
    content: "" !important; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31-gen-2019, 12.01.10
    Author     : Luca
*/
.panel {
  border-radius: 0;
  background-color: #fff;
  margin: 0;
  padding: 15px;
  border: 1px #eee solid;
  box-shadow: none;
  margin-bottom: 15px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 5, 2019, 12:03:01 PM
    Author     : Luca
*/
.css-fieldset {
  padding: 22px 25px 25px 25px;
  min-height: 100px;
  min-width: 100%; }
  @media (min-width: 768px) {
    .css-fieldset {
      margin: 0 0 30px;
      min-width: 100%; } }
  @media (min-width: 992px) {
    .css-fieldset {
      min-width: auto; } }
  .css-fieldset.css-fieldset__border {
    border: 1px #eee solid; }
  form &gt; .css-fieldset {
    padding: 0; }
  .css-fieldset.css-fieldset__double:first-child {
    /*            @include md {
                    margin-right: 15px;
                }*/ }

.modal .modal-body {
  padding: 15px;
  font-size: 100%;
  line-height: 1.7rem; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 10, 2019, 10:51:45 AM
    Author     : Luca
*/
.cart_list.table &gt; tfoot &gt; tr &gt; td {
  background-color: #fdc813; }

.css-cart-button-icon &gt; .lnr-cart {
  font-weight: 400;
  margin: 0;
  font-size: 22px; }

#cart_actions form {
  width: 100%; }
  @media (min-width: 992px) {
    #cart_actions form {
      width: auto; } }
#cart_actions button {
  margin-bottom: 15px;
  width: 100%; }
@media (min-width: 992px) and (max-width: 1199px) {
  #cart_actions .col-xs-12.col-sm-12.col-md-4.col-lg-4.margin-bottom-sm:nth-child(2), #cart_actions .col-xs-12.col-sm-12.margin-bottom-sm.css-fieldset.css-fieldset__double:nth-child(2):last-child, #cart_actions .margin-bottom-sm.css-fieldset.css-fieldset__double.css-header-bar__left:nth-child(2):last-child, #cart_actions .margin-bottom-sm.css-fieldset.css-fieldset__double.css-header-bar__center:nth-child(2):last-child, #cart_actions .margin-bottom-sm.css-fieldset.css-fieldset__double.css-header-bar__right:nth-child(2):last-child, #cart_actions .margin-bottom-sm.css-fieldset.css-fieldset__double.css-header-bar__center__left:nth-child(2):last-child, #cart_actions .css-current-page__Catalogue .margin-bottom-sm.css-fieldset.css-fieldset__double.css-catalogue-manufacturer:nth-child(2):last-child, .css-current-page__Catalogue #cart_actions .margin-bottom-sm.css-fieldset.css-fieldset__double.css-catalogue-manufacturer:nth-child(2):last-child, #cart_actions .css-current-page__Catalogue .margin-bottom-sm.css-fieldset.css-fieldset__double.css-catalogue-model:nth-child(2):last-child, .css-current-page__Catalogue #cart_actions .margin-bottom-sm.css-fieldset.css-fieldset__double.css-catalogue-model:nth-child(2):last-child, #cart_actions .css-current-page__Catalogue .margin-bottom-sm.css-fieldset.css-fieldset__double.css-catalogue-category:nth-child(2):last-child, .css-current-page__Catalogue #cart_actions .margin-bottom-sm.css-fieldset.css-fieldset__double.css-catalogue-category:nth-child(2):last-child, #cart_actions .col-md-4.col-lg-4.margin-bottom-sm.css-header-bar__left:nth-child(2), #cart_actions .col-md-4.col-lg-4.margin-bottom-sm.css-header-bar__center:nth-child(2), #cart_actions .col-md-4.col-lg-4.margin-bottom-sm.css-header-bar__right:nth-child(2), #cart_actions .col-md-4.col-lg-4.margin-bottom-sm.css-header-bar__center__left:nth-child(2), #cart_actions .css-current-page__Catalogue .col-md-4.col-lg-4.margin-bottom-sm.css-catalogue-manufacturer:nth-child(2), .css-current-page__Catalogue #cart_actions .col-md-4.col-lg-4.margin-bottom-sm.css-catalogue-manufacturer:nth-child(2), #cart_actions .css-current-page__Catalogue .col-md-4.col-lg-4.margin-bottom-sm.css-catalogue-model:nth-child(2), .css-current-page__Catalogue #cart_actions .col-md-4.col-lg-4.margin-bottom-sm.css-catalogue-model:nth-child(2), #cart_actions .css-current-page__Catalogue .col-md-4.col-lg-4.margin-bottom-sm.css-catalogue-category:nth-child(2), .css-current-page__Catalogue #cart_actions .col-md-4.col-lg-4.margin-bottom-sm.css-catalogue-category:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    left: -15px; } }

.css-cart-th-qty {
  width: 15%; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9-gen-2019, 14.22.19
    Author     : Luca
*/
.dropdown-menu &gt; li &gt; a {
  color: #0f3e6d; }

.css-top-nav-bar-links {
  display: none; }
  @media (min-width: 992px) {
    .css-top-nav-bar-links {
      display: inline-block; } }
  @media (min-width: 992px) {
    .homepage .css-top-nav-bar-links {
      display: none; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 3:35:39 PM
    Author     : Luca
*/
.css-header-bar {
  border-bottom: 1px #e7e7e7 solid; }
  @media (min-width: 768px) {
    .css-header-bar {
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .css-header-bar {
      min-height: 100px; } }
  @media (min-width: 992px) {
    .homepage .css-header-bar {
      min-height: auto; } }
  @media (max-width: 991px) {
    .css-header-bar .css-banner {
      display: none; } }
  @media (max-width: 991px) {
    .css-header-bar .header-search {
      margin-bottom: 15px; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 13, 2019, 12:30:49 PM
    Author     : Luca
*/
.css-header-bar {
  padding-top: 5px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-dic-2018, 12.51.33
    Author     : Luca
*/
.navbar-brand {
  width: 180px;
  height: 95px; }
  @media (max-width: 991px) {
    .navbar-brand {
      float: none;
      display: block;
      margin: 0 auto; } }

.nav a &gt; .fa {
  font-size: 10px; }

.css-menu-nav {
  background-color: #333;
  padding-left: 15px;
  padding-right: 15px; }

.css-nav-button {
  display: inline-block;
  position: relative;
  min-width: 100px;
  min-height: 50px;
  padding: 0px !important;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  transition: background-color 500ms, -webkit-transform 100ms;
  transition: background-color 500ms, transform 100ms;
  transition: background-color 500ms, transform 100ms, -webkit-transform 100ms; }
  .css-nav-button .css-nav-textwrapper, .css-nav-button .css-nav-text, .css-nav-button .css-nav-icon {
    position: relative;
    display: block;
    width: 100%;
    left: 0; }
  .css-nav-button .css-nav-textwrapper {
    overflow: hidden;
    white-space: nowrap;
    height: 50px; }
  .css-nav-button .css-nav-text, .css-nav-button .css-nav-icon {
    transition: margin-top 500ms;
    line-height: 50px;
    padding: 0 25px; }
  .css-nav-button .css-nav-icon {
    font-size: 25px; }
  @media screen and (min-width: 992px) {
    .css-nav-button:hover .css-nav-text {
      margin-top: -50px; } }
  .css-nav-button:hover .css-nav-icon {
    margin-top: 0; }

.header-search form &gt; fieldset {
  padding: 0; }

.css-advanced-layout {
  position: relative;
  min-height: 100vh;
  padding-bottom: 100px; }

@media screen and (min-width: 992px) {
  .container-fluid, .css-container-fluid {
    padding: 0 45px; } }

@media screen and (min-width: 992px) {
  .css-logged {
    padding: 0 0 77px 190px; } }
@media screen and (min-width: 1200px) {
  .css-logged {
    padding: 0 0 134px 250px; } }
.css-logged .main-carousel-slider-wrapper {
  padding-top: 60px; }

@media screen and (min-width: 992px) {
  .dashboard .navbar-default {
    margin-bottom: 30px; } }
@media screen and (min-width: 992px) {
  .dashboard .navbar-default.css-quick-search__active {
    margin-bottom: 101px; } }
.dashboard .css-section-title {
  padding-left: 0; }
.dashboard .css-header-bar {
  display: none; }
.dashboard.homepage .css-header-bar {
  display: block; }
  @media screen and (min-width: 992px) {
    .dashboard.homepage .css-header-bar {
      margin-top: -30px; } }

.css-logged .date::after {
  content: "\f073";
  font-family: FontAwesome;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 7px;
  text-align: center;
  padding: 4px;
  z-index: 1000; }

.css-advanced-layout .css-clear-selection {
  margin: 0 15px 0 0; }

.navbar-header {
  overflow: visible; }

ul.dropdown-menu {
  border-top: 2px solid #fdc813; }

.nav {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px; }
  .nav &gt; li &gt; a {
    padding: 15px 20px; }

.navbar-default .navbar-nav &gt; li &gt; a {
  color: #fff; }
  @media screen and (min-width: 992px) {
    .navbar-default .navbar-nav &gt; li &gt; a {
      color: #333; } }

.navbar-default .navbar-nav &gt; li &gt; a:focus, .navbar-default .navbar-nav &gt; li &gt; a:hover {
  color: #333;
  background-color: #f2f2f2; }

.navbar-default .navbar-nav &gt; li.login-link &gt; a:focus, .navbar-default .navbar-nav &gt; li.login-link &gt; a:hover {
  background-color: #0f3e6d; }

.navbar-default .navbar-nav &gt; li.signup-link &gt; a:focus, .navbar-default .navbar-nav &gt; li.signup-link &gt; a:hover {
  background-color: #0f3e6d; }
  @media (min-width: 992px) {
    .navbar-default .navbar-nav &gt; li.signup-link &gt; a:focus, .navbar-default .navbar-nav &gt; li.signup-link &gt; a:hover {
      background-color: #fdd859; } }

.navbar {
  border-radius: 0;
  border-right: none;
  border-left: none;
  border-top: none;
  /*
      @media screen and (max-width: 991px) {
          position: fixed;
          top: 0;
          left: 0;
          right: 0
      }*/
  /*    
      .navbar-collapse {
          .navbar-nav {
              body &amp; {
                  margin: 0;
                  width: auto;
                  height: 50px;
              }
          }
      }
      */ }
  @media screen and (min-width: 992px) {
    .navbar {
      margin: 0; } }
  .navbar .navbar-toggle {
    background-color: transparent;
    border-radius: 0; }
    .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
      background-color: transparent; }
    @media (min-width: 768px) and (max-width: 991px) {
      .navbar .navbar-toggle {
        display: block;
        margin-right: 0; } }
  .navbar .navbar-nav &gt; ul &gt; a {
    background-color: transparent; }
    .navbar .navbar-nav &gt; ul &gt; a:focus, .navbar .navbar-nav &gt; ul &gt; a:hover {
      background-color: transparent; }
  .navbar .navbar-nav &gt; ul .dropdown-menu li:last-child {
    border-bottom: none; }

@media (min-width: 768px) and (max-width: 991px) {
  .container-fluid &gt; .navbar-collapse, .css-container-fluid &gt; .navbar-collapse,
  .container-fluid &gt; .navbar-header,
  .css-container-fluid &gt; .navbar-header,
  .container &gt; .navbar-collapse,
  .container &gt; .navbar-header {
    margin-right: 0;
    margin-left: 0;
    width: 100%; } }

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    padding: 5px 15px 5px 25px;
    line-height: 20px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse.in {
    display: block !important; } }

/*
.navbar-advanced {
    @media (max-width: 991px) {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10000;
    }
}
*/
@media (max-width: 767px) {
  .navbar-collapse .navbar-nav {
    width: 100%;
    float: none !important;
    margin: 10px auto; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-header {
    width: calc(100vw - 20px); } }

@media screen and (max-width: 991px) {
  #navbar.navbar-collapse {
    border: none;
    margin: 0;
    position: fixed;
    left: -100vw;
    top: 51px;
    width: 100vw;
    height: calc(100vh - 51px) !important;
    min-height: calc(100vh - 51px) !important;
    z-index: 10000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #navbar.navbar-collapse[aria-expanded="true"] {
      left: 0; } }

#navbar {
  height: 51px !important; }
  @media (min-width: 992px) {
    #navbar {
      padding-right: 0;
      padding-left: 0; } }

@media (max-width: 991px) {
  body #navbar {
    padding: 21px 15px 16px 10px;
    min-height: calc(100vh - 58px) !important;
    top: 0;
    border-top: none;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px 0px inset;
    clear: both; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  body #navbar {
    padding: 21px 30px 16px 30px; } }
@media screen and (max-width: 991px) {
  body #navbar ul {
    margin: 0;
    float: none !important;
    clear: both;
    position: static;
    background-color: transparent;
    border: none; } }
@media screen and (max-width: 991px) {
  body #navbar ul.dropdown-menu &gt; li {
    border: 1px transparent solid;
    border-bottom: 1px #eeeeee2e solid; } }

@media screen and (max-width: 991px) {
  .navbar-nav &gt; li {
    min-width: 100%; } }
.navbar-nav &gt; li.css-link {
  text-decoration: none; }
@media screen and (max-width: 991px) {
  .navbar-nav &gt; li &gt; a {
    position: relative; } }
@media screen and (max-width: 991px) {
  .navbar-nav &gt; li &gt; a .caret {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%; } }

@media screen and (max-width: 991px) {
  li.signup-link {
    background-color: transparent; } }

@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav &gt; li &gt; a .css-nav-text {
    color: #fff; } }

@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav &gt; li.login-link &gt; a.css-nav-button .css-nav-text {
    color: #fff; } }

@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
    color: #fff; } }

@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #fff;
    padding: 15px; } }

@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav &gt; .open &gt; a.css-nav-button {
    background-color: #0f3e6d; }
    .navbar-default .navbar-nav &gt; .open &gt; a.css-nav-button span {
      color: #fff; } }

@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav &gt; li &gt; a.css-nav-button:hover {
    background-color: #0f3e6d; }
    .navbar-default .navbar-nav &gt; li &gt; a.css-nav-button:hover span {
      color: #fdc813; } }

.css-dropdown-menu {
  color: #fff;
  border-bottom: 1px #eeeeee2e solid; }
  @media screen and (max-width: 991px) {
    .css-dropdown-menu ul {
      display: none; } }
  @media screen and (max-width: 991px) {
    .css-dropdown-menu.open {
      background-color: #071F36; } }
  @media screen and (max-width: 991px) {
    .css-dropdown-menu.open ul {
      display: block; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  body #navbar .navbar-nav &gt; .open &gt; a:focus, body #navbar .navbar-nav &gt; .open &gt; a:hover {
    color: #fff;
    background-color: #0f3e6d;
    border: none; } }
body #navbar .navbar-nav &gt; .open &gt; a:hover {
  color: #fdc813;
  background-color: transparent; }
  body #navbar .navbar-nav &gt; .open &gt; a:hover .caret {
    color: #fdc813; }
@media screen and (max-width: 991px) {
  body #navbar .navbar-nav &gt; .open &gt; ul {
    background-color: #071F36; } }

/* FIX TOP FOR MOBILE WHEN MENU IS OPENED */
@media (max-width: 991px) {
  .fixNavBarForMobileDevice {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000; } }

@media screen and (max-width: 991px) {
  #navbar.navbar-collapse {
    background-color: #0f3e6d; } }

.navbar-default {
  background-color: #fff;
  /*    border-bottom: 1px $light_gray solid;*/
  margin-bottom: 0; }
  .navbar-default .navbar-toggle {
    border-color: #eee; }
    .navbar-default .navbar-toggle:hover {
      border: 1px #fdc813 solid; }
    .navbar-default .navbar-toggle[aria-expanded=true] {
      border: 1px #0f3e6d solid; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #0f3e6d; }
    .navbar-default .navbar-toggle.collapsed .icon-bar {
      background-color: #fdc813; }
  .navbar-default .navbar-nav &gt; ul &gt; a:focus, .navbar-default .navbar-nav &gt; ul &gt; a:hover {
    color: #333; }
  @media screen and (max-width: 767px) {
    .navbar-default .navbar-nav &gt; ul .dropdown-menu li {
      border-bottom: 1px #eee solid; } }

@media (min-width: 992px) {
  .css-logged .navbar-advanced {
    display: none; } }

.css-nav-button {
  min-width: auto; }
  @media (min-width: 1200px) {
    .css-nav-button {
      min-width: 100px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .css-nav-button .css-nav-text {
      padding: 0 12px; } }

.navbar-default .navbar-nav &gt; li.css-nav-single-link .css-nav-button:hover {
  background-color: #fff; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-gen-2019, 15.38.35
    Author     : Luca
*/
.css-quick-search {
  position: absolute;
  top: 50px;
  /*    right: 15px;*/
  border: 1px #eee solid;
  width: calc(50% - 45px);
  margin: 15px 15px 15px 15px;
  padding: 15px;
  /*    left: auto;*/
  right: auto;
  left: 15px;
  background-color: #fff;
  z-index: 10; }
  @media screen and (max-width: 991px) {
    .css-quick-search {
      display: none; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14-gen-2019, 11.15.31
    Author     : Luca
*/
.css-category-menu {
  background-color: #0f3e6d; }
  .css-category-menu .slick-prev {
    width: 45px;
    height: 40px;
    padding: 0;
    text-align: center;
    left: 0; }
    .css-category-menu .slick-prev:hover {
      background-color: rgba(255, 255, 255, 0.25); }
    @media screen and (min-width: 992px) {
      .css-category-menu .slick-prev {
        height: 40px; } }
    .css-category-menu .slick-prev .lnr-chevron-left {
      width: 20px;
      height: 20px;
      margin-top: -10px;
      margin-left: -10px;
      font-size: 18px; }
  .css-category-menu .slick-next {
    width: 45px;
    height: 43px;
    padding: 0;
    text-align: center;
    right: 0; }
    .css-category-menu .slick-next:hover {
      background-color: rgba(255, 255, 255, 0.25); }
    @media screen and (min-width: 992px) {
      .css-category-menu .slick-next {
        height: 40px; } }
    .css-category-menu .slick-next .lnr-chevron-right {
      width: 20px;
      height: 20px;
      margin-top: -10px;
      margin-left: -10px;
      font-size: 18px; }

.css-category-menu__list {
  padding: 0 45px; }

.css-category-menu__link {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #fff;
  height: 41px;
  line-height: 41px;
  padding: 0;
  border: 1px transparent solid;
  border-right: 1px rgba(255, 255, 255, 0.25) solid;
  width: calc(100vw - 90px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
  @media screen and (min-width: 992px) {
    .css-category-menu__link {
      font-size: 14px;
      padding: 0 30px;
      width: auto; } }
  .css-category-menu__link:hover, .css-category-menu__link:active {
    border: 1px transparent solid;
    border: 1px rgba(255, 255, 255, 0.25) solid;
    color: #fff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.25); }
  .css-category-menu__link:focus {
    border: 1px solid #fdc813;
    color: #fff;
    text-decoration: none; }

.css-header__category-menu {
  padding-top: 35px; }
  .homepage .css-header__category-menu {
    display: none; }
  .css-header__category-menu select {
    width: 100%;
    font-size: 14px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 11, 2019, 11:46:48 AM
    Author     : Luca
*/
.navbar-brand {
  margin-left: -15px; }
  @media (max-width: 991px) {
    .css-header-bar .navbar-brand {
      display: none; } }
  .navbar &gt; .container-fluid .navbar-brand, .navbar &gt; .css-container-fluid .navbar-brand {
    height: auto;
    padding: 0;
    margin: 8px 0 5px 15px;
    width: calc(100% - 87px);
    max-width: 108px; }
    @media (min-width: 768px) {
      .navbar &gt; .container-fluid .navbar-brand, .navbar &gt; .css-container-fluid .navbar-brand {
        margin: 8px 0 5px 0; } }
  .css-header-bar .navbar-brand {
    margin: 0;
    padding: 0;
    line-height: normal;
    max-width: 200px;
    width: 100%;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      .css-header-bar .navbar-brand {
        display: none; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 13, 2019, 11:35:54 AM 
    Author     : Luca
*/
.css-language-dropdown img {
  max-width: 20px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4-gen-2019, 9.40.53
    Author     : Luca
*/
/* Banner component */
.css-banner {
  margin: 4px 0 0 0;
  padding: 0;
  height: 100px;
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAABPCAMAAAAA9EvkAAAAilBMVEX///8hP3wAJnH19fgAI28ZOnoALXQAMHUcPHoYOXlWZ5MGMnY5UIUAKXIONXenr8Reb5na3ufV2OLIzdq5v89xgKRKX4+RmrWZo7yxuMoAIW/h5Otjc5vu8PTm6O7L0Nx6h6iiqsFPYpErRoCFka9AVokxSoJtfKHAxtWttMg4T4WTnbgAGGyJlLGzouTsAAAOD0lEQVR4nO1d61riOhSlhd6orYiAUEFARVCH93+9IwJN1s7Ohc7gdM6X9U+b0FxWdvYtaafj4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4fFvo1vD9QFTyPSzHMxNetyt99v+5iVL4jhOspfJ/PV2aKrwtFu/DjZB/l36ebt/X1rewPdlaMDdk/UnL+qyubBxmC4aTHsxtzm5FNMqPKOaSL/dnYcS5prar8XxeS+4g6ZON3FoRLLSNWi53xRFkpdZlKbBEWmUlXkczvmud0fjLIy/KxxLp9+lP/bLC4di96uIDSiKaH77pK89Lwtjl4uNNEbjylj2jJLpw90bLRVvta26j3vnUr3okSnwuBEN3F8wWDYMq0Ag/hQPtkkgP5mytd/Dc4GyL/9okkeBBcUn94Pdz7IodXXLG64D2yLJuNJpWaSfF63CPvs78k9meW+goVa/sNUOsqwuvQtthY+ISvVNzPjEr7o+hakolU2YAoHU7N7skuEy4zaXey4JpjepRV9Dys1pp3NTF8oG4r9PPairGbIN83vTIjfV6SmT+tgPDfOZ5uHDBWNx49DsIKveubp9Y8NPCGuRMS0din93WVkay5gplmi6dFdYSj3KDM90G1MDILEkdoxxwkKucle0Kl+Lf8+ta/cL6Yv6cxtuzCQUlFgPle1Veea+IToRKwg4Zt07SaC41hM/XYkVKsR65aoWGg30DkY0VgsM5QIpJ9IaQkusGWyF0phI2Ikyhdi/u06DrBJrUdpYQojVnSSWCof3VPwuzmDjRqygUnfDrcta+jPECrhWlhrJfBmxop8g1gLpkd8ylcXiSQPxX1ZWK1CI1Y2s84rE6r44zWZQaBUQAldiycN0wotT1T9BLNzczkjf+C61kFhkY8g4w0MMZylN3shBjjDE6tvHGon15sYrnZ2gwpVYjMhiZ1vBnyDWlFfmQt6maCOxHqDvaarWlYRafC/+7UYsqryPHOYGRm+uzE1a5nmS56XCj+q+4wJnYskK5RFuRp5Q3m+dxugLPaWRvM2csyZFK4lFdrRwodSV1LBC+jchVsRCMa4U1SEtk+LbMVQUcZzkZVnGgfxyQsQ0KZ7369lotn7dUNsy1RlNCCRWltegolHdC5FYKd/lRJjW3V4pPQm0tXNqjS96AQtmez6gjcQi4j1WV70wHKEiEuutz2I+wt8aUcUsfnnY3S263e7i6XF4P1p/7vfv8rZAlnwZzMTTxbTAySpXLmMBxMq2szPWAypNI1oViBXxXR48SO1/WklP3uTa6UR6MqbLeVbPVxrDEBQdDq0kFnoNStW4Es9BEAOxspVbOyYosKJkZC5PVA3qe17coJSpVHmrAogF/V0SZineJSAWP8cGgGsnNvpH6klJP9AHxSz8TkuJ9Q5zFymy9lGMNuyTSKyxUzOIDZoGNiKgwMpXSgG0PUoXy1BPLMpjxaGGxLo06obEMiqEItQxxQbzPWwlsZ5wshU9RVT9Wj0SmhCLeM2UiaPA7Zbz4i8srWdgIBb5tfiOVP0pYu1qHhwsTNm+4qyrlhKL6NMFDWGKrRLdc02IhX7+0uof6IMOxfqd0aqNd/ZGGIjVQZ1NcRf/FLFWdacOK+VeZoUyPwe0k1gYPFC0HsEfHOcmxEIHI2OBItC5zwcyUci4tMNErD408K8RKzs34xjWkzMIVB9Ip63EggWhbOJDoWLl8KABsbqgHLPxacAOWsYOKfH4pIohx1QwEGsAIrX4S1uhGPOjuTSRuhg9MxXaSawO+EzodAt9lpCnAbEwTlFa84LINkenmSukcU3LuIBYf0l5Fw77Y3fAga8mQrSWWEST0T0km2QDYhEJZE0LMjaMbUeQ2JUs41YIb1T84T9ErI869fEYEAMnNtfDlhJrDUY2UZGFkCFLpQGxoBUWg/sAzBUL+EJDZKs9ycFELFACVQvsZ4gl7PSzXgLZVCu1RkuJhTsUJjiIxUKzeBo4SDEmy6boyCC6u2Y4HqH1Dgw3EQu0AjUh7k86SPXEEpN1NnJBkDLZpi0lVgcUC5waocFQ3RmIlU4+Hyimik6E9qeiGlMQymjyHhckzmIbChOxMHCaKHs1vKpUevzwYAwkuBJL0Kg6CUVw3DLj1lZireQJx0QXYXNRBwrqNmmpIP9FtYGt2eaiwGnWySIi1zQZS3KX9MTC8JYqktB/qna5LEy8diSWsJ3TswU4lJcYE3VrK7GQI3JukJg1xZC3p80o7yE2F+fqk7GDN2jDNRjXzjSlBPTE+kR1TU3XtKfNmKKVjsQS3RabBPBCddO0lVi46OUuCztOyRywE0vpALHybMTCN2i9EySeaBsKJFY0v12f8PoCtgWTre9ALFOnHIkligmZPpBHTnUst5VY6GSUF7HQipSBaECsZ3PwiGIGE63L9+5g4NgeLcR8rKhOx8LMwSxhZM+PEEuMq+gLGO6q7tdaYsExJfmxML+V8zsNiDW5TGI1IhYzqgQOGaRpVmy4Pe0niCVydyStEgx3NX+8tcRCX5CwZ4XFpdb5HxOrCMb8tP8EsfYiAC1JJuikIpVbSyzUU0QkQ5BHTbZ2IBYNa124FRIdS0es39KxOGhiRx0XYqmHbQXciCVtEpLQBHu1oEmC7SUWOAJE7GZV/1uNwVlz3rOKRo0HKLFs7oadm/L+W1Yhh1hLDlvOe5YzGn8NJ2KJfFHwnMAEKmusvcSCXUdMoThQqLqHrDnvW8VbSNxENs87+rG07gZwo3K2HIGVWPoj6Lacd8h3V+BELKGmw0oCZ7EyG+0lFqSR1i8WvWH2oQYhnRUQy5z13aGhJkcHKZdVgrDrWJVuk/6BkI44FYAljDkc7SUWXg5yHjKRDs9IlwZB6AuzPUkOny6k81uxQhZakXX9IHRXJPXF+spU420xsfbynJ+1H7F1Md6h385usJ3QIaaQLgqIEUV7ujMhVtk7IIyB8z2NyLo+scSoph+jmQSQ9koaQXuJBWmk5wVR/487ed8kHwvUMk1GqASggE57IoFjK1v5kM7dSv4Znci6PrEkNTTNZRhvBWoxsWDMTuEboeNw0/X7GaTWs1orzIbgC+HxNaupqY0VPsi/0+N/5vrEcrsdgtZuM7FkV8BJOAgDRb1l50/kvFv758QZZJ/dP6oNQmfS/zUi6+rEwvMHepBF2WZiQYljsmgdM2Zz7Jqc0sH7A60zg+qTZuuEa5Ec0rG0xALTImRZfHVisdetMSDJrW0mFkzi0RMgzopw+b5NiIXShb2MC5CCksWmWi0N6a88dMTC6xTZ2zeuTqzUHsc8vRzMizYTC1b+N5OEVsxuQk2IRZIDrV5yXMDsXGD80RRROUObjwU5HqzIujax+OvWOKD4bjWxZGnyrWLUGer8Yb0mxCLXS2a2jWuIzk/mOAVec8QeuqPQEusyC+caxHK+DJf0tNXEgrNZhwSHWhbwtwM1IRbJIQ3KjSUQjfePlQoRl8jUwuGEvZ5Y6JDlRNa1iaW5bo0DnJm68HLbD7VAUzgQC6RJuJD+5l3kja4xuqf3qIWDEexej/ejnRTU32H5coNb3ZpEhe0J7x1TavLA5IQ84MohHZnZzGcGQP8CD9BlxHI4eOcMB2LB3VXl6mlci2Xl3OY3UF96ueHw8UwtuRu6JrMkLCfb1X46ne7HN0URJ3ElLUayhtNwVQeXFrMPkrkTOg2YnljYJcaXRe6SYLu8WenS3q3EktwrCfNdFDj0CHvEhcQK4ugDW71xvL9VgQux4IxRKb7AoF6Z9Q2SNpOyiHrEoFxydyBG2eFQT1mePElydPqxImXLOLwZjFfb5yjMiQlVul2Mbzilg2FHtd9EQPJdLjUna+3EEhKT9aOhKSMfL7yUWErbI+c7pwlciKUzSTQmvOPltvSKmLFdP4UxX6utSrMvqHY5f3WUCgOx0B2iiizHy2013n8rsaT7V7hLbPGGAjkv4HJiKYNnTzdi4UIskuNbQ3Oiyc1JrDb4zaqg4piPHW8eTq0ZqSeYDqxaRJbbzeC6I942YknEYe82QZtabrmVWHdWYjmuSgonYo3ZcdM5s5+cli/zZQp6fbACMuZbNwZb8wbPMF68hhd4UdHz7GS1NSWWkJeaaQaFUz5eaCXWwjZZupsxbHAi1pB9e6jLx3P6TAMjYhdvlt2Qjvmrw9egytRRXpmJhbdLKH42zbX+tP0NiSXerbn+Gd1cUkq8lVgdRnUAXJVYnQEz46X2I3m3LpKE3bvHPePKV1JLd7mFiqn2S4sMbgzEesS1RbWsrub6ddL+ZsSSdFzNZUxw0l4+xGMnli0IeV1idV+U17MfDzxh4uAn5p1xyxvTZ/9+qUrda0/9EEWNqPi4xDEDV4LTMCi6QxQd+p0aqRx0qTtgtygnbWTacJerHYBpRyJdHO0ujljdwiyymhJrJy+1UB+pHcAEpmWl/6jnF/qhTcJqP510P6gSlitR/osLeXc/y5gtn+VV/zJ/315e3hWRDaMqNTz9WqGV9gOedYt0qTs76bejSuVOveOrEYYTxrJ8CAXru7/kQC8rvYex8auluXGiDVgVVe+EamUoN3y9ic8Fy8mDRXG53wY9EyrDtyK6o9VHr4iTU4Zk8v3Z3F7ZX+v8i8v9Ta9IDt6ub8/L8Tu/yfzd5aMBgHlRty9WzpTdBmKgEubE2eJhI4aS63LxrM01XJfnmtUbo7kuo+Nj+LYyoDsQjQtX0oNZJh48az59PJ0k2kbHmu8l/7N4XI7eDxdy3M529/dL64e+u8PZdDV/3hx8xf3x6+3OIZnBw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw+P/jf8ARlIHTIl563MAAAAASUVORK5CYII=);*/
  background-size: 200px auto;
  background-repeat: no-repeat;
  background-position: right 48%; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2019, 3:33:55 PM
    Author     : Luca
*/
.sidebar {
  position: fixed;
  
    
  top: 0;
  width: 250px;
  padding: 105px 15px 15px;
  left: 0;
  z-index: 100;
  background-color: #333;
  height: 100%;
  overflow-x: hidden;
    overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

.sidebar .css-user-panel, #navbar .css-user-panel {
  padding: 10px;
  text-transform: uppercase; }
  .sidebar .css-user-panel p, #navbar .css-user-panel p {
    margin: 0;
    font-size: 12px;
    line-height: 14px; }
  .sidebar .css-user-panel .css-sidebar-user-icon, #navbar .css-user-panel .css-sidebar-user-icon {
    padding: 2px 3px;
    margin-right: 5px;
    color: #fff;
    font-size: 20px;
    display: block;
    float: left;
    height: 100%; }
  .sidebar .css-user-panel .css-user-name, #navbar .css-user-panel .css-user-name {
    display: table-cell;
    height: 23px;
    vertical-align: middle; }

.sidebar &gt; ul &gt; li &gt; a {
  color: #fff;
  border-radius: 0;
  padding: 10px 10px 5px;
  line-height: 0.8 !important;
  }

.sidebar &gt; ul &gt; li:hover &gt; a {
  color: #fff; }

.sidebar .css-sidebar-user-icon i:before {
  color: #fff; }

.sidebar &gt; ul &gt; li a:focus, .sidebar &gt; ul &gt; li a:hover {
  background: none; }

.sidebar &gt; ul &gt; li.open a, .sidebar &gt; ul &gt; li.open a:focus, .sidebar &gt; ul &gt; li.open a:hover {
  background: none;
  border: none; }

.sidebar span.css-sidebar-icon {
  display: inline-block;
  color: #fff;
  background-color: #444;
  padding: 5px;
  width: 25px;
  height: 25px;
  text-align: center;
  margin-right: 5px; }

.sidebar .dropdown-menu {
  position: relative;
  margin-bottom: 20px;
  background: none;
  border: none;
  border-radius: 0;
  border-top: 1px solid #4e4e4e;
  border-bottom: 1px solid #4e4e4e;
  -webkit-box-shadow: none;
  box-shadow: none; }

.sidebar li .dropdown-menu li a {
  color: rgba(255, 255, 255, 0.8); }

.sidebar {
  padding: 15px;
  background-color: #0f3e6d;
  border-right: 1px #eee solid; }
  @media screen and (max-width: 991px) {
    .sidebar {
      display: none; } }
  .sidebar .navbar-brand {
    width: 210px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .sidebar .navbar-brand {
        width: 150px; } }
  .sidebar .css-user-panel {
    color: #fdc813;
    margin-bottom: 15px;
    padding-left: 7px;
    padding-top: 15px; }
    .sidebar .css-user-panel .css-sidebar-user-icon {
      padding-right: 4px; }
  .sidebar span.css-sidebar-icon {
    margin: 0;
    padding: 0;
    margin-right: 10px;
    background-color: transparent;
    line-height: 25px;
    font-size: 20px;
    padding: 5px 0;
    color: #fdc813;
    position: absolute;
    left: 7px;
    top: 0px; }
  .sidebar &gt; ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sidebar &gt; ul &gt; li {
      margin: 0;
      padding: 0;
      border-bottom: 1px #eeeeee2e solid; }
      .sidebar &gt; ul &gt; li:last-child {
        border-bottom: none; }
      .sidebar &gt; ul &gt; li &gt; a {
        padding: 15px 0 15px 40px;
        sidebar span.css-sidebar-iconline-height: normal; }
      .sidebar &gt; ul &gt; li &gt; .dropdown-menu {
        position: static;
        margin: 0;
        padding: 0;
        float: none;
        background-color: #071F36;
        border: none; }
        .sidebar &gt; ul &gt; li &gt; .dropdown-menu &gt; li {
          border: 1px transparent solid;
          border-bottom: 1px #eeeeee2e solid; }
          .sidebar &gt; ul &gt; li &gt; .dropdown-menu &gt; li:last-child {
            border-bottom: 1px transparent solid; }
          .sidebar &gt; ul &gt; li &gt; .dropdown-menu &gt; li:hover {
            background-color: #071F36;
            border: 1px #fdc813 solid; }
  .sidebar li:hover {
    background-color: #0f3e6d;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear; }
  .sidebar a {
    font-weight: normal;
    letter-spacing: 0.04rem;
    text-overflow: ellipsis;
    overflow: hidden; }

#navbar .css-user-panel {
  color: #fdc813;
  background-color: #0f3e6d; }

.sidebar &gt; ul &gt; li a:focus, .sidebar &gt; ul &gt; li a:hover {
  color: #fdc813; }

.css-brand-on-sidebar {
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .css-brand-on-sidebar .navbar-brand {
    float: none;
    padding: 0;
    font-size: no;
    line-height: normal;
    display: block;
    margin: 10px -10px;
    height: auto; }

body .sidebar .css-sidebar-toggle {
  text-align: center; }
  body .sidebar .css-sidebar-toggle a {
    padding: 0;
    position: static; }
    body .sidebar .css-sidebar-toggle a .fa-chevron-left {
      margin: 1px 0px 0 -4px; }
body.css-fullscreen .sidebar .css-sidebar-toggle {
  text-align: center; }
  body.css-fullscreen .sidebar .css-sidebar-toggle a {
    padding: 0;
    position: static; }
    body.css-fullscreen .sidebar .css-sidebar-toggle a .fa-chevron-left {
      margin: 0px 0px 0 -2px;
      color: #fff; }

/*** Sidebar section (logged only) ***/
.css-sidebar-mob {
  text-align: center;
  /*    @media (min-width: 992px) {
          border-left: 0;
          margin-left: 0;
          background-color: aliceblue;   
          position: fixed;
          top: 131px;
          left: 0;
          right: 0;
          height: 40px;
          padding: 0 15px;
  
          #navbar &amp; {
              &gt; .css-user-panel {
                  border: 1px green solid;
              }
              &gt; .navbar-nav {
                  border: 1px blue solid;
              }
          }
      }*/ }
  .css-sidebar-mob .nav.navbar-nav &gt; li {
    border-bottom: 1px #eeeeee2e solid; }
    .css-sidebar-mob .nav.navbar-nav &gt; li.open {
      background-color: #071F36;
      border-bottom: none; }
    .css-sidebar-mob .nav.navbar-nav &gt; li &gt; a {
      font-size: 12px;
      line-height: 50px;
      font-weight: 700;
      padding: 0; }
      .css-sidebar-mob .nav.navbar-nav &gt; li &gt; a:hover {
        color: #fdc813;
        background-color: transparent; }
        .css-sidebar-mob .nav.navbar-nav &gt; li &gt; a:hover &gt; span {
          color: #fdc813;
          background-color: transparent; }
  .css-sidebar-mob .navbar-nav &gt; .open &gt; a, .css-sidebar-mob .navbar-default .navbar-nav &gt; .open &gt; a:focus, .css-sidebar-mob .navbar-default .navbar-nav &gt; .open &gt; a:hover {
    background-color: transparent;
    color: #fdc813; }
  .css-sidebar-mob .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    border: 1px transparent solid; }
  .css-sidebar-mob .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus,
  .css-sidebar-mob .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
    background-color: transparent;
    color: #fdc813;
    border: 1px #fdc813 solid; }
  @media (max-width: 991px) {
    .css-sidebar-mob ul.css-mobile-only &gt; li:first-child {
      padding-top: 9px; } }
  @media (max-width: 991px) {
    .css-sidebar-mob ul.css-mobile-only &gt; li &gt; a {
      padding-left: 17px; } }
  @media (min-width: 992px) {
    .css-sidebar-mob {
      display: none; } }

.css-sidebar-icon {
  margin-right: 10px;
  color: #fdc813; }

#navbar .css-user-panel p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px; }
  #navbar .css-user-panel p &gt; .css-user-name {
    height: auto; }

.sidebar .css-user-panel p {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 10px; }
  @media (min-width: 1200px) {
    .sidebar .css-user-panel p {
      padding-left: 0; } }
  .sidebar .css-user-panel p &gt; .css-user-name {
    height: auto; }

.sidebar #dropdown-web-languages img,
.css-sidebar-mob #dropdown-web-languages img {
  max-width: 20px; }

.sidebar .dropdown-menu &gt; li &gt; a &gt; img,
.css-sidebar-mob .dropdown-menu &gt; li &gt; a &gt; img {
  max-width: 20px !important; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 17, 2019, 9:17:44 AM
    Author     : Luca
*/
.sidebar {
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 11%, #0f3e6d 11%, #0f3e6d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 11%, #0f3e6d 11%, #0f3e6d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 11%, #0f3e6d 11%, #0f3e6d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='$background_color_official',GradientType=0 );
  /* IE6-9 */
  border-right: 1px #eee solid; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sidebar {
      background-color: #0f3e6d;
      background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 12%, #0f3e6d 12%, #0f3e6d 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 12%, #0f3e6d 12%, #0f3e6d 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #ffffff 0%, #ffffff 12%, #0f3e6d 12%, #0f3e6d 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='$background_color_official',GradientType=0 );
      /* IE6-9 */ } }
  @media (min-width: 1200px) {
    .sidebar {
      background-color: #0f3e6d;
      background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 12%, #0f3e6d 12%, #0f3e6d 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 12%, #0f3e6d 12%, #0f3e6d 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #ffffff 0%, #ffffff 12%, #0f3e6d 12%, #0f3e6d 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='$background_color_official',GradientType=0 );
      /* IE6-9 */ } }

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .css-user-panel {
    margin-top: 45px; } }
@media (min-width: 1200px) {
  .sidebar .css-user-panel {
    margin-top: 38px; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4-gen-2019, 9.24.45
    Author     : Luca
*/
.footer {
  width: 100%;
  min-height: 50px;
  padding: 18px 0 15px 0;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #eee;
  background-color: #fff; }
  @media (min-width: 992px) {
    .footer {
      position: absolute;
      bottom: 0;
      z-index: 1000;
      right: 0; } }
  @media (min-width: 992px) {
    .css-logged .footer {
      left: 190px;
      width: calc(100% - 190px); } }
  @media (min-width: 1200px) {
    .css-logged .footer {
      left: 250px;
      width: calc(100% - 250px); } }
  .footer p {
    color: #0f3e6d;
    font-weight: 700;
    letter-spacing: 0.01rem; }
  .footer a {
    color: #0f3e6d;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px; }
  .footer .css-menu-bottom {
    padding-top: 15px; }
    .footer .css-menu-bottom ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .footer .css-menu-bottom ul li {
        margin-right: 15px; }
        .footer .css-menu-bottom ul li:last-child {
          margin-right: 0; }

/* Single page layout */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8-gen-2019, 12.15.15
    Author     : Luca
*/
/* Login page only */
.css-login-page {
  margin: 0;
  padding: 10% 0 0 0;
  line-height: normal; }

.css-logo-login {
  width: 240px;
  height: 95px;
  margin: 0 auto;
  margin-bottom: 30px; }

.css-form-login {
  width: 100%;
  margin-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .css-form-login {
      max-width: 40%;
      margin: 0 auto; } }
  .css-form-login input {
    border-radius: 0;
    background-color: #f9f9f9;
    margin-bottom: 15px; }
  .css-form-login .btn {
    float: right;
    background-color: #0f3e6d;
    color: #fff;
    margin-top: 10px;
    padding: 8px 15px;
    border: none;
    min-width: 100px; }
    .css-form-login .btn:hover, .css-form-login .btn:active, .css-form-login .btn:focus, .css-form-login .btn:active:hover {
      border: none;
      background-color: #0f3e6d;
      color: #fff;
      opacity: 1; }
    .css-form-login .btn::after {
      content: "";
      clear: both;
      display: table; }
    .css-form-login .btn .lnr {
      font-weight: 400;
      left: 2px;
      top: 2px;
      font-size: 18px; }

.css-back-to-website {
  margin-top: 45px;
  text-align: center; }
  .css-back-to-website &gt; a {
    font-size: 12px;
    color: #666; }

.css-login-error {
  float: left;
  width: 100%; }
  .css-login-error:after {
    content: " ";
    clear: both; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 3, 2019, 12:45:52 PM
    Author     : Luca
*/
@media screen and (min-width: 992px) {
  .homepage .container-fluid, .homepage .css-container-fluid {
    padding: 0 15px; } }
@media screen and (max-width: 991px) {
  .homepage.css-logged .css-search-input__relative {
    margin-top: 7px; } }
@media screen and (min-width: 992px) {
  .homepage.css-logged span.twitter-typeahead,
  .homepage.css-logged .button-search .btn {
    top: -8px; } }
.homepage .css-header-bar {
  margin-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .homepage .css-header-bar {
      margin-bottom: 0; } }
@media (min-width: 992px) {
  .homepage.css-logged .css-header-bar {
    margin: 0; } }
@media (min-width: 992px) {
  .homepage.css-logged .css-header-bar .header-search {
    margin-bottom: 28px; } }
@media (min-width: 992px) {
  .homepage.css-logged .css-header-bar .navbar-brand,
  .homepage.css-logged .css-header-bar .css-banner {
    display: none; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-mar-2019, 16.35.46
    Author     : Luca
*/
/* Alternative style for homepage slider */
@media (min-width: 992px) {
  .homepage .css-header-bar {
    position: absolute;
    top: 51px;
    z-index: 1;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0;
    border-right-width: 12.5vw;
    border-top: 102px solid white;
    padding-left: 219px;
    padding-top: 0;
    padding-right: 45px; }
    .homepage .css-header-bar .header-search,
    .homepage .css-header-bar .css-banner {
      display: none; }
    .homepage .css-header-bar .container-fluid, .homepage .css-header-bar .css-container-fluid {
      margin: 0;
      padding: 0;
      position: relative;
      width: auto;
      top: -154px;
      left: calc(-240px + 42px);
      width: 240px;
      height: 154px; }
      .homepage .css-header-bar .container-fluid &gt; .row, .homepage .css-header-bar .css-container-fluid &gt; .row, .homepage .css-header-bar .container-fluid &gt; .css-row, .homepage .css-header-bar .css-container-fluid &gt; .css-row {
        margin: 0;
        padding: 0; }
        .homepage .css-header-bar .container-fluid &gt; .row &gt; div, .homepage .css-header-bar .css-container-fluid &gt; .row &gt; div, .homepage .css-header-bar .container-fluid &gt; .css-row &gt; div, .homepage .css-header-bar .css-container-fluid &gt; .css-row &gt; div {
          margin: 0;
          padding: 0;
          width: 100%; }
      .homepage .css-header-bar .container-fluid .navbar-brand, .homepage .css-header-bar .css-container-fluid .navbar-brand {
        min-width: 240px;
        margin: 0;
        padding: 0;
        width: 100%;
        left: 0;
        position: absolute;
        top: 22px;
        margin-left: 0;
        clear: both;
        height: 95px; }
  .homepage .css-category-menu {
    display: none; }
  .homepage #navbar {
    border: none !important; }
  .homepage .navbar-default {
    border-bottom: none; } }
@media (min-width: 992px) {
  .homepage.css-logged.dashboard .css-header-bar {
    display: none; } }
.homepage form &gt; fieldset {
  padding: 0;
  margin: 0; }

.item-carousel-slider-wrapper .css-item-block-data.css-item-data {
  font-size: 12px; }

/*@import "adv2/pages/homepage/components/_slider"; */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 16, 2019, 11:25:51 AM
    Author     : Luca
*/
.cd-hero__slider {
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .cd-hero__slider {
      height: 500px; } }
  @media only screen and (min-width: 1600px) {
    .cd-hero__slider {
      height: 600px; } }

.cd-hero__btn {
  background-color: #333;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  border: 1px #ffffff66 solid; }
  .cd-hero__btn:hover, .cd-hero__btn:focus, .cd-hero__btn:active {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    border: 1px #ffffff66 solid; }
  .cd-hero__btn.cd-hero__btn--secondary {
    background-color: #0f3e6d;
    color: #fff; }
    .cd-hero__btn.cd-hero__btn--secondary:hover {
      background-color: #1c73ca; }

.cd-hero__marker {
  color: #fdc813; }
  @media only screen and (min-width: 768px) {
    .cd-hero__marker {
      min-width: 160px;
      width: auto; } }

.cd-hero {
  margin-bottom: 45px; }

.cd-hero__search_inside_slider input.form-control {
  border: 1px #e7e7e7 solid; }
.cd-hero__search_inside_slider button &gt; i.lnr-magnifier {
  max-height: 35px;
  position: relative;
  right: 2px;
  top: -2px;
  left: auto;
  bottom: auto;
  min-height: 35px;
  height: 35px;
  width: 35px;
  padding: 7px 7px 8px 7px; }
.cd-hero__search_inside_slider .css-search-input__relative .tt-menu {
  max-height: 175px;
  text-align: left; }

.cd-hero__content.cd-hero__content--full-width,
.cd-hero__content.cd-hero__content--half-width {
  padding-top: 0; }

.main-slider .slider-title {
  background-color: #fdc813;
  padding-top: 17px;
  padding-bottom: 17px; }
  .main-slider .slider-title::before {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background-color: #fdc813;
    position: absolute;
    top: 0;
    left: -20px;
    transform: skew(-30deg);
    z-index: 0; }
.main-slider .slider-subtitle {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f3e6d;
  color: #fdc813; }
  .main-slider .slider-subtitle::before {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background-color: #0f3e6d;
    position: absolute;
    top: 0;
    left: -26px;
    transform: skew(30deg);
    z-index: 0; }

.item-carousel-slide &gt; .carousel-item-link {
  border: 1px #eee solid;
  margin: 0 15px;
  width: 200px!important;
  }

.slick-slide:first-child .item-carousel-slide &gt; .carousel-item-link {
  margin-left: 0; }

.slick-slide:last-child .item-carousel-slide &gt; .carousel-item-link {
  margin-right: 0; }

.slick-next:before {
  content: ''; }

.slick-prev:before {
  content: ''; }

.slick-next .lnr-chevron-right {
  font-size: 25px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px; }

.slick-prev .lnr-chevron-left {
  font-size: 25px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px; }

.carousel-item-link &gt; .css-item-block-img {
  margin: 0 auto;
  height: 70px;
  object-fit: contain;
  max-width: 99%;
  max-height: 90px; }

.carousel-indicators {
  bottom: 0; }
  .carousel-indicators li {
    border: none;
    height: 3px;
    background-color: #aaa;
    margin: 0 3px; }
    .carousel-indicators li.active {
      background-color: #fdc813;
      height: 3px;
      border: none; }

.cd-hero__nav {
  background-color: transparent; }
  .cd-hero__nav li {
    margin-right: 15px;
    border: 1px rgba(255, 255, 255, 0.25) solid; }
    .cd-hero__nav li.last-child {
      margin-right: 0; }
    .cd-hero__nav li a {
      text-indent: -9999px;
      background-color: rgba(0, 0, 0, 0.4);
      border: none;
      color: #fff;
      font-weight: normal;
      letter-spacing: 0.04rem;
      transition: background 0.3s ease-in;
      -moz-transition: background 0.3s ease-in;
      -ms-transition: background 0.3s ease-in;
      -o-transition: background 0.3s ease-in;
      -webkit-transition: background 0.3s ease-in; }
    .cd-hero__nav li:hover a {
      color: #fff;
      background-color: #ccc; }
    .cd-hero__nav li.cd-selected a {
      color: #fff;
      background-color: #fdc813; }
    .cd-hero__nav li.cd-selected:hover a {
      color: #fff;
      background-color: #fdc813; }
  .cd-hero__nav a {
    text-decoration: none; }
    .cd-hero__nav a::before {
      position: absolute;
      width: 24px;
      height: 24px;
      top: 8px;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: none; }
    @media only screen and (min-width: 768px) {
      .cd-hero__nav a::before {
        top: 18px; } }
  .cd-hero__nav span.cd-hero__marker {
    display: none; }

.cd-hero__content h2 {
  font-size: 48px;
  padding: 0;
  margin: 0 0 15px 0;
  width: 100%;
  display: block;
  max-width: 100%; }
.cd-hero__content p {
  font-size: 26px;
  padding: 0;
  margin: 0 0 30px 0;
  width: 100%;
  display: block;
  max-width: 100%; }
.cd-hero__content.cd-hero__content--half-width.__center {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto; }
.cd-hero__content.cd-hero__content--half-width.__right {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  left: auto; }

.cd-hero__slide {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent !important; }

.cd-hero__content_box_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.cd-hero__content_box_inner {
  width: 100%;
  display: flex; }

.cd-hero__search_inside_slider {
  width: 100%;
  margin: 0 auto; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 16, 2019, 11:27:36 AM
    Author     : Luca
*/
.cd-hero__nav {
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .cd-hero__nav {
      height: 50px; } }
  .cd-hero__nav li {
    min-width: 25px;
    min-height: 25px;
    max-height: 25px;
    max-width: 25px; }
  @media only screen and (min-width: 768px) {
    .cd-hero__nav a {
      padding-top: 20px;
      font-size: 12px;
      text-transform: uppercase;
      legger-spacing: 0.02rem; } }

.cd-hero__slide {
  height: 90%; }

.css-slider__background_image:after {
  content: url("../img/incar/incar__slider__4.jpg") url("../img/incar/incar__slider__1b.png") url("../img/incar/incar__slider__2b.png") url("../img/incar/incar__slider__3.jpg");
  display: none; }
.css-slider__background_image:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2); }
.css-slider__background_image._img0 {
  background: url("../img/incar/incar__slider__4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }
.css-slider__background_image._img1 {
  background: url("../img/incar/incar__slider__1b.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }
.css-slider__background_image._img2 {
  background: url("../img/incar/incar__slider__2b.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }
.css-slider__background_image._img3 {
  background: url("../img/incar/incar__slider__3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }

.cd-hero__content_box_content {
  height: 350px;
  text-align: left;
  max-width: 422px;
  display: flex; }
  @media (min-width: 1280px) {
    .cd-hero__content_box_content {
      max-width: 40vw; } }
  .cd-hero__content_box_content.__first {
    height: 260px;
    text-align: center; }
  .cd-hero__content_box_content.__second {
    height: 317px; }
  .cd-hero__content_box_content.__fourth {
    height: 260px;
    text-align: center; }

.cd-hero__content_box_inner {
  justify-content: flex-start; }

.cd-hero__search_inside_slider {
  max-width: 420px;
  max-width: 80%; }

a.css-anim__highlight-element {
  color: #fff;
  border: 1px #ffffff66 solid;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  position: relative;
  background: none;
  ont-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  border: 1px #ffffff66 solid; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 3, 2019, 12:40:09 PM
    Author     : Luca
*/
.css-current-page__Catalogue h4 {
  margin: 0;
  text-align: center;
  left: 0;
  width: auto; }
@media (min-width: 992px) {
  .css-current-page__Catalogue .search_catalogue {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; } }
.css-current-page__Catalogue #index_search_outcome {
  margin-bottom: 100px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 13, 2019, 12:48:13 PM
    Author     : Luca
*/
.css-current-page__Catalogue .css-header-bar__center__right {
  display: none !important; }
@media (min-width: 992px) {
  .css-current-page__Catalogue .container-fluid, .css-current-page__Catalogue .css-container-fluid {
    padding: 0 45px; } }
.css-current-page__Catalogue h4 {
  margin: 0;
  text-align: center;
  left: 0;
  width: auto; }
@media (max-width: 991px) {
  .css-current-page__Catalogue .css-header-bar {
    margin-bottom: 15px; } }
@media (min-width: 992px) {
  .css-current-page__Catalogue .search_catalogue {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    justify-content: space-between;
    flex-wrap: nowrap; } }
@media (min-width: 992px) {
  .css-current-page__Catalogue.css-logged {
    padding-top: 10px; } }
.css-current-page__Catalogue.css-logged #index_vehicle_search {
  padding-top: 15px; }
  @media (min-width: 992px) {
    .css-current-page__Catalogue.css-logged #index_vehicle_search {
      padding-top: 30px; } }
@media (min-width: 992px) {
  .css-current-page__Catalogue.css-logged .search_catalogue {
    padding-top: 70px; } }
.css-current-page__Catalogue #index_search_outcome {
  margin-bottom: 100px; }
.css-current-page__Catalogue.css-logged {
  /*        
          #index_vehicle_search {
              @include md {
                  padding-top: 110px;
              }
          }*/ }
  .css-current-page__Catalogue.css-logged .css-header-bar {
    display: block;
    margin-bottom: 0;
    padding-bottom: 34px;
    padding-top: 11px; }
    @media (max-width: 991px) {
      .css-current-page__Catalogue.css-logged .css-header-bar {
        padding-bottom: 0; } }
    .css-current-page__Catalogue.css-logged .css-header-bar .css-header-bar__left {
      display: none; }
    .css-current-page__Catalogue.css-logged .css-header-bar .css-header-bar__center {
      width: 100% !important; }
    .css-current-page__Catalogue.css-logged .css-header-bar .css-header-bar__right {
      display: none; }
    @media (max-width: 991px) {
      .css-current-page__Catalogue.css-logged .css-header-bar .css-category-menu {
        display: none !important; } }
  .css-current-page__Catalogue.css-logged #index_vehicle_search {
    padding-top: 0; }
  .css-current-page__Catalogue.css-logged .search_catalogue {
    padding-top: 45px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 5, 2019, 12:21:53 PM
    Author     : Luca
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 13, 2019, 12:51:55 PM
    Author     : Luca
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 5, 2019, 12:21:53 PM
    Author     : Luca
*/
@media (min-width: 992px) {
  .css-current-page__Catalogue .css-fieldset.css-fieldset__double:first-child {
    margin-right: 15px; } }

/*
FIELDSET */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 19, 2019, 10:02:45 AM
    Author     : Luca
*/
#cart_list table a {
  color: #0f3e6d; }
  #cart_list table a.css-anim__highlight-element {
    color: #0f3e6d; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 3, 2019, 3:00:10 PM
    Author     : Luca
*/
.css-company {
  padding-top: 15px;
  padding-bottom: 100px; }

.css-highlighted-box {
  background-color: #C2E5FA;
  border: 1px #d8d8d8 solid;
  margin: 0;
  padding: 1.25rem; }

.css-company-multiple-img {
  margin-right: 25px; }
  @media (min-width: 992px) {
    .css-company-multiple-img {
      margin-right: 50px; } }
  @media (min-width: 1200px) {
    .css-company-multiple-img {
      margin-right: 100px; } }

.css-company-multiple-img__1 {
  background-image: url("../img/incar/tabella_chisiamo_r2_c1.jpg");
  width: 100%;
  min-width: 134px;
  max-width: 134px;
  height: 145px;
  background-size: 100% auto;
  background-repeat: no-repeat; }

.css-company-multiple-img__2 {
  background-image: url("../img/incar/tabella_chisiamo_r1_c1.jpg");
  width: 100%;
  min-width: 134px;
  max-width: 134px;
  height: 145px;
  background-size: 100% auto;
  background-repeat: no-repeat; }

.css-company-multiple-img__3 {
  background-image: url("../img/incar/tabella_chisiamo_r5_c1.jpg");
  width: 100%;
  min-width: 134px;
  max-width: 134px;
  height: 145px;
  background-size: 100% auto;
  background-repeat: no-repeat; }

.css-company-img {
  background-image: url(../img/incar/maxEdited2.jpg);
  width: 100%;
  max-width: 500px;
  height: 400px;
  background-size: 100% auto;
  background-repeat: no-repeat; }

.css-company-internal {
  background-image: url(../img/incar/incar__truck_.png);
  width: 100%;
  height: 200px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    .css-company-internal {
      height: 400px; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 3, 2019, 4:18:07 PM
    Author     : Luca
*/
.css-whereweare {
  padding-top: 15px;
  padding-bottom: 100px; }
  .css-whereweare h3 {
    margin-bottom: 10px; }
  .css-whereweare iframe {
    margin-bottom: 30px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 3, 2019, 4:56:41 PM
    Author     : Luca
*/
.css-contacts {
  padding-top: 15px;
  padding-bottom: 100px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 6, 2019, 2:09:16 PM
    Author     : Luca
*/
.css-current-page__privacy {
  padding-bottom: 100px; }

/* Single page layout (logged) */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 6, 2019, 11:02:30 AM
    Author     : Luca
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 6, 2019, 11:02:30 AM
    Author     : Luca
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 6, 2019, 10:58:47 AM
    Author     : Luca
*/
.customer_report table &gt; thead &gt; tr &gt; th {
  color: #6d6d6d;
  vertical-align: middle;
  background-color: #f7f7f7;
  border-bottom: 1px solid;
  border-color: #e8e8e8 !important; }
.customer_report table tr:not(.css-item-row) .css-current-year-sales {
  font-size: 14px !important;
  background-color: #fdc813;
  color: #fff;
  text-align: center !important; }
.customer_report table tr:not(.css-item-row) .css-last-year-sales {
  font-size: 14px !important;
  background-color: #989898;
  color: #fff;
  text-align: center !important; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 13, 2019, 12:48:13 PM
    Author     : Luca
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 20, 2020, 4:13:52 PM
    Author     : Luca
*/
.css-current-page__group-category-items.css-logged .css-header-bar {
  display: block;
  margin-bottom: 0;
  padding-bottom: 45px;
  padding-top: 11px; }
  @media (max-width: 991px) {
    .css-current-page__group-category-items.css-logged .css-header-bar {
      padding-bottom: 0; } }
  .css-current-page__group-category-items.css-logged .css-header-bar .css-header-bar__left {
    display: none; }
  .css-current-page__group-category-items.css-logged .css-header-bar .css-header-bar__center {
    width: 100% !important; }
  .css-current-page__group-category-items.css-logged .css-header-bar .css-header-bar__right {
    display: none; }
  @media (max-width: 991px) {
    .css-current-page__group-category-items.css-logged .css-header-bar .css-category-menu {
      display: none !important; } }
.css-current-page__group-category-items.css-logged #index_vehicle_search {
  padding-top: 0; }
.css-current-page__group-category-items.css-logged .search_catalogue {
  padding-top: 45px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 13, 2019, 12:48:13 PM
    Author     : Luca
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 20, 2020, 4:13:52 PM
    Author     : Luca
*/
.css-maybe_result.css-logged .css-header-bar {
  display: block;
  margin-bottom: 0;
  padding-bottom: 45px;
  padding-top: 11px; }
  @media (max-width: 991px) {
    .css-maybe_result.css-logged .css-header-bar {
      padding-bottom: 0; } }
  .css-maybe_result.css-logged .css-header-bar .css-header-bar__left {
    display: none; }
  .css-maybe_result.css-logged .css-header-bar .css-header-bar__center {
    width: 100% !important; }
  .css-maybe_result.css-logged .css-header-bar .css-header-bar__right {
    display: none; }
  @media (max-width: 991px) {
    .css-maybe_result.css-logged .css-header-bar .css-category-menu {
      display: none !important; } }
.css-maybe_result.css-logged #index_vehicle_search {
  padding-top: 0; }
.css-maybe_result.css-logged .search_catalogue {
  padding-top: 45px; }

.css-white-input {
  background-color: #f9f9f9;
  border-bottom: 1px solid #fefefe; }

.odd .css-white-input {
  background-color: #ffffff; }

.css-search-form form {
  display: block;
  position: relative; }

.css-search-form.css-search-vehicle fieldset:before {
  background-image: url("../img/bremsi/bremsi-vehicle-search.png"); }

.css-search-form.css-search-item fieldset:before {
  background-image: url("../img/bremsi/bremsi-item-search.png"); }

.css-search-form.css-search-engine fieldset:before {
  background-image: url("../img/bremsi/bremsi-engine-search.png"); }

.css-search-form-legend {
  text-transform: uppercase;
  /*    color: $text-negative;*/
  font-size: 17px;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 0 0 22px 0;
  letter-spacing: 1px; }

.css-section-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #0f3e6d;
  font-weight: normal;
  line-height: normal;
  padding: 15px 0; }

.css-item-slide {
  width: 100px;
  max-width: 80% !important; }

.css-filter-links li {
  float: left;
  list-style: none;
  margin: 5px;
  display: inline-block; }

.css-filter-links li a {
  background-color: #fcc326;
  text-decoration: none;
  color: #fff;
  padding: 2px 10px; }

.css-filter-links {
  display: block;
  height: 40px;
  padding: 0; }

#engine_details, #item_details {
  overflow: hidden; }

@media screen and (min-width: 992px) {
  .dashboard #item_details {
    padding-left: 15px; } }

span.css-item-block-data.css-item-data {
  color: #0f3e6d;
  font-weight: 400;
  font-size: 14px;
  display: block;
  width: 100%;
  background-color: #fff;
  padding-bottom: 1px;
  border-left: none;
  border-right: none;
  border-bottom: 1px #eee solid; }

.item.gallery_item img {
  margin: 0 auto;
  max-height: 250px; }

.css-filter-links li a:hover {
  opacity: 0.8; }

i.fa.fa-chevron-right {
  margin-right: -2px; }

i.fa.fa-chevron-left {
  margin-left: -2px; }

.css-item-block-code {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #0f3e6d;
  padding: 6px;
  letter-spacing: 1px;
  border-left: 1px #0f3e6d solid;
  border-right: 1px #0f3e6d solid;
  position: relative;
  left: -1px;
  width: calc(100% + 2px); }

.css-item-block-wrapper .css-item-block {
  margin: 15px 0;
  height: 250px; }
  @media screen and (min-width: 768px) {
    .css-item-block-wrapper .css-item-block {
      width: calc((100vw / 5) - 18px);
      margin-right: 15px; } }
  @media screen and (min-width: 992px) {
    .css-item-block-wrapper .css-item-block {
      width: calc((100vw / 5) - 22px);
      margin-right: 15px; } }
  .css-item-block-wrapper .css-item-block.last {
    margin-right: 0; }
  .css-item-block-wrapper .css-item-block .css-item-block-code,
  .css-item-block-wrapper .css-item-block .css-item-block-data {
    min-height: 50px;
    line-height: 50px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 15px; }
  .css-item-block-wrapper .css-item-block .css-item-block-img {
    object-fit: contain;
    width: 100%;
    height: 138px;
    padding: 5px 0; }

.css-item-block-wrapper .css-item-block,
.css-new-items-list .css-item-block {
  width: 100%; }
  @media (min-width: 768px) {
    .css-item-block-wrapper .css-item-block,
    .css-new-items-list .css-item-block {
      width: calc(((100% - 60px)/5)); } }

.css-item-block a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center; }

.css-item-block a:hover {
  text-decoration: none;
  opacity: 0.8; }

span.css-replaced-code {
  display: inline-block;
  color: #fff;
  background-color: #0f3e6d;
  padding: 2px 6px;
  margin-top: 2px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 4px;
  position: relative; }

span.twitter-typeahead {
  width: 100%; }

tr.css-selected-tr {
  border-left: 4px solid #fcc326; }

span.highlight {
  color: #fdc813; }

.css-menu-nav {
  margin-right: 30px; }

.css-user-panel a {
  color: #fdc813; }

ul.css-user-list li a {
  color: #333;
  font-weight: 600; }

.modal-content {
  border-radius: 0;
  border: none; }

.modal-header {
  background-color: #0f3e6d;
  color: #fff;
  text-transform: uppercase; }

.close {
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease; }

.close:focus, .close:hover {
  color: #fff;
  opacity: 1; }

@media (min-width: 992px) {
  .dashboard .css-panel-default__half {
    width: 50%; } }
.dashboard .css-panel-default__half &gt; div &gt; div {
  margin: 0;
  width: 100%; }

.panel.panel-default label {
  color: #fff;
  font-size: 14px;
  line-height: 10px;
  text-transform: uppercase; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #e2e2e2;
  opacity: 0.5; }

.sort-switch {
  background-color: #fdc813;
  color: #333;
  width: 20px;
  margin-left: 5px; }

li.signup-link {
  background-color: transparent;
  border-bottom: 1px #eeeeee2e solid; }
  @media (min-width: 992px) {
    li.signup-link {
      height: 51px;
      background-color: #fdc813; } }

li.login-link {
  background-color: #0f3e6d;
  border-bottom: 1px #eeeeee2e solid; }
  @media (min-width: 992px) {
    li.login-link {
      height: 51px; } }
  li.login-link &gt; a {
    color: #fff !important; }

.css-link {
  font-weight: 600;
  color: #0f3e6d; }
  .css-link:hover {
    color: #0f3e6d;
    opacity: 1;
    text-decoration: underline; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@media (max-width: 991px) {
  .css-search-form fieldset {
    margin-bottom: 20px; }

  #filter_sales_daily .panel &gt; .row .col-sm-2:nth-child(1), #filter_sales_daily .panel &gt; .css-row .col-sm-2:nth-child(1), #filter_sales_daily .panel &gt; .row .col-sm-2:nth-child(2), #filter_sales_daily .panel &gt; .css-row .col-sm-2:nth-child(2), #filter_sales_daily .panel &gt; .row .col-sm-2:nth-child(3), #filter_sales_daily .panel &gt; .css-row .col-sm-2:nth-child(3), #filter_sales_family .panel &gt; .row .col-sm-2:nth-child(1), #filter_sales_family .panel &gt; .css-row .col-sm-2:nth-child(1), #filter_sales_family .panel &gt; .row .col-sm-2:nth-child(2), #filter_sales_family .panel &gt; .css-row .col-sm-2:nth-child(2), #filter_sales_family .panel &gt; .row .col-sm-2:nth-child(3), #filter_sales_family .panel &gt; .css-row .col-sm-2:nth-child(3), #filter_sales_top_items .panel &gt; .row .col-sm-2:nth-child(1), #filter_sales_top_items .panel &gt; .css-row .col-sm-2:nth-child(1), #filter_sales_top_items .panel &gt; .row .col-sm-2:nth-child(2), #filter_sales_top_items .panel &gt; .css-row .col-sm-2:nth-child(2), #filter_sales_top_items .panel &gt; .row .col-sm-2:nth-child(3), #filter_sales_top_items .panel &gt; .css-row .col-sm-2:nth-child(3), #filter_sales_top_items .panel &gt; .row .col-sm-2:nth-child(1), #filter_sales_top_items .panel &gt; .css-row .col-sm-2:nth-child(1), #filter_sales_top_items .panel &gt; .row .col-sm-2:nth-child(2), #filter_sales_top_items .panel &gt; .css-row .col-sm-2:nth-child(2), #filter_sales_top_items .panel &gt; .row .col-sm-2:nth-child(3), #filter_sales_top_items .panel &gt; .css-row .col-sm-2:nth-child(3), #filter_sales_top_province .panel &gt; .row .col-sm-2:nth-child(1), #filter_sales_top_province .panel &gt; .css-row .col-sm-2:nth-child(1), #filter_sales_top_province .panel &gt; .row .col-sm-2:nth-child(2), #filter_sales_top_province .panel &gt; .css-row .col-sm-2:nth-child(2), #filter_sales_top_province .panel &gt; .row .col-sm-2:nth-child(3), #filter_sales_top_province .panel &gt; .css-row .col-sm-2:nth-child(3) {
    display: block !important;
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .css-search-form-legend {
    left: -14px;
    width: 180px; }

  .css-item-block {
    width: 100%;
    margin-right: 0; }

  .nav &gt; li &gt; a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff; }

  li.css-lang {
    float: left; }

  li.css-lang a {
    padding: 10px 15px; }

  .footer {
    position: relative;
    height: auto;
    text-align: center; }

  .tt-menu {
    width: 100%; }

  .tt-suggestion.tt-selectable.tt-cursor {
    border-color: 4px solid #333; }

  .css-horizontal-form.css-two-inputs .css-search-form.css-search-vehicle fieldset,
  .css-horizontal-form.css-two-inputs .css-search-form.css-search-engine fieldset {
    padding-top: 45px; }

  .css-horizontal-form.css-three-inputs .css-search-form.css-search-vehicle fieldset,
  .css-horizontal-form.css-three-inputs .css-search-form.css-search-engine fieldset {
    padding-top: 23px; }

  .css-search-blocks .css-horizontal-form.css-two-inputs .form-control,
  .css-search-blocks .css-horizontal-form.css-three-inputs .form-control {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px; }

  body li.css-lang a {
    padding: 2px 15px !important; }

  body li.css-lang {
    position: absolute;
    right: 0;
    z-index: 1000;
    bottom: 14vh;
    right: 50%;
    margin-right: -40px; } }
.css-search-blocks {
  margin: 0 -15px; }

.css-search-new-items-list &gt; .col-md-12 &gt; .css-section-title, .css-current-page__Catalogue .css-search-new-items-list &gt; .css-catalogue-category &gt; .css-section-title {
  border-bottom: none; }
  @media screen and (max-width: 767px) {
    .css-search-new-items-list &gt; .col-md-12 &gt; .css-section-title, .css-current-page__Catalogue .css-search-new-items-list &gt; .css-catalogue-category &gt; .css-section-title {
      padding-right: 0; } }

.form-control:focus, .form-control:cative, .selectize-input:focus, .selectize-input:cative {
  border: 1px #fdc813 solid; }

.css-item-block-wrapper {
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start; }
  .css-item-block-wrapper .css-item-block a {
    border: 1px #eee solid; }

div[name=new_items_container] select {
  width: 50%; }

.css-item-block {
  padding: 0;
  background-color: #fff; }

.main-slider .slider-subtitle h5 {
  color: #fff; }

.form-control:focus {
  border-color: #fdc813;
  outline: none !important;
  box-shadow: none; }

#colorbox.manageItemVeryShort {
  outline: 0;
  width: 300px !important;
  height: 300px !important;
  left: 50% !important;
  top: 50% !important;
  margin-left: -150px;
  margin-top: -150px; }
  @media (min-width: 992px) {
    #colorbox.manageItemVeryShort {
      width: 600px !important;
      height: 600px !important;
      left: 50% !important;
      top: 50% !important;
      margin-left: -300px;
      margin-top: -300px; } }
  #colorbox.manageItemVeryShort #cboxWrapper {
    max-width: none;
    width: 300px !important;
    height: 300px !important; }
    @media (min-width: 992px) {
      #colorbox.manageItemVeryShort #cboxWrapper {
        max-width: none;
        width: 600px !important;
        height: 600px !important; } }
  #colorbox.manageItemVeryShort #cboxContent {
    background: #fff;
    width: 300px !important;
    height: 300px !important; }
    @media (min-width: 992px) {
      #colorbox.manageItemVeryShort #cboxContent {
        width: 600px !important;
        height: 600px !important; } }
  #colorbox.manageItemVeryShort #cboxLoadedContent {
    width: 300px !important;
    height: 300px !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
      #colorbox.manageItemVeryShort #cboxLoadedContent {
        width: 600px !important;
        height: 600px !important;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: center; } }
    #colorbox.manageItemVeryShort #cboxLoadedContent &gt; img {
      width: 100% !important;
      height: auto !important;
      object-fit: contain;
      max-width: 300px !important;
      max-height: 300px !important; }
#colorbox.manageStandardItem {
  outline: 0;
  width: 300px !important;
  height: 300px !important;
  left: 50% !important;
  top: 50% !important;
  margin-left: -150px;
  margin-top: -150px; }
  @media (min-width: 992px) {
    #colorbox.manageStandardItem {
      width: 600px !important;
      height: 600px !important;
      left: 50% !important;
      top: 50% !important;
      margin-left: -300px;
      margin-top: -300px; } }
  #colorbox.manageStandardItem #cboxWrapper {
    max-width: none;
    width: 300px !important;
    height: 300px !important; }
    @media (min-width: 992px) {
      #colorbox.manageStandardItem #cboxWrapper {
        max-width: none;
        width: 600px !important;
        height: 600px !important; } }
  #colorbox.manageStandardItem #cboxContent {
    background: #fff;
    width: 300px !important;
    height: 300px !important; }
    @media (min-width: 992px) {
      #colorbox.manageStandardItem #cboxContent {
        width: 600px !important;
        height: 600px !important; } }
  #colorbox.manageStandardItem #cboxLoadedContent {
    width: 300px !important;
    height: 300px !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
      #colorbox.manageStandardItem #cboxLoadedContent {
        width: 600px !important;
        height: 600px !important;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: center; } }
    #colorbox.manageStandardItem #cboxLoadedContent &gt; img {
      object-fit: contain;
      width: 100% !important;
      height: auto !important;
      max-width: 300px !important;
      max-height: 300px !important; }
      @media (min-width: 992px) {
        #colorbox.manageStandardItem #cboxLoadedContent &gt; img {
          max-width: 600px !important;
          max-height: 600px !important; } }

.css-nav-text &gt; img {
  position: relative;
  top: 3px; }

.css-top-nav-bar-links ul {
  display: flex; }
.css-top-nav-bar-links a {
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none; }
  .css-top-nav-bar-links a:hover {
    text-decoration: none; }
.css-top-nav-bar-links span {
  background-color: transparent; }

@media (min-width: 992px) {
  .css-advanced-layout .header-search .button-search {
    margin-top: 35px; } }

.css-search-vehicle .form-control {
  /*    background-color: pink;*/
  padding: 0;
  border: 1px #ccc solid; }
  .css-search-vehicle .form-control &gt; .selectize-input {
    height: 40px;
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 0; }
    .css-search-vehicle .form-control &gt; .selectize-input &gt; .item {
      font-size: 16px; }
    .css-search-vehicle .form-control &gt; .selectize-input.focus &gt; .item {
      margin: 0;
      padding: 0;
      vertical-align: baseline;
      height: 28px;
      width: 92%;
      line-height: 28px; }

@media screen and (min-width: 992px) {
  #index_vehicle_search {
    margin-bottom: 30px; } }

#index_search_outcome {
  /*    margin: 0 15px;*/ }
  @media screen and (min-width: 992px) {
    #index_search_outcome {
      margin: 0; } }

.css-search-input::after {
  content: none; }

.css-search-input__relative {
  position: relative;
  float: left;
  width: 100%; }
  @media (max-width: 767px) {
    .css-search-input__relative {
      margin-top: 10px; } }
  .css-search-input__relative::after {
    content: "";
    clear: both; }
  .css-search-input__relative .lnr-magnifier {
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 1;
    background-color: #fdc813;
    padding: 7px;
    font-size: 20px;
    border: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .css-search-input__relative .tt-menu {
    width: calc(200% + 30px);
    box-shadow: none;
    border-top: none;
    border-right: 1px #eee solid;
    border-left: 1px #eee solid;
    border-bottom: 1px #eee solid;
    overflow: auto;
    max-height: 40vh;
    padding: 0; }
    .homepage .css-search-input__relative .tt-menu {
      width: 100%; }
  .css-search-input__relative .tt-dataset {
    background-color: #fff; }
    .css-search-input__relative .tt-dataset &gt; div {
      min-height: 25px;
      border-bottom: 1px #eee solid;
      margin: 0;
      padding: 0;
      font-size: 14px;
      line-height: 34px;
      padding-left: 15px;
      letter-spacing: 1px;
      /*            white-space: nowrap;*/
      text-overflow: ellipsis; }
      .css-search-input__relative .tt-dataset &gt; div:last-child {
        border-bottom: none; }
      .css-search-input__relative .tt-dataset &gt; div:last-of-type {
        border: none; }
      .css-search-input__relative .tt-dataset &gt; div:not(.tt-suggestion) {
        background-color: #eee;
        margin-top: 15px;
        border: none !important; }
        .css-search-input__relative .tt-dataset &gt; div:not(.tt-suggestion):first-child {
          margin-top: 0; }

.css-replaced-code-wrapper {
  bottom: 0; }

span.css-replaced-code {
  color: #0f3e6d;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px #eee solid;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  padding: 10px 0; }

.css-item-block-description.css-item-description {
  color: #0f3e6d;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px #eee solid;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.css-highlight-element {
  padding: 12px 5px; }

.css-block-scrollable {
  border: 1px #eee solid;
  max-height: 100%; }
  .css-block-scrollable table {
    border: none; }
    .css-block-scrollable table tr:first-child {
      border-top: none; }

.sidebar:hover .css-sidebar-toggle {
  background-color: #fdc813; }

@media screen and (max-width: 991px) {
  .css-search-vehicle select {
    margin-bottom: 15px; } }

.form-group label {
  margin-bottom: 5px;
  margin-top: 4px;
  text-transform: uppercase; }

.css-selection-detail-input-container {
  float: left;
  width: 100%;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .css-selection-detail-input-container {
      width: 22.2%; } }
  @media (min-width: 1200px) {
    .css-selection-detail-input-container {
      margin-bottom: 0; } }
  .css-selection-detail-input-container &gt; input {
    text-align: center; }
  .css-selection-detail-input-container:after {
    clear: both;
    content: ""; }

#item_gallery .single_image img {
  border: 1px #eee solid;
  padding: 15px;
  max-width: 300px;
  max-height: 300px;
  object-fit: contain;
  min-width: 300px;
  min-height: 300px; }

.css-item-details #item_gallery {
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .css-item-details #item_gallery &gt; img.img-responsive {
      max-width: 300px;
      max-height: 300px;
      object-fit: contain;
      margin: 0 auto; } }

@media (max-width: 767px) {
  .css-buttons-container {
    float: left;
    width: 100%; }
    .css-buttons-container:after {
      clear: both;
      content: ""; } }

@media (max-width: 767px) {
  .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    overflow-x: auto; } }

.css-standard-page {
  padding-bottom: 50px; }
  .css-standard-page p {
    line-height: 1.6em; }

.privacy &gt; b {
  margin-bottom: 10px;
  display: inline-block; }
.privacy input[type="checkbox"] {
  position: relative;
  top: 1px; }

.table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th {
    padding: 0.2rem;
    line-height: 1.1rem;
    font-size: 0.8rem;
}

.table&gt;tbody&gt;tr&gt;td input, .table&gt;tbody&gt;tr&gt;th input, .table&gt;tfoot&gt;tr&gt;td input, .table&gt;tfoot&gt;tr&gt;th input, .table&gt;thead&gt;tr&gt;td input, .table&gt;thead&gt;tr&gt;th input {
	height: 1rem;
}

li.open span.caret{
    
     border-top-width: 0;
    border-bottom: 4px solid #ffffff;
}
/*# sourceMappingURL=incar-theme.css.map */

.btn.btn-round {
  background-color: transparent;
  border: none;
  padding-top: 30% !important;
}
.btn.btn-round:hover {

  border: none !important;
  
}

body {
font-family: "Segoe UI";
}

/*#item_gallery{
  margin-top: 3%;
}*/
</pre></body></html>