/* CSS reset */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600|Montserrat:400,700);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

html, body {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center; }

fieldset, img {
  border: 0;
  text-align: center; }

input {
  border: 1px solid #b0b0b0;
  padding: 3px 5px 4px;
  color: #979797;
  width: 190px; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0; }

.font-title, h1, h2, h3, h4, h5, h6, .section__title, .section__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal; }

.font-btn, .btn {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.75rem; }
  @media (min-width: 1024px) {
    .font-btn, .btn {
      font-size: 0.875rem; } }

.font-text, .section__text {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.5em; }
  @media (min-width: 1024px) {
    .font-text, .section__text {
      line-height: 1.6em;
      font-size: 0.875rem; } }

/*---------------------------------------------*\
                   
\*---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  color: inherit;
  z-index: 1;
  -webkit-text-size-adjust: none; }

html, body {
  min-height: 100%;
  height: auto;
  width: auto; }

html > body {
  min-height: 100%;
  height: auto;
  width: auto; }

html {
  box-sizing: border-box;
  font: 14px, "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.5em; }
  @media (min-width: 1025px) {
    html {
      line-height: 1.6em;
      font-size: 16px; } }

body {
  background: #fff;
  color: #575451;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  letter-spacing: 0.08em;
  width: 100%;
  -webkit-overflow-scrolling: touch; }

*, *:before, *:after {
  box-sizing: inherit; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin-bottom: 0; }

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-size: inherit;
  font-family: inherit; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  background: none; }

p {
  margin: 0;
  clear: right; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #3d3b38; }

a:hover {
  color: #040404; }

a:visited, a:link {
  outline: none; }

a img {
  border: 0; }

p a {
  text-decoration: underline; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

hr {
  height: 1px;
  border: 0;
  border-bottom: 1px dotted #ccc;
  margin: 10px 0; }

p.err {
  color: red;
  margin-bottom: 10px; }

a[href^="mail"] {
  word-break: break-all;
  display: inline-block; }

strong {
  font-weight: bold; }

input {
  margin: 0;
  padding: 0; }

form p {
  margin: 0;
  padding: 0; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

ul {
  list-style-position: inside;
  margin: 0;
  padding: 0; }

.hide {
  display: none; }

strong.err {
  font-size: inherit;
  padding: 0; }

h3.err {
  color: #f12;
  font-size: 30px;
  padding: 0; }

/** UTILITY **/
.clearfix:after, .u-grid:after, .menu:after, .slider:after, .slider .bx-wrapper:after, .header .aside:after, .footer__links:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix, .u-grid, .menu, .slider, .slider .bx-wrapper, .header .aside, .footer__links {
  display: inline-block; }

* html .clearfix, * html .u-grid, * html .menu, * html .slider, * html .slider .bx-wrapper, .slider * html .bx-wrapper, * html .header .aside, .header * html .aside, * html .footer__links {
  height: 1%; }

.clearfix, .u-grid, .menu, .slider, .slider .bx-wrapper, .header .aside, .footer__links {
  display: block; }

.full {
  width: 100%; }

.center, .section-btn .btn {
  margin: auto;
  text-align: center; }

.trigger-video {
  cursor: pointer; }

.u-grid .u-col-50, .u-grid .u-col-60, .u-grid .u-col-40 {
  width: 100%;
  height: 100%;
  float: left; }
@media (min-width: 1025px) {
  .u-grid .u-col-50 {
    width: 50%; } }
@media (min-width: 1025px) {
  .u-grid .u-col-60 {
    width: 60%; } }
@media (min-width: 1025px) {
  .u-grid .u-col-40 {
    width: 40%; } }
.u-grid--reverse > div:first-child {
  float: right; }

.image-cover, .page__header, .banner__image {
  background-position: center center;
  background-size: cover !important;
  background-repeat: no-repeat; }

.contain {
  background-size: contain; }

