<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Quicksand&amp;display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #000;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
    font-size: 18px;
}

a {
  color: #000;
  transition: 0.5s;
}



a:hover,
a:active,
a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
     font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

h5 {
    font-size: 20px;
    color: rgba(187, 172, 98, 0.7);
    text-transform: uppercase;
    left: 10px;
    font-weight: 500;
    position: relative;
    padding-bottom:0px;
    top: 20px;
}

h5 a{
    font-size: 20px;
    color: rgba(187, 172, 98, 0.7);
    text-transform: uppercase;
    left: 10px;
    font-weight: 500;
    position: relative;
    padding-bottom:0px;
    top: 20px;
}

  .logotop {
  width: 100%;
  max-width: 800px;
  height: auto;
   border-radius: 20px; 
}

  .sfondologo {
  width: 100%;
background-color: #fff;
      padding: 10px;
  height: auto; 
}

.roundimg {
   border-radius: 20px; 
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #bbac62;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #bbac62;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
 }   


#intro .carousel-item{
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Ken Burns Effect */
@keyframes zoom {
    0% { 
        transform: scale(1, 1); 
    }
    50% { 
        transform: scale(1.2, 1.2); /* Zoom ridotto a 1.2 invece di 1.5 */
    }
    100% {
        transform: scale(1, 1); 
    }
}

/*
@keyframes zoom {
    0% { 
      transform:scale(1,1); 
    }
    50% { 
      transform:scale(1.5,1.5); 
    }
    100% {
      transform:scale(1,1); 
    }
}

*/

/*
@keyframes zoom {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 120% 120%;
  }
  100% {
   background-size: 100% 100%;
  }
}
*/


#intro .carousel-item {
-webkit-animation: zoom 50s;
animation: zoom 50s;
width: 100%;
height: 100vh;
object-fit: none;

}

/* Ken Burns Effect */

#intro .carousel-item::before {
  content: '';
 /* background-color: rgba(0, 0, 0, 0.4);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;

}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;

}

.carousel-content h1 {
  overflow-wrap: break-word;
    word-wrap: break-word;
    max-width: 100%;
    
}
#intro .carousel-content {
  text-align: center;
      
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 2px 2px #000;
}
#intro h1 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  text-shadow: 2px 2px #000;
    text-rendering: optimizeLegibility;

   
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #bbac62;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #bbac62;
}

/*ai*/
#intro .carousel-content {
    
  padding: 0 20px; /* Aggiusta il padding laterale */
}

#intro h1 {
  font-size: 32px; /* Riduci la dimensione del titolo */
}

#intro h2 {
  font-size: 24px; /* Riduci la dimensione del sottotitolo */
}

#intro p {
  width: 100%; /* Imposta la larghezza del paragrafo al 100% */
  margin: 0 auto 20px auto; /* Riduci il margine inferiore */
}

/* Media query per dispositivi mobili */
@media (max-width: 768px) {
  #intro .carousel-content {
    padding: 0 10px; /* Riduci il padding laterale */
  }

  #intro h1 {
    font-size: 28px; /* Riduci la dimensione del titolo */
  }

  #intro h2 {
    font-size: 20px; /* Riduci la dimensione del sottotitolo */
  }

  #intro p {
    margin-bottom: 15px; /* Riduci il margine inferiore */
  }
}
/*ai*/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu &gt; li {
  float: left;
}

.nav-menu li:hover &gt; ul,
.nav-menu li.sfHover &gt; ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover &gt; a,
.nav-menu &gt; .menu-active &gt; a {
  color: #bbac62;
}

.nav-menu &gt; li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover &gt; a {
  color: #bbac62;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
 font-family: 'Quicksand', sans-serif;
}

#mobile-nav ul li a:hover {
  color: #bbac62;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #bbac62;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #bbac62;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #bbac62;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
 background: rgba(0, 0, 0, 0.7);
  display: none;
}

/*rl codeice per il blu*/

#mobile-nav:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
box-shadow: none;
}

/*rl codeice per il blu*/

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
/*  font-size: 32px;*/
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #bbac62;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #fff;
}

.section-header a {

  color: #fff;
}

.tag a {
  color: #fff;
}

.tag {
  color: #fff;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: transparent;
}

/* Featured Services Section
--------------------------------*/

#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #bbac62;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #bbac62;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/

#about {
  background: #000;
  background-size: cover;
  padding: 60px 5em 40px 5em;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 9;
}

#about .container-fluid {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: transparent;
  border-radius: 0;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  border-bottom: 2px solid #bbac62;
  text-align: center;
  padding-bottom: 30px;
  color: #fff;
}

