html {
  cursor: default !important; }

a:hover {
  color: #d1b944; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.5); }

#homePage #logo {
  margin: 0 1em; }

#header {
  background: #d1b944;
  height: auto;
  padding: 0.75em 0;
  position: sticky;
  z-index: 8999;
  box-shadow: -2px 1px 2px 1px rgba(0, 0, 0, 0.4); }
  #header #logo {
    margin: 0 1em; }
  #header .logo-image {
    max-width: 3em;
    height: auto; }
  #header .navbar {
    justify-content: flex-end;
    padding: 0; }
    #header .navbar a {
      color: rgba(255, 255, 255, 0.75);
      font-weight: bold; }
    #header .navbar .navbar-toggler {
      outline: 0; }
    #header .navbar .navbar-collapse {
      width: 100%;
      margin: 0;
      text-align: right;
      transition: all 0.3s; }
      #header .navbar .navbar-collapse.show {
        margin-top: 0.75em; }
      #header .navbar .navbar-collapse .nav-item {
        padding: 0 1em;
        margin: 0; }
    #header .navbar .nav-item {
      margin: 0 0.5em;
      transition: all 0.3s; }
      #header .navbar .nav-item:hover {
        background: rgba(255, 255, 255, 0.2);
        transition: all 0.3s; }
        #header .navbar .nav-item:hover a {
          transition: all 0.3s;
          color: white; }
      #header .navbar .nav-item.active {
        background: white;
        border: 2px inset #09101e; }
        #header .navbar .nav-item.active .nav-link {
          color: #09101e;
          font-weight: 600; }
  #header .header-social .nav-item {
    cursor: pointer; }
    #header .header-social .nav-item:hover {
      background: transparent; }

#intro {
  z-index: 200;
  overflow: hidden;
  position: relative;
  height: auto; }
  #intro .carousel-control-prev, #intro .carousel-control-next {
    display: none; }
  #intro #introCarousel {
    position: relative;
    width: 100%;
    background: white;
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center; }
  @media screen and (max-width: 1024px) {
    #intro {
      height: auto;
      background: white; } }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    #intro #introCarousel {
      display: none; } }
  #intro .carousel-overlay-wrapper {
    position: relative;
    z-index: 200;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.52);
    background: white; }
  #intro .right-panel {
    max-height: 60vh; }
  #intro .carousel-popover {
    min-width: 100%;
    margin: 0.5em 1em;
    background: white;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #09101e; }
    #intro .carousel-popover h2 {
      font-size: 1.25em;
      color: #09101e;
      margin: 0; }
  #intro .btn-get-started {
    background: #d1b944;
    padding: 16px 46px;
    border-radius: 2px;
    width: 80%;
    margin: 2em 4em;
    align-self: center;
    color: white;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid white;
    transition: all 0.3s; }
    #intro .btn-get-started:hover {
      color: #d1b944;
      background: white;
      border: 2px solid #d1b944; }
  #intro .carousel-item {
    height: auto; }
    @media screen and (max-width: 1024px) {
      #intro .carousel-item {
        height: auto; } }
  #intro .carousel-item::before {
    background-color: transparent; }
  #intro .carousel-background img {
    width: 100%; }
    @media screen and (max-width: 440px) {
      #intro .carousel-background img {
        max-width: inherit; } }
  #intro .carousel-content {
    display: flex;
    flex-direction: column;
    width: 60%; }
    #intro .carousel-content .right-panel {
      background-color: rgba(255, 255, 255, 0.2); }
    #intro .carousel-content .carousel-popover {
      min-width: 80%;
      margin: 0.5em 1em;
      background: white;
      padding: 1em;
      display: flex;
      justify-content: center;
      align-items: center; }
      #intro .carousel-content .carousel-popover h2 {
        font-size: 1.75em;
        color: #d1b944;
        margin: 0; }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    #intro .carousel-overlay-wrapper {
      padding: 2em 0;
      position: relative; } }
  @media screen and (max-width: 960px) and (orientation: landscape) {
    #intro .carousel-overlay-wrapper {
      padding: 1em 2em; } }

#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg2.jpg) fixed center center; }

#introPanel {
  background: white;
  z-index: 190;
  width: auto;
  height: auto; }
  @media screen and (max-width: 960px) and (orientation: landscape) {
    #introPanel {
      flex-direction: row !important;
      justify-content: space-around !important;
      align-items: center !important; } }
  @media screen and (max-width: 960px) and (orientation: portrait) {
    #introPanel {
      width: 100%;
      box-shadow: none; } }
  #introPanel h3 {
    font-weight: 700;
    color: #09101e;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400; }
  #introPanel .logo-image-big {
    margin: 0 3em 0;
    width: 40%;
    max-width: 40%; }
    @media screen and (max-width: 960px) and (orientation: landscape) {
      #introPanel .logo-image-big {
        width: 25%;
        margin: 3em; } }

