@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: 'AudiTypeScreen';
  src: url('../fonts/AudiTypeScreen-Light.eot');
  src: url('../fonts/AudiTypeScreen-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/AudiTypeScreen-Light.woff2') format('woff2'), url('../fonts/AudiTypeScreen-Light.woff') format('woff'), url('../fonts/AudiTypeScreen-Light.ttf') format('truetype'), url('../fonts/AudiTypeScreen-Light.svg#AudiTypeScreen-Light') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'AudiTypeScreen';
  src: url('../fonts/AudiTypeScreen-Normal.eot');
  src: url('../fonts/AudiTypeScreen-Normal.eot?#iefix') format('embedded-opentype'), url('../fonts/AudiTypeScreen-Normal.woff2') format('woff2'), url('../fonts/AudiTypeScreen-Normal.woff') format('woff'), url('../fonts/AudiTypeScreen-Normal.ttf') format('truetype'), url('../fonts/AudiTypeScreen-Normal.svg#AudiTypeScreen-Normal') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'AudiTypeScreen';
  src: url('../fonts/AudiTypeScreen-Bold.eot');
  src: url('../fonts/AudiTypeScreen-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AudiTypeScreen-Bold.woff') format('woff'), url('../fonts/AudiTypeScreen-Bold.ttf') format('truetype'), url('../fonts/AudiTypeScreen-Bold.svg#AudiTypeScreen-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'AudiTypeExtended';
  src: url('../fonts/AudiTypeExtended-Normal.eot');
  src: url('../fonts/AudiTypeExtended-Normal.eot?#iefix') format('embedded-opentype'), url('../fonts/AudiTypeExtended-Normal.woff') format('woff'), url('../fonts/AudiTypeExtended-Normal.ttf') format('truetype'), url('../fonts/AudiTypeExtended-Normal.svg#AudiTypeExtended-Normal') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'AudiTypeExtended';
  src: url('../fonts/AudiTypeExtended-Bold.eot');
  src: url('../fonts/AudiTypeExtended-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AudiTypeExtended-Bold.woff') format('woff'), url('../fonts/AudiTypeExtended-Bold.ttf') format('truetype'), url('../fonts/AudiTypeExtended-Bold.svg#AudiTypeExtended-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
ol,
ul,
li,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
menu,
nav,
output,
section,
audio,
video,
figcaption,
figure {
  margin: 0px;
  padding: 0px;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="radio"],
input[type="checkbox"],
input[type="button"] {
  margin: 0;
  padding: 0;
}
em,
i {
  font-style:italic !important;
}
strong,
b {
  font-weight: normal;
}
u {
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
}
address {
  font-style: normal;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 65%;
}
body {
  background: #FFF;
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  color: #3c3c3c;
	font-weight: 400;
}
a,
a:visited {
  color: inherit;
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
p {
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
* {
  outline: 0;
}
select,
input,
textarea {
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  height: 30px;
  padding: 5px 20px;
  box-sizing: border-box;
}
.main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 40px;
}
h1,
h2 {
  color: inherit;
  margin-top: 1em;
  text-align: center;
  font-family: "AudiTypeScreen", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3em;
}

h3 {
  color: inherit;
  margin-top: 1em;
  font-family: "AudiTypeScreen", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2em;
}

h4{
  color: inherit;
  margin-top: 0.8em;
  font-family: "AudiTypeScreen", sans-serif;
  font-size: 13px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1em;
}

/* Layout */
.page {
  text-align: center;
}
.page .content {
  text-align: left;
}
.page .content--center {
  margin-top: 20px;
  text-align: center;
}
.page .align--left {
  text-align: left;
}
.page .align--left .title,
.page .align--left .intro {
  text-align: left;
}
.page .block-img-text {
  margin-top: 10px;
}
.page .block-img-text .illustration {
  max-width: 315px;
  width: 28%;
  float: left;
  height: auto;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .page .block-img-text .illustration {
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
}
.page .block-img-text .text {
  display: inline-block;
  float: left;
  width: 72%;
  padding: 0 45px;
  box-sizing: border-box;
  max-width: calc(1180px);
}
@media only screen and (max-width: 640px) {
  .page .block-img-text .text {
    width: 100%;
    display: block;
    float: none;
    padding: 10px;
  }
}
.page .block-img-text .text ul {
  padding-left: 75px;
}
.page .block-img-text .text ul li {
  position: relative;
}
.page .block-img-text .text ul li:before {
  content: url('../img/icon-arrow-light.png');
  position: absolute;
  top: 0;
  left: -40px;
}
.page .block-img-text .text p,
.page .block-img-text .text ul {
  margin-bottom: 20px;
}
.layout,
.image-text--full .title {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: calc(1180px);
  padding: 0 45px;
  overflow: hidden;
}
.layout--small {
  max-width: calc(945px);
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .layout,
  .image-text--full .title {
    max-width: calc(1130px);
    padding: 0 20px;
  }
}
/* Header */
header {
  background: #FFF;
  top: 0;
  position: fixed;
  max-width: 1280px;
  width: 100%;
  height: 70px;
  text-align: center;
  z-index: 9999;
}
header .logo {
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -7.5px;
}
@media only screen and (max-width: 1024px) {
  header .logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
header .logo a {
  text-indent: -9999px;
  width: 60px;
  height: 15px;
  display: inline-block;
  background: url('../img/logo-aliantis.png') 0 0 no-repeat;
}
header .logo--audi {
  left: inherit;
  right: 50px;
  margin-top: -8px;
}
@media only screen and (max-width: 768px) {
  header .logo--audi {
    right: 0;
  }
}
header .logo--audi a {
  width: 47px;
  height: 16px;
  background: url('../img/logo-audi.png') 0 0 no-repeat;
}
header ul {
  line-height: 70px;
}
header ul li {
  float: left;
  margin: 0 30px;
	font-size: 1.4rem;
}
.menu--mobile {
  width: 100%;
  height: calc(100% - 40px);
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 999;
  background-color: #FFF;
  text-align: center;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  transition: all 0.35s cubic-bezier(1, 0, 0, 1);
}
.menu--mobile.open {
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
.menu--mobile ul {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.menu--mobile li {
  padding: 20px 0;
}
.menu-icon {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .menu-icon {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .menu-icon {
    display: inline-block;
    left: 20px;
  }
}
.menu-icon .icon {
  position: relative;
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  height: 40px;
}
.menu-icon .icon span {
  width: 15px;
  height: 1px;
  background-color: #3c3c3c;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.25s linear;
}
.menu-icon .icon span:before,
.menu-icon .icon span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3c3c3c;
  position: absolute;
  left: 0;
  transition: all 0.25s linear;
}
.menu-icon .icon span:after {
  top: 4px;
}
.menu-icon .icon span:before {
  top: -4px;
}
.menu-icon.open .icon span {
  height: 0;
}
.menu-icon.open .icon span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.menu-icon.open .icon span:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
/* Footer */
footer {
  width: 100%;
  text-align: center;
}
footer .footer__top {
  background: #c6c7c8;
  text-align: center;
  padding: 30px 30px;
}
footer .footer__top ul {
  display: inline-block;
  text-align: center;
}
footer .footer__top ul li {
  width: 180px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 10px;
}
footer .footer__top ul a {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.35s linear;
}
footer .footer__top ul a:hover {
  opacity: .4;
  text-decoration: underline;
}
footer .footer__top ul .submenu a {
  font-weight: 400;
  margin-bottom: 0;
}
footer .footer__bottom {
  background: #3e3d40;
  text-align: center;
  padding: 30px 0;
  color: #FFF;
}
footer .footer__bottom a {
  display: inline-block;
  transition: all 0.35s linear;
}
footer .footer__bottom a:hover {
  opacity: .4;
  text-decoration: underline;
}
footer .footer__bottom ul {
  margin-bottom: 30px;
}
footer .footer__bottom ul li {
  display: inline-block;
  margin: 0 27px;
}
footer .footer__bottom ul li:nth-child(1) a {
  display: inline-block;
}
footer .footer__bottom ul li:nth-child(1) a:before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 50px;
  height: 36px;
  background: url('../img/footer/icon-pushs.png') left center no-repeat;
}
footer .footer__bottom ul li:nth-child(2) a {
  display: inline-block;
}
footer .footer__bottom ul li:nth-child(2) a:before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 50px;
  height: 36px;
  background: url('../img/footer/icon-pushs.png') center center no-repeat;
}
footer .footer__bottom ul li:nth-child(3) a {
  display: inline-block;
}
footer .footer__bottom ul li:nth-child(3) a:before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 50px;
  height: 36px;
  background: url('../img/footer/icon-pushs.png') right center no-repeat;
}
footer .footer__bottom .fb {
  display: inline-block;
  vertical-align: bottom;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  margin-left: 35px;
  background: url('../img/footer/icon-facebook.png') center center no-repeat;
  background-size: contain;
  transition: all 0.35s linear;
}
footer .footer__bottom .fb:hover {
  opacity: .4;
}
/* Popin */
.popin,
.popin--newsletter {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  text-align: center;
}
.popin iframe,
.popin--newsletter iframe {
  margin: 20px auto;
}
.popin .layer,
.popin--newsletter .layer {
  background: transparent;
}
.popin .popin-content,
.popin--newsletter .popin-content {
  opacity: 0;
  max-width: 890px;
  width: 100%;
  position: absolute;
  max-height: 90vh;
  padding: 50px 175px;
  box-sizing: border-box;
  background: #FFF;
  left: 50%;
  top: 53%;
  overflow: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popin .popin-content--large,
.popin--newsletter .popin-content--large {
  padding: 50px 50px;
}
@media only screen and (max-width: 768px) {
  .popin .popin-content,
  .popin--newsletter .popin-content {
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 640px) {
  .popin .popin-content,
  .popin--newsletter .popin-content {
    padding: 20px 10px;
  }
}
.popin .text,
.popin--newsletter .text {
  margin: 20px auto;
}
.popin .icon-close,
.popin--newsletter .icon-close {
  display: inline-block;
  position: absolute;
  width: 59px;
  height: 45px;
  right: 20px;
  top: 20px;
  z-index: 2;
  background: url('../img/icon-close.jpg') center / contain no-repeat;
  transition: all 0.35s linear;
}
.popin .icon-close:hover,
.popin--newsletter .icon-close:hover {
  opacity: .6;
}
/* Elements */
.clr,
.inline:after {
  display: block;
  float: none;
  clear: both;
}
.mq-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mq-mobile {
    display: inherit;
  }
}
.mq-desktop {
  display: inherit;
}
@media only screen and (max-width: 1160px) {
header ul li {
    float: left;
    margin: 0 25px !important;
    font-size: 1.2rem !important;
}
}
@media only screen and (max-width: 1024px) {
  .mq-desktop {
    display: none;
  }
}
.absolute,
.popin .layer,
.popin--newsletter .layer,
.description--hidden,
.description--hidden .v-align {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inline,
header ul,
.block--stores ul {
  display: inline-block;
}
.inline:after {
  content: "";
  display: block;
}
.v-align {
  display: table;
  width: 100%;
}
.align {
  vertical-align: middle;
  display: table-cell;
}
a.link,
.link {
  position: relative;
  transition: color 0.35s cubic-bezier(1, 0, 0, 1);
}
a.link:before,
.link:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #c9002c;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: all 0.2s linear;
}
a.link.selected,
.link.selected,
a.link:hover,
.link:hover {
  color: #c9002c;
}
a.link.selected:before,
.link.selected:before,
a.link:hover:before,
.link:hover:before {
  width: 100%;
}
a.link.selected,
.link.selected {
  cursor: default;
}
.links {
  margin: 20px auto 25px;
}
.links span {
  margin-right: 35px;
}
.links ul {
  display: inline-block;
}
.links ul li:nth-child(2) {
  margin: 0;
  padding: 0 20px;
  border-left: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
}
.links ul a {
  display: inline-block;
  transition: all 0.35s linear;
}
.links ul a:hover {
  text-decoration: underline;
}
.is-link {
  position: relative;
  cursor: pointer;
}
.is-link:after {
  content: "";
  background: url('../img/icon-arrow.png') bottom center no-repeat;
  display: inline-block;
  width: 10px;
  height: 11px;
  background-size: contain;
  margin-left: 20px;
  transition: all 0.2s linear;
}
.is-link:hover {
  color: #c9002c;
}
.is-link:hover:after {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
.is-link--big {
  position: relative;
  cursor: pointer;
}
.is-link--big:after {
  content: "";
  background: url('../img/icon-arrow.png') bottom center no-repeat;
  width: 14px;
  display: inline-block;
  height: 11px;
  background-size: contain;
  margin-left: 20px;
  transition: all 0.2s linear;
}
.is-link--big:hover {
  color: #c9002c;
}
.is-link--big:hover:after {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
a.btn,
.btn {
  display: inline-block;
  min-width: 160px;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #000;
  color: #FFF;
  transition: opacity 0.2s linear;
}
a.btn:hover,
.btn:hover {
  opacity: .8;
}
.js-slider .list {
  padding: 0 10px;
}
.title {
  display: inline-block;
  margin-bottom: 20px;
  color: #3c3c3c;
}
.title--small {
  margin-bottom: 20px;
}
.title--big {
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 35px;
}
.title--light {
  color: #FFF;
}
/* SlickSlider */
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background-color: black;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: -9999px;
  z-index: 1;
  padding: 0;
  border: 0px solid black;
  transition: opacity 0.35s linear;
}
.slick-arrow.slick-prev {
  background: url('../img/arrow-prev.jpg') 0 0 no-repeat;
  left: -10px;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media only screen and (max-width: 768px) {
  .slick-arrow.slick-prev {
    left: 10px;
  }
}
.slick-arrow.slick-next {
  background: url('../img/arrow-next.jpg') 0 0 no-repeat;
  right: -10px;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media only screen and (max-width: 768px) {
  .slick-arrow.slick-next {
    right: 10px;
  }
}
.slick-arrow:hover {
  opacity: .8;
}
.slider .slick-slide {
  margin: 0 10px;
}
.slider .slick-slide img {
  margin: auto;
}
.slider img.slick-slide {
  margin: 0;
}
.slider--full .slick-arrow.slick-prev {
  left: 35px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.slider--full .slick-arrow.slick-next {
  right: 35px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.slider--thumbs .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.slider--thumbs .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.slider--img-text {
  padding-bottom: 0px;
}
.slider--img-text .slick-prev {
  position: absolute;
  bottom: 0;
  left: 10%;
/*  top: inherit; */
  top: 35%; 
}
.slider--img-text .slick-next {
  position: absolute;
  bottom: 0;
  left: 90%;
/*  top: inherit; */
  top: 35%; 
}
.slider--img-text .slick-arrow.slick-prev {
  -webkit-transform: translate(-150%, 0);
  -ms-transform: translate(-150%, 0);
  transform: translate(-150%, 0);
}
.slider--img-text .slick-arrow.slick-next {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.slider .stock-item {
  opacity: .5;
  cursor: pointer;
  transition: all 0.25s linear;
}

.slider .stock-item img {
width: 220px;
	height: auto;
}

.slider .stock-item.selected {
  opacity: 1;
}
.slider .stock-item.selected p {
  text-decoration: underline;
}
.header--page img {
  width: 100%;
  height: auto;
}
.red {
  color: #c9002c;
  font-style: italic;
}
.brd-right {
  border-right: 1px solid #3c3c3c;
}
@media only screen and (max-width: 640px) {
  .brd-right {
    border: none;
  }
}
.block {
  position: relative;
  margin-bottom: 30px;
}
.block--full {
  width: 100%;
}
.block--stores {
  display: inline-block;
  margin: 0 auto 100px;
}
.block--stores ul {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.block--stores ul li {
  width: 33%;
  padding: 10px 60px;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .block--stores ul li {
    width: 33.3%;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block--stores ul li {
    width: 50%;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 640px) {
  .block--stores ul li {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.block--services {
  margin: 0 auto 120px;
}
.block--map .map {
  min-height: 310px;
}
.block--map .informations {
  vertical-align: top;
}
.block--map .informations .title {
  font-family: "AudiTypeScreen", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
}
.block--map .informations .content {
  padding: 10px 65px;
  text-align: left;
  max-width: 455px;
}
@media only screen and (max-width: 640px) {
  .block--map .informations .content {
    max-width: 100%;
    padding: 10px 0;
  }
}
.block--map .informations p {
  margin-bottom: 25px;
}
.block--map .informations p.address {
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
.block--map .concession {
  display: none;
}
.block--map .concession:first-child {
  display: block;
}
.block--concession .concession-info {
  display: none;
}
.block--concession .concession-info img {
  margin-bottom: 40px;
}
.block--concession .concession-info p {
  width: 80%;
  margin: auto;
}
.block--concession .staff {
  margin-top: 50px;
}
.block--convoyage {
  margin-bottom: 200px;
}
.block--convoyage .title {
  margin: 50px auto;
}
.block--convoyage .list.list-3 li {
  padding-left: 105px;
  position: relative;
  min-height: 60px;
  text-align: left;
  vertical-align: top;
}
.block--convoyage .list.list-3 li:before {
  position: absolute;
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 50px;
  height: 33px;
  top: 0;
  left: 20px;
  background: url('../img/rendez-vous/icons.png') no-repeat;
}
.block--convoyage .list.list-3 li:nth-child(1) {
  background-position: left center ;
}
.block--convoyage .list.list-3 li:nth-child(2):before {
  background-position: center center ;
}
.block--convoyage .list.list-3 li:nth-child(3):before {
  background-position: right center ;
}
.push {
  display: inline-block;
}
.push:hover .caption img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.push-item {
  display: inline-block;
  opacity: .5;
  transition: opacity 0.35s linear;
}

.push-item img {
	width: 220px;
	height: auto;
}
.push-item:hover {
  opacity: 1;
}
.list {
  display: inline-block;
  margin-bottom: 40px;
}
.list li {
  vertical-align: top;
  display: inline-block;
  margin: 0 20px;
}
@media only screen and (max-width: 640px) {
  .list li {
    display: block;
    margin-bottom: 10px;
  }
}
.list .label {
  margin-bottom: 30px;
}
.list.list-3 {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.list.list-3 li {
  display: inline-block;
  width: calc(100% / 3);
  padding: 0px 10px 10px 0px;
  margin: 0 auto 0px;
}
@media only screen and (max-width: 768px) {
  .list.list-3 li {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .list.list-3 li {
    width: 100%;
  }
}
.list.list-3-4 {
  width: calc(100% + 20px);
  margin-left: -10px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .list.list-3-4 {
    width: 100%;
  }
}
.list.list-3-4 li {
  width: 45%;
  margin: 0;
}
.list.list-3-4 li:first-child {
  width: 55%;
}
@media only screen and (max-width: 640px) {
  .list.list-3-4 li:first-child {
    width: 100%;
  }
}
.list.list-3-4 li:last-child {
  padding-left: 40px;
}
@media only screen and (max-width: 640px) {
  .list.list-3-4 li:last-child {
    width: 100%;
    padding-left: 0;
  }
}
.list.list-1 {
  width: 100%;
}
.list.list-1 li {
  width: 100%;
  margin: 0 auto 30px;
}
.list.list-1 li:last-child {
  padding: 0;
}
.list.list-2 {
  width: calc(100%);
}
.list.list-2:after {
  content: "";
  clear: both;
  display: block;
}				
.list.list-2 li {
  display: inline-block;
  width: calc(100% / 2);
  padding: 0;
  margin: 0 auto 30px;
  float: left;
}
.list.list-2 li:first-child {
  width: calc(100% / 2);
}
@media only screen and (max-width: 640px) {
  .list.list-2 li:first-child {
    width: 100%;
  }
}
.list.list-2 li:last-child {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .list.list-2 li {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .list.list-2 li {
    width: 100%;
  }
}
.list.list-4 {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.list.list-4 li {
  display: inline-block;
  width: calc(100% / 4);
  padding: 0 10px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .list.list-4 li {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .list.list-4 li {
    width: 100%;
  }
}
.list.list-4 .informations {
  max-width: 220px;
  text-align: left;
  margin: auto;
}
.list li.is-fix {
  height: 425px;
}
.list li.is-fix p {
  height: 65px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .list li.is-fix {
    height: auto;
  }
}
.list li.is-fix-2 {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .list li.is-fix-2 {
    height: auto;
  }
}
.bold {
  font-weight: 700;
}
.caption {
  position: relative;
  overflow: hidden;
}
.caption img {
  width: 100%;
  height: auto;
  transition: all 0.35s linear;
}
.caption .title {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #FFF;
  font-family: "AudiTypeScreen", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  z-index: 1;
  font-weight: 700;
  margin-bottom: 0;
}
.caption .title--left {
  text-align: left;
}
.caption .title--right {
  text-align: right;
  left: inherit;
  right: 20px;
}
.caption .title--bottom {
  top: inherit;
  bottom: 20px;
}
.caption .title--dark {
  color: #3c3c3c;
}
.content-text {
  text-align: left;
  margin-bottom: 40px;
}
.content-text p,
.content-text ul li {
  margin-bottom: 20px;
  line-height: 1.6rem;
}
.navigation {
  text-align: center;
  margin: 20px auto 65px;
}
@media only screen and (max-width: 768px) {
  .navigation {
    margin: 20px auto 20px;
  }
}
.navigation ul li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #3c3c3c;
}
@media only screen and (max-width: 640px) {
  .navigation ul li {
    display: block;
    margin-bottom: 10px;
    border: none;
  }
}
.navigation ul li:last-child {
  border: none;
}
@media only screen and (max-width: 640px) {
  .navigation ul li:last-child {
    border: none;
  }
}
.navigation a {
  position: relative;
}
.navigation a:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #3c3c3c;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: all 0.2s linear;
}
.navigation a.selected:before,
.navigation a:hover:before {
  width: 100%;
}
.navigation a.selected {
  font-weight: bold;
  cursor: default;
}
.description {
  color: #3c3c3c;
  margin: 30px auto;
  max-width: 660px;
  width: 100%;
}
.description .title {
  font-weight: 700;
  margin-bottom: 20px;
}
.description--left {
  text-align: left;
}
.description--right {
  text-align: right;
}
.description--hidden {
  text-align: center;
  visibility: hidden;
  width: 100%;
  color: #FFF;
  margin: 0;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  transition: all 0.35s cubic-bezier(1, 0, 0, 1);
}
.description--hidden p {
  margin-bottom: 15px;
}
.description--hidden span {
  font-size: 8px;
  font-size: 0.8rem;
}
.description .is-link {
  display: inline-block;
  margin: 10px 0;
}
.description li {
  margin: 5px 0;
  padding: 0 5px;
}
.description .title {
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.intro {
  text-align: center;
  margin: 40px auto;
}
.intro p {
  margin-bottom: 40px;
}
.image-text__content {
  position: relative;
  overflow: hidden;
  color: #FFF;
  display: block;
}
.image-text--full .title {
  display: block;
}
.image-text:hover .description--hidden {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mosaic {
  position: relative;
}
.mosaic:after {
  content: "";
  display: block;
  clear: both;
}
.mosaic__left {
  width: 62%;
}
@media only screen and (max-width: 1024px) {
  .mosaic__left {
    width: 100%;
  }
}
.mosaic__right {
  width: 38%;
  padding-left: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .mosaic__right {
    width: 100%;
    padding-left: 0;
  }
}
.mosaic ul {
  display: inline-block;
  float: left;
}
.mosaic ul li {
  margin-bottom: 20px;
}
.mosaic ul.col-2 {
  width: 100%;
}
.mosaic ul.col-2:after {
  content: "";
  display: block;
  clear: both;
}
.mosaic ul.col-2 li {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .mosaic ul.col-2 li {
    width: 100%;
  }
}
.mosaic ul.col-2 li:first-child {
  padding-right: 35px;
}
@media only screen and (max-width: 768px) {
  .mosaic ul.col-2 li:first-child {
    padding-right: 0;
  }
}
.mosaic ul.col-2 li:last-child {
  padding-left: 35px;
}
@media only screen and (max-width: 768px) {
  .mosaic ul.col-2 li:last-child {
    padding-left: 0;
  }
}
.mosaic ul.col-2 li .description {
  margin-left: 0;
  max-width: 255px;
}
.infos {
  text-align: left;
  margin: 55px 0 30px;
}
.infos .price {
  float: right;
  font-weight: 700;
}
.infos2 {
	font-size: 16px;
  text-align: left;
  margin: 10px 10px 10px 10px;
}
.infos2 .price {
  float: right;
  font-weight: 700;
}
.results {
  margin: 80px auto 110px;
}
.results--no-margin {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .results {
    margin: 20px auto 40px;
  }
}
.results .title {
  text-transform: uppercase;
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.results .results-item {
  text-align: left;
  margin: 20px auto 40px;
  padding-top: 35px;
  border-top: 1px solid #3c3c3c;
}
.results .results-item:after {
  content: "";
  display: block;
  clear: both;
}
.results .results-item .slider--thumbs {
  width: 35%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .results .results-item .slider--thumbs {
    width: 100%;
    float: none;
  }
}
.results .results-item .information {
  float: left;
  width: 65%;
  padding-left: 70px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .results .results-item .information {
    margin-top: 20px;
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.results .results-item .information .price {
  display: block;
  margin-top: 20px;
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.results .results-item .information .btn {
  margin-top: 25px;
}
.results .results-item .information .nav-essai {
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
.results .results-item .information .nav-essai img {
  vertical-align: middle;
}
.results .results-item .information .nav-essai span {
  margin: 0 10px;
  display: inline-block;
}
.filter {
  margin: 40px auto 50px;
  background-color: #c6c7c8;
}
.form {
  padding: 30px 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .form {
    padding: 20px 25px;
  }
}
.form--small {
  max-width: 400px;
  margin: auto;
}
.form .fields {
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.form .fields label {
  margin-bottom: 10px;
  display: block;
}
.form .fields select,
.form .fields input,
.form .fields textarea {
  width: 100%;
  border: 1px solid;
  height: 40px;
  line-height: 40px;
}
.form .fields input[type='submit'] {
  width: 250px;
  height: auto;
  line-height: initial;
}
.form .fields select {
  background: #FFF url('../img/icon-arrow-down.png') 90% center no-repeat;
}
.form--filter .fields select,
.form--filter .fields input,
.form--filter .fields textarea {
  border: none;
  height: 30px;
  line-height: 20px;
  box-sizing: border-box;
}
.form .rows.rows-2:after {
  clear: both;
  content: '';
  display: block;
}
.form .rows.rows-2 .fields {
  width: calc(100% / 2);
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 768px) {
  .form .rows.rows-2 .fields {
    width: 100%;
  }
}
.form .rows.rows-2 .fields.fields-2 select,
.form .rows.rows-2 .fields.fields-2 input {
  width: calc(100% / 2 - 10px);
}
.form .rows.rows-2 .fields.fields-2 select:nth-child(1),
.form .rows.rows-2 .fields.fields-2 input:nth-child(1) {
  margin-right: 10px;
}
.form .rows.rows-2 .fields.fields-2 select:nth-child(2),
.form .rows.rows-2 .fields.fields-2 input:nth-child(2) {
  margin-left: 10px;
}
.form .rows.rows-3:after {
  clear: both;
  content: '';
  display: block;
}
.form .rows.rows-3 .fields {
  width: calc(100% / 3);
  display: inline-block;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .form .rows.rows-3 .fields {
    width: 100%;
  }
}
.form .rows.rows-3 .fields.fields-2 select,
.form .rows.rows-3 .fields.fields-2 input {
  width: calc(100% / 2 - 10px);
}
.form .rows.rows-3 .fields.fields-2 select:nth-child(1),
.form .rows.rows-3 .fields.fields-2 input:nth-child(1) {
  margin-right: 10px;
}
.form .rows.rows-3 .fields.fields-2 select:nth-child(2),
.form .rows.rows-3 .fields.fields-2 input:nth-child(2) {
  margin-left: 10px;
}
li.occasions-item .content {
  border: 1px solid #3c3c3c;
}
li.occasions-item img {
  width: 100%;
	max-width: 422px;
  height: auto;
  max-height: 316px;
}
li.occasions-item .info {
  position: relative;
  text-align: left;
  padding: 20px;
}
li.occasions-item .info .price {
  float: right;
}

#TblDetails td.valcellg {
    padding: 5px;
    font-weight: 400;
}
#TblDetails td {
    padding: 5px;
}

#TblDetails td.libcellg {
    padding: 5px 5px 5px 10px;
    font-weight: 600;
}

.article-mask {
position: relative;
overflow: hidden;
height: 100px;
margin-bottom: 20px;
}

.article-mask-shade {
	z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    background: -webkit-linear-gradient(bottom,#fff 50%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(50%,#fff),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(bottom,#fff 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to top,#fff 50%,rgba(255,255,255,0) 100%);
    text-align: center;
}
.article-mask-shade .read-more {
    display: block;
	padding: 5px;
	margin: 5px;
    cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

/*FORM APV*/
.block--steps {
  text-align: left;
  margin: 0 auto 40px;
}
.block--steps .timeline {
  width: 100%;
  height: 40px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .block--steps .timeline {
    height: 30px;
  }
}
.block--steps .timeline:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #c6c7c8;
}
.block--steps .timeline .tl-step {
  position: relative;
  display: inline-block;
  float: left;
  height: 40px;
}
@media only screen and (max-width: 640px) {
  .block--steps .timeline .tl-step {
    height: 30px;
  }
}
.block--steps .timeline .tl-step:before {
  transition: all .35s;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: black;
}
.block--steps .timeline .tl-step:after {
  content: attr(data-name);
  background-color: black;
  color: white;
  border-radius: 100%;
  padding: 12px 15px;
  border: 1px solid black;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  transition: all .35s .2s;
}
@media only screen and (max-width: 640px) {
  .block--steps .timeline .tl-step:after {
    width: 30px;
    height: 30px;
    padding: 7px 10px;
  }
}
.block--steps .timeline .tl-step:first-child:before {
  content: none;
}
.block--steps .timeline .tl-step.is-inactive:before {
  width: 0;
}
.block--steps .timeline .tl-step.is-inactive:after {
  background-color: white;
  color: #c6c7c8;
  border: 1px solid #c6c7c8;
}
.block--steps .form {
  width: 80%;
  margin: auto;
  max-width: 750px;
}
@media only screen and (max-width: 640px) {
  .block--steps .form {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}
.block--steps .intro {
  margin-top: 0;
  padding: 30px 40px;
  border: 1px solid #c6c7c8;
}
.block--steps .intro ul {
  text-align: left;
  margin-bottom: 20px;
  list-style-type: disc;
}
.block--steps .step {
  text-align: center;
}
.block--steps .step .btn {
  margin-top: 15px;
  cursor: pointer;
}
.block--steps .step .btn.is-inactive {
  opacity: .6;
  cursor: default;
}
.block--steps .input-field {
  text-align: left;
}
.block--steps .input-field .label {
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  display: block;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .block--steps .input-field .label {
    margin-bottom: 20px;
  }
}
.block--steps .input-field input {
  display: inline-block;
}
.block--steps .input-field input[type='radio'] {
  height: auto;
  margin-bottom: 10px;
  -webkit-appearance: radio;
  margin-right: 10px;
}
.block--steps .input-field input[type="radio"] {
  position: absolute;
  left: -100%;
}
.block--steps .input-field input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.block--steps .input-field input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.block--steps .input-field input[type="radio"] + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  color: #666;
  display: block;
  height: 23px;
  line-height: 23px;
}
.block--steps .input-field input[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 2px solid black;
  border-radius: 100%;
  background: white;
}
.block--steps .input-field input[type="radio"] + label:after {
  content: '';
  width: 9px;
  height: 9px;
  background: black;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.block--steps .input-field input[type="radio"][type="checkbox"] + label {
  @extend .f-text--xmedium;
}
.block--steps .input-field input[type="radio"][type="checkbox"] + label:before,
.block--steps .input-field input[type="radio"][type="checkbox"] + label:after {
  border-radius: 0;
}
.block--steps .input-field input[type="radio"][type="checkbox"] + label:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block--steps .input-field input[type="radio"][type="checkbox"] + label:after {
  top: 50%;
  left: 5.5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block--steps .end {
  text-align: center;
}
.block--steps .end .rows-2 .fields {
  float: none;
}
