@import url(//fonts.googleapis.com/css?family=Lato:400,300,700,400italic,300italic,700italic);
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
 body,
 div,
 dl,
 dt,
 dd,
 ul,
 ol,
 li,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 pre,
 code,
 form,
 fieldset,
 legend,
 input,
 button,
 textarea,
 p,
 blockquote,
 th,
 td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
  *font-size: 100%;
}
nav,
footer,
section,
header,
article,
hgroup,
figure,
figcaption,
aside,
address {
  display: block;
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
.bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.table {
  display: table;
}
.full-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.full-size {
  width: 100%;
  height: 100%;
}
.pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../assets/hmp_Carousel/hmp_Carousel-rows-pattern.png);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.overflow-hidden {
  overflow: hidden!important;
}
.opacity-0 {
  opacity: 0;
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
* -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
/*
* CSS Styles that are needed by jScrollPane for it to operate correctly.
*
* Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
* may not operate correctly without them.
*/
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0px;
  right: 10px;
  height: 100%;
  width: 5px;
  overflow: hidden;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspCap {
  display: block;
  background: none;
}
.jspVerticalBar .jspCap {
  height: 30px;
}
.jspHorizontalBar .jspCap {
  width: 50px;
  height: 100%;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #e0e0e0;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.jspDrag {
  background: #910924;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 5px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/*
* Swiper - Mobile Touch Slider CSS
* http://www.idangero.us/sliders/swiper
*
* Vladimir Kharlampidi, The iDangero.us
* http://www.idangero.us/
*
* Copyright 2012-2013, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us
*
* Licensed under GPL & MIT
*
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.76, 0.01, 0.14, 1);
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: cubic-bezier(0.76, 0.01, 0.14, 1);
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: cubic-bezier(0.76, 0.01, 0.14, 1);
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: cubic-bezier(0.76, 0.01, 0.14, 1);
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: cubic-bezier(0.76, 0.01, 0.14, 1);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.76, 0.01, 0.14, 1);
  -moz-transition-timing-function: cubic-bezier(0.76, 0.01, 0.14, 1);
  -ms-transition-timing-function: cubic-bezier(0.76, 0.01, 0.14, 1);
  -o-transition-timing-function: cubic-bezier(0.76, 0.01, 0.14, 1);
  transition-timing-function: cubic-bezier(0.76, 0.01, 0.14, 1);
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/
}
.swiper-slide {
  /* Specify Slides's Size: */
  width: 100%;
  height: 100%;
}
.swiper-slide-active {
  /* Specific active slide styling: */
}
.swiper-slide-visible {
  /* Specific visible slide styling: */
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #282828;
  margin: 0 5px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #910924;
}
.swiper-visible-switch {
  /* Specific visible button style: */
}
@font-face {
  font-family: 'kelson_sansbold';
  src: url('fonts/kelson_sans_bold-webfont.eot');
  src: url('fonts/kelson_sans_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/kelson_sans_bold-webfont.woff') format('woff'), url('fonts/kelson_sans_bold-webfont.ttf') format('truetype'), url('fonts/kelson_sans_bold-webfont.svg#kelson_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
  min-width: 1000px;
  min-height: 600px;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #282828;
}
h2 {
  font-family: 'kelson_sansbold';
  font-weight: normal;
  font-size: 36px;
  line-height: 37px;
}
h3 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
}
strong,
b,
.bold {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
}
em,
i {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 400;
}
iframe {
  background: none;
  border: none;
  border: 5px solid #910924;
}
::-moz-selection {
  background-color: #000000;
  color: #ffffff;
}
::-webkit-selection {
  background-color: #000000;
  color: #ffffff;
}
::selection {
  background-color: #000000;
  color: #ffffff;
}
.section-wrapper {
  background: #f4f4f4;
}
#ajax-fragment {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 60px;
  bottom: 27px;
}
#ajax-fragment-scroll {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: 80px;
}
.loading_icon {
  z-index: 900;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.loading_icon .icon {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 900;
  width: 90px;
  height: 90px;
  left: 50%;
  top: 50%;
  margin-top: -45px;
  margin-left: -45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-width: 6px;
  border-color: #910924 transparent;
  border-style: solid;
  -webkit-animation: loader 1500ms linear infinite;
  -moz-animation: loader 1500ms linear infinite;
  -o-animation: loader 1500ms linear infinite;
  animation: loader 1500ms linear infinite;
}
.loading_icon .text {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin-top: -45px;
  margin-left: -45px;
  text-shadow: #000000 0px 1px 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}
.ie9 .loading_icon .icon {
  width: 120px;
  height: 120px;
  line-height: 128px;
  margin-top: -60px;
  margin-left: -60px;
  border: none;
  background-color: #282828;
  background-image: url("../assets//ajax-loader.gif");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ie9 .loading_icon .text {
  position: relative;
  color: #fff;
  z-index: 910;
}
.styled-select {
  height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
  width: 230px;
}
/*custom select*/
.customSelect {
  height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #282828;
  color: #282828;
  background: #fff;
  padding: 0px 10px;
  width: 230px;
}
.customSelect:after {
  content: "\f078";
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 24px;
  width: 24px;
  color: #fff;
  background: #282828;
}
.customSelect.customSelectHover {
  /* Styles for when the select box is hovered */
}
.customSelect.customSelectOpen {
  /* Styles for when the select box is open */
}
.customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */
}
.customSelect.customSelectDisabledOption {
  /* Styles for when the selected item is a disabled one */
}
.customSelect.customSelectDisabled {
  /* Styles for when the select box itself is disabled */
}
.customSelectInner {
  /* You can style the inner box too */
}
@keyframes loader {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes loader {
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes loader {
  to {
    -o-transform: rotate(360deg);
  }
}
.istruction-text {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.text p {
  margin-bottom: 20px;
}
.text ul li {
  list-style: outside disc;
  padding-left: 35PX;
  margin-left: 20px;
}
.text a {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #910924;
  text-decoration: underline;
}
h3.title_apex {
  background-image: url("../assets/apex.svg");
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
h2.title_apex {
  background-image: url("../assets//apex.svg");
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
h2.multiple-info {
  padding-bottom: 25px;
  border-bottom: 1px dashed #adadad;
}
h2.multiple-info span {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
}
h3.multiple-info span {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-left: 20px;
}
h3.multiple-info span:first-child {
  margin-left: 0px;
}
h3.multiple-info .logo {
  line-height: normal;
}
h3.multiple-info .logo img {
  margin-bottom: -5px;
}
img.img_desk {
  display: inline-block;
}
img.img_tablet {
  display: none;
}
.aside-dx .wrapper_content {
  margin-right: 460px;
}
.more {
  display: inline-block;
  padding: 15px 30px;
  padding-right: 15px;
  margin-bottom: 1px;
  color: #ffffff;
  background-color: #282828;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  -moz-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
}
.more .icon {
  float: right;
  /*margin-left: 20px;*/
  -moz-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
}
.more .icon:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.more .icon:before {
  content: "\f054";
}
.more:hover:not(.to-cta-disabled) {
  background-color: #666666;
  color: #ffffff;
}
.promo {
  position: absolute;
  top: 10px;
  left: 30px;
}
.promo .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  height: 110px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  background-image: url('../assets/hmp_Carousel/logo-brand.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 100px;
}
.promo h3 {
  text-transform: uppercase;
  font-family: 'kelson_sansbold';
  font-weight: normal;
  font-size: 26px;
  color: #282828;
}
.promo h3 span {
  color: #910924;
}
.brand figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: #fff;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-left: none;
}
.brand figure:first-child {
  border-left: 1px solid #e0e0e0;
}
.brand figure a {
  display: block;
  width: 100%;
  height: 100%;
}
.brand .select_brand {
  clear: both;
  padding-top: 20px !important;
  margin-bottom: 10px;
}
.brand .select_brand .styled-select,
.brand .select_brand span:first-child {
  float: left;
}
.inside_content .brand .select_brand .styled-select,
.inside_content .brand .select_brand span:first-child {
  margin-right: 10px;
}
.separator {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ccc;
  clear: both;
  margin: 20px 0px;
}
.footer-content {
  z-index: 150;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 70px;
  /*&.links{ 
		top:0px; 
		background-color:#fff;
		.close{
			top:10px;
		}
		#ajax-fragment-scroll .wrapper_content{
			padding:0px;
		}
   }*/
 }
 .footer-content h3.title_apex {
  clear: both;
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer-content .links h3.title_apex {
  margin-bottom: 0px;
}
.footer-content .close {
  position: absolute;
  top: -50px;
  right: 20px;
  width: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #282828;
  text-align: center;
  z-index: 11;
}
.footer-content .close:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-content .close:before {
  content: "\f00d";
}
.footer-content .close span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: -5px;
}
.footer-content #ajax-fragment-scroll {
  border-top: none;
}
.footer-content #ajax-fragment-scroll .wrapper_content {
  padding: 0px 12%;
}
.inside_content .external-form-wrapper {
  padding-left: 70px;
}
.no-aside .inside_content h2,
.no-aside .inside_content .content {
  padding-left: 12%;
  padding-right: 12%;
}
.no-aside .inside_content .external-form-wrapper {
  padding-left: 0px;
}
.no-aside .inside_content .text,
.no-aside .inside_content .download-box {
  padding-left: 0px;
}
.no-aside .inside_content .download-box {
  margin-bottom: 0px;
}
.no-aside .inside_content .download-box .wrapper_form {
  padding: 0px;
}
.external-form-wrapper iframe {
  width: 100%;
}
.external-form-wrapper#area-clienti iframe {
  height: 800px;
}
.wrapper_video {
  text-align: center;
  margin-bottom: 20PX;
}
.wrapper_video iframe {
  border: none;
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  html,
  body {
    font-size: 13px;
  }
  /*.inside_content{
		img{
			display:block;
			width:100%;
			height:auto;
		}
   }*/
   h2 {
    font-size: 28px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 22px;
  }
  h3.title_apex {
    background-size: auto 22px;
    background-position: 0px 0px;
  }
  .istruction-text {
    font-size: 14px;
    line-height: 16px;
  }
  .footer-content #ajax-fragment-scroll .wrapper_content {
    padding: 0px 40px;
  }
  img.img_desk {
    display: none;
  }
  img.img_tablet {
    display: inline-block;
  }
  .external-form-wrapper#chiarimenti-precontrattuali iframe {
    height: 800px;
  }
  .external-form-wrapper#registrazione-form iframe {
    height: 900px;
  }
}
header,
footer {
  background: #282828;
  width: 100%;
  min-width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header a,
footer a,
header p,
footer p {
  color: #FFF;
}
header nav,
footer nav,
header ul,
footer ul,
header li,
footer li {
  height: 100%;
}
header li,
footer li {
  display: inline;
  float: left;
}
header li a,
footer li a {
  transition: 0.3s padding ease;
  display: block;
  height: 100%;
  padding: 0 12px;
  text-align: center;
}
header li a svg,
footer li a svg {
  margin-left: 3px;
}
header {
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #910924;
}
header #backto-holding {
  position: absolute;
  left: 0px;
  top: -1px;
  height: 60px;
  width: 20px;
  color: #fff;
  background-color: #e40045;
  text-transform: uppercase;
  text-align: center;
}
header #backto-holding span {
  display: block;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  margin-top: 24px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
header #backto-market {
  position: absolute;
  left: 20px;
  top: -1px;
  height: 60px;
  width: 20px;
  color: #282828;
  background-color: #e0e0e0;
  text-transform: uppercase;
  text-align: center;
}
header #backto-market span {
  display: block;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  margin-top: 21px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