.intro-container {
  z-index: 180;
  background: #ffffffd1; }

#footer {
  padding: 0; }
  #footer .logo-image {
    width: 40%; }
  #footer .copyright, #footer .credits {
    font-size: 12px;
    padding: 0.25em !important;
    color: #676767; }
  #footer .footer-top {
    background: #09101e; }
    #footer .footer-top h4::after {
      background: #d1b944; }
    #footer .footer-top .footer-links ul a:hover {
      color: #d1b944; }

#about {
  padding: 60px 0 90px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.52);
  z-index: 1000; }
  #about .about-cols {
    height: auto; }
    #about .about-cols .about-col h2 {
      padding: 30px 0;
      margin: 0;
      background: #d1b944;
      color: white;
      margin-bottom: 1.5em;
      width: 100%; }
      #about .about-cols .about-col h2 a {
        color: white;
        pointer-events: none; }
    #about .about-cols .about-col p {
      text-align: center; }
    #about .about-cols .infocard {
      border: 1px solid #d1b944;
      margin: 1em;
      padding-bottom: 1em;
      box-shadow: 5px 5px 0px 0px rgba(19, 27, 38, 0.15);
      border-radius: 0;
      min-height: 25em;
      display: flex;
      justify-content: start;
      align-items: center;
      flex-direction: column; }
      #about .about-cols .infocard .infocard-textblock {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 1.5em 2em; }
    #about .about-cols .title a {
      font-size: 1.3em; }
    #about .about-cols .title svg {
      font-size: 1.6em; }
  #about .infocardimg {
    box-shadow: 5px 5px 0px 0px rgba(19, 27, 38, 0.15);
    border-radius: 0; }
    @media screen and (max-width: 1200px) {
      #about .infocardimg {
        box-shadow: none; } }
    #about .infocardimg img {
      max-width: 100%; }
  #about .about-page-cols {
    height: auto; }
    #about .about-page-cols .about-col h2 {
      padding: 30px 0;
      margin: 0;
      background: #d1b944;
      color: white;
      margin-bottom: 1.5em; }
      #about .about-page-cols .about-col h2 a {
        color: white;
        pointer-events: none; }
    #about .about-page-cols .about-col p {
      text-align: center; }
    #about .about-page-cols .infocard {
      border: 1px solid #d1b944;
      margin: 0;
      padding: 0;
      box-shadow: 5px 5px 0px 0px rgba(19, 27, 38, 0.15);
      border-radius: 0;
      padding-bottom: 22px; }
      #about .about-page-cols .infocard p {
        padding: 0.5em 1.75em;
        text-align: left; }
    #about .about-page-cols .title a {
      font-size: 1.3em; }
    #about .about-page-cols .title svg {
      font-size: 1.6em; }

#clients .owl-stage img {
  max-width: 40%;
  opacity: 1; }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    #clients .owl-stage img {
      max-width: 70%; } }
#clients .owl-stage .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 190px; }
#clients .owl-dot {
  width: 2em;
  height: 0.25em;
  border-radius: 0;
  background-color: #a5a5a5;
  transition: background-color 0.3s; }
  #clients .owl-dot.active {
    background-color: #d1b944;
    transition: background-color 0.3s; }

#partners {
  padding: 60px 0 90px 0; }
  #partners .partner-icons-wrapper {
    justify-content: space-between;
    margin: 3em auto; }
    #partners .partner-icons-wrapper .partner-item {
      border: 1px solid rgba(19, 27, 38, 0.22);
      width: 180px;
      height: 180px;
      padding: 10px;
      margin: 1em 0.5em;
      box-shadow: 5px 5px 0px 0px rgba(19, 27, 38, 0.15); }
      #partners .partner-icons-wrapper .partner-item img {
        max-width: 100%; }
      @media screen and (max-width: 768px) and (orientation: portrait) {
        #partners .partner-icons-wrapper .partner-item {
          width: 100%;
          height: auto; } }
  #partners .about-cols {
    height: 45em; }
    #partners .about-cols .about-col h2 {
      padding: 30px 0;
      margin: 0;
      background: #d1b944;
      color: white;
      margin-bottom: 1.5em;
      text-align: center;
      font-weight: 700;
      font-size: 20px;
      padding: 0;
      margin: 40px 0 12px 0; }
      #partners .about-cols .about-col h2 a {
        color: white;
        pointer-events: none; }
    #partners .about-cols .about-col p {
      text-align: center; }
    #partners .about-cols .infocard {
      border: 1px solid #d1b944;
      margin: 1em;
      padding-bottom: 1em;
      box-shadow: 5px 5px 0px 0px rgba(19, 27, 38, 0.15);
      border-radius: 0; }
    #partners .about-cols .title a {
      font-size: 1.3em; }
    #partners .about-cols .title svg {
      font-size: 1.6em; }
  #partners .infocardimg {
    box-shadow: 5px 5px 0px 0px rgba(19, 27, 38, 0.15);
    border-radius: 0; }
    #partners .infocardimg img {
      max-width: 100%; }
  #partners .about-page-cols {
    height: auto; }
    #partners .about-page-cols .about-col h2 {
      padding: 30px 0;
      margin: 0;
      background: #d1b944;
      color: white;
      margin-bottom: 1.5em;
      text-align: center;
      font-weight: 700;
      font-size: 20px; }
      #partners .about-page-cols .about-col h2 a {
        color: white;
        pointer-events: none; }
    #partners .about-page-cols .about-col p {
      text-align: center; }
    #partners .about-page-cols .infocard {
      border: 1px solid #d1b944;
      margin: 0;
      padding: 0;
      box-shadow: 5px 5px 0px 0px rgba(19, 27, 38, 0.15);
      border-radius: 0; }
      #partners .about-page-cols .infocard p {
        padding: 0.5em 1.75em;
        text-align: left;
        margin-bottom: 1.5em; }
    #partners .about-page-cols .title a {
      font-size: 1.3em; }
    #partners .about-page-cols .title svg {
      font-size: 1.6em; }

