/* ---------------------------------------
 * BOSONS
 * ------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  font-family: arial, sans-serif;
  line-height: 1;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  body .main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

/* ---------------------------------------
 * Colors
 * ------------------------------------ */
/* ---------------------------------------
 * Fonts and texts
 * ------------------------------------ */
/* ---------------------------------------
 * header
 * ------------------------------------ */
/* ---------------------------------------
 * Footer
 * ------------------------------------ */
/* ---------------------------------------
 * Media Query Ranges
 * ------------------------------------ */
/* ---------------------------------------
 * Grid
 * ------------------------------------ */
/* ---------------------------------------
 * Navbar
 * ------------------------------------ */
/* ---------------------------------------
 * Form
 * ------------------------------------ */
/* -----------------------------------------
 * Breakpoints of love <3
 * -------------------------------------- */
/* Value map */
/* Function */
/* How to use:
 * @include breakpoint( your breakpoint variable here )
 *
 * Example how to include:
 * @include breakpoint(xs) {}
 * @include breakpoint(sm) {}
 * ----------------------------------------------------- */
/* -----------------------------------------
 * Transition
 * -------------------------------------- */
/* -----------------------------------------
 * Key frame Mixin
 * -------------------------------------- */
/* -----------------------------------------
 * Text customs
 * -------------------------------------- */
.title--primary, .title--secondary, .title--secondary__small, .caption__uppercase, .title__small, .icon--text, .icon--text__small, .btn--primary__normal, .btn--secondary__normal, .btn--secondary__large, .dropdown--link, .navbar .nav--link, .model--fuel, .model--text__strong, .footer-logo {
  text-transform: uppercase; }

.title--primary, .title--secondary, .title--secondary__small, .caption__uppercase, .title__small, .icon--text, .icon--text__small, .dropdown--link, .footer-logo, .footer--description-text {
  font-style: italic; }

.title--primary, .title--secondary, .title--secondary__small, .caption__uppercase, .flow-text strong, .model--fuel strong, .title__small, .icon--text, .icon--text__small, .btn--primary__normal, .btn--secondary__normal, .btn--secondary__large, .dropdown--link, .footer-logo span, .footer--description-text .footer--tel {
  font-weight: 700; }

/* -----------------------------------------
 * Global
 * -------------------------------------- */
/* -----------------------------------------
 * Flex container
 * -------------------------------------- */
.align-wrapper, .icon-container, .header--block, .services--block, .footer__aligner, .footer--info-block, .service-block {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; }

.align-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.icon-container, .header--block, .services--block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.align-wrapper, .service-block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center; }

.align-wrapper, .icon-container, .header--block, .services--block, .footer__aligner, .footer--info-block {
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center; }

.icon-container, .header--block, .services--block, .footer__aligner, .footer--info-block, .service-block {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

/* ---------------------------------------
 * Images
 * ------------------------------------ */
.responsive-img {
  max-width: 100%; }

/* ---------------------------------------
 * Hide and Show classes
 * ------------------------------------ */
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down, .model--types .fa {
    display: none !important; } }

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important; } }

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important; } }

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center; } }

/* -----------------------------------------
 * BG Colors
 * -------------------------------------- */
