/* Slider */
.slick-slider {
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  max-height: 731px;
  overflow: hidden;
  min-height: 700px; }

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

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

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  width: 100%; }
  .slick-slide:focus, .slick-slide:hover {
    outline: 0; }

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

.slick-slide img {
  display: block;
  height: auto;
  width: 100%; }

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

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

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

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

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

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

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

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

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

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

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

.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  opacity: .75;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s; }

.slick-prev {
  left: 0;
  z-index: 1; }

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

.slick-prev:before {
  content: '\f104'; }

[dir='rtl'] .slick-prev:before {
  content: '\f105'; }

.slick-next {
  right: 0; }

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

.slick-next:before {
  content: '\f105'; }

[dir='rtl'] .slick-next:before {
  content: '\f104'; }

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

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

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

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

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

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

.slick-dots li button:before {
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: '\f111';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.10s; }

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

/**
 * Photo
 */
.photo {
  background-size: cover;
  background-position: center center;
  min-height: 50em;
  padding-bottom: 5%;
  will-change: transform; }
  .photo.is-animating {
    animation: scale 1s ease-in-out forwards; }
  .photo:before {
    content: "";
    display: block; }
  .photo * > {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

@media (max-width: 516px) {
  .photo {
    min-height: 27em; }
  .slick-slider {
    height: 27em;
    width: 100%;
    overflow: hidden; } }

@keyframes scale {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1) rotate(0.01deg); } }

/**
 * Wrapper
 */
.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 45em;
  width: 95%; }