header h1 {
  margin-left: 60px;
  float: left;
  height: 100%;
  display: table;
}
header h1 a {
  display: table-cell;
  vertical-align: middle;
}
header h1 img {
  display: block;
}
header nav {
  float: right;
}
header nav li a {
  font-size: 16px;
  line-height: 60px;
  border-left: 1px solid #910924;
  -moz-transition: background 0.2s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: background 0.2s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: background 0.2s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: background 0.2s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: background 0.2s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header nav li a:hover {
  background: #666666;
  color: #ffffff;
}
header nav li a.where {
  background: #666666;
  color: #ffffff;
}
header nav li.link_area_clienti a {
  background: #fff;
  padding-left: 10px;
  color: #282828;
}
header nav li.link_area_clienti a .icon {
  display: inline-block;
  float: left;
  margin-right: 10px;
  max-height:60px;
}
header nav li.link_area_clienti a:hover,
header nav li.link_area_clienti a.where {
  background: #910924;
  color: #fff;
}
header nav li.link_area_clienti a:hover .icon svg path,
header nav li.link_area_clienti a.where .icon svg path {
  fill: #fff;
}
header nav li.change_brand a {
  width: 80px;
  line-height: 1;
  font-size: 11px;
  padding-top: 15px;
  position: relative;
}
header nav li.change_brand a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header nav li.change_brand a:before {
  content: "\f078";
}
header nav li.change_brand a:before {
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -5px;
  color: #910924;
}
header nav li.change_brand a:hover:before {
  color: #fff;
}
header nav li.change_brand a.where {
  background-color: #910924;
  color: #fff;
}
header nav li.change_brand a.where:before {
  color: #fff;
}
// header nav li.change_brand #list-brand {
//   display: none;
//   position: absolute;
//   z-index: 110;
//   right: 0px;
//   top: 60px;
//   width: 100%;
//   height: 100%;
//   background-color: rgba(0, 0, 0, 0.6);
// }
header nav li.change_brand ul {
  position: absolute;
  z-index: 120;
  right: 0px;
  top: 1;
  height: 60px;
}
header nav li.change_brand ul li {
  height: 60px;
  background: #fff;
}
header nav li.change_brand ul li img {
  display: block;
}
header nav li.change_brand ul li a {
  width: auto;
  padding: 0px 20px;
  border-left: 1px solid #e0e0e0;
}
header nav li.change_brand ul li a:before {
  content: "";
}
header nav li.change_brand ul li a:hover {
  background: #e0e0e0;
}
header nav li.change_brand ul li.where {
  height: 60px;
  padding: 0px 20px;
  border: 1px solid #910924;
  border-top: none;
}
footer {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  height: 27px;
  z-index: 120;
}
footer #footer_content_wrapper {
  background: #F4F4F4;
}
footer nav {
  float: left;
}
footer a,
footer p {
  font-size: 12px;
}
footer p {
  line-height: 27px;
}
footer li a {
  line-height: 27px;
  border-right: 1px solid #910924;
  -moz-transition: background 0.2s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: background 0.2s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: background 0.2s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: background 0.2s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: background 0.2s cubic-bezier(0, 1, 0.48, 0.96) 0s;
}
footer li a:hover {
  background: #666666;
  color: #ffffff;
}
footer li a.where {
  background: #666666;
  color: #ffffff;
}
footer #wrapper-brand-logos {
  float: left;
  margin: 3px 10px 0 20px;
}
footer #wrapper-brand-logos span {
  display: inline;
  margin-left: 2px;
}
footer #wrapper-brand-logos span:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 1100px), screen and (max-height: 700px) {
  header nav li a {
    font-size: 14px;
    padding: 0px 10px;
  }
  footer li a {
    padding: 0px 15px;
  }
  footer .left {
    font-size: 10px;
  }
  footer #wrapper-brand-logos {
    float: left;
    margin: 3px 10px 0 10px;
  }
  footer #wrapper-brand-logos span:last-child {
    margin-left: 2px;
  }
}
.brackets-title {
  position: relative;
  display: table;
  width: 540px;
  height: 148px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.brackets-title .brackets-title-wrapper {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.brackets-title .brackets-title-wrapper h2 {
  text-transform: uppercase;
}
.brackets-title h2,
.brackets-title p {
  text-shadow: #000000 1px 1px 3px;
  color: #fff;
}
.brackets-title h2 {
  margin-bottom: 4px;
}
.brackets-title svg {
  top: -20px;
  position: absolute;
}
.brackets-title.brackets-title-small {
  height: 115px;
}
.brackets-title.brackets-title-extrasmall {
  height: 72px;
}
.brackets-title.brackets-title-extrasmall svg {
  top: 0;
}
.brackets-title.brackets-title-center {
  clear: both;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.brackets-title.brackets-title-positive p,
.brackets-title.brackets-title-positive h2 {
  color: #000;
  text-shadow: none;
}
.brackets-title .brackets-title-wrapper {
  white-space: initial;
}
.brackets-title #slide-info-arrows-left {
  left: -25px;
}
.brackets-title #slide-info-arrows-right {
  right: -25px;
}
#wrapper-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/media/map.jpg);
  background-position: top right!important;
  background-color: #13081b;
  background-size: auto 100%!important;
  overflow: hidden;
}
#wrapper-map #map-object {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px), screen and (max-height: 700px) {
  .brackets-title {
    width: 430px;
  }
}
.carousel {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.carousel #progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 2;
  background: #e0e0e0;
}
.carousel #progress-bar #loaded-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  background: #910924;
}
.carousel #wrapper-bullet {
  clear: left;
  float: left;
  position: relative;
  left: 50%;
  text-align: center;
  position: absolute;
  bottom: 10px;
  z-index: 2;
}
.carousel #wrapper-bullet li {
  float: left;
  position: relative;
  padding: 2px;
  margin: 2px;
}
.carousel #wrapper-bullet li.selected a {
  background: #910924;
  cursor: default;
  box-shadow: none;
}
.carousel #wrapper-bullet li a {
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 2px #000000;
  -moz-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
}
.carousel #wrapper-bullet li svg {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  -moz-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
}
.carousel #wrapper-bullet li svg path {
  -moz-transition: fill 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: fill 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: fill 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: fill 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: fill 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  stroke: #e0e0e0;
}
.carousel .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.carousel .slide-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.carousel .slide-bg .bg .wrapper_bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.carousel .slide-wrapper-info {
  position: absolute;
  top: 50%;
  left: 9%;
  height: 300px;
  margin-top: -150px;
}
.carousel .slide-wrapper-info .slide-info {
  position: relative;
  color: #fff;
}
.carousel .slide-wrapper-info .slide-info h2,
.carousel .slide-wrapper-info .slide-info p,
.carousel .slide-wrapper-info .slide-info a {
  opacity: 0;
  color: inherit;
}
.carousel .slide-wrapper-info .slide-info p,
.carousel .slide-wrapper-info .slide-info span {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.carousel .slide-wrapper-info .slide-info p {
  text-shadow: 1px 1px 3px #000000;
  height: 80px;
  font-size: 18px;
  line-height: 22px;
  margin: 25px 0;
  max-width: 580px;
  min-height: 70px;
}
.carousel .slide-wrapper-info .slide-info a {
  cursor: pointer;
  float: left;
  -moz-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
}
.carousel .slide-wrapper-info .slide-info a path {
  -moz-transition: fill 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: fill 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: fill 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: fill 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: fill 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
}
.carousel .slide-wrapper-info .slide-info a span {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}
.carousel .slide-wrapper-info .slide-info a .svg {
  float: right;
  margin-left: 10px;
}
.carousel .slide-wrapper-info .slide-info a:hover {
  color: #910924;
}
.carousel .slide-wrapper-info .slide-info a:hover path {
  fill: #910924;
}
.carousel .arrow {
  display: block;
  position: fixed;
  top: 50%;
  margin-top: -10px;
  width: 21px;
  height: 42px;
  cursor: pointer;
  z-index: 2;
}
.carousel .arrow#arrow-left {
  left: 13px;
}
.carousel .arrow#arrow-right {
  right: 13px;
}
#dovesiamo-carousel #wrapper-bullet {
  display: none;
}
#dovesiamo-carousel .arrow {
  display: none;
}
#aside_menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 310px;
  background: #ffffff;
  z-index: 20;
}
#aside_menu nav {
  width: 310px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
}
#aside_menu nav a {
  display: block;
  width: 310px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
  line-height: 20px;
  padding-left: 70px;
  padding-right: 25px;
  position: relative;
  font-size: 16px;
  background: #5e5e5e;
  color: #fff;
  border-bottom: 1px solid #a0a0a0;
}
#aside_menu nav a .txt {
  display: table;
  position: absolute;
  left: 20px;
  width: 290px;
  height: 70px;
  opacity: 1;
  filter: alpha(opacity =100);
}
#aside_menu nav a span {
  display: table-cell;
  vertical-align: middle;
  text-indent: 0px;
}
#aside_menu nav a .icon,
#aside_menu nav a .arrow,
#aside_menu nav a .arrow_svg {
  position: absolute;
}
#aside_menu nav a .icon {
  top: 50%;
  margin-top: -25px;
  left: 10px;
  z-index: 15;
}
#aside_menu nav a .arrow_svg {
  top: 50%;
  margin-top: -12px;
  right: 10px;
  z-index: 10;
}
#aside_menu nav a .arrow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0px;
  right: 70px;
  overflow: hidden;
  z-index: 5;
  width: 70px;
  height: 70px;
  color: #5e5e5e;
  line-height: 70px;
  visibility: hidden;
  /*top:0px;
					right:0px;
					z-index:5;
					
					
					width:0;
					height:0;
					border-style: solid;
					border-width: 35px 0 35px 20px;
					border-color: transparent transparent transparent @color-2;	*/
        }
        #aside_menu nav a .arrow:before {
          display: inline-block;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          font-size: 140px;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
        }
        #aside_menu nav a .arrow:before {
          content: "\f0da";
        }
        #aside_menu nav a .arrow:before {
          display: block;
          -webkit-transform: scale(0.5, 1);
          -moz-transform: scale(0.5, 1);
          -o-transform: scale(0.5, 1);
          -ms-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
        }
        #aside_menu nav a:hover,
        #aside_menu nav a.where {
          background: #a0a0a0;
          color: #282828;
        }
        #aside_menu nav a:hover path,
        #aside_menu nav a.where path {
          fill: #282828;
        }
        #aside_menu nav a:hover .icon path:first-child,
        #aside_menu nav a.where .icon path:first-child {
          display: none;
        }
        #aside_menu.mini {
          width: 60px;
        }
        #aside_menu.mini nav {
          width: 60px;
        }
        #aside_menu.mini a {
          width: 60px;
          padding: 0px;
        }
        #aside_menu.mini a .txt {
          opacity: 0;
          filter: alpha(opacity =0);
          left: -310px;
        }
        #aside_menu.mini a .icon {
          left: 5px;
        }
        #aside_menu.mini a .arrow_svg {
          right: -20px;
        }
        #aside_menu.mini a .arrow_svg svg {
          opacity: 0;
          filter: alpha(opacity =0);
        }
        #aside_menu.mini a.where .txt {
          opacity: 0;
          filter: alpha(opacity =0);
        }
        #aside_menu.mini a.where .arrow {
          visibility: visible;
          top: 0%;
          right: -46px;
          color: #a0a0a0;
          text-shadow: #000000 2px 2px 0px;
        }
        .ie9 #aside_menu.mini a.where .arrow {
          right: -25px;
          width: 35px;
          height: 70px;
          background-image: url("../assets/asd_Aside/asd_Aside-arrow-right-ie.svg");
          background-position: top left;
          background-repeat: no-repeat;
          background-size: 35px 71px;
          -webkit-transform: scale(0.5, 1);
          -moz-transform: scale(0.5, 1);
          -o-transform: scale(0.5, 1);
          -ms-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
        }
        .ie9 #aside_menu.mini a.where .arrow:before {
          content: "";
        }
        .content_submenu {
          position: relative;
        }
        #submenu {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          width: 250px;
          float: left;
          background: #e0e0e0;
          line-height: 20px;
        }
        #submenu article {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 20px 25px;
        }
        #submenu article h2 {
          font-family: 'Lato', sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 22px;
          line-height: 24px;
          margin-bottom: 10px;
        }
        #submenu ul li {
          display: table;
          position: relative;
          z-index: 1;
          padding-top: 1px;
          height: 48px;
        }
        #submenu ul li:before {
          content: "";
          position: absolute;
          left: 35px;
          top: 0;
          height: 1px;
          width: 180px;
          border-top: 1px solid #ffffff;
        }
        #submenu ul li a {
          display: table-cell;
          vertical-align: middle;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 5px 20px;
          width: 250px;
          height: 100%;
          color: #282828;
          background: #e0e0e0;
          font-size: 16px;
        }
        #submenu ul li a .arrow {
          position: absolute;
          opacity: 0;
          filter: alpha(opacity =0);
          top: 0px;
          bottom: 0px;
          right: -24px;
          width: 25px;
          height: 100%;
          background-image: url("../assets//asd_Aside/asd_Aside-arrow-right.svg");
          background-position: top left;
          background-repeat: no-repeat;
          background-size: 24px 100%;
          -webkit-background-size: 24px 100%;
          -moz-background-size: 24px 100%;
          -o-background-size: 24px 100%;
        }
        #submenu ul li a.where,
        #submenu ul li a:hover {
          color: #ffffff;
          background: #a0a0a0;
        }
        #submenu ul li a.where .arrow,
        #submenu ul li a:hover .arrow {
          opacity: 1;
          filter: alpha(opacity =100);
        }
        #submenu.ico_menu article {
          height: 25%;
        }
        #submenu.ico_menu ul {
          height: 75%;
        }
        #submenu.ico_menu ul li {
          height: 33.3%;
        }
        #submenu.ico_menu ul li a {
          text-align: center;
        }
        #submenu.ico_menu ul li a.where path,
        #submenu.ico_menu ul li a:hover path {
          fill: #fff;
        }
        .menu_full_height #submenu {
          position: fixed;
          top: 60px;
          left: 60px;
        }
        .menu_full_height .wrapper_content {
          margin-left: 250px;
        }
        .wrapper_content {
          padding: 0px 40px;
        }
        .wrapper_content.center_content {
          text-align: center;
        }
        .wrapper_content figure {
          margin: 20px 0px;
        }
        .wrapper_content.sticky-item.fixed {
          position: fixed;
          padding-top: 60px;
        }
        .wrapper_content h2 {
          padding-top: 25px;
          margin-bottom: 20px;
        }
        .aside {
          margin-left: 310px;
          background: #f4f4f4;
        }
        .aside.mini {
          margin-left: 60px;
          background: #ffffff;
        }
        .inside_content {
          padding: 0px;
          padding-right: 20px;
          padding-bottom: 20px;
        }
        .inside_content h2,
        .inside_content h3,
        .inside_content .text,
        .inside_content .wrapper_text_apex,
        .inside_content .download-box,
        .inside_content .brand,
        .inside_content .wrapper_form,
        .inside_content .accordion {
          padding-left: 70px;
          padding-right: 20px;
        }
        .inside_content h2 {
          padding-bottom: 25px;
          border-bottom: 1px dashed #ccc;
        }
        .inside_content .wrapper_text_apex .text,
        .inside_content .wrapper_text_apex h3 {
          padding-left: 30px;
        }
        .inside_content .wrapper_text_apex .text {
          margin-bottom: 20px;
        }
        .inside_content .brand h4 {
          font-family: 'Lato', sans-serif;
          font-style: normal;
          font-weight: 700;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 18px;
          line-height: 35px;
          height: 35px;
          text-indent: 15px;
          margin: 20px 0px;
          margin-bottom: 0px;
          color: #FFFFFF;
          background-color: #282828;
          margin-bottom: 1px;
          position: relative;
        }
        .inside_content .brand figure {
          width: 16.666%;
          margin: 0px;
        }
        #aside_menu nav a {
          -moz-transition: all 0.6s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: all 0.6s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: all 0.6s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: all 0.6s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: all 0.6s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        }
        #aside_menu nav a .txt {
          -moz-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          -o-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          -webkit-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          -ms-transform: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          -moz-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          -o-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          -webkit-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          -ms-transform: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
        }
        #aside_menu nav a .icon {
          -moz-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        }
        #aside_menu nav a .arrow_svg svg {
          -moz-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        }
        #aside_menu nav a .arrow {
          -moz-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        }
        #aside_menu.mini nav a .txt {
          -moz-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -moz-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        }
        #submenu ul li a {
          -moz-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -moz-transition: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        }
        #submenu ul li a .arrow {
          -moz-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        }
        #home aside {
          color: #5e5e5e;
        }
        #home aside h2,
        #home aside h3 {
          line-height: 24px;
        }
        #home aside h2 {
          font-size: 22px;
          padding: 23px 15px;
          padding-bottom: 0px;
        }
        #home aside h3 {
          font-size: 18px;
          padding: 15px;
          padding-top: 0px;
          border-bottom: 1px solid #910924;
        }
        #home aside nav {
          top: auto;
          bottom: 0px;
        }
        #home aside nav h4 {
          padding: 0px 15px;
          font-size: 13px;
          margin-bottom: 10px;
        }
        #home aside nav a {
          background: #282828;
          color: #ffffff;
          border-bottom: 1px solid #910924;
        }
        #home aside nav a .icon svg path {
          display: none;
        }
        #home aside nav a .icon svg path:first-child {
          display: block;
          fill: #ffffff;
        }
        #home aside nav a .arrow_svg svg {
          fill: #ffffff;
        }
        #home aside nav a .txt {
          left: 70px;
          width: 210px;
        }
        #home aside nav a:hover,
        #home aside nav a.where {
          background: #666666;
          color: #ffffff;
        }
        #home aside nav a:hover .icon svg path:first-child,
        #home aside nav a.where .icon svg path:first-child {
          display: block;
          fill: #ffffff;
        }
        #home aside nav a:hover .arrow_svg svg path,
        #home aside nav a.where .arrow_svg svg path {
          fill: #ffffff;
        }
        @media screen and (max-width: 1100px), screen and (max-height: 700px) {
          #aside_menu {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 250px;
            background: #ffffff;
            z-index: 20;
          }
          #aside_menu nav {
            width: 250px;
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 20;
          }
          #aside_menu nav a {
            display: block;
            width: 250px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            height: 70px;
            line-height: 20px;
            padding-left: 70px;
            padding-right: 25px;
            position: relative;
            font-size: 16px;
            background: #5e5e5e;
            color: #fff;
            border-bottom: 1px solid #a0a0a0;
          }
          #aside_menu nav a .txt {
            display: table;
            position: absolute;
            left: 20px;
            width: 230px;
            height: 70px;
            opacity: 1;
            filter: alpha(opacity =100);
          }
          #aside_menu nav a span {
            display: table-cell;
            vertical-align: middle;
            text-indent: 0px;
          }
          #aside_menu nav a .icon,
          #aside_menu nav a .arrow,
          #aside_menu nav a .arrow_svg {
            position: absolute;
          }
          #aside_menu nav a .icon {
            top: 50%;
            margin-top: -25px;
            left: 10px;
            z-index: 15;
          }
          #aside_menu nav a .arrow_svg {
            top: 50%;
            margin-top: -12px;
            right: 10px;
            z-index: 10;
          }
          #aside_menu nav a .arrow {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            top: 0px;
            right: 70px;
            overflow: hidden;
            z-index: 5;
            width: 70px;
            height: 70px;
            color: #5e5e5e;
            line-height: 70px;
            visibility: hidden;
    /*top:0px;
					right:0px;
					z-index:5;
					
					
					width:0;
					height:0;
					border-style: solid;
					border-width: 35px 0 35px 20px;
					border-color: transparent transparent transparent @color-2;	*/
        }
        #aside_menu nav a .arrow:before {
          display: inline-block;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          font-size: 140px;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
        }
        #aside_menu nav a .arrow:before {
          content: "\f0da";
        }
        #aside_menu nav a .arrow:before {
          display: block;
          -webkit-transform: scale(0.5, 1);
          -moz-transform: scale(0.5, 1);
          -o-transform: scale(0.5, 1);
          -ms-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
        }
        #aside_menu nav a:hover,
        #aside_menu nav a.where {
          background: #a0a0a0;
          color: #282828;
        }
        #aside_menu nav a:hover path,
        #aside_menu nav a.where path {
          fill: #282828;
        }
        #aside_menu nav a:hover .icon path:first-child,
        #aside_menu nav a.where .icon path:first-child {
          display: none;
        }
        #aside_menu.mini {
          width: 60px;
        }
        #aside_menu.mini nav {
          width: 60px;
        }
        #aside_menu.mini a {
          width: 60px;
          padding: 0px;
        }
        #aside_menu.mini a .txt {
          opacity: 0;
          filter: alpha(opacity =0);
          left: -250px;
        }
        #aside_menu.mini a .icon {
          left: 5px;
        }
        #aside_menu.mini a .arrow_svg {
          right: -20px;
        }
        #aside_menu.mini a .arrow_svg svg {
          opacity: 0;
          filter: alpha(opacity =0);
        }
        #aside_menu.mini a.where .txt {
          opacity: 0;
          filter: alpha(opacity =0);
        }
        #aside_menu.mini a.where .arrow {
          visibility: visible;
          top: 0%;
          right: -46px;
          color: #a0a0a0;
          text-shadow: #000000 2px 2px 0px;
        }
        .ie9 #aside_menu.mini a.where .arrow {
          right: -25px;
          width: 35px;
          height: 70px;
          background-image: url("../assets//asd_Aside/asd_Aside-arrow-right-ie.svg");
          background-position: top left;
          background-repeat: no-repeat;
          background-size: 35px 71px;
          -webkit-transform: scale(0.5, 1);
          -moz-transform: scale(0.5, 1);
          -o-transform: scale(0.5, 1);
          -ms-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
        }
        .ie9 #aside_menu.mini a.where .arrow:before {
          content: "";
        }
        .content_submenu {
          position: relative;
        }
        #submenu {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          width: 190px;
          float: left;
          background: #e0e0e0;
          line-height: 20px;
        }
        #submenu article {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 20px 25px;
        }
        #submenu article h2 {
          font-family: 'Lato', sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 22px;
          line-height: 24px;
          margin-bottom: 10px;
        }
        #submenu ul li {
          display: table;
          position: relative;
          z-index: 1;
          padding-top: 1px;
          height: 48px;
        }
        #submenu ul li:before {
          content: "";
          position: absolute;
          left: 35px;
          top: 0;
          height: 1px;
          width: 120px;
          border-top: 1px solid #ffffff;
        }
        #submenu ul li a {
          display: table-cell;
          vertical-align: middle;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 5px 20px;
          width: 190px;
          height: 100%;
          color: #282828;
          background: #e0e0e0;
          font-size: 16px;
        }
        #submenu ul li a .arrow {
          position: absolute;
          opacity: 0;
          filter: alpha(opacity =0);
          top: 0px;
          bottom: 0px;
          right: -24px;
          width: 25px;
          height: 100%;
          background-image: url("../assets//asd_Aside/asd_Aside-arrow-right.svg");
          background-position: top left;
          background-repeat: no-repeat;
          background-size: 24px 100%;
          -webkit-background-size: 24px 100%;
          -moz-background-size: 24px 100%;
          -o-background-size: 24px 100%;
        }
        #submenu ul li a.where,
        #submenu ul li a:hover {
          color: #ffffff;
          background: #a0a0a0;
        }
        #submenu ul li a.where .arrow,
        #submenu ul li a:hover .arrow {
          opacity: 1;
          filter: alpha(opacity =100);
        }
        #submenu.ico_menu article {
          height: 25%;
        }
        #submenu.ico_menu ul {
          height: 75%;
        }
        #submenu.ico_menu ul li {
          height: 33.3%;
        }
        #submenu.ico_menu ul li a {
          text-align: center;
        }
        #submenu.ico_menu ul li a.where path,
        #submenu.ico_menu ul li a:hover path {
          fill: #fff;
        }
        .menu_full_height #submenu {
          position: fixed;
          top: 60px;
          left: 60px;
        }
        .menu_full_height .wrapper_content {
          margin-left: 190px;
        }
        .wrapper_content {
          padding: 0px 40px;
        }
        .wrapper_content.center_content {
          text-align: center;
        }
        .wrapper_content figure {
          margin: 20px 0px;
        }
        .wrapper_content.sticky-item.fixed {
          position: fixed;
          padding-top: 60px;
        }
        .wrapper_content h2 {
          padding-top: 25px;
          margin-bottom: 20px;
        }
        .aside {
          margin-left: 250px;
          background: #f4f4f4;
        }
        .aside.mini {
          margin-left: 60px;
          background: #ffffff;
        }
        .inside_content {
          padding: 0px;
          padding-right: 20px;
          padding-bottom: 20px;
        }
        .inside_content h2,
        .inside_content h3,
        .inside_content .text,
        .inside_content .wrapper_text_apex,
        .inside_content .download-box,
        .inside_content .brand,
        .inside_content .wrapper_form,
        .inside_content .accordion {
          padding-left: 70px;
          padding-right: 20px;
        }
        .inside_content h2 {
          padding-bottom: 25px;
          border-bottom: 1px dashed #ccc;
        }
        .inside_content .wrapper_text_apex .text,
        .inside_content .wrapper_text_apex h3 {
          padding-left: 30px;
        }
        .inside_content .wrapper_text_apex .text {
          margin-bottom: 20px;
        }
        .inside_content .brand h4 {
          font-family: 'Lato', sans-serif;
          font-style: normal;
          font-weight: 700;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 18px;
          line-height: 35px;
          height: 35px;
          text-indent: 15px;
          margin: 20px 0px;
          margin-bottom: 0px;
          color: #FFFFFF;
          background-color: #282828;
          margin-bottom: 1px;
          position: relative;
        }
        .inside_content .brand figure {
          width: 16.666%;
          margin: 0px;
        }
        #aside_menu nav a {
          -moz-transition: all 0.6s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: all 0.6s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: all 0.6s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: all 0.6s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: all 0.6s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        }
        #aside_menu nav a .txt {
          -moz-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          -o-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          -webkit-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          -ms-transform: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          -moz-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          -o-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          -webkit-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          -ms-transform: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
          transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.3s;
        }
        #aside_menu nav a .icon {
          -moz-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        }
        #aside_menu nav a .arrow_svg svg {
          -moz-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        }
        #aside_menu nav a .arrow {
          -moz-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        }
        #aside_menu.mini nav a .txt {
          -moz-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: left 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -moz-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        }
        #submenu ul li a {
          -moz-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -moz-transition: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        }
        #submenu ul li a .arrow {
          -moz-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -o-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -webkit-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          -ms-transform: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
          transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        }
        #home aside {
          color: #5e5e5e;
        }
        #home aside h2,
        #home aside h3 {
          line-height: 24px;
        }
        #home aside h2 {
          font-size: 22px;
          padding: 23px 15px;
          padding-bottom: 0px;
        }
        #home aside h3 {
          font-size: 18px;
          padding: 15px;
          padding-top: 0px;
          border-bottom: 1px solid #910924;
        }
        #home aside nav {
          top: auto;
          bottom: 0px;
        }
        #home aside nav h4 {
          padding: 0px 15px;
          font-size: 13px;
          margin-bottom: 10px;
        }
        #home aside nav a {
          background: #282828;
          color: #ffffff;
          border-bottom: 1px solid #910924;
        }
        #home aside nav a .icon svg path {
          display: none;
        }
        #home aside nav a .icon svg path:first-child {
          display: block;
          fill: #ffffff;
        }
        #home aside nav a .arrow_svg svg {
          fill: #ffffff;
        }
        #home aside nav a .txt {
          left: 70px;
          width: 150px;
        }
        #home aside nav a:hover,
        #home aside nav a.where {
          background: #666666;
          color: #ffffff;
        }
        #home aside nav a:hover .icon svg path:first-child,
        #home aside nav a.where .icon svg path:first-child {
          display: block;
          fill: #ffffff;
        }
        #home aside nav a:hover .arrow_svg svg path,
        #home aside nav a.where .arrow_svg svg path {
          fill: #ffffff;
        }
        /*custom style*/
        #aside_menu nav a {
          height: 40px;
          line-height: 16px;
          padding-left: 60px;
          padding-right: 25px;
          font-size: 14px;
        }
        #aside_menu nav a .icon {
          left: 10px;
        }
        #aside_menu nav a .icon svg {
          width: 40px;
        }
        #aside_menu nav a .txt {
          height: 40px;
        }
        #aside_menu nav a .arrow {
          height: 40px;
          width: 40px;
          font-size: 80px;
          line-height: 40px;
        }
        #aside_menu nav a .arrow_svg {
          margin-top: -8px;
        }
        #aside_menu.mini a.where .arrow {
          right: -16px;
        }
        .ie9 #aside_menu.mini a.where .arrow {
          right: -18px;
          width: 25px;
          height: 40px;
          background-image: url("../assets/asd_Aside/asd_Aside-arrow-right-ie.svg");
          background-position: top left;
          background-repeat: no-repeat;
          background-size: 25px 41px;
          -webkit-transform: scale(0.5, 1);
          -moz-transform: scale(0.5, 1);
          -o-transform: scale(0.5, 1);
          -ms-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
        }
        .ie9 #aside_menu.mini a.where .arrow:before {
          content: "";
        }
        #submenu article {
          padding: 15px 20px;
        }
        #submenu article h2 {
          font-size: 20px;
          line-height: 20px;
          margin-bottom: 8px;
        }
        #submenu article p {
          display: none;
        }
        #submenu nav ul li a {
          font-size: 14px;
          line-height: 18px;
        }
        #submenu.ico_menu article {
          height: 15%;
        }
        #submenu.ico_menu ul {
          height: 85%;
        }
        #submenu.ico_menu ul li a svg {
          width: 60px;
        }
      }
      #cover {
        position: relative;
        overflow: hidden!important;
      }
      #cover .wrapper_content {
        position: relative;
        height: 100%;
        width: 100%;
        padding: 0px;
      }
      #cover .wrapper_content h2 {
        padding: 0px;
        margin: 0px;
        margin-bottom: 10px;
      }
      #cover .pagination {
        position: absolute;
        left: 0px;
        text-align: center;
        bottom: 40px;
        width: 100%;
        z-index: 10;
      }
      #cover .info {
        width: 280px;
        position: absolute;
        left: 60px;
        bottom: 100px;
      }
      #cover .info .more {
        display: block;
      }
      .cover-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        top: 1px;
      }
      .cover-content-left {
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        left: 50%;
        margin-left: -450px;
        width: 800px;
        bottom: 30px;
      }
      .cover-content-left .brackets-title {
        width: 720px;
        margin-left: auto;
        margin-right: auto;
      }
      .cover-content {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
      }
      .cover-text p {
        color: #fff;
        text-align: justify;
      }
      #toggle-cover-content {
        position: absolute;
        display: table;
        width: 125px;
        height: 129px;
        bottom: 30px;
        right: 100px;
        text-align: center;
        cursor: pointer;
        z-index: 2;
        background: rgba(255, 255, 255, 0.1);
      }
      #toggle-cover-content div {
        display: table-cell;
        vertical-align: middle;
      }
      #toggle-cover-content svg {
        transform: scale(1.5);
      }
      #toggle-cover-content p {
        color: #fff;
        font-size: 12px;
        line-height: 12px;
        font-weight: 400;
        margin: 2px 0;
      }
      #cover .jspPane div {
        padding-right: 20px;
      }
      #cover .jspCap {
        display: none;
      }
      @media screen and (max-width: 1100px), screen and (max-height: 700px) {
        .cover-content-left {
          margin-left: -400px;
          width: 600px;
        }
        .cover-content-left .brackets-title {
          width: 580px;
        }
      }
      form {
        background-color: #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
        padding: 13px 10px;
      }
      form:after {
        content: '';
        display: block;
        clear: both;
      }
      form input[type="text"],
      form textarea {
        border: none;
        background: none;
        background-color: #F4F4F4;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 10px;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #888;
        margin-bottom: 10px;
      }
      form input[type="text"],
      form select {
        height: 25px;
        line-height: 25px;
      }
      form .styled-select {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 10px;
        font-size: 14px;
        width: 100%;
      }
      form .customSelect {
        border: none;
        color: #888;
        background-color: #F4F4F4;
        width: 100%;
        margin-bottom: 10px;
      }
      form .customSelect:after {
        content: "\f078";
        display: block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0px;
        top: 0px;
        height: 24px;
        width: 24px;
        color: #282828;
        background: none;
      }
      form .radio {
        margin-bottom: 10px;
      }
      form .radio span {
        padding-right: 10px;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #888;
      }
      form .radio label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-right: 15px;
        font-size: 14px;
      }
      form .radio label:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        bottom: 3px;
        background-color: #E9E9E9;
        border-radius: 8px;
      }
      form .radio input[type="radio"] {
        display: none;
      }
      form .radio input[type=radio]:checked + label:before {
        content: "\2022";
        color: #888;
        font-size: 20px;
        text-align: center;
        line-height: 15px;
      }
      form input[type="submit"],
      form input[type="button"] {
        border: none;
        background: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
      }
      form .separator {
        height: 1px;
        width: 100%;
        border-bottom: 1px dashed #CCC;
        margin: 10px 0px;
      }
      form .button {
        display: block;
        width: 190px;
        height: 35px;
        background-color: #282828;
        position: relative;
        -moz-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -o-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -ms-transform: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
      }
      form .button:after {
        content: "\f054";
        display: block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 15px;
        top: 0px;
        height: 35px;
        line-height: 35px;
        color: #fff;
      }
      form .button input[type="submit"],
      form .button input[type="button"] {
        border: none;
        background: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        display: block;
        width: 100%;
        height: 100%;
        padding-left: 15px;
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
      }
      form .button:hover {
        background-color: #910924;
      }
      form .text {
        padding: 0px !important;
      }
      form .text p {
        margin: 10px 0px;
      }
      .detail_wrapper {
        position: absolute;
        top: 12px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        background-color: #fff;
        z-index: 10;
      }
      .detail_wrapper .close_detail {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 70px;
        height: 70px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 0px;
        background-color: #910924;
        color: #fff;
        text-align: center;
        z-index: 11;
      }
      .detail_wrapper .close_detail:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 32px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      .detail_wrapper .close_detail:before {
        content: "\f00d";
      }
      .detail_wrapper .close_detail span {
        display: block;
        text-transform: uppercase;
        font-size: 12px;
      }
      .detail_wrapper .content_swiper {
        width: 100%;
        height: 100%;
      }
      .detail_wrapper .content_swiper .swiper-container.button {
        width: 70px;
        height: 100%;
        background-color: #282828;
        color: #fff;
      }
      .detail_wrapper .content_swiper .swiper-container.button .swiper-slide {
        display: table;
        position: relative;
        text-align: center;
      }
      .detail_wrapper .content_swiper .swiper-container.button .swiper-slide .content {
        display: table-cell;
        vertical-align: middle;
      }
      .detail_wrapper .content_swiper .swiper-container.button .swiper-slide .content p {
        margin-top: -100px;
        line-height: 16px;
      }
      .detail_wrapper .content_swiper .swiper-container.button .swiper-slide .content p span {
        display: block;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 26px;
      }
      .detail_wrapper .content_swiper .swiper-container.button .swiper-slide .swiper-controller {
        position: absolute;
        width: 70px;
        height: 100%;
        top: 0%;
        left: 0px;
        color: #fff;
        text-align: center;
      }
      .detail_wrapper .content_swiper .swiper-container.button .swiper-slide .swiper-controller span {
        position: absolute;
        display: inline-block;
        top: 50%;
        margin-top: -15px;
        left: 0%;
        font-size: 12px;
        letter-spacing: 0.2px;
      }
      .detail_wrapper .content_swiper .swiper-container.button .swiper-slide .swiper-controller span:before {
        font-size: 32px;
      }
      .detail_wrapper .content_swiper .swiper-container.button.prev {
        float: left;
      }
      .detail_wrapper .content_swiper .swiper-container.button.prev .swiper-controller span:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 32px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      .detail_wrapper .content_swiper .swiper-container.button.prev .swiper-controller span:before {
        content: "\f137";
      }
      .detail_wrapper .content_swiper .swiper-container.button.next {
        float: right;
      }
      .detail_wrapper .content_swiper .swiper-container.button.next .swiper-controller span:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 32px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      .detail_wrapper .content_swiper .swiper-container.button.next .swiper-controller span:before {
        content: "\f138";
      }
      .detail_wrapper .content_swiper .swiper-container.article {
        position: absolute;
        top: 0px;
        left: 70px;
        right: 70px;
        bottom: 0px;
      }
      .detail_wrapper .content_swiper .swiper-container.article .wrapper_content {
        padding: 15px 25px;
      }
      .detail_wrapper .content_swiper .swiper-container.article .wrapper_content .logo {
        height: 35px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #999;
        text-align: left;
        margin-bottom: 25px;
      }
      .detail_wrapper .content_swiper .swiper-container.article .wrapper_content .logo svg {
        height: 35px;
        max-width: 100%;
      }
      .detail_wrapper .content_swiper .swiper-container.article .wrapper_content h2 {
        margin-bottom: 25px;
      }
      .detail_wrapper .content_swiper .swiper-container.infographic h2 {
        padding-bottom: 10px;
        text-align: center;
        margin-bottom: 25px;
      }
      .detail_wrapper .content_swiper .swiper-container.infographic .wrapper_infographic {
        width: 100%;
      }
      .download-box,
      .accordion {
        display: table;
        width: 100%;
        margin-bottom: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }
      .download-box h4,
      .accordion h4 {
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 700;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 18px;
        line-height: 35px;
        height: 35px;
        text-indent: 15px;
        margin: 20px 0px;
        color: #FFFFFF;
        background-color: #282828;
        margin-bottom: 1px;
        position: relative;
      }
      .download-box h4.selected a,
      .accordion h4.selected a {
        background-color: #910924;
      }
      .download-box h4.selected a:before,
      .accordion h4.selected a:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      .download-box h4.selected a:before,
      .accordion h4.selected a:before {
        content: "\f077";
      }
      .download-box h4 a,
      .accordion h4 a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        text-indent: 8px;
        background-color: #282828;
        -moz-transition: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -o-transition: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -webkit-transition: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -ms-transform: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        transition: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
      }
      .download-box h4 a:before,
      .accordion h4 a:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      .download-box h4 a:before,
      .accordion h4 a:before {
        content: "\f078";
      }
      .download-box h4 a:before,
      .accordion h4 a:before {
        margin-right: 10px;
      }
      .download-box h4 a:hover,
      .accordion h4 a:hover {
        background-color: #910924;
        cursor: pointer;
      }
      .download-box h4 .icon-pdf,
      .accordion h4 .icon-pdf {
        right: 15px;
        top: 3px;
      }
      .download-box .icon-pdf,
      .accordion .icon-pdf {
        position: absolute;
        height: 20px;
      }
      .download-box .icon-pdf svg,
      .accordion .icon-pdf svg {
        height: 20px;
        max-width: 100%;
      }
      .download-box .text,
      .accordion .text {
        padding: 20px;
        background: #fff;
      }
      .download-box .text strong,
      .accordion .text strong {
        color: #910924;
      }
      .download-box .item-doc,
      .accordion .item-doc {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-left: 1px solid #fff;
        float: left;
      }
      .download-box .item-doc:first-child,
      .accordion .item-doc:first-child {
        border-left: none;
      }
      .download-box .item-doc h5,
      .accordion .item-doc h5 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 50px;
        width: 100%;
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 700;
        background-color: #5e5e5e;
        margin-bottom: 1px;
        display: table;
        padding: 0px 15px;
      }
      .download-box .item-doc h5 span,
      .accordion .item-doc h5 span {
        height: 50px;
        line-height: 14px;
        display: table-cell;
        vertical-align: middle;
      }
      .download-box .item-doc .empty,
      .accordion .item-doc .empty {
        width: 100%;
        height: 120px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #f2f2f2;
        box-shadow: #dfdfdf 1px 1px 0px;
        -moz-box-shadow: #dfdfdf 1px 1px 0px;
        -webkit-box-shadow: #dfdfdf 1px 1px 0px;
      }
      .download-box .item-doc a,
      .accordion .item-doc a {
        display: block;
        width: 100%;
        height: 120px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 12px;
        line-height: 18px;
        background-color: #f2f2f2;
        position: relative;
        color: #282828;
        margin-bottom: 2px;
        box-shadow: #dfdfdf 1px 1px 0px;
        -moz-box-shadow: #dfdfdf 1px 1px 0px;
        -webkit-box-shadow: #dfdfdf 1px 1px 0px;
        -moz-transition: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -o-transition: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -webkit-transition: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -ms-transform: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        transition: background 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
      }
      .download-box .item-doc a .icon-pdf,
      .accordion .item-doc a .icon-pdf {
        display: block;
        left: 10px;
        bottom: 8px;
        font-size: 12px;
        text-transform: uppercase;
        color: #666;
        line-height: 20px;
      }
      .download-box .item-doc a .icon-pdf svg,
      .accordion .item-doc a .icon-pdf svg {
        display: inline-block;
        float: left;
      }
      .download-box .item-doc a .icon-pdf .icon-pdf-st0,
      .accordion .item-doc a .icon-pdf .icon-pdf-st0 {
        fill: #910924;
      }
      .download-box .item-doc a .hover-box,
      .accordion .item-doc a .hover-box {
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        right: 50%;
        bottom: 50%;
        z-index: 5;
        opacity: 0;
        filter: alpha(opacity =0);
        -moz-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -o-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -ms-transform: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        background-color: #910924;
        color: #fff;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
      }
      .download-box .item-doc a .hover-box .icon,
      .accordion .item-doc a .hover-box .icon {
        position: absolute;
        display: block;
        width: 100%;
        height: 40px;
        top: 50%;
        left: 0%;
        margin-top: -20px;
        line-height: normal;
        opacity: 0;
        filter: alpha(opacity =0);
        -moz-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.2s;
        -o-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.2s;
        -webkit-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.2s;
        -ms-transform: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.2s;
        transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0.2s;
      }
      .download-box .item-doc a .hover-box .icon:after,
      .accordion .item-doc a .hover-box .icon:after {
        content: "\f019";
        display: block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 26px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      .no-touch .download-box .item-doc a:hover .hover-box,
      .no-touch .accordion .item-doc a:hover .hover-box,
      .desktop .download-box .item-doc a:hover .hover-box,
      .desktop .accordion .item-doc a:hover .hover-box {
        top: 0%;
        left: 0%;
        right: 0%;
        bottom: 0%;
        opacity: 1;
        filter: alpha(opacity =100);
      }
      .no-touch .download-box .item-doc a:hover .hover-box .icon,
      .no-touch .accordion .item-doc a:hover .hover-box .icon,
      .desktop .download-box .item-doc a:hover .hover-box .icon,
      .desktop .accordion .item-doc a:hover .hover-box .icon {
        opacity: 1;
        filter: alpha(opacity =100);
      }
      .no-touch .download-box .item-doc a:hover .icon-corner .corner-st1,
      .no-touch .accordion .item-doc a:hover .icon-corner .corner-st1,
      .desktop .download-box .item-doc a:hover .icon-corner .corner-st1,
      .desktop .accordion .item-doc a:hover .icon-corner .corner-st1 {
        fill: #a0a0a0;
      }
      .download-box .item-doc .icon-corner,
      .accordion .item-doc .icon-corner {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        z-index: 6;
        right: -1px;
        bottom: -1px;
        -webkit-transform: translate3d(0, 0, 0);
      }
      .download-box .item-doc .icon-corner .corner-st1,
      .accordion .item-doc .icon-corner .corner-st1 {
        fill: #910924;
        -moz-transition: fill 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -o-transition: fill 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -webkit-transition: fill 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -ms-transform: fill 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        transition: fill 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
      }
      .download-box .item-doc.media .figure_media,
      .accordion .item-doc.media .figure_media {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0px;
        float: left;
        width: 30%;
        height: 100%;
        overflow: hidden;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 20px;
      }
      .download-box .item-doc.media .icon-pdf,
      .accordion .item-doc.media .icon-pdf {
        left: 30%;
        bottom: 12px;
        padding-left: 20px;
      }
      .download-box .header-doc,
      .accordion .header-doc {
        overflow: hidden;
        margin-bottom: 1px;
        text-align: right;
      }
      .download-box .header-doc img,
      .accordion .header-doc img {
        display: block;
        width: 100%;
        height: auto;
      }
      .download-box .simple-doc .item-doc,
      .accordion .simple-doc .item-doc {
        width: 100%;
        border: none;
        float: none;
      }
      .download-box .simple-doc .item-doc a,
      .accordion .simple-doc .item-doc a {
        height: 100%;
        padding: 15px;
        padding-left: 40px;
        line-height: 24px;
      }
      .download-box .simple-doc .item-doc a .icon-pdf,
      .accordion .simple-doc .item-doc a .icon-pdf {
        left: 10px;
        top: 18px;
      }
      .download-box .simple-doc .item-doc a .icon-pdf .icon-pdf-st0,
      .accordion .simple-doc .item-doc a .icon-pdf .icon-pdf-st0 {
        fill: #910924;
      }
      .download-box .simple-doc .item-doc a .hover-box,
      .accordion .simple-doc .item-doc a .hover-box {
        line-height: normal;
      }
      .download-box .col-doc-4 .item-doc,
      .accordion .col-doc-4 .item-doc {
        width: 25%;
      }
      .download-box .col-doc-2 .item-doc,
      .accordion .col-doc-2 .item-doc {
        width: 50%;
      }
      .download-box .simple-doc.col-doc-2 .item-doc,
      .accordion .simple-doc.col-doc-2 .item-doc {
        width: 50%;
        float: left;
        border-left: 1px solid #fff;
      }
      .download-box .simple-doc.col-doc-2 .item-doc a,
      .accordion .simple-doc.col-doc-2 .item-doc a {
        padding: 15px;
        position: relative;
      }
      .download-box .simple-doc.col-doc-2 .item-doc a:after,
      .accordion .simple-doc.col-doc-2 .item-doc a:after {
        content: "\f054";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 15px;
        right: 20px;
        color: #910924;
      }
      .download-box .simple-doc.col-doc-2 .item-doc a:hover,
      .accordion .simple-doc.col-doc-2 .item-doc a:hover {
        background-color: #910924;
        color: #fff;
      }
      .download-box .simple-doc.col-doc-2 .item-doc a:hover:after,
      .accordion .simple-doc.col-doc-2 .item-doc a:hover:after {
        color: #fff;
      }
      .inside_content .icon-corner .corner-st0 {
        fill: #fff;
      }
      #downloads-dx {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 400px;
        float: right;
        margin-right: 25px;
        padding-top: 10px;
      }
      #downloads-dx .icon-corner .corner-st0 {
        fill: #fff;
      }
      #downloads-dx.sticky-item.fixed {
        position: fixed;
        right: 0px;
        padding-top: 60px;
      }
      #offerte {
        background-color: #fff;
      }
      #offerte h2 {
        color: #910924;
        font-size: 24px;
        margin-bottom: 0px;
      }
      #offerte #wrapper_offerte {
        margin: 20px 0px;
      }
      #offerte #wrapper_offerte .item {
        width: calc(25% - 22px);
        float: left;
        min-width: 170px;
        min-height: 100px;
        border: solid 1px #CFCFCF;
        padding: 10px 10px 20px 10px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
      }
      #offerte #wrapper_offerte .item h3 {
        font-size: 18px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 50px;
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        background-image: url('../assets/oft-offerte/logo.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 50px;
      }
      #offerte #wrapper_offerte .item .link_more {
        position: absolute;
        bottom: 20px;
        left: 50px;
        right: 50px;
      }
      #offerte #wrapper_offerte .item .link_more a {
        display: inline-block;
        width: 100%;
        min-width: 150px;
        height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px 15px;
        line-height: 30px;
        background-color: #282828;
        color: #fff;
        font-size: 13px;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 700;
        -moz-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -o-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -ms-transform: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
      }
      #offerte #wrapper_offerte .item .link_more a .icon {
        float: right;
        -moz-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -o-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -ms-transform: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
      }
      #offerte #wrapper_offerte .item .link_more a .icon:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      #offerte #wrapper_offerte .item .link_more a .icon:before {
        content: "\f054";
      }
      #offerte #wrapper_offerte .item .link_more a:hover {
        background-color: #910924;
      }
      .offerta-dettaglio {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-left: 70px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }
      .offerta-dettaglio .left {
        position: absolute;
        left: 0px;
        width: 70px;
        height: 100%;
        background-color: #282828;
      }
      .offerta-dettaglio .close_detail {
        right: auto;
        left: 0px;
        background-color: #282828;
      }
      .offerta-dettaglio .close_detail:hover {
        background-color: #910924;
      }
      .offerta-dettaglio figure {
        display: block;
        width: 20%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        float: left;
        margin-right: 50px;
        position: relative;
        cursor: pointer;
      }
      .offerta-dettaglio figure.loading {
        background-image: url('../assets/ajax-loader-figure.gif');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
      }
      .offerta-dettaglio figure .icon {
        color: #fff;
        width: 50px;
        height: 50px;
        position: absolute;
        right: 20px;
        top: 10px;
        text-align: center;
        -moz-transition: right 0.8s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -o-transition: right 0.8s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -webkit-transition: right 0.8s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -ms-transform: right 0.8s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        transition: right 0.8s cubic-bezier(0, 1, 0.48, 0.96) 0s;
      }
      .offerta-dettaglio figure .icon span {
        display: block;
        -webkit-font-smoothing: subpixel-antialiased;
      }
      .offerta-dettaglio figure .icon .arrow {
        margin-bottom: 2px;
      }
      .offerta-dettaglio figure .icon .arrow:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      .offerta-dettaglio figure .icon .arrow:before {
        content: "\f065";
      }
      .offerta-dettaglio figure .icon .arrow:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: -8px;
      }
      .offerta-dettaglio figure .icon .plus:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 45px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      .offerta-dettaglio figure .icon .plus:before {
        content: "\f00e";
      }
      .offerta-dettaglio figure.open .icon .arrow:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      .offerta-dettaglio figure.open .icon .arrow:before {
        content: "\f066";
      }
      .offerta-dettaglio figure.open .icon .plus:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 45px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      .offerta-dettaglio figure.open .icon .plus:before {
        content: "\f010";
      }
      .offerta-dettaglio #wrapper_scroll {
        margin-right: 80px;
        float: left;
      }
      .offerta-dettaglio #wrapper_scroll .article_scroll {
        height: 100%;
      }
      .offerta-dettaglio .wrapper_content {
        padding: 0px;
        padding-right: 40px;
      }
      .offerta-dettaglio .wrapper_content h2 {
        font-size: 26px !important;
        font-variant: small-caps;
        margin-bottom: 0px;
        color: #282828 !important;
      }
      .offerta-dettaglio .wrapper_content h2 strong {
        font-variant: normal;
        text-transform: uppercase;
        font-family: 'kelson_sansbold';
        font-weight: normal;
        color: #910924;
      }
      .offerta-dettaglio .wrapper_content .text .highlight {
        color: #910924;
      }
      .offerta-dettaglio .wrapper_content .text ul {
        margin-bottom: 20px;
      }
      .offerta-dettaglio .wrapper_content .text ul li {
        list-style: none;
        padding-left: 25px;
        margin: 0px;
        position: relative;
      }
      .offerta-dettaglio .wrapper_content .text ul li:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 7px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      .offerta-dettaglio .wrapper_content .text ul li:before {
        content: "\f0c8";
      }
      .offerta-dettaglio .wrapper_content .text ul li:before {
        position: absolute;
        left: 5px;
        top: 2px;
        color: #910924;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento {
        background: #efefef;
        padding: 20px 15px;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento h3 {
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 15px;
        position: relative;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento h3 strong {
        color: #910924;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento h3 a {
        float: right;
        color: #910924;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento h3 a:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento h3 a:before {
        content: "\f05a";
      }
      .offerta-dettaglio .wrapper_content .finanaziamento h3 .info_text {
        display: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        right: 30px;
        width: 500px;
        height: auto;
        border: 3px solid #910924;
        background-color: #fff;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 1.2;
        padding: 8px;
        color: #282828;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento h3 .info_text:after {
        content: "\f04b";
        display: block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: -20px;
        top: 50%;
        margin-top: -6px;
        height: 24px;
        width: 24px;
        color: #910924;
        background: none;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento h3 .info_text .highlight {
        color: #910924;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento h3 .info_text a {
        float: none !important;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento h3 .info_text a:before {
        content: "";
        display: inline;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento h3 .info_text .close {
        display: block;
        width: 20px;
        height: 20px;
        float: right !important;
        text-decoration: none;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento h3 .info_text .close:before {
        content: "\f00d";
        display: block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento .text {
        background-color: #fff;
        padding: 10px;
        font-size: 13px;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento .text p {
        line-height: 1.2;
        margin-bottom: 0px;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento .text h4 {
        color: #910924;
        text-transform: uppercase;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento table {
        width: calc(100% + 2px);
        border-collapse: separate;
        border-spacing: 2px;
        font-size: 18px;
        margin-bottom: 5px;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento table td {
        width: 60%;
        background-color: #fff;
        padding: 5px 15px;
        color: #666;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento table td:first-child {
        width: 30%;
        background-color: #e3e3e3;
        text-transform: uppercase;
        color: #282828;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento .link {
        margin-left: calc(30% + 28px);
      }
      .offerta-dettaglio .wrapper_content .finanaziamento .link:after {
        content: '';
        display: block;
        clear: both;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento .link a {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 10px;
        width: calc(50% - 5px);
        height: 35px;
        line-height: 35px;
        float: left;
        color: #fff;
        background-color: #282828;
        font-size: 16px;
        padding: 0px 10px;
        -moz-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -o-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -ms-transform: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento .link a:first-child {
        margin-left: 0px;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento .link a .icon {
        float: right;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento .link a .icon svg {
        height: 35px;
      }
      .offerta-dettaglio .wrapper_content .finanaziamento .link a:hover {
        background-color: #910924;
      }
      @media screen and (max-width: 1100px), screen and (max-height: 700px) {
        #offerte #wrapper_offerte .item {
          width: calc(33% - 22px);
        }
      }
      @media screen and (min-width: 1400px) {
        #offerte #wrapper_offerte .item {
          width: calc(20% - 22px);
        }
      }
      .item-link {
        width: 25%;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 0px;
        padding-top: 0px;
        padding-right: 30px;
        text-align: center;
      }
      .item-link a {
        color: #282828;
      }
      .item-link figure {
        width: 100%;
        height: 90px;
        display: table;
        text-align: center;
        background-color: #f7f7f7;
        box-shadow: #cbcbcb 1px 1px 0px;
        -moz-box-shadow: #cbcbcb 1px 1px 0px;
        -webkit-box-shadow: #cbcbcb 1px 1px 0px;
      }
      .item-link figure span {
        display: table-cell;
        vertical-align: middle;
      }
      #sitemap {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }
      #sitemap li {
        display: block;
        width: 33%;
        float: left;
        margin-bottom: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }
      #sitemap li a {
        color: #282828;
        -moz-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -o-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -webkit-transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        -ms-transform: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        transition: color 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
      }
      #sitemap li a .icon {
        margin-left: 5px;
        color: #910924;
      }
      #sitemap li a .icon:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      #sitemap li a .icon:before {
        content: "\f054";
      }
      #sitemap li a:hover {
        color: #910924;
      }
      #sitemap li li {
        width: 100%;
        float: none;
        margin: 0px;
      }
      #sitemap li li a {
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
      }
      #sitemap li li a .icon:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      #sitemap li li a .icon:before {
        content: "\f054";
      }
      #sitemap li li li {
        width: 100%;
        float: none;
        margin: 0px;
        padding-left: 20px;
      }
      #sitemap li li li a {
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
      }
      @media screen and (max-width: 1100px), screen and (max-height: 700px) {
        #sitemap {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
        }
        #sitemap li a {
          font-size: 14px;
        }
        #sitemap li li a {
          font-family: 'Lato', sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 13px;
        }
        #sitemap li li li a {
          font-family: 'Lato', sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 13px;
        }
        header > nav > ul > li > a {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          /*line-height: 18px; */
        } 

        header nav li.change_brand a {
          padding-bottom: 23px;
        }
        
      }
      #tools {
        display: none;
        position: absolute;
        z-index: 100;
        right: 0px;
        top: 61px;
        background-color: transparent;
        overflow: hidden;
        /* Step e descrizione */
        /* Info */
        /* Testo con icona */
        /* testo non modificabile */
        /* Select custom */
        /* Select custom alternate */
        /* Select custom alternate 2 */
        /* Pulsanti cta */
        /******************************************************************/
        /******************************************************************/
        /* Tool 0 Calculator     																					*/
        /******************************************************************/
        /******************************************************************/
  /*.toe0-field-label:last-child{
		margin-bottom: 0px;
   }*/
  /*.to-select-div-alt2:last-child{
		margin-bottom: 0px;
   }*/
   /******************************************************************/
   /******************************************************************/
   /* Distinzioni sui singoli prodotti																*/
   /******************************************************************/
   /******************************************************************/
   /******************************************************************/
   /******************************************************************/
   /* Tool 1 Find your car 																					*/
   /******************************************************************/
   /******************************************************************/
   /* Icona custom */
   /* Box risultati */
   /******************************************************************/
   /******************************************************************/
   /* Tool 2 Find delaer   																					*/
   /******************************************************************/
   /******************************************************************/
   /******************************************************************/
   /******************************************************************/
   /* MEDIAQUERIES																										*/
   /******************************************************************/
   /******************************************************************/
 }
 #tools *:focus {
  outline: 0;
}
#tools *:not(input):not(textarea) {
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#tools input[type="text"]:disabled {
  background-color: #FFFFFF;
}
#tools nav {
  position: absolute;
  width: 73px;
  left: 0px;
  top: 50%;
  height: 390px;
  z-index: 100;
}
#tools nav ul a {
  color: #fff;
}
#tools li a {
  width: 73px;
  height: 130px;
  display: inline-block;
}
#tools li a:not(.to-active):hover {
  background-position: 0 -130px;
}
#tools li:nth-child(1) a {
  background-image: url("../assets/tol_Tools/btnToolCalculator.png");
}
#tools li:nth-child(2) a {
  background-image: url("../assets//tol_Tools/btnToolFindYourCar.png");
}
#tools li:nth-child(3) a {
  background-image: url("../assets//tol_Tools/btnToolFindDealer.png");
}
#tools li a span {
  display: inline-block;
  margin-left: 5%;
  font-size: 10px;
  text-align: center;
  width: 90%;
  line-height: 110%;
}
#tools li:nth-child(1) a span {
  margin-top: 85px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 300;
}
#tools li:nth-child(2) a span {
  margin-top: 75px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 300;
}
#tools li:nth-child(3) a span {
  margin-top: 70px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 300;
}
#tools .to-wrapper-tool {
  position: absolute;
  width: 1024px;
  background-color: #656565;
  left: 73px;
  top: 0;
  height: 100%;
  line-height: 100%;
}
#tools .to-left-panel {
  float: left;
  width: 310px;
  height: 100%;
  background-color: #656565;
  /*overflow: auto;*/
}
#tools .to-right-panel {
  float: left;
  height: 100%;
  background-color: #FFFFFF;
  width: calc(100% -  310px);
  overflow: auto;
  position: relative;
}
#tools .to-container-right-loading {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: table;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
#tools .to-loading-lower {
  z-index: 999;
}
#tools .to-disabler-right {
  width: calc(100% - 310px);
  height: 100%;
  /*background-color: #FF0000;*/
  position: absolute;
  top: 0px;
  left: 310px;
  z-index: 1001;
  display: none;
  background-image: url("../assets//tol_Tools/1pixelTransparent.png");
}
#tools .to-loading {
  display: table-cell;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}