#about .about-col .img {
  position: relative;
  padding-bottom: 30px;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #bbac62;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #bbac62;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  padding: 0;
  margin: 0px 0 12px 0;
}

#about .about-col h2 a {
  color: #bbac62;
}

#about .about-col h2 a:hover {
  color: #bbac62;
}

#about .about-col p {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 0;
  padding: 0 0px 20px 0px;
  width: 90%;
}

/* Services Section
--------------------------------*/

#services {
  background: #000;
  background-size: cover;
  padding: 30px 0 30px 0;
    color: #fff;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #bbac62;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #bbac62;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

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

/* Call To Action Section
--------------------------------*/

#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: 'Quicksand', sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/

#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #bbac62;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #bbac62;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #bbac62;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #bbac62;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #bbac62;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #bbac62;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #bbac62;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 60px 5em 60px 1em;
}

#contact .contact-info {
  margin-bottom: 20px;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #bbac62;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #bbac62;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #bbac62;
  border: 1px solid #bbac62;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 0px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: transparent;
  border: 0;
  padding: 10px 30px;
  color: #bbac62;
  transition: 0.4s;
  cursor: pointer;
  border: 1px solid #bbac62;
  margin-top: 40px;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
  border-top: 1px solid #bbac62;
}

#footer .footer-top {
  background: #111;
  padding: 10px 10px 10px 10px;
}

#footer .footer-top .footer-info {
 /* margin-bottom: 30px;*/
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
 /* border-left: 4px solid #bbac62;*/
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Quicksand', sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 25px;
  display: inline-block;
  background: #bbac62;
  color: #eee;
  line-height: 1;
  padding: 14px 0;
  margin-right: 8px;
  border-radius: 50%;
  text-align: center;
  width: 55px;
  height: 55px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #bbac62;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 22px;
  font-weight: 500;
  color: #bbac62;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0px;
}

#footer .footer-top h4::before {
  right: 0;
  background: transparent;
}

#footer .footer-top h4::after {
  background: transparent;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #bbac62;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  text-align: center;
}

#footer .footer-top .footer-contact p {
  line-height: 34px;
  font-size: 17px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #bbac62;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .copyright a{
 color: #bbac62;
}



#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }

  #intro p {
    width: 70%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
   
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}
.section-header h3 span,#intro h2 span {display:block;}
#about p {width:70%;margin: 0 auto 15px;text-align:center;color: #fff;}
#about .about-col h6 {font-size: 22px;text-transform:uppercase;margin-bottom: 10px;color: rgba(187, 172, 98, 0.7);}
#about .about-col .btn-find {border: 1px solid #fff;color: #fff;margin-bottom: 12px;margin-top: 10px;padding: 8px 50px;border-radius:0px;}
#about p span {color:rgba(187, 172, 98, 0.7);}
/*#parallex {height: 600px;margin-top: 0px;background-image: url(../img/bg-fixed.jpg);background-position: 100% 50%;background-size: cover;background-repeat: no-repeat;background-attachment: fixed;}*/
#services .flex-row {margin-bottom: 5rem;margin-top: 5rem;}
#services .flex-row .about-content-right {border-right:1px solid #bbac62;padding: 5em 3em;color: #fff;}
#services .flex-row-reverse .about-content-right {border-left:1px solid #bbac62;padding: 5em 3em;color: #fff;}
#services .about-img-left {padding:0px;}
#services .about-content-right .btn-find-out {border: 1px solid #bbac62;color: #fff;margin-bottom: 12px;margin-top: 10px;padding: 8px 50px;border-radius:0px;}

