@import url("https://fonts.googleapis.com/css?family=Dosis:300,500,700|Economica:700");
/*
Base csss
*/
/* line 4, ../scss/_base-mb.scss */
html, body {
  height: 100%;
}

/* line 7, ../scss/_base-mb.scss */
body {
  font-family: "Dosis", sans-serif;
  background: #fff;
  font-weight: 300;
  /*font-size: 0.9rem;*/
  line-height: 1.5rem;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333;
}

/* line 18, ../scss/_base-mb.scss */
a, button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

/* line 22, ../scss/_base-mb.scss */
a {
  color: #bfa67a;
}
/* line 24, ../scss/_base-mb.scss */
a:hover {
  color: #aeaeae;
}

/* line 28, ../scss/_base-mb.scss */
a, a:hover, a:focus, button:hover, button:focus {
  outline: 0 !important;
  text-decoration: none;
}

/* line 32, ../scss/_base-mb.scss */
blockquote {
  font-style: normal;
  font-weight: 400;
}
/* line 35, ../scss/_base-mb.scss */
blockquote p {
  font-weight: 400;
}

/* line 39, ../scss/_base-mb.scss */
button:focus {
  outline: 0 !important;
}

/* line 42, ../scss/_base-mb.scss */
::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}

/* line 46, ../scss/_base-mb.scss */
::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}
::selection {
  background-color: #191b1d;
  color: #fff;
}

/* line 50, ../scss/_base-mb.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  font-weight: 300;
}

/* line 68, ../scss/_base-mb.scss */
.lead {
  line-height: 1.9rem;
}

/* line 71, ../scss/_base-mb.scss */
button, input, optgroup, select, textarea {
  font-family: "Dosis", sans-serif;
  font-weight: 300;
}

/* line 75, ../scss/_base-mb.scss */
.border-width {
  width: 60px;
  height: 2px;
  background: #bfa67a;
  margin: 10px 0;
}

/* line 81, ../scss/_base-mb.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 84, ../scss/_base-mb.scss */
.full-wid {
  width: 100%;
}

/* line 87, ../scss/_base-mb.scss */
.full-height {
  min-height: 100vh;
}

/* line 90, ../scss/_base-mb.scss */
.font-economica {
  font-family: 'Economica', sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}

/* line 95, ../scss/_base-mb.scss */
.skin-bg {
  background-color: #bfa67a;
}

/* line 98, ../scss/_base-mb.scss */
.gray-bg {
  background: #f7f9fa;
}

/* line 101, ../scss/_base-mb.scss */
.form-control, input[type="text"], input[type="email"], textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px;
  border-bottom: 2px solid #eee;
}
/* line 107, ../scss/_base-mb.scss */
.form-control:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom-color: #bfa67a;
}

/* line 112, ../scss/_base-mb.scss */
.dropcap:first-letter {
  font-size: 30px;
  color: #bfa67a;
}

/**********back to top*************/
/* line 117, ../scss/_base-mb.scss */
.scrollToTop {
  text-align: center;
  font-size: 30px;
  background: transparent;
  font-weight: bold;
  color: #bfa67a;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999999;
  display: none;
  opacity: 0.5;
  line-height: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 133, ../scss/_base-mb.scss */
.scrollToTop:hover {
  text-decoration: none;
  opacity: 1;
  color: #bfa67a;
}

/* line 1, ../scss/_spinner-mb.scss */
.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 100000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 14, ../scss/_spinner-mb.scss */
.preloader .spinner {
  margin: auto;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background-color: transparent;
  background-image: url(../img/spinner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* line 29, ../scss/_spinner-mb.scss */
.rotate-3d {
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
          animation: sk-rotateplane 1.2s infinite ease-in-out;
}

/* line 33, ../scss/_spinner-mb.scss */
.double-bounce1, .double-bounce2 {
  -webkit-animation: sk-bounce 2.5s infinite ease-in-out;
          animation: sk-bounce 2.5s infinite ease-in-out;
}

/* line 38, ../scss/_spinner-mb.scss */
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 10% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) scale(1);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg) scale(1);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(180deg) scale(0.5);
            transform: perspective(120px) rotateX(0deg) rotateY(180deg) scale(0.5);
  }
  90%, 100% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(360deg) scale(1);
            transform: perspective(120px) rotateX(0deg) rotateY(360deg) scale(1);
  }
}

@keyframes sk-bounce {
  0%, 10% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) scale(1);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg) scale(1);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(180deg) scale(0.5);
            transform: perspective(120px) rotateX(0deg) rotateY(180deg) scale(0.5);
  }
  90%, 100% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(360deg) scale(1);
            transform: perspective(120px) rotateX(0deg) rotateY(360deg) scale(1);
  }
}
/* line 1, ../scss/_loghi-mb.scss */
.logo-40 {
  height: 40px;
  width: auto;
}