.section-header h3::after {
  background: #d1b944; }

#call-to-action .cta-btn:hover {
  background: #d1b944;
  border: 2px solid #d1b944; }

.contatti-page .about-cols {
  height: auto !important; }
  .contatti-page .about-cols .infocard {
    padding-bottom: 0 !important; }
  .contatti-page .about-cols .about-col h2 {
    margin-bottom: 0 !important; }
.contatti-page .row {
  margin-left: -16px !important;
  margin-right: -16px !important; }
.contatti-page .colonna-form label {
  color: #d1b944;
  font-weight: bold; }
.contatti-page .colonna-form input {
  height: 44px;
  border: 1px solid #09101e;
  padding: 0em 0.5em;
  margin-bottom: 2em;
  width: 100%; }
.contatti-page .colonna-form textarea {
  width: 100%;
  border: 1px solid #09101e;
  height: 343px;
  padding: 1em;
  color: #d1b944;
  outline: none; }
.contatti-page .colonna-form select {
  width: 100%;
  height: 48px;
  background: #d1b944;
  padding: 0 1em;
  color: white; }
.contatti-page .colonna-form button {
  background: #d1b944;
  color: white;
  width: 100%;
  margin: 1em auto;
  height: 46px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
  border: 1px solid white; }
  .contatti-page .colonna-form button:hover {
    color: #d1b944;
    background: white;
    transition: all 0.3s;
    border: 1px solid #d1b944; }
.contatti-page .colonna-form .colonna-header {
  padding: 2em 1em;
  color: #4a4a4a;
  font-size: 1em;
  font-weight: bold; }
.contatti-page .colonna-quicklinks {
  border-left: 1px solid #d1b944;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #09101e;
  padding: 2em 0; }
  .contatti-page .colonna-quicklinks .quicklinks-item {
    width: 100%;
    color: white;
    height: 3em;
    margin: 0.5em 0; }
    .contatti-page .colonna-quicklinks .quicklinks-item.quicklink-header {
      height: auto;
      border-bottom: 1px solid white; }
      .contatti-page .colonna-quicklinks .quicklinks-item.quicklink-header span {
        font-weight: bold;
        margin-bottom: 0.5em; }
    .contatti-page .colonna-quicklinks .quicklinks-item span {
      min-width: 70%;
      text-align: center; }
  .contatti-page .colonna-quicklinks .colonna-quicklinks-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    border-top: 1px solid white;
    margin-top: 120px;
    width: 80%;
    color: white; }
    .contatti-page .colonna-quicklinks .colonna-quicklinks-social .nav-item {
      margin: 1em 0;
      cursor: pointer; }

.gallery #gallery-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 1em; }
  .gallery #gallery-wrapper .gallery-item {
    border: 4px solid #ddd;
    transition: all 0.3s; }
    .gallery #gallery-wrapper .gallery-item:hover {
      border: 4px solid #ddd;
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
      transition: all 0.3s; }
    .gallery #gallery-wrapper .gallery-item .gallery-item-img {
      width: 100%;
      height: auto; }

.greeter-msg {
  color: #d1b944;
  font-weight: bold;
  font-size: 1.5em; }

#overlay_loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  background-color: white;
  margin-top: 72px;
  transition: all 0.4s; }

#overlay_loader img {
  width: 15em;
  margin-bottom: 2em;
  opacity: 1;
  transition: all 0.3s; }

#overlay_loader.disappear {
  pointer-events: none;
  background-color: transparent; }

#overlay_loader.disappear .lds-ellipsis {
  opacity: 0; }

#overlay_loader.disappear img {
  opacity: 0; }

#overlay_loader .lds-ellipsis {
  transition: all 0.3s;
  opacity: 1; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d1b944;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

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