.btn-find-out {border: 1px solid #bbac62;color: #fff;margin-bottom: 12px;margin-top: 10px;padding: 8px 50px;border-radius:0px;}
.btn-find-out2 {border: 1px solid #000;color: #000;margin-bottom: 12px;margin-top: 10px;padding: 8px 50px;border-radius:0px; background-color:#bbac62;}

#services .about-content-right h3 {font-size: 32px;color: #bbac62;}
#delivery-service {padding:2em 0;text-align:center;}
.section-header h5 {
    font-size: 20px;
    color: rgba(187, 172, 98, 0.7);
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    position: relative;
    padding-bottom:0px;
}

.section-header-top h5 {
    font-size: 28px;
    color: rgba(187, 172, 98, 0.7);
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    position: relative;
    padding-bottom:0px;
}
.section-header-top  {
    font-size: 20px;

}

#about ul li {display:inline-block;}
#about ul li a {color:#fff;}
#about ul {text-align:center;}
.skills-content {text-align:center;}
.skills-content ul li span {color: rgba(187, 172, 98, 0.8);}
.skills-content ul li {list-style:none;color: #fff;font-size: 17px;line-height: 30px;}
#contact .form-control {
    display: block;
    width: 100%;
  
    padding: .5rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 1px solid #bbac62 !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 0;
    
}
.contact-img {padding: 0 50px;text-align: center;}
.contact-img img {width:80%;margin:0 auto;}
.contact-info h4 {font-size: 35px;
    color: #bbac62;}
.contact-info .btn-download {border: 1px solid #bbac62;
    color: #bbac62 !important;
    padding: 8px 30px;
    border-radius: 0;}
.contact-info lable {color: #bbac62;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;}
/*--------------------------------------tasti*/
.left-fixed {
    background: #bbac62;
    color:#fff;
    left: 0;
    top: 30%;
    position: fixed;
    z-index: 20 !important;
    padding: 12px;
    width: 80px;
    font-size: 25px;
    text-align: center;
    }
.left-fixed i,.right-fixed i {border-bottom:1px solid #f1f1f1;font-size: 35px;padding-bottom: 10px; }
.left-fixed p,.right-fixed p {margin:0px;font-size:15px;}
.right-fixed {
    background: #bbac62;
    color:#fff;
    right: 0;
    top: 30%;
    position: fixed;
    z-index: 20 !important;
    padding: 12px;
    font-size: 25px;
    text-align: center;
    width: 80px;
	z-index:1;
    }
	.right-fixed a, .left-fixed a{
     color:#fff;
    }
	.right-fixed a:hover, .left-fixed a:hover{
     color: #666666;
    }
/*--------------------------------------tasti*/

/*--------------------------------------tasti RESTAURANT*/
.left-fixed-restaurant {
    background: #ffff00;
    color:#000;
    left: 0;
    top: 30%;
    position: fixed;
    z-index: 8 !important;
    padding: 12px;
    width: 80px;
    font-size: 25px;
    text-align: center;
    }
.left-fixed-restaurant i,.right-fixed-restaurant i {border-bottom:1px solid #f1f1f1;font-size: 35px;padding-bottom: 10px; }
.left-fixed-restaurant p,.right-fixed-restaurant p {margin:0px;font-size:15px;}
.right-fixed-restaurant {
    background: #ffff00;
    color:#000;
    right: 0;
    top: 30%;
    position: fixed;
    z-index: 8;
    padding: 12px;
    font-size: 25px;
    text-align: center;
    width: 80px;
	z-index:1;
    }
	.right-fixed-restaurant a, .left-fixed-restaurant a{
     color:#000;
    }
	.right-fixed-restaurant a:hover, .left-fixed-restaurant a:hover{
     color: #666666;
    }
/*--------------------------------------tasti RESTAURANT*/
/*--------------------------------------tasti FUN*/
.left-fixed-fun {
    background: #cc0066;
    color:#000;
    left: 0;
    top: 30%;
    position: fixed;
    z-index: 8 !important;
    padding: 12px;
    width: 80px;
    font-size: 25px;
    text-align: center;
    }
.left-fixed-fun i,.right-fixed-fun i {border-bottom:1px solid #000;font-size: 35px;padding-bottom: 10px; }
.left-fixed-fun p,.right-fixed-fun p {margin:0px;font-size:15px;}
.right-fixed-fun {
    background: #cc0066;
    color:#000;
    right: 0;
    top: 30%;
    position: fixed;
    z-index: 8;
    padding: 12px;
    font-size: 25px;
    text-align: center;
    width: 80px;
	z-index:1;
    }
	.right-fixed-fun a, .left-fixed-fun a{
     color:#000;
    }
	.right-fixed-fun a:hover, .left-fixed-fun a:hover{
     color: #666666;
    }
/*--------------------------------------tasti FUN*/

.fixed-nav img {
    padding: 4px;
    width: 11%;
    }
    
@media all and (max-width: 480px) {
.fixed-nav img {
    padding: 4px;
    width: 30%;
    }

 }	
	
.content-box {margin-top:20px;}
.gaadiexp,
.gaadiexp:after,
.gaadiexp *,
.gaadiexp *:before,
.gaadiexp *:after,
.header-nav *,
.header-nav *:before,
.header-nav *:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.gaadiexp {
    cursor: pointer;
    height: 70px;
    margin-bottom: 0;
    width: 60px;
    z-index: 9001;
    right: 5px;
    overflow: hidden;
    position: fixed;
    /*top: 0;*/
    background: transparent;
    border: hidden;
     
}

/*RL aggiunta*/
label.gaadiexp.white:focus,
label.gaadiexp.white:before,
label.gaadiexp.white:after{
    border-color: #000000 !important;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
    outline-width: 0px;
    border:none !important;
    box-shadow:none !important;
    border:0px !important;
    outline: 0px solid #000 !important;
}

label.gaadiexp.white {
    outline: -webkit-focus-ring-color auto 0px;
    box-shadow: none;
    outline: 0px !important;
}
/*RL aggiunta*/

.gaadiexp:after {
    bottom: 7px;
    color: #FFF;
    content: '';
    font-size: 13px;
    font-weight: 300;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
   border: hidden;
}


/*--------------------------------------
 Creates the look of the gaadiexp icon
 using the inner span and pseudo-elements
--------------------------------------*/

.gaadiexp span,
.gaadiexp span:before,
.gaadiexp span:after {
    background: #fff;
    border-radius: 0.2em;
    height: 4px;
    left: 10px;
    position: absolute;
    top: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 40px;
    border: hidden;
}


/* Reset the left and create the pseudo-element */

.gaadiexp span:before,
.gaadiexp span:after {
    content: '';
    left: 0;
    border: hidden;
}


/* Top bar position */

.gaadiexp span:before {
    top: -8px;
}


/* Bottom bar position */

.gaadiexp span:after {
    top: 8px;
}


/* Get rid of more on action (IE9 or higher) */

.gaadiexp-check:checked + .gaadiexp:after {
    content: '';
    border: hidden;
}


/* Get rid of the middle bar on action (IE9 or higher) */

.gaadiexp-check:checked + .gaadiexp span {
    height: 0;
    width: 0;
    border: hidden;
}


/* Moves the top and bottom bars to the middle on action (IE9 or higher) */

.gaadiexp-check:checked + .gaadiexp span:before,
.gaadiexp-check:checked + .gaadiexp span:after {
    top: 6px;
    border: hidden;
}


/* Rotates the top bar on action with full browser support (IE9 or higher) */

.gaadiexp-check:checked + .gaadiexp span:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    border: hidden;
}





label.gaadiexp.white:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
    box-shadow: none;
}
label.gaadiexp.white {
    outline: -webkit-focus-ring-color auto 0px;
    box-shadow: none;
}
/* Rotates the bottom bar on action with full browser support (IE9 or higher) */

.gaadiexp-check:checked + .gaadiexp span:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(-225deg);
    border: hidden;
}

#mobile-nav:focus + .gaadiexp,
.gaadiexp:focus,
.gaadiexp:hover {
    background: transparent;
}

.gaadiexp-check:checked + .gaadiexp {
    width: 224px;
    right: -25px;
    background: #000;
}

.gaadiexp-check:checked + .gaadiexp:after {
    bottom: 18px;
    content: '';
    font-size: 20px;
    padding-left: 30px;
}

#mobile-nav {
    left: -9999px;
    position: fixed;
    top: 0;
}

.header-nav ul li a:active,
.header-nav ul li a:focus,
.header-nav ul li a:hover
 {
    background: #000;
    outline: none;
    border-bottom: 0;
}

.fixed-nav {
     background: linear-gradient(rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 100%);
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 9000;
    box-shadow: unset;
    padding-bottom: 5px;
}

.header-nav {
    float: right;
    height: 60px;
    position: absolute;
    width: 100%;
    z-index: 1024;
}

.header-nav ul {
    background: #000;
    height: 100vh;
    list-style: none;
    margin: 0;
    overflow-y: auto;
    padding: 0px 0 0 0;
    position: absolute;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    width: 200px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.075);
    top: 67%;
    z-index: 1024;
    right: -421px;
}

.gaadiexp-check:checked ~ .header-nav ul {
    -webkit-transform: translateX(0);
    transform: translateX(-210%);
    border-left: 0;
}

.header-nav ul li {
    float: left;
    position: relative;
    width: 100%;
    background: #000;
    margin: 0;
}

.header-nav ul li a {
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: 24px;
    margin-left: 0;
    overflow: hidden;
    padding: 10px 6px 10px 6px;
    position: relative;
    text-decoration: none;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(187, 172, 98, 0.4);
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: 0;
    border-left: 0;
}
@media (max-width: 414px) {.right-fixed {bottom: 0; border-left: 2px solid #fff;width: 50%;top:auto;}
   .left-fixed {bottom: 0;position: fixed;width: 50%;top:auto;}
    #about {padding:2em 20px;}
    #about p {width: 100%;}
 #footer .footer-top .footer-contact {text-align: left;}
 #footer {padding: 0 20px 30px 20px;}
}
@media (max-width: 768px) {.right-fixed {bottom: 0; border-left: 2px solid #fff;width: 50%;top:auto;}
   .left-fixed {bottom: 0;position: fixed;width: 50%;top:auto;}
    #about {padding:2em 20px;}
    #about p {width: 100%;}
 #footer .footer-top .footer-contact {text-align: left;}
 #footer {padding: 0 20px 30px 20px;}
 #footer .footer-top .social-links a {font-size: 17px;padding: 10px 0;margin-right: 1px;height: 38px;width:38px;}
 .header-nav ul li a {    padding: 5px 6px 5px 12px;}
 #intro h2 {
    font-size: 22px;
    margin: 50px 0 30px 0;
}
}
/*
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(https://www.playstyle.tv/122019/img/Preloader.gif) center no-repeat #fff;
}
*/

/*######################################   portfolio  WALL ###########################################*/
.col3-3 { width:940px; height:auto; margin:10px; float:left; position:relative }
.col4-3 { width:1260px; height:auto; margin:10px; position:relative }
.col1-3 {height:auto; margin:0px; background:transparent; float:left; position:relative }
.col2-3 { width:620px; height:580px; margin:10px; background:#333; float:left; position:relative }
.col1-3.col-sm-4{padding:0px;}
.col1-3.auto, .col2-3.auto { height:auto !important; }
.col1-3.double {height:580px; }
.col2-3.half {height:280px; }
.col1-3.grey { padding:17px 35px; }
.col2-3.grey, .col3-3.grey, .col4-3.grey { padding:65px 80px; background:#333; }
.element .col1-3, .element .col2-3, .element .col3-3 { margin:0 }


.images { display:block; position:relative; }
.images img { width:100%; display: block; max-width: 100% !important; z-index:9; }
img { box-shadow: #000 0 0 0; }
.videos { width:902px; height:508px; }
.images img { -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.element:hover .images img {  -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; }
.element.no-hover:hover .images img, img.fancybox-image, .flexslider img { opacity:0.8; }

.image-above { z-index:2; position: relative; background:#333; display:block; width:300px; height:280px; }
.image-below { position:absolute; left:0; top:0; z-index:1 }
/*.element:hover .image-above { opacity:0; }*/
.element.hybrid:hover .images img { opacity:0.8; }

.element.hybrid .image-above { -webkit-transition: opacity ease-in-out 0.3s; transition: opacity ease-in-out 0.3s; }
.element.hybrid:hover .image-above { opacity:0; -webkit-transition: opacity ease-in-out 0.3s; transition: opacity ease-in-out 0.3s; }

/* =8. Content Elements
--------------------------------------------------------------------------------------------------------*/
.description { opacity:1; position:absolute; left:0; bottom:0; width:240px; padding:15px 35px 20px;  -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; }
.portfolio .description, .about .description, .menu .description { -webkit-text-shadow: 0px 0 30px rgba(0, 0, 0, 0.4); text-shadow: 0px 0 30px rgba(0, 0, 0, 0.4); }
.portfolio .description h4, .about .description h4, .menu .description h4 { font-size:26px; }

.hidden-below { opacity:0; position:absolute; bottom:-40px; left:35px; -webkit-transition: all 0.2s ease 0.1s; transition: all 0.2s ease 0.1s;}
.element:hover .hidden-below { opacity:1; bottom:30px; -webkit-transition: all 0.2s ease 0.1s; transition: all 0.2s ease 0.1s;}
.with-hidden-below:hover .description { bottom:60px; -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s;}

.arrow-wrapper { opacity:0; position:absolute; right:45px; bottom:30px; }
a:hover .arrow-wrapper { opacity:1; right:35px; -webkit-transition: all 0.2s ease-in-out 0.1s; transition: all 0.2s ease-in-out 0.1s; }

.overflow, .element { overflow:hidden; }
.overflow-visible {overflow:visible !important }
.break { display:block; position:relative; height:20px; width:100%; }
.whole-tile { position:absolute; left:0; top:0; width:100%; height:100%; display:block; z-index:55; padding:17px 35px; }
.with-link { -webkit-transition: background 0.2s ease 0s; transition: background 0.2s ease 0s; }
.with-link:hover { background:#3c3c3c; -webkit-transition: background 0.2s ease 0s; transition: background 0.2s ease 0s; }

.dots-wrapper { position:absolute; left:0; top:0; padding:20px; width:100%; height:100%; z-index:10; opacity:0.3; }
.dots { border:1px solid #fff; width:100%; height:100%; }
.portfolio-item{padding:0px;max-height:450px;}
.portfolio-hover .overlay{display:none;}
.portfolio-hover:hover .overlay{display:block;}

.img-holder {position:relative; width:100%; overflow:hidden; }

.gallery-filters ul{padding-left:30px;}
.gallery-filters ul li{font-family: "Playfair Display", Georgia, Verdana, sans-serif;     line-height: 30px;}
.gallery-filter-active{font-weight:700;}

.portfolio-item{padding:0px;max-height:450px;}

.box-item {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.box-item:hover img{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
	
	
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background: #000;*/
    opacity: 0.2;
    z-index: 2;
}
.grid-items span {
    width: 100%;
    float: left;
    font-size: 14px;
    opacity: 0;
    margin-top: 6px;
    color: #fff;
	text-transform:capitalize;
	text-align: center;
}

.box-item img {
    position: relative;
    z-index: 1;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}

.box-item:hover .overlay{
    opacity: 0.3;
}
.gallery-item .overlay {
    z-index: 2;
    opacity: 0;
    background: #000;
}
.box-item .overlay {
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.element:hover .grid-item {
    bottom: 0;
}
.element .grid-item {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 3;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.grid-item {
    position: relative;
    float: left;
    width: 100%;
    z-index: 3;
    padding: 10px 25px;
    background: #fff;
    
}

.box-item a.popup-image {
    position: absolute;
    top: 50%;
    opacity: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: -15px 0 0 -15px;
    z-index: 5;
    color: #fff;
    font-size: 19px;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.portfolio-item a.popup-image {
    top: 20px;
    margin: 0;
    margin-left: -85px;
    left: 100%;
}
.box-item:hover a.popup-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.no-left{left:0px!important;}

.gallery-filters{
    float: left;
    width: 100%;
    position: relative;
    top: 40%;
}
.multi-portfolio ul{padding-left:0px; padding-bottom: 60px;}
.multi-portfolio ul li{display:inline-block; margin-right: 15px;}
.portfolio-items{padding-top: 15px; padding-bottom: 15px;}
/*######################################portfolio*/
.nero {
	color: #000;
    
}
.bianco {
	color: #fff;  
}
.bianco a{
	color: #fff;  
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #bbac62;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 30px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Back to top button FUN */

.back-to-top-fun {
  position: fixed;
  display: none;
  background: #c3036b;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top-fun i {
  padding-top: 12px;
  color: #000;
}



/*###############FRINDS NEW 20/12/2020############################*/
#ximg {
  width: 100%; /* need to overwrite inline dimensions */
  height: auto;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 1em;
}


/* hover styles */
.location-listing {
  position: relative;
}

.location-image {
  line-height: 0;
  overflow: hidden;
}

.location-image img {
  filter: blur(0px);
  transition: filter 0.3s ease-in;
  transform: scale(1);
}

.location-title {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s;
  background: rgba(0,0,0,0.4);
  color: #fff;
  
  /* position the text in tâ€™ middle*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-listing:hover .location-title {
  opacity: 1;
  color: white;
}

.location-listing:hover .location-image img {
  filter: blur(2px);
}


/* for touch screen devices */
@media only screen and (max-width: 600px) { 
  .location-title {
    opacity: 1;
  }
  .location-image img {
   /* filter: blur(2px);*/
  }
  .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1em;
}
}
	.reply {
  display: none;
 cursor: pointer;
}
.fold_reply{
text-decoration:underline;
cursor: pointer;
}
/*###############FRINDS NEW ############################*/

/*evet book ,servizi*/
#pic {
  border-radius: 10px;
}
/*evet book ,servizi*/

#mappe2 a { 
    color: #fff !important; 
  } 
#mappe2 { 
    color: #fff !important; 
  } 

.btn-gold { background-color: #bbac62; border-color: #bbac62; color: #fff; margin-bottom:5px; }
.btn-gold a{ background-color: #bbac62; border-color: #bbac62; color: #fff;  }


/* modal press*/

/* modal content styles */
.modal-content-wrapper {
  max-width: 1400px;
  width: 90%;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0;
}
.modal-content-wrapper .image-modal-content {
 /* flex: 0 0 30%;*/
  cursor: pointer;
  transition: 300ms ease-out;
  margin-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .modal-content-wrapper .image-modal-content {
    flex: 0 0 45%;
  }
}
@media (max-width: 550px) {
  .modal-content-wrapper .image-modal-content {
    flex: 0 0 100%;
  }
}
.modal-content-wrapper .image-modal-content:hover {
  transform: scale(1.03);
  transition: 300ms ease-in;
}
.modal-content-wrapper .image-modal-content img {
  width: 300;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #222;
}

/* modal popup styles */
.image-modal-popup {
  position: fixed;
  overflow: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  animation: 500ms fadeIn;
  display: none;
    z-index: 9999999;
}

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

.image-modal-popup .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  margin-top: 30px;
  position: relative;
}

.image-modal-popup .description2 {
  text-align: center;
   z-index: 99999999;
}
.image-modal-popup img {
/*  width: 99%;*/
  max-height: calc(100vh - 150px);
  margin-bottom: 10px;
  cursor: pointer;
}
.image-modal-popup span {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 4rem;
  color: #bbac62;
  cursor: pointer;
}
.image-modal-popup p {
  margin: 5px auto;
  font-size: 1.1rem;
}
.image-modal-popup a {
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  background: #bbac62;
  margin: 10px 10px;
  padding: 10px 15px;
  border-radius: 6px;
}
 /* modal press fine*/



/*friends css*/
#divalto {
	position:fixed;
	top:50px;
	background-color: rgba(0, 0, 0, 0.5);
	height:180px;
	width:100%;
	z-index:999999999999;
	/* transition: top 0.9s; */
    
	 
}

.logo_friends{
  width: 250px;
 
}
.hotel{   
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}
.fun{   
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cc0066;
}
.restaurant{   
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffee00;
		
		 }
.welcome{   
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #336633;
	}
	
.wellness{   
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00ffcc;
	}	
.beach{   
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0000cc;
		}
.beauty{   
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff6766;
	}
.dance{   
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990100;
	}
.fashion{   
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	}
.home{   
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
	}
	
/*friends css*/

.iframe-meteo tbody {
    background: #000 !important;
}
.iframe-meteo tr {
    background: #000 !important;
    color: #fff !important;
}
.iframe-meteo td {
    background: #000 !important;
    color: #fff !important;
}
.iframe-meteo a {
    color: #fff !important;
}

.classifica ul , li , a{ 
    color: #fff;

	}
.convenzione{ 
    background-color: #000;
  color: #fff;
 
  padding: 18px;
  width: 100%;
border-style: solid;
  border-width: 1px;
 border-color:  #baaa61;
  text-align: center;  
outline: none;
 

	}

.videoblock { 
  padding: 5px;
  width: 100%;
border-style: solid;
  border-width: 1px;
 border-color:  #baaa61;
  text-align: center;  
outline: none;
	}

.videoblock h5 {
font-size: 18px;
    top: 10px;
}
.videoblock .fa {
    color:#baaa61;
    position: relative;
font-size: 18px;
    top: 10px;
     right: 5px;
  
}

.macchina {
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 0;
     top: 18px;
    z-index: 9001;
    right: 75px;
    overflow: hidden;
    position: fixed;
    border: hidden;
     
}

.qr {
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 0;
     top: 18px;
    z-index: 9001;
    right: 150px;
    overflow: hidden;
    position: fixed ;  
    border: hidden;
    color: #fff !important;
     
}
.qr a {
    color: #fff !important;    
}

.goog {
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 0;
     top: 18px;
    z-index: 9001;
    right: 110px;
    overflow: hidden;
    position: fixed ;  
    border: hidden;
    color: #fff !important;
     
}
.goog a {
    color: #fff !important;    
}
.nero a {
    color: #000 !important;    
}
    .chx
    {
 font-size: 24px;   
}

.modal-dialog {
  max-width: 1000px !important;
}
/*----------------------------------------------playmagazine*/

.bordoro {    
    border: 1px solid #baaa61;  
     padding: 10px;
    margin: 10px;
}

/*----------------------------------------------playmagazine*/

.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*ppv*/
          .iframe-full iframe {
	width: 100% !important;
	height: 250px !important;
	object-fit: contain;
}
@media screen and (min-width: 600px) {
	.iframe-full iframe {
	height: 350px !important;
}
    }

@media screen and (min-width: 768px) {
	.iframe-full iframe {
	height: 500px !important;
}
    }
@media screen and (min-width: 1000px) {
	.iframe-full iframe {
	height: 600px !important;
}
    }
@media screen and (min-width: 1200px) {
	.iframe-full iframe {
	height: 700px !important;
}
    }
@media screen and (min-width: 1400px) {
	.iframe-full iframe {
	height: 800px !important;
}
    }
@media screen and (min-width: 1600px) {
	.iframe-full iframe {
	height: 900px !important;
}
    }
@media screen and (min-width: 1800px) {
	.iframe-full iframe {
	height: 1000px !important;
}
    }
@media screen and (min-width: 2000px) {
	.iframe-full iframe {
	height: 1100px !important;
}
    }
@media screen and (min-width: 2200px) {
	.iframe-full iframe {
	height: 1200px !important;
}
    }
@media screen and (min-width: 2400px) {
	.iframe-full iframe {
	height: 1400px !important;
}
    }
@media screen and (min-width: 2800px) {
	.iframe-full iframe {
	height: 1500px !important;
}
    }
@media screen and (min-width: 3000px) {
	.iframe-full iframe {
	height: 1600px !important;
}
    }
@media screen and (min-width: 3200px) {
	.iframe-full iframe {
	height: 1700px !important;
}
    }
@media screen and (min-width: 3400px) {
	.iframe-full iframe {
	height: 1800px !important;
}
    }
@media screen and (min-width: 3600px) {
	.iframe-full iframe {
	height: 1900px !important;
}
}
    /*ppv*/
    
        /*friends mobile*/

    @media only screen and (min-device-width: 200px) and (max-device-width: 480px) {
    #divalto {
  position: fixed;
  top: 140px;
  height: 300px;
  width: 100%;
  z-index: 999999999999;
  transition: top 0.9s;
   background-color: transparent; 
       padding-bottom: 300px;
}
 #introfriends {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
padding-top: 600px;
 }     
        #introfriends .carousel-item{
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
        
#introfriends .carousel-item {
-webkit-animation: zoom 50s;
animation: zoom 50s;
width: 100%;
height: 100vh;
object-fit: none;

}

/* Ken Burns Effect */

#introfriends .carousel-item::before {
  content: '';
 /* background-color: rgba(0, 0, 0, 0.4);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;

}

#introfriends .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;

}        
.logo_friends{
  width: 200px;
}
        
.hotel{   
border-bottom-width: 0px;
}
.fun{   
border-bottom-width: 0px;
}
.restaurant{   
border-bottom-width: 0px;border-bottom-width: 0px;
		
		 }
.welcome{   
border-bottom-width: 0px;
	}
	
.wellness{   
border-bottom-width: 0px;
	}	
.beach{   
border-bottom-width: 0px;
		}
.beauty{   
border-bottom-width: 0px;
	}
.dance{   
border-bottom-width: 0px;
	}
.fashion{   
border-bottom-width: 0px;
	}
.home{   
	border-bottom-width: 0px;

	}
 }   
       /*friends mobile*/



.responsive-iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Impostazione del rapporto 16:9 per un iframe responsive (56.25% = 9/16) */
}

.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

 #introfriends {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;

 }     
        #introfriends .carousel-item{
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
        
#introfriends .carousel-item {
-webkit-animation: zoom 50s;
animation: zoom 50s;
width: 100%;
height: 100vh;
object-fit: none;

}

/* Ken Burns Effect */

#introfriends .carousel-item::before {
  content: '';
 /* background-color: rgba(0, 0, 0, 0.4);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;

}

#introfriends .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;

}     
#introfriends .carousel-fade {
  overflow: hidden;
}

#introfriends .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#introfriends .carousel-fade .carousel-inner .carousel-item,
#introfriends.carousel-fade .carousel-inner .active.carousel-item-left,
#introfriends .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#introfriends .carousel-fade .carousel-inner .active,
#introfriends.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#introfriends .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#introfriends .carousel-fade .carousel-inner .carousel-item-next,
#introfriends .carousel-fade .carousel-inner .carousel-item-prev,
#introfriends .carousel-fade .carousel-inner .active.carousel-item-left,
#introfriends .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#introfriends .carousel-control-prev,
#introfriends .carousel-control-next {
  width: 10%;
}

#introfriends .carousel-control-next-icon,
#introfriends .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#introfriends .carousel-indicators li {
  cursor: pointer;
}

#introfriends .btn-get-started {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #bbac62;
}

#introfriends .btn-get-started:hover {
  background: #fff;
  color: #bbac62;
}

/*ai*/
#introfriends .carousel-content {
  padding: 0 20px; /* Aggiusta il padding laterale */
}

#introfriends h1 {
  font-size: 32px; /* Riduci la dimensione del titolo */
}

#introfriends h2 {
  font-size: 24px; /* Riduci la dimensione del sottotitolo */
}

#introfriends p {
  width: 100%; /* Imposta la larghezza del paragrafo al 100% */
  margin: 0 auto 20px auto; /* Riduci il margine inferiore */
}
/*andrea*/
@media only screen and (max-width:484px){
    header.section-header.wow.fadeInRight div#cat ul#grigliaC img {
        width: 100% !important;
    }
}
/*andrea*/
.carousel-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
</pre></body></html>