/* line 6, ../scss/_loghi-mb.scss */
.logo-50 {
  height: 50px;
  width: auto;
}

/* line 11, ../scss/_loghi-mb.scss */
.logo-60 {
  height: 60px;
  width: auto;
}

/* line 16, ../scss/_loghi-mb.scss */
.logo-70 {
  height: 70px;
  width: auto;
}

/* line 21, ../scss/_loghi-mb.scss */
.logo-80 {
  height: 80px;
  width: auto;
}

/* line 26, ../scss/_loghi-mb.scss */
.logo-100 {
  height: 100px;
  width: auto;
}

/* line 2, ../scss/_lists-mb.scss */
.list-inline li {
  display: inline-block;
  margin-right: 0.5em;
}

/**video modal**/
/* line 3, ../scss/_modal-mb.scss */
.video-modal {
  z-index: 1;
}
/* line 6, ../scss/_modal-mb.scss */
.video-modal .modal-dialog {
  margin-top: 120px;
}
/* line 10, ../scss/_modal-mb.scss */
.video-modal .modal-header,
.video-modal .modal-body {
  padding: 0px;
}
/* line 15, ../scss/_modal-mb.scss */
.video-modal .modal-header {
  min-height: 100%;
  border: 0px;
}
/* line 19, ../scss/_modal-mb.scss */
.video-modal .modal-header .close {
  margin-top: -2px;
  position: absolute;
  top: -22px;
  right: 0px;
  opacity: 1;
  color: #aeaeae;
}
/* line 27, ../scss/_modal-mb.scss */
.video-modal .modal-header .close:hover {
  color: #bfa67a;
}

/* line 34, ../scss/_modal-mb.scss */
.modal {
  z-index: 99999;
}
/* line 37, ../scss/_modal-mb.scss */
.modal .modal-content {
  border-radius: 0;
}
/* line 41, ../scss/_modal-mb.scss */
.modal .close {
  margin-top: 0;
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 1;
  color: #aeaeae;
}
/* line 49, ../scss/_modal-mb.scss */
.modal .close:hover {
  color: #f0f0f0;
}

/* line 56, ../scss/_modal-mb.scss */
.modal-black .modal-content {
  background-color: black;
  color: white !important;
}
/* line 60, ../scss/_modal-mb.scss */
.modal-black .modal-content h1, .modal-black .modal-content h2, .modal-black .modal-content h3, .modal-black .modal-content h4, .modal-black .modal-content h5, .modal-black .modal-content .h1, .modal-black .modal-content .h2, .modal-black .modal-content .h3, .modal-black .modal-content .h4, .modal-black .modal-content .h5 {
  color: white;
}
/* line 64, ../scss/_modal-mb.scss */
.modal-black .modal-content .modal-header {
  height: 60px;
  padding: 20px 50px;
  border: 0;
}
/* line 70, ../scss/_modal-mb.scss */
.modal-black .modal-content .modal-body {
  padding: 10px 50px 50px;
}
/* line 74, ../scss/_modal-mb.scss */
.modal-black .modal-content .close {
  font-size: 30px;
  top: 8px;
  right: 35px;
}

@media (min-width: 992px) {
  /* line 85, ../scss/_modal-mb.scss */
  .modal-xl {
    max-width: calc(100vw - 80px);
  }
}
@media (min-width: 1200px) {
  /* line 91, ../scss/_modal-mb.scss */
  .modal-xl {
    max-width: 90%;
  }
}
/* line 1, ../scss/_close-mb.scss */
.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.6 !important;
}

/* line 10, ../scss/_close-mb.scss */
.close:hover {
  opacity: 1 !important;
}

/* line 14, ../scss/_close-mb.scss */
.close:before, .close:after {
  position: absolute;
  left: 24px;
  content: ' ';
  height: 26px;
  width: 1px;
  background-color: #333;
  top: 3px;
}

/* line 24, ../scss/_close-mb.scss */
.close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 28, ../scss/_close-mb.scss */
.close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 33, ../scss/_close-mb.scss */
.modal-black .close:before, .modal-black .close:after {
  background-color: #fff;
}

/* line 1, ../scss/_locandina.scss */
.locandina-base {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-image: url(/userfiles/image/locandine/base-locandina-fs8.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 80vh;
}
/* line 12, ../scss/_locandina.scss */
.locandina-base::before {
  display: block;
  content: "";
  padding-top: 109.02579%;
}
/* line 18, ../scss/_locandina.scss */
.locandina-base .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