.background__grey {
  background-color: #efefef; }

.background__black {
  background-color: #202020; }

.background__black-ultra {
  background-color: black; }

/* -----------------------------------------
 * Margins and paddings
 * -------------------------------------- */
.no-margin {
  margin: 0 !important; }

.no-margin__bottom {
  margin-bottom: 0 !important; }

.no-margin__top {
  margin-top: 0 !important; }

.margin__half, .divider__margin {
  margin: 15px 0; }

.margin {
  margin: 30px 0; }

.margin__double, .divider__margin-double, .icon-container {
  margin: 45px 0; }

.margin__top, .form__margin-top {
  margin-top: 30px !important; }

.margin__top-ultra, .collapsible--block {
  margin-top: 45px; }

.no-padding {
  padding: 0 !important; }

.padding {
  padding: 30px 0; }

.padding__double {
  padding: 45px 0; }
  .padding__double.padding__top {
    padding-top: 70px; }

.padding__half {
  padding: 15px 0; }

@media (min-width: 992px) {
  .pr-75 {
    padding-right: 7.5px !important; }
  .pl-75 {
    padding-left: 7.5px !important; }
  .p-75 {
    padding: 0 7.5px !important; } }

/* -----------------------------------------
 * Divider - border
 * -------------------------------------- */
.divider__margin, .divider__margin-double, .divider__red, .divider__dotted {
  width: 100%;
  height: 1px; }

.divider__red {
  border-bottom: 1px solid #05fa5d; }

.divider__dotted {
  border-bottom: 2px dotted #3a3a3a; }

/* -----------------------------------------
 * Center classes and aligners
 * -------------------------------------- */
.text__center, .title--primary, .title--secondary, .title--secondary__small, .caption__uppercase, .top-page--caption, .btn--primary__normal, .btn--secondary__normal, .btn--secondary__large, footer .border-icon {
  text-align: center !important; }

.margin__auto, .form--block {
  margin: 0 auto; }

.margin-left__auto {
  margin-left: auto; }

.margin-right__auto {
  margin-right: auto; }

.align-wrapper {
  height: 100%; }

/* -----------------------------------------
 * Select text
 * -------------------------------------- */
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

::-moz-selection {
  background: #05fa5d;
  color: #FFF; }

::selection {
  background: #05fa5d;
  color: #FFF; }

.hide {
  display: none; }

/* ---------------------------------------
 * ATOMS - Global elements
 * ------------------------------------ */
.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%; }

@media only screen and (min-width: 601px) {
  .container {
    width: 85%; } }

@media only screen and (min-width: 993px) {
  .container {
    width: 100%; } }

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

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 15px; }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col.s1 {
      width: 8.3333333333%;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.6666666667%;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.3333333333%;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.6666666667%;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.3333333333%;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.6666666667%;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.3333333333%;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.6666666667%;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.3333333333%; }
    .row .col.pull-s1 {
      right: 8.3333333333%; }
    .row .col.push-s1 {
      left: 8.3333333333%; }
    .row .col.offset-s2 {
      margin-left: 16.6666666667%; }
    .row .col.pull-s2 {
      right: 16.6666666667%; }
    .row .col.push-s2 {
      left: 16.6666666667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.3333333333%; }
    .row .col.pull-s4 {
      right: 33.3333333333%; }
    .row .col.push-s4 {
      left: 33.3333333333%; }
    .row .col.offset-s5 {
      margin-left: 41.6666666667%; }
    .row .col.pull-s5 {
      right: 41.6666666667%; }
    .row .col.push-s5 {
      left: 41.6666666667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.3333333333%; }
    .row .col.pull-s7 {
      right: 58.3333333333%; }
    .row .col.push-s7 {
      left: 58.3333333333%; }
    .row .col.offset-s8 {
      margin-left: 66.6666666667%; }
    .row .col.pull-s8 {
      right: 66.6666666667%; }
    .row .col.push-s8 {
      left: 66.6666666667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.3333333333%; }
    .row .col.pull-s10 {
      right: 83.3333333333%; }
    .row .col.push-s10 {
      left: 83.3333333333%; }
    .row .col.offset-s11 {
      margin-left: 91.6666666667%; }
    .row .col.pull-s11 {
      right: 91.6666666667%; }
    .row .col.push-s11 {
      left: 91.6666666667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }
    @media only screen and (min-width: 601px) {
      .row .col.m1 {
        width: 8.3333333333%;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.6666666667%;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.3333333333%;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.6666666667%;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.3333333333%;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.6666666667%;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.3333333333%;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.6666666667%;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-m1 {
        right: 8.3333333333%; }
      .row .col.push-m1 {
        left: 8.3333333333%; }
      .row .col.offset-m2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-m2 {
        right: 16.6666666667%; }
      .row .col.push-m2 {
        left: 16.6666666667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-m4 {
        right: 33.3333333333%; }
      .row .col.push-m4 {
        left: 33.3333333333%; }
      .row .col.offset-m5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-m5 {
        right: 41.6666666667%; }
      .row .col.push-m5 {
        left: 41.6666666667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-m7 {
        right: 58.3333333333%; }
      .row .col.push-m7 {
        left: 58.3333333333%; }
      .row .col.offset-m8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-m8 {
        right: 66.6666666667%; }
      .row .col.push-m8 {
        left: 66.6666666667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-m10 {
        right: 83.3333333333%; }
      .row .col.push-m10 {
        left: 83.3333333333%; }
      .row .col.offset-m11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-m11 {
        right: 91.6666666667%; }
      .row .col.push-m11 {
        left: 91.6666666667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (min-width: 993px) {
      .row .col.l1 {
        width: 8.3333333333%;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.6666666667%;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.3333333333%;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.6666666667%;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.3333333333%;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.6666666667%;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.3333333333%;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.6666666667%;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-l1 {
        right: 8.3333333333%; }
      .row .col.push-l1 {
        left: 8.3333333333%; }
      .row .col.offset-l2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-l2 {
        right: 16.6666666667%; }
      .row .col.push-l2 {
        left: 16.6666666667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-l4 {
        right: 33.3333333333%; }
      .row .col.push-l4 {
        left: 33.3333333333%; }
      .row .col.offset-l5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-l5 {
        right: 41.6666666667%; }
      .row .col.push-l5 {
        left: 41.6666666667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-l7 {
        right: 58.3333333333%; }
      .row .col.push-l7 {
        left: 58.3333333333%; }
      .row .col.offset-l8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-l8 {
        right: 66.6666666667%; }
      .row .col.push-l8 {
        left: 66.6666666667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-l10 {
        right: 83.3333333333%; }
      .row .col.push-l10 {
        left: 83.3333333333%; }
      .row .col.offset-l11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-l11 {
        right: 91.6666666667%; }
      .row .col.push-l11 {
        left: 91.6666666667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }

/* -----------------------------------------
 * Titles
 * -------------------------------------- */
.title--primary, .title--secondary, .title--secondary__small, .caption__uppercase {
  font-family: "Roboto Condensed", sans-serif; }

.title--primary {
  font-size: 38px;
  line-height: 38px; }

.title__large {
  font-size: 46px; }
  @media (max-width: 768px) {
    .title__large {
      font-size: 32px; } }

.title--secondary {
  font-size: 26px;
  line-height: 26px; }

.title--secondary__small {
  font-size: 32px;
  line-height: 32px; }

.title__dark {
  color: #a5a5a5; }

.title__light {
  color: #fff; }

/* -----------------------------------------
 * Captions
 * -------------------------------------- */
.caption {
  color: #a5a5a5;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0 0 0; }
  .caption strong {
    font-weight: 700; }
  .caption.text__justify {
    text-align: justify; }

.top-page--caption {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  color: #fff;
  margin: 0; }
  @media (max-width: 768px) {
    .top-page--caption {
      font-size: 20px; } }

.caption__uppercase {
  color: #a5a5a5;
  font-size: 21px; }

/* -----------------------------------------
 * Common text and title
 * -------------------------------------- */
.flow-text, .model--fuel {
  color: #b2b2b2;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  text-align: justify;
  line-height: 120%; }
  .flow-text.text__margin, .text__margin.model--fuel {
    margin-bottom: 20px; }

.title__small {
  color: #a5a5a5;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  margin: 20px 0; }

.subTitle {
  font-size: 26px; }

.icon__small, .icon__larger {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 3px solid #a5a5a5;
  border-radius: 50%;
  color: #a5a5a5;
  position: relative;
  box-sizing: border-box;
  z-index: 9;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-direction: -webkit-column; }
  @media (min-width: 992px) {
    .icon__small:first-child, .icon__larger:first-child {
      margin-left: 0; }
    .icon__small:last-child, .icon__larger:last-child {
      margin-right: 0; } }

/* -----------------------------------------
 * Icon sizes
 * -------------------------------------- */
.icon__small {
  width: 165px;
  height: 165px;
  margin: 0 20px;
  padding-bottom: 30px; }
  @media (max-width: 1150px) {
    .icon__small {
      margin: 0 15px; } }
  @media (max-width: 768px) {
    .icon__small {
      margin: 20px; } }
  .icon__small .icone--svg {
    height: 80px;
    width: 60px; }

.ison__center {
  padding-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.icon__special-size .icone--svg {
  height: 50px !important;
  width: 50px !important; }

.icon__larger {
  width: 185px;
  height: 185px;
  margin: 0 30px;
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .icon__larger {
      margin: 20px auto; } }
  .icon__larger .icone--svg {
    max-height: 80px;
    max-width: 80px; }

/* -----------------------------------------
 * Icons texts
 * -------------------------------------- */
.icon--text, .icon--text__small {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  margin-top: 10px; }

.icon--text__small {
  margin-top: 3px;
  font-size: 12px; }

/* -----------------------------------------
 * SVG Icons
 * -------------------------------------- */
.icone--svg {
  fill: #a5a5a5;
  stroke: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

/* -----------------------------------------
 * If is an "a" tag and need hover effect
 * -------------------------------------- */
a.icon__small,
a.icon__larger {
  text-decoration: none; }
  a.icon__small:before,
  a.icon__larger:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: -1;
    opacity: 0;
    border: 6px solid #05fa5d;
    will-change: width, height;
    -webkit-will-change: width, height;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  a.icon__small:hover,
  a.icon__larger:hover {
    border-color: #05fa5d;
    color: #05fa5d; }
    a.icon__small:hover .icone--svg,
    a.icon__larger:hover .icone--svg {
      fill: #05fa5d; }
    a.icon__small:hover:before,
    a.icon__larger:hover:before {
      -webkit-animation: icon-hover 0.7s;
      animation: icon-hover 0.7s; }

a.icon__small:before {
  width: 170px;
  height: 170px; }

a.icon__larger:before {
  width: 190px;
  height: 190px; }

@-webkit-keyframes icon-hover {
  0% {
    opacity: 0;
    width: 100%;
    height: 100%; }
  20% {
    opacity: 0.4; }
  100% {
    opacity: 0;
    width: 125%;
    height: 125%; } }

@keyframes icon-hover {
  0% {
    opacity: 0;
    width: 100%;
    height: 100%; }
  20% {
    opacity: 0.4; }
  100% {
    opacity: 0;
    width: 125%;
    height: 125%; } }

/* -----------------------------------------
 * Buttons
 * -------------------------------------- */
.btn--primary__normal, .btn--secondary__normal, .btn--secondary__large {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  text-decoration: none;
  display: block;
  overflow: hidden;
  outline: 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .btn--primary__normal:after, .btn--secondary__normal:after, .btn--secondary__large:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.btn--primary__normal, .btn--secondary__normal {
  height: 59px;
  line-height: 59px;
  width: 206px; }

.btn--secondary__large {
  height: 59px;
  line-height: 59px;
  width: 296px; }

.btn--primary__normal {
  background: #05fa5d;
  border: 3px solid #05fa5d;
  color: #fff; }
  .btn--primary__normal:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #202020;
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg); }
  .btn--primary__normal:hover {
    color: #fff; }
    .btn--primary__normal:hover:after {
      height: 330%;
      opacity: 1; }
  .btn--primary__normal:active::after {
    height: 150%; }

.btn--secondary__normal, .btn--secondary__large {
  background: #161616;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-bottom: 3px solid #05fa5d;
  -webkit-transition: all cubic-bezier(0.25, 0.1, 0.23, 0.79) 0.5s, box-shadow cubic-bezier(0.25, 0.1, 0.23, 0.79) 0.5s;
  transition: all cubic-bezier(0.25, 0.1, 0.23, 0.79) 0.5s, box-shadow cubic-bezier(0.25, 0.1, 0.23, 0.79) 0.5s; }
  .btn--secondary__normal:hover, .btn--secondary__large:hover {
    box-shadow: inset 0 -66px 0 0 #05fa5d; }
  .btn--secondary__normal:active, .btn--secondary__large:active {
    box-shadow: inset 0 0px 0 0 #05fa5d; }

.btn__center {
  margin: 45px auto; }
  .btn__center.no-margin__bottom {
    margin-bottom: 0; }

.social-medias {
  text-decoration: none;
  color: #a5a5a5;
  font-size: 28.8px;
  margin: 0 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .social-medias:hover {
    color: #05fa5d; }
  @media (max-width: 768px) {
    .social-medias {
      margin: 10px auto; } }

.top-background__about, .top-background__chip, .top-background__pedal, .top-background__filter, .top-background__dinanometro, .top-background__automotive, .top-background__agricultural, .top-background__truck, .top-background__moto, .top-background__nautical, .top-background__instagram, .top-background__whereWeAre, .top-background__dealer, .top-background__contact {
  background-size: cover;
  height: 345px;
  box-sizing: border-box;
  padding-top: 110px; }
  @media (max-width: 768px) {
    .top-background__about, .top-background__chip, .top-background__pedal, .top-background__filter, .top-background__dinanometro, .top-background__automotive, .top-background__agricultural, .top-background__truck, .top-background__moto, .top-background__nautical, .top-background__instagram, .top-background__whereWeAre, .top-background__dealer, .top-background__contact {
      background-size: cover !important;
      background-attachment: inherit !important;
      background-position: center !important;
      padding-top: 60px;
      height: 235px; } }

.dropdown {
  position: relative; }

.dropdown--content {
  min-width: 350px;
  padding: 0 15px;
  background: transparent; }
  @media (min-width: 992px) {
    .dropdown--content {
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      position: absolute;
      top: 40px;
      opacity: 0;
      display: none;
      padding: 10px 20px;
      background: #202020;
      min-width: 130px;
      top: 110px;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      will-change: transform, opacity; } }
  .dropdown--content li {
    height: 35px;
    line-height: 35px; }
    @media (max-width: 991px) {
      .dropdown--content li {
        height: 40px;
        line-height: 40px; } }
  .dropdown--content:hover {
    opacity: 1;
    display: block; }
    @media (min-width: 992px) {
      .dropdown--content:hover {
        -webkit-animation: transition-dropdown 0.5s;
        animation: transition-dropdown 0.5s; } }

.dropddown__trigger:hover + .dropdown--content {
  opacity: 1;
  display: block;
  -webkit-animation: transition-dropdown 0.5s;
  animation: transition-dropdown 0.5s; }

.dropdown--link {
  display: block;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .dropdown--link:hover {
    margin-left: 6px; }
  @media (min-width: 992px) {
    .dropdown--link {
      color: #fff;
      font-style: italic;
      font-size: 14px; } }
  @media (max-width: 991px) {
    .dropdown--link {
      color: #a5a5a5;
      font-style: inherit; } }

@-webkit-keyframes transition-dropdown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -10%, 0);
    transform: translate3d(-50%, -10%, 0); }
  100% {
    opacity: 1; } }

@keyframes transition-dropdown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -10%, 0);
    transform: translate3d(-50%, -10%, 0); }
  100% {
    opacity: 1; } }

/* ---------------------------------------
 * Placeholders
 * ------------------------------------ */
::-webkit-input-placeholder {
  color: #a5a5a5; }

:-moz-placeholder {
  color: #a5a5a5; }

::-moz-placeholder {
  color: #a5a5a5; }

:-ms-input-placeholder {
  color: #a5a5a5; }

/* ---------------------------------------
 * Remove select arrow
 * ------------------------------------ */
select::-ms-expand {
  display: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

/* ---------------------------------------
 * Inputs
 * ------------------------------------ */
.input--text, .input--textarea, .input--select {
  border: 1px solid #464646;
  box-sizing: border-box;
  background-color: #2d2d2d;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  color: #a5a5a5;
  font-size: 16px;
  padding: 24px;
  outline: 0;
  margin-bottom: 15px; }
  .input--text:focus, .input--textarea:focus, .input--select:focus {
    border-color: #464646; }
  .invalid.input--text, .invalid.input--textarea, .invalid.input--select {
    border-color: #05fa5d; }

.input--text {
  line-height: 68px;
  height: 68px; }

.input--textarea {
  height: 169px; }

.input--select {
  cursor: pointer;
  background: #2d2d2d url("../../images/arrow-select.png") calc(100% - 20px) 50% no-repeat; }
  .input--select.input--select__small {
    line-height: 54px;
    height: 54px;
    padding: 0 24px; }

.mark--block {
  width: 185px;
  height: 185px;
  border: 3px solid #a5a5a5;
  border-radius: 50%;
  margin: 0 20px 40px 20px;
  display: block;
  overflow: hidden;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .mark--block img {
    border-radius: 50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

a.mark--block:hover {
  border-color: #05fa5d;
  opacity: 0.8; }

/* ---------------------------------------
 * MOLECULES - Components
 * ------------------------------------ */
.navbar {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  display: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .navbar .nav--link {
    text-decoration: none;
    color: #a5a5a5;
    font: 16px "Roboto Condensed", sans-serif;
    font-weight: 700;
    padding: 0 20px;
    height: 110px;
    line-height: 110px;
    display: block;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    @media (max-width: 1150px) {
      .navbar .nav--link {
        padding: 0 15px; } }
    .navbar .nav--link:hover {
      color: #fff; }
    @media (max-width: 991px) {
      .navbar .nav--link {
        height: 115px;
        line-height: 115px; } }
  .navbar .active {
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 3px solid #05fa5d;
    box-sizing: border-box; }
    .navbar .active .nav--link {
      color: #fff;
      height: 107px; }
  @media (max-width: 991px) {
    .navbar {
      background-color: rgba(0, 0, 0, 0.9);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: absolute;
      top: 0;
      width: 300px;
      height: 100vh;
      transform: translate3d(410px, 0, 0);
      -webkit-transform: translate3d(410px, 0, 0);
      -ms-transform: translate3d(410px, 0, 0); }
      .navbar .nav--link {
        line-height: 40px;
        height: 40px; }
      .navbar .active .nav--link {
        height: 37px; } }

.nav--button {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
  width: 25px;
  height: 3px;
  border-radius: 5px;
  position: relative;
  will-change: transform, width, right;
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }
  .nav--button:before {
    background: #fff;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    content: "";
    position: absolute;
    top: -10px; }
  .nav--button:after {
    background: #fff;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    content: "";
    position: absolute;
    bottom: -10px; }

@media (max-width: 991px) {
  .img--logo {
    width: 80px;
    margin: 10px 0; } }

.open .navbar {
  width: 350px;
  -webkit-transform: translate3d(-145px, 0, 0);
  -ms-transform: translate3d(-145px, 0, 0);
  transform: translate3d(-145px, 0, 0); }

.open .nav--button {
  -webkit-transform: translate3d(-180px, 0, 0);
  -ms-transform: translate3d(-180px, 0, 0);
  transform: translate3d(-180px, 0, 0);
  background-color: transparent; }
  .open .nav--button:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 2px;
    -ms-transform-origin: 2px;
    transform-origin: 2px; }
  .open .nav--button:after {
    width: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px;
    -ms-transform-origin: 0px;
    transform-origin: 0px; }

@media (max-width: 768px) {
  .icon-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.dealer__background {
  background: url("../../images/bg-dealer.jpg") center no-repeat;
  background-size: cover; }

/* ---------------------------------------
 * Contact
 * ------------------------------------ */
.form--block {
  width: 100%;
  max-width: 570px; }

/* ---------------------------------------
 * Description block
 * ------------------------------------ */
.model--container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s; }
  .model--container.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .model--container h2 {
    will-change: transform;
    text-align: left !important;
    width: 100%; }

.model--block {
  will-change: transform;
  font-family: "Roboto Condensed", sans-serif;
  color: #a5a5a5;
  margin-top: 30px;
  width: 100%;
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.model--types {
  border: 1px solid #2d2d2d;
  border-top: 0;
  box-sizing: border-box;
  padding: 24px;
  width: 50%; }
  @media (max-width: 991px) {
    .model--types {
      padding: 14px; } }
  .model--types .fa {
    line-height: 45px;
    font-size: 45px;
    margin-right: 10px;
    float: left;
    color: #62b15c; }

.model--fuel {
  font-weight: 400;
  box-sizing: border-box;
  background: #2d2d2d;
  width: 100%;
  padding: 10px 15px; }

.model--text__light {
  font-size: 18px; }

.model--text__strong {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 700; }

/* ---------------------------------------
 * ORGANISMS - Blocks
 * ------------------------------------ */
header {
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  z-index: 10; }
  @media (min-width: 992px) {
    header {
      position: absolute;
      background: rgba(0, 0, 0, 0.3);
      height: 110px;
      line-height: 110px; } }

.footer-logo {
  color: #a5a5a5;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  padding: 10px 40px 10px 0;
  border-right: 1px solid #05fa5d; }
  @media (max-width: 768px) {
    .footer-logo {
      padding: 10px 0 20px 0;
      border: 0;
      text-align: center; } }

footer {
  border-top: 1px solid #2d2d2d;
  padding: 18px 0;
  color: #a5a5a5;
  font-family: "Roboto Condensed", sans-serif; }
  footer .border-icon {
    font-size: 28.8px;
    margin-right: 10px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border: 2px solid #05fa5d;
    border-radius: 50%; }

@media (max-width: 768px) {
  .footer__aligner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.footer--info-block {
  margin: 0 0 0 40px; }
  @media (max-width: 768px) {
    .footer--info-block {
      margin: 10px;
      min-width: 300px; } }

.footer--description-text {
  font-size: 15px;
  line-height: 19.2px; }
  .footer--description-text .footer--tel {
    font-size: 20px; }

/* ---------------------------------------
 * Logo Prestige
 * ------------------------------------ */
@media (min-width: 992px) {
  .logo--prestige {
    margin-left: auto; } }

.collapsible--item:nth-child(odd) .collapsible--header {
  background-color: #2d2d2d; }

.collapsible--item.active .collapsible--body {
  display: block; }

.collapsible--item.active .fa {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.collapsible--header, .collapsible--header .fa, .collapsible--description {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  font-weight: 600;
  color: #a5a5a5; }

.collapsible--header {
  background-color: #3e3e3e;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .collapsible--header .fa {
    float: right;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s cubic-bezier(0.3, 1, 0.3, 1.3);
    transition: all 0.5s cubic-bezier(0.3, 1, 0.3, 1.3); }
  .collapsible--header:hover {
    opacity: .7; }

.collapsible--title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  float: left; }

.collapsible--body {
  display: none;
  overflow: hidden;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.collapsible--description {
  background-color: #202020;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .collapsible--description:hover {
    opacity: 0.7;
    padding-left: 15px; }
  .collapsible--description + .collapsible--description {
    border-top: 1px solid #3d3d3d; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* ---------------------------------------
 * PAGES
 * ------------------------------------ */
/* ---------------------------------------
 * Top background
 * ------------------------------------ */
.top-background__about {
  background: url("../../images/bg-about.jpg") fixed no-repeat; }

/* ---------------------------------------
 * Carousel
 * ------------------------------------ */
.about-carousel {
  padding-top: 45px;
  padding-bottom: 45px; }

/* ---------------------------------------
 * Services
 * ------------------------------------ */
@media (max-width: 768px) {
  .service-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

/* ---------------------------------------
 * Top background
 * ------------------------------------ */
.top-background__chip {
  background: url("../../images/bg-chip.jpg") fixed no-repeat; }

/* ---------------------------------------
 * Main description
 * ------------------------------------ */
@media (max-width: 768px) {
  .services--block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (min-width: 992px) {
  .services--block.services--block__top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.services--description {
  width: 100%; }
  @media (min-width: 992px) {
    .services--description {
      max-width: 905px; } }

.icon--services {
  border-color: #05fa5d; }
  @media (min-width: 992px) {
    .icon--services {
      max-width: 185px;
      width: 100%; } }
  .icon--services .icone--svg {
    fill: #05fa5d; }

/* ---------------------------------------
 * Top background
 * ------------------------------------ */
.top-background__pedal {
  background: url("../../images/bg-pedal.jpg") fixed no-repeat; }

/* ---------------------------------------
 * Top background
 * ------------------------------------ */
.top-background__filter {
  background: url("../../images/bg-filter.jpg") fixed no-repeat; }

/* ---------------------------------------
 * Top background
 * ------------------------------------ */
.top-background__dinanometro {
  background: url("../../images/bg-dinanometro.jpg") fixed no-repeat; }

/* ---------------------------------------
 * Top background
 * ------------------------------------ */
.top-background__automotive {
  background: url("../../images/bg-automotivo.jpg") fixed no-repeat; }

.top-background__agricultural {
  background: url("../../images/bg-agricultural.jpg") fixed no-repeat; }

.top-background__truck {
  background: url("../../images/bg-truck.jpg") fixed no-repeat; }

.top-background__moto {
  background: url("../../images/bg-moto.jpg") fixed no-repeat; }

.top-background__nautical {
  background: url("../../images/bg-nautical.jpg") fixed no-repeat; }

/* ---------------------------------------
 * Top background
 * ------------------------------------ */
.top-background__instagram {
  background: url("../../images/bg-instagram.jpg") fixed no-repeat; }

.img-instagram--block {
  overflow: hidden;
  display: block;
  margin-bottom: 30px; }

.img-instagram {
  -webkit-transition: all 1s;
  transition: all 1s;
  max-width: 100%;
  cursor: zoom-in;
  will-change: transform; }
  .img-instagram:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7; }

/* ---------------------------------------
 * Top background
 * ------------------------------------ */
.top-background__whereWeAre {
  background: url("../../images/bg-whereWeAre.jpg") fixed no-repeat; }

/* ---------------------------------------
 * City list block
 * ------------------------------------ */
.whereWeAre--block {
  margin-bottom: 35px; }

/* ---------------------------------------
 * Texts
 * ------------------------------------ */
.title--whereWeAre {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  height: 54px;
  line-height: 54px;
  text-transform: uppercase;
  color: #fff; }

.whereWeAre--name {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px; }

.whereWeAre--city {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px; }

.whereWeAre--phone {
  font-family: "Roboto Condensed", sans-serif;
  color: #a0a0a0;
  font-size: 16px;
  font-weight: 700; }

.whereWeAre--email {
  font-family: "Roboto Condensed", sans-serif;
  color: #a0a0a0;
  font-size: 14px; }

.whereWeAre--street {
  font-family: "Roboto Condensed", sans-serif;
  color: #a0a0a0;
  font-size: 14px;
  margin-bottom: 8px; }
  .whereWeAre--street span {
    color: #fff;
    font-size: 16px; }

#svg-map {
  max-width: 100%; }
  @media (max-width: 991px) {
    #svg-map .cursor {
      width: 15px;
      height: 15px; } }

#itemContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* ---------------------------------------
 * Top background
 * ------------------------------------ */
.top-background__dealer {
  background: url("../../images/bg-dealer.jpg") fixed no-repeat; }

/* ---------------------------------------
 * Top background
 * ------------------------------------ */
.top-background__contact {
  background: url("../../images/bg-contact.jpg") fixed no-repeat center top; }

/* ---------------------------------------
 * PLUGINS
 * ------------------------------------ */
.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  height: 690px;
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }
  .carousel-inner > .item img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 0%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .fa-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0px 2px;
  text-indent: -999px;
  cursor: pointer;
  background-color: black;
  border: 2px solid #a5a5a5; }

.carousel-indicators .active {
  border-color: #05fa5d; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .fa-chevron-left,
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .fa-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: -30px; } }

#propertie-banner .carousel-indicators {
  bottom: -40px; }

/* 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;
    margin: 0 auto; }
  .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; }

.slick-arrow {
  position: absolute;
  border: none;
  background: transparent;
  outline: 0;
  top: 50%;
  padding: 0;
  margin: 0;
  line-height: 0.5rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .slick-arrow i {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #9c9c9c;
    font-size: 4rem;
    cursor: pointer; }
  .slick-arrow:focus, .slick-arrow:hover i {
    color: #05fa5d;
    background: transparent !important; }

/* Arrows */
.slick-prev {
  left: -5%; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -5%; }

.slick-next {
  right: -5%; }
  [dir="rtl"] .slick-next {
    left: -5%;
    right: auto; }

.slick-dots {
  display: none !important; }

#simulator-slick .slick-next {
  right: 0px;
  top: -30px; }
  #simulator-slick .slick-next i {
    font-size: 4.5rem; }

#simulator-slick .slick-prev {
  right: 25px;
  top: -30px;
  left: inherit; }
  #simulator-slick .slick-prev i {
    font-size: 4.5rem; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

.swipebox {
  display: block;
  cursor: zoom-in;
  position: relative; }
  .swipebox:hover {
    will-change: left, top, width, height; }
    .swipebox:hover:not(.active) {
      opacity: .8; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-slider .slide-loading {
  background: url(../../images/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: 0px; }

#swipebox-top-bar {
  top: 0px; }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url("../../images/icons.svg");
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin
--------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.9); }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/*# sourceMappingURL=main.css.map */