#tools .to-right-panel::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);*/
  /*background-color: #F5F5F5;*/
}
#tools .to-right-panel::-webkit-scrollbar {
  width: 6px;
  /*background-color: #F5F5F5;*/
}
#tools .to-right-panel::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #910924;
  /*border: 2px solid #555555;*/
}
#tools .to-panel-close {
  display: none;
  height: 100%;
  position: absolute;
  width: 73px;
  top: 0px;
  left: 0px;
  background-color: #282828;
  z-index: 99;
}
#tools .to-margin-top-20 {
  margin-top: 20px;
}
#tools .to-margin-top-10 {
  margin-top: 10px;
}
#tools .white {
  color: #FFFFFF;
}
#tools .deep-gray {
  color: #282828;
}
#tools .to-btn-close {
  background-image: url("../assets//tol_Tools/btnClose.png");
  width: 73px;
  height: 40px;
  cursor: pointer;
  margin-top: 10px;
}
#tools .to-btn-close span {
  margin-top: 30px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 300;
  display: inline-block;
  color: #FFFFFF;
  font-size: 10px;
  width: 90%;
  margin-left: 5%;
  text-align: center;
}
#tools .to-wrapper-tool-shadow {
  height: 100%;
  position: absolute;
  width: 48px;
  left: 49px;
  top: 0px;
  overflow: hidden;
}
#tools .to-tool-shadow {
  position: absolute;
  box-shadow: 0px 0px 24px 0px #000000;
  width: 24px;
  right: 0px;
  height: 100%;
  top: 0px;
}
#tools .to-left-container {
  margin-left: 15px;
  margin-top: 20px;
  width: 280px;
  color: #FFFFFF;
}
#tools .to-title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
}
#tools .to-subtitle {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#tools .to-separator {
  border: 1px dashed #999999;
}
#tools .to-wrapper-step {
  display: table;
  padding-top: 15px;
}
#tools .to-step {
  display: table-cell;
  width: 33px;
  vertical-align: middle;
  text-align: center;
}
#tools .to-step span {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
}
#tools .to-step-separator {
  display: table-cell;
  width: 12px;
  border-left: 1px solid;
}
#tools .to-step-texts {
  display: table-cell;
  vertical-align: middle;
}
#tools .to-step-text {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
}
#tools .to-step-small-text {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
}
#tools .to-wrapper-info {
  display: table;
  margin-bottom: 5px;
}
#tools .to-wrapper-i {
  display: table-cell;
  width: 48px;
  text-align: center;
  vertical-align: bottom;
}
#tools .to-info {
  background-color: #910924;
  width: 15px;
  height: 15px;
  border-radius: 7px;
  position: relative;
  vertical-align: bottom;
  margin: 0 auto;
}
#tools .to-info-bigger {
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
#tools .to-info-bigger-alt {
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
#tools .to-info i {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 700;
  position: absolute;
  left: 6px;
  top: 2px;
  line-height: 100%;
  font-size: 12px;
  cursor: default;
}
#tools .to-i-bigger {
  left: 8px !important;
  font-size: 15px !important;
}
#tools .to-i-bigger-alt {
  top: 0px !important;
  left: 6px !important;
  font-size: 15px !important;
}
#tools .to-info-text {
  display: table-cell;
  vertical-align: bottom;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  padding-bottom: 2px;
}
#tools .to-info-service {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  margin-right: 5px;
}
#tools .to-wrapper-icon-text {
  display: table;
  width: 99%;
  height: 35px;
}
#tools .to-it-icon {
  display: table-cell;
  width: 45px;
  vertical-align: middle;
  background-color: #910924;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
}
#tools .to-it-text {
  display: table-cell;
  vertical-align: middle;
  background-color: #FFFFFF;
}
#tools .to-it-input {
  width: 90%;
  color: #282828;
  margin-left: 10px;
  border: none;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
}
#tools .to-wrapper-icon-text-no-edit {
  height: 33px;
  border: 1px solid #282828;
}
#tools .to-it-icon-no-edit {
  background-color: #282828;
}
#tools .to-it-text-no-edit {
  background-color: #CFCFCF;
}
#tools .to-no-edit-text {
  margin-left: 10px;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #282828;
}
#tools .to-select-div {
  width: 97%;
  overflow: hidden;
  background: url("../assets//tol_Tools/arrowDown.png") no-repeat right #fefefe;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 100;
  height: 35px;
}
#tools .to-select-default {
  padding-left: 14px;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-top: 10px;
  display: inline-block;
  color: #282828;
}
#tools .to-select {
  margin: 0px;
  padding: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 10px);
  height: 100%;
  display: block;
  z-index: 101;
}
#tools .to-select:focus {
  outline: none;
}
#tools .to-select-div-alt {
  width: 97%;
  overflow: hidden;
  background: url("../assets//tol_Tools/arrowDownAlt.png") no-repeat right #fefefe;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 100;
  height: 22px;
  border: 1px solid #282828;
}
#tools .to-select-default-alt {
  padding-left: 5px;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-top: 4px;
  display: inline-block;
  color: #282828;
}
#tools .to-select-div-alt2 {
  width: 99%;
  overflow: hidden;
  background: url("../assets//tol_Tools/arrowDownBlack.png") no-repeat right 3px center #fefefe;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 100;
  height: 19px;
  border: 1px solid #282828;
  margin-bottom: 10px;
}
#tools .to-select-div-disguised {
  background-image: none;
}
#tools .to-select-default-alt2 {
  padding-left: 5px;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  /*padding-top: 4px;*/
  display: inline-block;
  color: #282828;
  margin-top: -7px;
}
#tools .to-wrapper-cta {
  width: 280px;
}
#tools .to-cta {
  display: block;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