/*---------------------------------------------*\
                   layout 
\*---------------------------------------------*/
#wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  min-width: 284px;
  position: relative;
  height: 100%; }

.wrapper-page {
  width: 89.625%;
  max-width: 100%;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
  margin-right: auto;
  margin-left: auto;
  height: 100%; }
  @media (min-width: 640px) {
    .wrapper-page {
      padding-left: 50px;
      padding-right: 50px; } }
  .wrapper-page--full {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }

.icon {
  display: block;
  background-repeat: no-repeat; }
  .icon__social {
    background-position: 0 0;
    background-size: contain; }
    .icon__social--fb {
      height: 30px;
      width: 30px;
      background-image: url("/i/icon-fb.png");
      max-height: 100%; }
    .icon__social--is {
      height: 30px;
      width: 30px;
      background-image: url("/i/icon-is.png");
      max-height: 100%; }
     .icon__social--hp {
      height: 30px;
      width: 30px;
      background-image: url("/i/letter.png");
      max-height: 100%; }
  .icon__scroll-down {
    width: 44px;
    height: 24px;
    background-position: 0 0;
    background-image: url("/i/icon-scroll-down.png"); }
    .icon__scroll-down--reverse {
      background-position: 0 -24px; }

.btn {
  cursor: pointer;
  background-color: transparent;
  color: #575451;
  border: 1px solid #666666;
  display: block;
  min-height: 40px;
  width: 200px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  max-width: 100%; }
  .btn:hover {
    border-color: #4d4d4d;
    color: #3d3b38; }
  .btn--inverted {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff; }
  .btn--inverted:hover {
    border-color: #e6e6e6;
    color: #e6e6e6; }

.menu-trigger {
  cursor: pointer;
  display: block;
  width: 39px;
  height: 50px;
  padding: 13px 13px 13px 0;
  text-align: center;
  position: relative;
  float: left;
  margin-top: 0;
  margin-left: -18px;
  margin-right: 18px;
  z-index: 22;
  left: 50px;
  position: absolute; }
  .menu-trigger .e1, .menu-trigger .e2, .menu-trigger .e3 {
    display: block;
    background-color: #575451;
    width: 100%;
    height: 3px;
    margin: 5px 0; }
  .menu-trigger .e3 {
    margin-bottom: 0; }
  @media (min-width: 1025px) {
    .menu-trigger {
      display: none; } }
  .menu-trigger--opened {
    position: absolute;
    margin: 0;
    top: 13px;
    left: 25px; }
    .menu-trigger--opened .e1, .menu-trigger--opened .e2 {
      width: 65%;
      left: 0;
      right: 0;
      margin: auto; }
    .menu-trigger--opened .e1 {
      position: absolute;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%; }
    .menu-trigger--opened .e2 {
      position: absolute;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 50%; }
    .menu-trigger--opened .e3 {
      display: none; }

.menu {
  /*
  &--mobile {
      position: fixed;
      z-index: 10;
      width: 100%;
      max-width: 100%;
      background-color: rgba(255,255,255, 0.4);
      left: 0;
      top: 0;
      height: 100%;
      transition: $basic-transition;
  }
  
  &--mobile &__container{
      padding-top: 0;
      text-align: center;
      width: 360px;
      max-width: 100%;
      background-color: $white;
      height: 100%;
      padding: 70px 10px 30px;
  }
  
  &--mobile &__value {
      display: block;
      margin: 10px 20px;
  }
  
  &--mobile &__list--sub {
      display: none;    
  }
  
  &--opened {
      display: block;
  }*/ }
  @media (max-width: 1024px) {
    .menu {
      display: none; } }
  .menu__block {
    float: left; }
  .menu__container {
    padding-top: 27px;
    text-align: center; }
  .menu__list--sub {
    margin-top: 15px; }
  .menu__value {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    min-width: 130px;
    text-align: center;
    border-bottom: 3px solid #000; }
    .menu__value-link {
      color: #312c2a;
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      font-size: 1rem;
      letter-spacing: 0;
      text-decoration: none;
      text-align: center;
      padding: 0 15px; }
      .menu__value-link:hover {
        color: #4c4542; }
    .menu__value:hover, .menu__value--active {
      border-color: #f0d629; }
  .menu__list--sub .menu__value {
    margin-right: 38px;
    min-width: 0;
    line-height: 1.2em;
    border-bottom: none; }
    .menu__list--sub .menu__value:last-child {
      margin-right: 0; }
  .filiera .menu__value {
    margin-right: 18px; }
  .menu__list--sub .menu__value-link {
    padding: 0;
    font-size: 0.875rem; }
    .menu__list--sub .menu__value-link:hover {
      color: #685d59; }

#wrapper {
  width: 100%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.nav {
  position: fixed;
  width: 0;
  max-width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  overflow-y: auto;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  z-index: 10; }
  @media (min-width: 1025px) {
    .nav {
      display: none; } }
  .nav__container {
    width: 360px;
    max-width: 100%;
    background-color: #ffffff;
    height: 100%;
    padding: 50px 10px 30px;
    overflow-y: auto; }
  .nav__list--sub {
    display: none;
    margin-left: 15px; }
  .nav__value {
    display: block;
    position: relative;
    margin: 10px 20px; }
    .nav__value-link {
      border-bottom: 3px solid #000;
      color: #312c2a;
      cursor: pointer;
      display: block;
      width: 100%;
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      font-size: 1rem;
      letter-spacing: 0;
      text-decoration: none;
      text-align: center;
      padding: 0 15px;
      text-align: left; }
      .nav__value-link:hover {
        color: #4c4542;
        border-color: #f0d629; }
    .nav__value--active .nav__value-link {
      border-color: #f0d629; }
  .nav__value--active .nav__list--sub {
    display: block; }
  .nav__list--sub .nav__value {
    min-width: 0;
    line-height: 1.2em;
    border-bottom: none;
    margin: 5px 10px; }
  .nav__list--sub .nav__value-link {
    padding: 0;
    font-size: 0.875rem;
    border: none; }
    .nav__list--sub .nav__value-link:hover {
      color: #685d59; }

.nav.nav--opened {
  width: 100%; }

/*
.slider {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    
    ul li {
        float: left;
    }
    
    &__image {
        display: block;
        max-width: 100%;
        height: auto;
        //background-size: cover;
        
        &-wrapper {
            @extend .clearfix;
            
            height: 100%;
            display: block;
            position: relative;
            overflow: hidden;
        }
    }
}
*/
.slider {
  height: 100%;
  width: 100%; }
  .slider__container {
    display: block;
    width: 100%;
    height: 100%; }
  .slider__element {
    display: block;
    float: left;
    height: 100%;
    width: 100%;
    position: relative; }
    @media (min-width: 1025px) {
      .slider__element {
        height: 100%; } }
    .slider__element img {
      text-align: center;
      margin: auto; }
  .slider__image {
    display: block;
    margin: auto;
    text-align: center;
    max-width: 100%;
    height: 100%;
    background: transparent center center no-repeat;
    background-size: cover; }
  .slider .bx-wrapper {
    height: 100% !important; }
  .slider .bx-wrapper .bx-pager {
    margin: auto !important;
    padding-left: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important; }
    .slider .bx-wrapper .bx-pager.bx-default-pager a {
      background-color: #ffffff !important; }
      .slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .slider .bx-wrapper .bx-pager.bx-default-pager a.active {
        background-color: #575451 !important; }
  @media (min-width: 1025px) {
    .slider .bx-wrapper .bx-pager {
      width: 300px;
      max-width: 100%;
      left: auto !important; } }
  .slider .bx-viewport {
    width: 100% !important; }
  .slider .bx-wrapper .bx-controls-direction a {
    font-size: 0; }

@media (min-width: 1025px) {
  .contain.left .slider__image {
    background-position: center left; }
  .contain.right .slider__image {
    background-position: center right; } }
.contain .slider__image {
  background-size: contain; }

.agenti-fiere {
  display: block;
  max-width: 1000px;
  width: 100%;
  overflow: hidden;
  margin: auto; }
  .agenti-fiere .u-col-50 {
    padding-right: 5%; }
  .agenti-fiere .selection {
    width: 100%; }
    .agenti-fiere .selection h3 {
      font-size: 24px;
      margin-bottom: 20px; }
    .agenti-fiere .selection ul {
      margin-bottom: 20px; }
      .agenti-fiere .selection ul li {
        line-height: 30px;
        border-bottom: 1px solid #000;
        cursor: pointer;
        padding: 5px 10px; }
        .agenti-fiere .selection ul li:hover {
          background: #fff; }
  .agenti-fiere .results {
    width: 60%;
    float: left; }

.form--fiere .agenti-fiere {
  color: #ffffff; }
  .form--fiere .agenti-fiere a {
    color: white; }
    .form--fiere .agenti-fiere a:hover {
      color: #b3b3b3; }
  .form--fiere .agenti-fiere .selection {
    text-align: left; }
    .form--fiere .agenti-fiere .selection li {
      border-color: #eee; }
      .form--fiere .agenti-fiere .selection li:hover {
        background: #a5a5a5; }

/*---------------------------------------------*\
                   header 
\*---------------------------------------------*/
.header {
  background-color: #ffffff;
  color: #312c2a;
  height: 50px; }
  @media (min-width: 1025px) {
    .header {
      height: 110px; }
      .header .wrapper-page {
        position: relative; } }
  .header--fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2; }
  .header .logo {
    position: relative;
    margin: auto;
    width: 100px;
    height: 100px;
    max-height: 100%;
    padding: 3px 0; }
    @media (min-width: 1025px) {
      .header .logo {
        position: absolute;
        padding: 10px 0;
        left: -35px;
        width: 93px;
        top: 0;
        bottom: 0; } }
    @media (min-width: 1110px) {
      .header .logo {
        width: 102px; } }
  .header .aside {
    margin-top: -38px;
    margin-right: -20px; }
    @media (min-width: 1025px) {
      .header .aside {
        position: absolute;
        margin-top: 0;
        margin-right: 0;
        top: 32px;
        right: -35px; } }
    .header .aside .social {
      float: right; }
      @media (max-width: 1024px) {
        .header .aside .social {
          height: 28px; } }
    .header .aside .languages {
      display: none;
      float: left;
      margin: 11px 0; }
      @media (min-width: 1025px) {
        .header .aside .languages {
          display: block; } }

.page__header {
  height: 95vh;
  position: relative;
  overflow: hidden;
  background-position: center right;
  /*
  &--home &-group {
      position: relative;
      margin: 110px auto 47px;
      max-width: 100%;
  }*/ }
  .page__header--filiera {
    background-image: url("/i/header-filiera.jpg"); }
  .page__header--product {
    background-image: url("/i/header-prodotti.jpg"); }
  .page__header--contacts {
    background-image: url("/i/header-contatti.jpg"); }
  .page__header--shop {
    background-image: url("/i/header-vendita.jpg"); }
  .page__header--greggi {
    background-image: url("/i/header-greggi.jpg"); }
  .page__header--collez {
    background-image: url("/i/header-collez.jpg"); }	
  .page__header--home {
    background-image: url("/i/header-home.jpg");
    height: 94vh; }
  .page__header-group {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 366px;
    width: 423px;
    max-width: 100%; }
    .page__header-group:after {
      content: "";
      display: block;
      background-image: url("/i/triangle.png");
      height: 366px;
      width: 423px;
      max-width: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
.page__title {
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.425em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 60px;
  width: 78%; }
  @media (min-width: 420px) {
    .page__title {
      margin-bottom: 20px;
      width: 82%; } }
  @media (min-width: 980px) {
    .page__title {
      width: 85%;
      font-size: 1.8125rem; } }
  .page__title-text {
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2em;
    text-align: center;
    color: #ffffff;
    max-width: 980px;
    margin: 0 auto 30px; }
  .page__title--main {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 2.8125rem;
    text-align: center;
    width: 100%;
    margin: auto;
    height: 2em; }
    @media (min-width: 768px) {
      .page__title--main {
        font-size: 3.1875rem;
        width: 162%;
        margin: auto -26%;
        height: 2em;
        padding-top: 1em; } }

.section {
  background-color: #faf4f4;
  position: relative; }
  .section__content {
    padding: 2% 4%; }
  .u-grid .section__content {
    padding: 4% 8%; }
  .section__title, .section__subtitle {
    color: #1f1c1d;
    letter-spacing: 0.26em;
    margin: 1.2em 0 0.8em;
    width: 70%; }
    .section__title--light, .section__subtitle--light {
      margin: 10px 0 0; }
  .section__title {
    font-size: 1.375rem;
    text-transform: uppercase;
    line-height: 1.2em; }
    @media (min-width: 1025px) {
      .section__title {
        font-size: 1.875rem; } }
    .section__title.center, .section-btn .section__title.btn {
      width: 100%; }
  .section__subtitle {
    width: 100%;
    font-size: 1.0625rem; }
    @media (min-width: 1025px) {
      .section__subtitle {
        font-size: 1.125rem; } }
  .section__text {
    margin-top: 30px; }
    @media (min-width: 1025px) {
      .section__text {
        margin-top: 35px; } }
    .section__text p {
      margin-bottom: 2em; }
      @media (min-width: 1025px) {
        .section__text p {
          margin-bottom: 2em; } }
      .section__text p:last-child {
        margin-bottom: 0; }
    .section__text ul {
      margin: 0;
      list-style-type: none;
      margin-top: -1.5em; }
      .section__text ul > li {
        text-indent: -5px; }
        .section__text ul > li:before {
          content: "-";
          text-indent: -5px; }
  .section__slider {
    max-height: 100%; }
    @media (max-width: 1024px) {
      .section__slider {
        height: 540px; } }
  @media (min-width: 1025px) {
    .section-btn {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: -20px; } }
  .section__map {
    display: block;
    width: 100%;
    height: 400px; }
  .section--white {
    background-color: #ffffff; }
  .section--orange {
    background-color: #f27900; }
  .section--red {
    background-color: #f20000; }
  .section--dark {
    background-color: #222221; }
  .section--pink {
    background-color: #e87575; }
  .section--green {
    background-color: #00b300; }
  .section--blue {
    background-color: #5271c6 !important; }
  .section--darkblue {
    background-image: url("/i/oblique-line-bg.jpg");
    background-repeat: repeat; }
  .section--blue, .section--blue .section__title, .section--darkblue, .section--darkblue .section__title, .section--darkblue .section__subtitle, .section--dark, .section--dark .section__title, .section--dark .section__subtitle, .section--pink, .section--pink .section__title, .section--pink .section__subtitle, .section--red, .section--red .section__title, .section--red .section__subtitle, .section--orange, .section--orange .section__title, .section--orange .section__subtitle, .section--green, .section--green .section__title, .section--green .section__subtitle {
    color: #faf4f4; }

.page--home .section {
  background-color: #e9eaea; }
  .page--home .section--white {
    background-color: #ffffff; }
  .page--home .section--white .page--home .section__content {
    min-height: 0;
    height: auto; }
.page--home .section--white .section__content {
  min-height: 0;
  height: auto; }

.page--contacts .section__content {
  min-height: 0; }

.header--fixed + .page {
  margin-top: 50px; }
  @media (min-width: 1025px) {
    .header--fixed + .page {
      margin-top: 110px; } }

.mobile .section__slider {
  height: auto; }

#wrapper:not(.mobile) .slider .bx-viewport {
  height: 100% !important; }

.mobile .slider .slider__element {
  height: auto; }

/*---------------------------------------------*\
                   footer 
\*---------------------------------------------*/
.footer {
  background-color: #ffffff;
  padding: 10px 0; }
  @media (min-width: 640px) {
    .footer {
      padding: 20px 0; } }
  .footer .wrapper-page {
    position: relative; }
  .footer .logo {
    width: 87px;
    height: 74px;
    max-height: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    position: absolute; }
    @media (min-width: 640px) {
      .footer .logo {
        width: 10%;
        margin-bottom: 0; } }
  .footer .social {
    position: absolute;
    right: 0;
    width: 58px;
    padding-right: 20px;
    top: 0; }
    @media (min-width: 640px) {
      .footer .social {
        width: 10%; } }
    .footer .social .icon__social--fb {
      width: 100%; }
  .footer__links {
    display: none;
    width: 97.16876%;
    margin: 0 auto;
    padding: 0 5%; }
    @media (min-width: 1025px) {
      .footer__links {
        display: block; } }
    .footer__links-column {
      float: left;
      width: 100%;
      margin-bottom: 2%;
      width: 17.5%;
      margin-right: 1%; }
      .footer__links-column:last-child {
        margin-right: 0;
        width: 25%; }
  .footer__section {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: 0; }
  .footer__heading {
    margin-bottom: 10px; }
  .footer__item {
    font-size: 0.75rem; }
  .footer__text {
    font-size: 0.75rem;
    line-height: 1.4em;
    text-align: center; }

/*---------------------------------------------*\
                   generic 
\*---------------------------------------------*/
.logo {
  position: relative;
  width: 102px;
  height: 87px;
  padding-top: 0;
  margin-top: 38px;
  /*@include breakpoint(980px) {
      width: 220px;
      height: 60px;
  }*/ }
  .logo__link {
    display: block;
    height: 100%;
    width: 100%; }
  .logo__image {
    background-image: url("/i/teseo-logo.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%; }
  .logo__text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

.languages {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.2em; }
  @media (min-width: 4025px) {
    .languages ul {
      margin-right: 10%;
      min-width: 85px; } }
  .languages ul li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #000;
    letter-spacing: 0; }
    .languages ul li:last-child {
      border-right: none;
      padding-right: 50px; }
  .languages--menu {
    position: absolute;
    left: 252px;
    top: 30px; }

.banner {
  width: 100%;
  position: relative;
  display: block; }
  .banner__image {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute; }
    .banner__image .teseo {
      position: absolute;
      display: block;
      width: 253px;
      height: 214px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .banner--home {
    height: 100vh; }
    @media (min-width: 980px) {
      .banner--home {
        height: 100vh; } }
  .banner--home .banner__image {
    background-image: url("/i/banner-home.jpg"); }
  .banner .icon-scroll {
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto; }

.form {
  /*
  &--agents {
      width: 500px;
      max-width: 100%;
      display: block;
      margin: auto;
      text-align: center;
  }
  
  &--fiere {
      color: $main-color;
      width: 500px;
      max-width: 100%;
      display: block;
      margin: auto;
      text-align: center;
  }
  
  &__labels, &__select {
      text-align: center;
  }
  
  .checkbox {
      width: 50px;
      text-align: center;
      margin: auto;
  }*/ }

.contacts {
  font-size: 1.125rem;
  line-height: 1.6em;
  font-weight: bold; }
  .contacts a {
    color: #ffffff; }

#cboxContent #cboxLoadedContent {
  background: #f2f2f2;
  padding: 5%;
  box-sizing: border-box;
  width: 100% !important;
  height: 100% !important; }

.mobile #cboxClose {
  z-index: 5;
  top: 3px;
  right: 3px; }

.video-preview {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  overflow: hidden;
  position: relative; }
  .video-preview img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: auto; }