a.figure {
  position: relative;
  display: block;
  overflow: hidden;
  color: #222222;
  height: 100%;
  width: 100%; }
  a.figure .figure-caption {
    position: absolute;
    top: 13%;
    left: 6%; }
    a.figure .figure-caption span {
      transition: .3s;
      font-size: 36px;
      font-weight: lighter; }
  a.figure-2 .figure-caption {
    top: 12%;
    left: 12%; }
  a.figure-3 {
    background: url("../img/box-hp/flirt.jpg") no-repeat top left;
    background-size: cover;
    height: 350px;
    width: 100%; }
  a.figure:before {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    content: '';
    display: inline-block;
    background-color: #222222;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s; }
  a.figure:hover span {
    color: #fff !important; }
  a.figure:hover:before {
    opacity: .3;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .3s; }

a.figure.figure-3 {
  background: url("../img/box-hp/simoncini_ai25.jpg") no-repeat top left;
  display: block;
  height: 935px;
  width: 100%;
  display: block;
  background-size: cover; }
a.figure.figure-3 span {
    color: #222; }
  a.figure.figure-3 .figure-caption {
    top: 70%;
    left: 10%; }
    @media (min-width: 1200px) {
      a.figure.figure-3 .figure-caption {
        top: 5%; } }

@media (min-width: 992px) {
  .figure-caption {
    font-size: 10px; } }

@media (min-width: 0) {
  a.figure.figure-3 {
    height: 400px; } }

@media (min-width: 768px) {
  a.figure.figure-3 {
    height: 400px; } }

@media (min-width: 992px) {
  a.figure.figure-3 {
    height: 610px; } }

@media (min-width: 1200px) {
  a.figure.figure-3 {
    height: 735px; } }

@media (min-width: 1600px) {
  a.figure.figure-3 {
    height: 990px; } }

@media (max-width: 992px) {
  .figure-caption, a.figure.figure-3 {
    left: 3% !important; } }

a.btn-link {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  border: 1px solid #333333;
  padding: 10px 25px;
  color: #333333;
  transition: all .3s ease-out; }

a.btn-link:hover {
  text-decoration: none;
  color: #fff;
  background: #000;
  transform: translate(-15px, 0px); }

@media (min-width: 1600px) {
  .container {
    width: 1570px; } }

html {
  /* killing 300ms touch delay in IE */
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body, html {
  overflow-x: hidden;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none; }

body {
  padding-top: 100px; }

h1, h2, h5, h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }

h3, h4 {
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 64px; }

h2 {
  font-size: 56px; }

h3 {
  font-size: 49px; }

h4 {
  font-size: 41px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 34px; }

@media (max-width: 768px) {
  h3 {
    font-size: 43px; }
  h4 {
    font-size: 36px; } }

@media (min-width: 992px) {
  h4 {
    font-size: 35px; } }

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none; }

a {
  color: #324859; }

a:hover,
a:focus,
a:active,
a.active {
  color: #090909; }

p {
  font-size: 14px;
  line-height: 1.75; }

img {
  width: 100%;
  height: auto; }

ul li {
  list-style-type: none; }

.offset-top-10 {
  margin-top: 10px; }

.offset-top-20 {
  margin-top: 20px; }

.offset-top-30 {
  margin-top: 30px; }

.offset-top-40 {
  margin-top: 40px; }

.offset-top-40 {
  margin-top: 40px; }

.offset-top-40 {
  margin-top: 40px; }

.offset-top-50 {
  margin-top: 50px; }

.offset-top-60 {
  margin-top: 60px; }

.offset-top-70 {
  margin-top: 70px; }

.offset-top-80 {
  margin-top: 80px; }

.offset-top-90 {
  margin-top: 90px; }

.offset-top-100 {
  margin-top: 100px; }

@media (max-width: 480px) {
  .offset-top-10 {
    margin-top: 5px; }
  .offset-top-20 {
    margin-top: 20px -10px; }
  .offset-top-30 {
    margin-top: 30px -15px; }
  .offset-top-40 {
    margin-top: 40px -20px; }
  .offset-top-40 {
    margin-top: 40px -20px; }
  .offset-top-40 {
    margin-top: 40px -20px; }
  .offset-top-50 {
    margin-top: 50px -25px; }
  .offset-top-60 {
    margin-top: 60px -30px; }
  .offset-top-70 {
    margin-top: 70px -40px; }
  .offset-top-80 {
    margin-top: 40px; }
  .offset-top-90 {
    margin-top: 90px -45px; }
  .offset-top-100 {
    margin-top: 100px -50px; } }

p.small {
  font-size: 16px; }

.box-black {
  background: #222222;
  color: #fff;
  height: auto; }

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-primary:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: black;
      border-color: black; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #000;
    border-color: #000; }
  .btn-primary .badge {
    color: #000;
    background-color: #fff; }

.btn-xl {
  color: #fff;
  background-color: #000;
  border-color: #000;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px; }
  .btn-xl:focus, .btn-xl.focus {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-xl:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-xl:active, .btn-xl.active,
  .open > .btn-xl.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-xl:active:hover, .btn-xl:active:focus, .btn-xl:active.focus, .btn-xl.active:hover, .btn-xl.active:focus, .btn-xl.active.focus,
    .open > .btn-xl.dropdown-toggle:hover,
    .open > .btn-xl.dropdown-toggle:focus,
    .open > .btn-xl.dropdown-toggle.focus {
      color: #fff;
      background-color: black;
      border-color: black; }
  .btn-xl:active, .btn-xl.active,
  .open > .btn-xl.dropdown-toggle {
    background-image: none; }
  .btn-xl.disabled:hover, .btn-xl.disabled:focus, .btn-xl.disabled.focus, .btn-xl[disabled]:hover, .btn-xl[disabled]:focus, .btn-xl[disabled].focus,
  fieldset[disabled] .btn-xl:hover,
  fieldset[disabled] .btn-xl:focus,
  fieldset[disabled] .btn-xl.focus {
    background-color: #000;
    border-color: #000; }
  .btn-xl .badge {
    color: #000;
    background-color: #fff; }

/* magin padding */
.px-0 {
  padding: 0;
  margin: 0; }

/* padding 0*/
.px-10 {
  padding: 0 10px; }

.px-20 {
  padding: 0 20px; }

.px-30 {
  padding: 0 30px; }

.px-40 {
  padding: 0 40px; }

.px-50 {
  padding: 0 40px; }

.mx-10 {
  margin: 0px 10px; }

/* padding 0*/
/*navbar */
.navbar {
  margin-bottom: 2px; }

.navbar-brand {
  padding: 0px; }

.navbar-brand > img {
  height: 100%;
  padding: 15px;
  width: auto; }

.navbar-brand {
  height: 110px; }

.nav > li > a {
  padding: 30px 15px;
  position: relative; }

.nav > li > a.lang-it {
  margin-left: 30px; }

.nav > li > a.lang-it, .nav > li > a.lang-en {
  padding: 30px 10px; }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 460px; }

.navbar-toggle {
  padding: 5px 0;
  margin: 15px 15px 15px 0; }

.navbar-nav {
  margin: 0 10px; }

.navbar-collapse {
  padding-top: 30px; }

@media (max-width: 992px) {
  .nav > li > a {
    padding: 20px 20px; }
  .nav > li > a.lang-it {
    margin-left: 0px; }
  .nav > li > a.lang-it, .nav > li > a.lang-en {
    padding: 20px 20px; } }

.nav > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 20%;
  left: 0;
  background-color: #00acd4;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.nav > li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

@media (min-width: 0) {
  .navbar-brand {
    height: 70px; } }

@media (min-width: 768px) {
  .navbar-brand {
    height: 80px; } }

@media (min-width: 992px) {
  .navbar-brand {
    height: 90px; }
  .navbar-collapse {
    padding-top: 10px; } }

@media (min-width: 1200px) {
  .navbar-brand {
    height: 96px; }
  .navbar-collapse {
    padding-top: 15px; } }

@media (min-width: 1600px) {
  .navbar-brand {
    height: 130px; }
  .navbar-collapse {
    padding-top: 30px; } }

/* slide Home  */
.slide-home {
  width: 100%; }

.swiper-slide {
  min-height: 800px;
  width: 100%; }

.slick-prev, .slick-next {
  display: none; }

.italia .verde {
  background: #008141;
  height: 15px;
  border: 1px solid #ccc; }

.italia .rosso {
  background: #fe0000;
  height: 15px;
  border: 1px solid #ccc; }

.italia .bianco {
  background: #fff;
  height: 15px;
  border: 1px solid #ccc; }

.figure {
  position: relative; }

.figure .figure-caption {
  position: absolute;
  top: 5%;
  left: 5%; }

a.figure {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

a.figure:before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 12px;
  right: 12px;
  content: '';
  display: inline-block;
  background-color: #000;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: .3s; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 992px) {
  .page-collections h4 {
    font-size: 18px; } }

@media (min-width: 1200px) {
  .page-collections h4 {
    font-size: 34px; } }

@media (min-width: 1600px) {
  .page-collections h4 {
    font-size: 41px; } }

/* section effect*/
section {
  position: relative; }

.section-before-left:before {
  content: '';
  position: absolute;
  z-index: -1;
  display: none;
  top: -1%;
  right: 3%;
  left: -2%;
  bottom: 8%;
  border: 12px solid #eaeaea;
  display: inline-block; }

.section-before-right:before {
  content: '';
  position: absolute;
  z-index: -1;
  display: none;
  top: -3%;
  bottom: 10%;
  left: 5.8%;
  right: -5%;
  border: 12px solid #eaeaea;
  display: inline-block; }

@media (max-width: 768px) {
  .section-before-left:before, .section-before-right:before {
    display: none; }
  .offset-top-mobile-10 {
    margin-top: 10px !important; }
  .offset-top-mobile-20 {
    margin-top: 20px !important; }
  .offset-top-mobile-30 {
    margin-top: 30px !important; }
  body {
    padding-top: 60px; } }

.gallery-flirt img {
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999; }

.gallery-flirt img.no-border-left {
  border-left: 1px solid #fff; }

#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none; }

/* map*/
.box-map {
  padding-bottom: 2px; }

#map {
  width: 100%;
  height: 480px;
  background-color: grey; }

#contactForm .form-group {
  margin-bottom: 25px; }
  #contactForm .form-group input,
  #contactForm .form-group textarea {
    padding: 15px;
    opacity: 0.5;
    color: #222222;
    font-size: 18px; }
  #contactForm .form-group input.form-control {
    height: auto; }
  #contactForm .form-group textarea.form-control {
    height: 236px; }

#contactForm .form-control:focus {
  border-color: #000;
  box-shadow: none; }

#contactForm ::-webkit-input-placeholder {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222; }

#contactForm :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222; }

#contactForm ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222; }

#contactForm :-ms-input-placeholder {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222; }

#contactForm .text-danger {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #b93745;
  text-align: left; }

/* GDPR */
div.gdpr {padding: 0; text-align: left}
  div.gdpr div.wrapperGDPR {background: #FBFBFB; border: 1px solid #CCC; height: 80px; margin-bottom: .5rem; overflow-y: scroll; padding: .1rem .3rem}
  div.gdpr div.wrapperGDPR p {font-size: .7rem; line-height: 1.15; margin: 0 0 .5rem}
  div.gdpr label {font-size: .65rem}

/* footer*/
footer {
  color: #999999; }

footer h6 {
  font-size: 18px;
  color: #eeeeee; }

footer {
  background: #222222;
  font-size: 18px;
  padding: 50px 0; }

footer a {
  color: #999999; }

footer a:hover {
  color: #eeeeee; }

footer address {
  font-size: 18px; }

footer ul li {
  list-style-type: disc;
  margin-left: 15px; }

footer a.brand-logo {
  width: 80%;
  display: block;
  margin: 0 auto; }


hr.space {margin: 50px 0; padding: 0}