#tools .to-cta-smaller {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 10px;
}
#tools .to-cta-with-png {
  padding-right: 8px;
}
#tools .to-icon-png {
  margin-left: 0px;
  margin-top: -2px;
}
#tools .to-tohide {
  display: none;
}
#tools .to-cta-disabled {
  opacity: 0.5;
  cursor: default;
}
#tools .to-wrapper-panel-v {
  width: 300px;
  height: 102px;
  background: url("../assets//tol_Tools/panelv.png");
  position: relative;
}
#tools .to-wrapper-panel-v-container {
  width: 100%;
  margin-top: 6px;
  display: inline-block;
  position: relative;
  text-align: center;
}
#tools .to-wrapper-info-panel-v {
  position: absolute;
  top: 1px;
  left: 247px;
}
#tools .to-pv-title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
}
#tools .to-pv-value {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-top: 15px;
}
#tools .to-pv-value-big {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
}
#tools .to-pv-value-small {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
}
#tools .to-blank-separator {
  height: 7px;
}
#tools .to0-img-model {
  width: 310px;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-image: url("../assets//tol_Tools/models/thumbs/IMG_promo_small_FGAC_500C.jpg");
}
#tools .to0-select-brand:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tools .to0-select-brand:before {
  content: "\f0ca";
}
#tools .to0-select-model:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tools .to0-select-model:before {
  content: "\f1b9";
}
#tools .to0-select-version:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tools .to0-select-version:before {
  content: "\f1de";
}
#tools .to0-wrapper-intro-results {
  margin-left: 1%;
  width: 98%;
  margin-top: 20px;
}
#tools .to0-wrapper-intro-title {
  font-family: 'kelson_sansbold';
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 20px;
}
#tools .to0-wrapper-intro-subtitle {
  font-size: 12px;
}
#tools .to0-wrapper-elements {
  margin-left: 1%;
  width: 98%;
  margin-top: 20px;
  background-color: #EFEFEF;
}
#tools .to0-element {
  color: #282828;
  /*height: 300px;*/
  /*margin-bottom: 10px;*/
  position: relative;
}
#tools .to0e-wrapper-title {
  background-image: url("../assets//apex.svg");
  background-position: 8px 4px;
  background-repeat: no-repeat;
  padding-left: 36px;
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
  height: 28px;
  margin-bottom: 10px;
}
#tools .to0e-title {
  height: 28px;
  width: calc(100% - 200px);
  float: left;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin-top: 6px;
}
#tools .to0e-actions {
  float: right;
  height: 28px;
  width: 180px;
  margin-right: 10px;
  /*background-color: #00FF00;*/
}
#tools .to0-action {
  height: 28px;
  width: 38px;
  float: right;
  background-color: #282828;
  -moz-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  cursor: pointer;
  color: #FFFFFF;
}
#tools .to0-action:hover:not(.to-cta-disabled) {
  background-color: #910924;
}
#tools .to0-cta-icon-print {
  display: inline-block;
  margin-top: 7px;
  margin-left: 10px;
}
#tools .to0-cta-icon-print:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tools .to0-cta-icon-print:before {
  content: "\f02f";
}
#tools .to0-cta-icon-pdf {
  display: inline-block;
  margin-top: 8px;
  margin-left: 13px;
}
#tools .to0-cta-icon-pdf:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tools .to0-cta-icon-pdf:before {
  content: "\f1c1";
}
#tools .to0-wrapper-info-actions {
  float: right;
  margin-top: 6px;
}
#tools .to0-i-less-width {
  width: 38px;
}
#tools .to0e-wrapper-recap {
  font-size: 0px;
  /*background-color: #990000;*/
  display: table;
  width: 100%;
}
#tools .to0e-table-spacer {
  width: 10px;
  display: table-cell;
}
#tools .to0e-wrapper-result {
  /*width: calc(~"100% - 300px - 76px -10px -10px");;*/
  font-size: 10px;
  background-color: #EFEFEF;
  vertical-align: top;
  display: table-cell;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  border: 10px solid #FFFFFF;
  text-align: center;
}
#tools .to0e-title-result {
  font-size: 12px;
  background-color: #656565;
  color: #FFFFFF;
  padding: 2px;
}
#tools .to0e-result {
  display: inline-block;
  font-size: 30px;
}
#tools .to0e-result-text {
  line-height: 65%;
}
#tools .to0e-result span {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
}
#tools .to0e-result-text-num-inst {
  font-family: 'Lato', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
}
#tools .to0e-wrapper-fields {
  width: 300px;
  font-size: 0px;
  background-color: #FFFFFF;
  vertical-align: top;
  display: table-cell;
  padding: 10px;
}
#tools .toe0-left-fields {
  vertical-align: top;
  display: inline-block;
  width: 45%;
  /*width: 35%;*/
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}
#tools .toe0-field-label {
  margin-top: 3px;
  margin-bottom: 10px;
  height: 21px;
  margin-right: 10px;
}
#tools .toe0-right-fields {
  vertical-align: top;
  display: inline-block;
  /*width: 65%;*/
  width: 55%;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
}
#tools .toe0-field-text {
  background-color: #EFEFEF;
  height: 21px;
  margin-bottom: 10px;
}
#tools .toe0-field-text span {
  display: inline-block;
  margin-top: 4px;
  margin-left: 5px;
}
#tools .toe0-field-input {
  width: 99%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  position: relative;
  height: 19px;
  border: 1px solid #282828;
  margin-bottom: 10px;
}
#tools .toe0-field-input-text {
  padding-left: 5px;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  /*padding-top: 4px;*/
  display: inline-block;
  color: #282828;
  margin-top: 1px;
  border: 0px transparent;
  width: 90%;
}
#tools .to0e-wrapper-dealer {
  width: 76px;
  /*width: 126px;*/
  font-size: 10px;
  background-color: #FFFFFF;
  vertical-align: top;
  display: table-cell;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
}
#tools .to0e-dealer {
  display: inline-block;
}
#tools .to0e-spacer-vertical {
  height: 10px;
}
#tools .toe0-editable-apply {
  color: #910924;
}
#tools .toe0-border-editable-apply {
  border-color: #910924;
}
#tools .toe0-border-editable-select-apply {
  border-color: #910924;
  background: url("../assets//tol_Tools/arrowDown.png") no-repeat right 3px center #fefefe;
}
#tools .to0e-wrapper-sliders {
  height: 81px;
}
#tools .toe0-wrapper-additional-info {
  border: solid 10px #EFEFEF;
  background-color: #FFFFFF;
  height: 58px;
}
#tools .toe0-box-info {
  width: 180px;
  margin: 0 auto;
  text-align: center;
}
#tools .toe0-box-title {
  margin-top: 7px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
}
#tools .toe0-box-value {
  margin-top: 7px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  height: 21px;
  background-color: #EFEFEF;
}
#tools .toe0-box-value span {
  display: inline-block;
  margin-top: 4px;
}
#tools .toe0-wrapper-services {
  border: solid 10px #EFEFEF;
  background-color: #FFFFFF;
}
#tools .toe0-services-title {
  height: 16px;
  background-color: #656565;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
}
#tools .toe0-services-title span {
  margin-top: 1px;
  display: inline-block;
  margin-left: 10px;
}
#tools .toe0-wrapper-services-list {
  display: table;
  width: 100%;
}
#tools .toe0-wrapper-2-boxes {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
#tools .toe0-box-service {
  display: table-cell;
  width: 25%;
  padding: 10px;
  border-right: 1px dashed #EFEFEF;
  vertical-align: top;
}
#tools .toe0-wrapper-2-boxes:nth-child(2) .toe0-box-service:nth-child(2) {
  border-right: none;
}
#tools .toe0-box-service-title {
  margin-bottom: 10px;
  font-size: 10px;
}
#tools .toe0-service-check {
  margin-right: 5px;
  vertical-align: middle;
}
#tools .toe0-wrapper-service span {
  vertical-align: middle;
  font-size: 10px;
}
#tools .toe0-wrapper-service {
  margin-bottom: 5px;
}
#tools .toe0-wrapper-service-2 {
  margin-bottom: 0px;
}
#tools .to0e-bar-open-close {
  height: 30px;
  background-color: #282828;
  -moz-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  cursor: pointer;
}
#tools .to0e-bar-open-close:hover:not(.to-cta-disabled) {
  background-color: #910924;
}
#tools .to0e-arrow {
  display: inline-block;
  margin-top: 7px;
  margin-left: 10px;
  color: #FFFFFF;
}
#tools .to0e-arrow-down:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tools .to0e-arrow-down:before {
  content: "\f078";
}
#tools .to0e-arrow-up:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tools .to0e-arrow-up:before {
  content: "\f077";
}
#tools .to0e-arrow-text {
  text-align: center;
  display: inline-block;
  width: calc(100% - 72px);
  color: #FFFFFF;
  font-size: 17px;
}
#tools .to0e-product-separator {
  height: 10px;
  background-color: #FFFFFF;
}
#tools .to0e-product-loading {
  position: absolute;
  z-index: 100;
  width: 100%;
  background-color: #EFEFEF;
  top: 30px;
  left: 0px;
}
#tools .to0e-wrapper-loading {
  display: table;
  width: 100%;
  text-align: center;
}
#tools .to0e-loading {
  display: table-cell;
  vertical-align: middle;
}
#tools .to0e-wrapper-warning {
  position: absolute;
  width: calc(100% - 20px);
  z-index: 101;
  top: 30px;
  left: 0px;
  border: 10px solid #EFEFEF;
  text-align: left;
  background-color: #FFFFFF;
  text-align: center;
}
#tools .to0e-warning {
  display: inline-block;
  padding: 10px;
  font-size: 12px;
}
#tools .to0e-warning span {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
#tools .to0e-wrapper-warning-cta {
  width: 280px;
  margin: 0 auto;
}
#tools .to0e-no-product {
  border-bottom: 10px solid #EFEFEF;
  border-left: 10px solid #EFEFEF;
  border-right: 10px solid #EFEFEF;
  text-align: left;
  background-color: #FFFFFF;
}
#tools .to0e-no-product span {
  display: inline-block;
  padding: 10px;
  font-size: 12px;
}
#tools .to0e-result-product0 {
  /* in ita, rateale */
  margin-top: 25px;
}
#tools .to0e-dealer-product0 {
  margin-top: 35px;
}
#tools .to0e-wrapper-warning-product-0 {
  height: 461px;
}
#tools .to0e-product-loading-product-0 {
  height: 197px;
}
#tools .to0e-product-loading-product-opened-0 {
  height: 499px;
}
#tools .to0e-result-product1 {
  /* in ita, leasing */
  margin-top: 1em;
}
#tools .to0e-dealer-product1 {
  margin-top: 70px;
}
#tools .to0e-wrapper-warning-product-1 {
  height: 554px;
}
#tools .to0e-product-loading-product-1 {
  height: 290px;
}
#tools .to0e-product-loading-product-opened-1 {
  height: 574px;
}
#tools .to0e-result-product2 {
  /* in ita, pcp */
  margin-top: 35px;
}
#tools .to0e-dealer-product2 {
  margin-top: 45px;
}
#tools .to0e-wrapper-warning-product-2 {
  height: 492px;
}
#tools .to0e-product-loading-product-2 {
  height: 228px;
}
#tools .to0e-product-loading-product-opened-2 {
  height: 512px;
}
#tools .to0e-wrapper-slider-4 {
  width: 25%;
  float: left;
}
#tools .to0e-wrapper-slider-2 {
  width: 50%;
  float: left;
}
#tools .to0e-wrapper-slider-3 {
  width: 33%;
  float: left;
}
#tools .toe0-wrapper-info-2 {
  width: 50%;
  float: left;
}
#tools .toe0-wrapper-info-3 {
  width: 33%;
  float: left;
}
#tools .to1-type-text {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  margin-top: 15px;
  padding-bottom: 10px;
}
#tools .to1-btn-find {
  margin-top: 20px;
}
#tools .to1-btn-update {
  margin-top: 20px;
}
#tools .to1-btn-reset {
  margin-top: 20px;
}
#tools .to1-cta-icon-update:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tools .to1-cta-icon-update:before {
  content: "\f021";
}
#tools .to1-cta-icon-reset:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tools .to1-cta-icon-reset:before {
  content: "\f014";
}
#tools .to1-select-num-inst:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tools .to1-select-num-inst:before {
  content: "\f1de";
}
#tools .template-tool-dx1 {
  background-color: #FFFFFF;
}
#tools .to1-wrapper-avail {
  margin-top: 18px;
  width: 300px;
}
#tools .to1-wrapper-avail-panel {
  width: 282px;
  margin: 0 auto;
  margin-bottom: 10px;
}
#tools .to1-wrapper-upper-part {
  height: 260px;
  width: 100%;
}
#tools .to1-upper-part {
  background-color: #EFEFEF;
  height: 200px;
}
#tools .to1-up-wrapper-elements {
  margin-top: 10px;
}
#tools .to1-up-left {
  float: left;
  width: 300px;
}
#tools .to1-up-right {
  float: left;
  width: calc(100% - 300px);
  vertical-align: bottom;
}
#tools .to1-upr-wrapper-element {
  width: 33%;
  float: left;
  /*margin-left: 10px;*/
  display: inline-block;
}
#tools .to1-upr-wrapper-element-margin {
  width: calc(100% - 10px);
}
#tools .to1-min-height {
  height: 32px;
}
#tools .to1-advice {
  width: calc(100% - 15px);
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  margin-top: 15px;
  display: inline-block;
  margin-left: 3px;
}
#tools .to1-advice a {
  color: #910924;
  text-decoration: underline;
}
#tools .to0-wrapper-intro-subtitle a {
  color: #910924;
  text-decoration: underline;
}
#tools .to1-upper-advice {
  display: none;
  width: calc(100% - 22px);
  margin-left: 10px;
}
#tools .to1-lo-wrapper-elements {
  margin-left: 10px;
}
#tools .to1-step3 {
  padding-top: 0;
}
#tools .to1-wrapper-select-brand {
  width: 280px;
}
#tools .to1-wrapper-select-brand div:nth-child(1) {
  padding-top: 15px;
  padding-bottom: 10px;
}
#tools .to1-container-results {
  position: relative;
  margin-top: 15px;
  width: 99%;
}
#tools .to1-cta-icon-combo:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tools .to1-cta-icon-combo:before {
  content: "\f078";
}
#tools .to1-cta-icon-combo-opened-up:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tools .to1-cta-icon-combo-opened-up:before {
  content: "\f077";
}
#tools .to1-btn-calculator .icon:before {
  content: "";
}
#tools .to1-result {
  width: calc(33% - 22px);
  float: left;
  min-width: 210px;
  border: solid 1px #CFCFCF;
  padding: 10px 10px 20px 10px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#tools .to1-wrapper-pseudo-combo {
  position: absolute;
  bottom: 20px;
  width: 206px;
  margin-left: calc(( 100% - 206px - 22px ) / 2);
}
#tools .wrapper-to1-result-logo {
  display: table;
  width: 90%;
}
#tools .to1-result-logo {
  display: table-cell;
  background-image: url("../assets//tol_Tools/logo/logoBrand0.png");
  background-position: center center;
  background-size: cover;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
#tools .to1-result-title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
}
#tools .to1-result-title div {
  margin-left: 10px;
  line-height: 110%;
}
#tools .to1-wrapper-selected-item {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
}
#tools .to1-selected-item-cta {
  height: 16px;
  background-color: #282828;
  text-align: center;
  -moz-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: all 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  cursor: pointer;
}
#tools .to1-selected-item-cta:hover:not(.to-cta-disabled) {
  background-color: #910924;
}
#tools .to1-selected-item-cta-icon:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tools .to1-selected-item-cta-icon:before {
  content: "\f077";
}
#tools .to1-selected-item {
  background-color: #910924;
  text-align: center;
  color: #FFFFFF;
}
#tools .to1-selected-item-desc {
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#tools .to1-selected-item-price {
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#tools .to1-cta-icon-combo-opened-down:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tools .to1-cta-icon-combo-opened-down:before {
  content: "\f078";
}
#tools .to2-wrapper-map {
  position: relative;
}
#tools .to2-btn-reset {
  margin-top: 10px;
}
#tools .to2-text-icon-city:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#tools .to2-text-icon-city:before {
  content: "\f19c";
}
#tools .to2-label-results {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}
#tools .to2-wrapper-results {
  overflow: auto;
  height: 300px;
  margin-top: 10px;
}
#tools .to2-wrapper-results::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);*/
  /*background-color: #F5F5F5;*/
}
#tools .to2-wrapper-results::-webkit-scrollbar {
  width: 6px;
  /*background-color: #F5F5F5;*/
}
#tools .to2-wrapper-results::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #910924;
  /*border: 2px solid #555555;*/
}
#tools .to2-loading-results {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
#tools .to2-result {
  display: table;
  width: 100%;
  margin-bottom: 2px;
  cursor: pointer;
}
#tools .to2-wrapper-no-results {
  margin-top: 10px;
}
#tools .to2-result-left {
  display: table-cell;
  vertical-align: middle;
  width: 8%;
  background-color: #DBDBDB;
  text-align: center;
  color: #282828;
  font-size: 8px;
}
#tools .to2-result-right {
  display: table-cell;
  width: 92%;
  background-color: #FFFFFF;
}
#tools .to2-result-text {
  color: #282828;
  font-size: 10px;
  margin-left: 10px;
}
#tools .to2-result-name {
  color: #910924;
  margin-top: 5px;
}
#tools .to2-result-email {
  color: #910924;
  text-decoration: underline;
  margin-bottom: 10px;
}
#tools .to2-result-email a {
  color: #910924;
}
#tools .to2-details {
  /*position: absolute;*/
  z-index: 1000;
}
#tools .to2-details {
  width: 280px;
}
#tools .to2-details-text {
  color: #282828;
  font-size: 12px;
}
#tools .to2-details-name {
  color: #910924;
  margin-top: 5px;
  font-size: 14px;
}
#tools .to2-details-email {
  color: #910924;
  text-decoration: underline;
  margin-bottom: 10px;
}
#tools .to2-details-email a {
  color: #910924;
}
#tools .to2-details-text-aid {
  margin-top: 5px;
  margin-bottom: 5px;
}
#tools .to2-details-wrapper-actions {
  display: table;
  height: 34px;
}
#tools .to2-details-wrapper-action0 {
  display: table-cell;
  width: 190px;
  vertical-align: top;
}
#tools .to2-details-wrapper-action1 {
  width: 10px;
  display: table-cell;
}
#tools .to2-details-wrapper-action2 {
  display: table-cell;
  width: 80px;
  vertical-align: top;
}
#tools .to2-details-wrapper-input {
  background-color: #EBEBEB;
  height: 34px;
}
#tools .to2-details-input {
  background-color: transparent;
  border: 0;
  margin-left: 5px;
  margin-top: 7px;
  /*width: 200px;*/
}
@media screen and (min-width: 1400px) {
  #tools .to1-result {
    width: calc(25% - 22px);
  }
  #tools .to0e-wrapper-fields {
    width: 450px;
  }
  #tools .toe0-left-fields {
    width: 35%;
  }
  #tools .toe0-right-fields {
    width: 65%;
  }
}
@media screen and (min-width: 1700px) {
  #tools .to1-result {
    width: calc(20% - 22px);
  }
  #tools .to0e-wrapper-fields {
    width: 550px;
  }
}
@media screen and (max-width: 1279px) {
  #tools .to0e-wrapper-sliders-4 {
    height: 172px;
  }
  #tools .to0e-wrapper-slider-4 {
    width: 50%;
  }
  #tools .to0e-wrapper-slider-4:nth-child(3) {
    padding-top: 10px;
  }
  #tools .to0e-wrapper-slider-4:nth-child(4) {
    padding-top: 10px;
  }
  #tools .toe0-wrapper-2-boxes {
    display: table-row;
  }
  #tools .toe0-box-service {
    width: 50%;
    border-top: 1px dashed #EFEFEF;
  }
  #tools .toe0-wrapper-2-boxes:nth-child(1) .toe0-box-service:nth-child(2) {
    border-right: none;
  }
  #tools .to1-upr-wrapper-element {
    width: 100%;
  }
  #tools .to1-upper-part {
    height: 360px;
  }
  #tools .to1-upr-wrapper-last-element-margin {
    width: calc(100% - 10px);
  }
  #tools .to1-upper-advice {
    display: inline-block;
  }
  #tools .to1-lower-advice {
    display: none;
  }
  #tools .to1-wrapper-avail {
    margin-top: 48px;
  }
  #tools .to1-wrapper-upper-part {
    height: 370px;
  }
}
@media screen and (max-width: 1100px) {
  #tools .to1-result {
    width: calc(50% - 22px);
  }
}
.to-active {
  background-position: 0 -130px;
}
.to-btn-tool-alternate-0 {
  background-image: url("../assets//tol_Tools/btnToolCalculatorOpened.png") !important;
}
.to-btn-tool-alternate-1 {
  background-image: url("../assets//tol_Tools/btnToolFindYourCar.png") !important;
}
.to-btn-tool-alternate-2 {
  background-image: url("../assets//tol_Tools/btnToolFindDealerOpened.png") !important;
}
#to-library {
  display: none;
}
/***************************************************************************/
/* TOOLTIPS                                                                */
/***************************************************************************/
.tt-area {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
.tt-area-for-tablet {
  background-image: url("../assets//tol_Tools/1pixelTransparent.png");
  height: 100%;
  width: 100%;
}
.tt-tooltip {
  display: none;
  position: absolute;
}
.tt-arrow {
  position: absolute;
}
.tt-right-arrow span {
  color: #910924;
}
.tt-right-arrow span:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tt-right-arrow span:before {
  content: "\f04b";
}
.tt-left-arrow {
  color: #910924;
  transform: rotate(180deg);
}
.tt-left-arrow:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tt-left-arrow:before {
  content: "\f04b";
}
.tt-box {
  border: 2px solid #910924;
  background-color: #FFFFFF;
}
.tt-box div {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  max-width: 480px;
  padding: 10px;
  line-height: 130%;
}
.tt-test-text-width {
  position: absolute;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  height: auto;
  width: auto;
  white-space: nowrap;
}
/***************************************************************************/
/* SLIDE                                                                   */
/***************************************************************************/
.ts-slidable-value {
  padding: 0 20px 10px 20px;
  position: relative;
  width: 168px;
  background-color: #EFEFEF;
  margin: 0 auto;
}
.wrapper-ts-title {
  height: 20px;
  position: relative;
}
.ts-title {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #910924;
  cursor: default;
}
.wrapper-ts-value {
  position: relative;
  height: 25px;
  text-align: center;
}
.ts-value {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  padding-top: 10px;
  color: #910924;
  cursor: default;
}
.wrapper-ts-values {
  position: relative;
  height: 12px;
}
.ts-min-value {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #282828;
  cursor: default;
}
.ts-max-value {
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #282828;
  cursor: default;
}
.ts-slide {
  position: relative;
  width: 168px;
  background: #282828;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.ts-added {
  width: 100%;
  background: #910924;
  border-radius: 5px;
  height: 100%;
}
.ts-knob {
  position: absolute;
  background-image: url("../assets/tol_Tools/knob.png");
  width: 50px;
  height: 50px;
  cursor: pointer;
  top: -20px;
}
/***************************************************************************/
/* PSEUDO SELECT                                                           */
/***************************************************************************/
.tps-area {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9998;
  height: 100%;
  width: 100%;
}
.tps-area-container {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../assets/tol_Tools/1pixelTransparent.png");
  height: 100%;
  width: 100%;
}
.tps-keep-over {
  background-color: #910924 !important;
}
.tps-panel {
  width: 350px;
  position: absolute;
  border: 2px solid #910924;
  background-color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  color: #656565;
}
.tps-panel::-webkit-scrollbar {
  width: 6px;
}
.tps-panel::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #910924;
}
.tps-element {
  /*height: 26px;*/
  border-bottom: 1px solid #910924;
  cursor: pointer;
}
.tps-wrapper-element {
  display: table;
  width: 99%;
  min-height: 26px;
}
.tps-left {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 20px;
}
.tps-center {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: calc(100% - 70px);
  line-height: 1.2;
}
.tps-right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 50px;
}
.tps-panel-overflow {
  overflow: auto;
  max-height: 216px;
  /* ToolsSettings.maxComboElementBeforeScrollbar * altezza elementi*/
}
.tps-panel input {
  margin-top: 7px;
  cursor: pointer;
}
/***************************************************************************/
/* PANNELLO CHE DISABILITA                                                 */
/***************************************************************************/
.tdis-area {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20000;
  height: 100%;
  width: 100%;
  background-image: url("../assets/tol_Tools/1pixelTransparent.png");
}
/***************************************************************************/
/* DEBUG                                                                   */
/***************************************************************************/
.tt-debug {
  color: #FFFFFF;
  cursor: pointer;
  background-color: #333333;
}
.tt-debugSetMaxified {
  /*margin-top: 1200px;*/
}
.tt-debugSetNormal {
  /*margin-top: 1800px;*/
}
.tt-debugTestTooltip1 {
  margin-top: 40px;
}
.tt-debugTestTooltip2 {
  margin-top: 100px;
}
.tt-debugTestTooltip3 {
  margin-top: 280px;
}
.test {
  overflow: auto;
  position: absolute;
  top: 30px;
  left: 400px;
  height: 300px;
  width: 200px;
  background-color: #ffffff;
  border: 2px solid #910924;
}
.element {
  width: 200px;
  height: 30px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #910924;
}

/* @@BM */

#aside_menu nav a:hover, #aside_menu nav li.where a{
  background: #a0a0a0;
  color: #282828;
}

.text .accordion a {text-decoration:none;}

.text ul li, .text ol li {padding-left:0;}

.text ol li {list-style:decimal;margin-left: 20px;}

.text table {border-left:1px solid #333; border-top:1px solid #333; margin:12px 0 20px}

.text table tr {border-bottom:1px solid #333;}

.text table th {font-weight:bold;}

.text table td, .text table th {padding:9px 8px; border-right:1px solid #333;}

#aside_menu nav a .icon +.txt {position:static;}

#aside_menu nav a .icon +.txt {width:215px;}

@media screen and (max-width: 1100px), screen and (max-height: 700px) {

	#aside_menu nav a .icon +.txt {width:155px;}

}

header #backto-holding span {margin-top:31px}

header #backto-market span {margin-top: 31px;}

/*@dec*/
@media screen and (max-width: 1260px) {
  footer #wrapper-brand-logos{
    display: none;
  }
}
/*@dec*/

header nav li.lang {
  position: relative;
}
header nav li.lang a {
  width: 85px;
  text-align: center;
  padding: 0px;
}
header nav li.lang ul {
  display: none;
  position: absolute;
  z-index: 90;
  right: 0px;
  top: 58px;
  width: 170px;
  background: #282828;
}
header nav li.lang ul li {
  background: #282828;
}
header nav li.lang ul li a {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 85px;
  text-align: center;
  padding: 0px;
}
header nav li.lang ul li:first-child a {
  border-left: none;
}

/*@@AC */
#flax-main-menu, .mod-languages, #flax-language-menu {float:left;}

div.mod-languages li {margin-right:0;}

.lang:hover #list-lang, .lang a:focus + #list-lang {display:block;

  z-index: 1000;
}
header {overflow: visible;}

/* @@Giuzzo: modifica dropdown menù full CSS */
/* Commentare il background-color sulla classe madre */
#aside_menu {
  z-index: 14;
}
#tools {
  z-index: 15;
}
header {
  z-index: 20;
}
header nav .menu li.change_brand #list-brand {
  display: block!important;
  position: absolute;
  opacity: 0;
  z-index: 110;
  pointer-events: none;
  right: 0px;
  top: 59px;
  width: 100%;
  transition: opacity .5s cubic-bezier(0, 1, 0.48, 0.96);
}
header nav .menu li.change_brand:hover #list-brand {
  display: block!important;
  pointer-events: auto;
  opacity: 1;
}
header nav li.change_brand ul {
  top: 0;
  height: 0;
}
.dark-bg {
  position: fixed;
  z-index: 18;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s cubic-bezier(0, 1, 0.48, 0.96);
}
.dark-bg.active {
  opacity: 1;
  pointer-events: auto;
}