/* UBOLDISRL.COM */

/* /// GENERALI /// */
body {
  color: #444;
  background-color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
a {
  color: #C93;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
	color: rgba(132, 104, 9, 0.75);
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #545454;
  font-family: "Raleway", sans-serif;
}
	/* // PERCORSO DI PAGINA // */
.page-title {
  padding: 0px 0px 20px 0px;
  position: relative;
}
.page-title h2 {
	font-family: "Sansation", sans-serif;
	font-style: oblique;
	font-size: 28px;
  font-weight: 500;
  margin: 0px;
}
.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 20px 10px 10px 10px;
  margin: 0px 0px 20px 0px;
  font-size: 16px;
	line-height: 20px;
	border-right: 1px solid #C93;
	border-bottom: 1px solid #C93;
	border-left: 1px solid #C93;
	border-radius: 0px 0px 3px 3px;
	text-transform: lowercase;
}
.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}
.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
	color: rgba(68, 68, 68, 0.3);
}
.generica {
	text-align: justify;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 60px;
}
.generica .container .container {
	border: 1px solid #CCC;
	padding: 30px 30px 20px 30px;
}
.generica h3 {
	font-family: "Sansation", sans-serif;
	text-transform: uppercase;
	font-size: 24px;
  font-weight: 500;
  margin: 0px;
}
.generica h4 {
	font-family: "Sansation", sans-serif;
	text-transform: uppercase;
	font-size: 20px;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
}
.generica h5 {
	font-family: "Sansation", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
}
.generica ul, .generica ol {
	margin: 10px 20px;
	padding: 0px;
}
.generica ul li, .generica ol li {
	margin: 0px 0px 10px 0px;
}
.generica ul li:last-child, .generica ol li:last-child {
	margin: 0px;
}
	/* // FINE - PERCORSO DI PAGINA // */
/* /// FINE - GENERALI /// */
/* /// HEADER /// */
.header {
	background: rgba(49, 20, 6, 0.9);
  color: #444;
  transition: all 0.5s;
  z-index: 997;
	border-bottom: 1px solid #CCC;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.8);
}
	/* // TOP BAR INFO // */
.header .topbar {
  background-color: #7A2E0A;
  height: 40px;
  padding: 0;
  font-size: 18px;
  transition: all 0.5s;
	font-family: "Poppins", sans-serif;
	border-bottom:1px solid #FFF;
}
.header .topbar .contact-info i {
  font-style: normal;
	font-size: 26px;
}
.header .topbar .contact-info a {
  padding-right: 10px;
	color: #FFF;
	text-decoration: none;
}
.header .topbar .contact-info a:visited {
	color: #FFF;
	text-decoration: none;
}
.header .topbar .contact-info a:hover {
	color: #FC0;
	text-decoration: none;
}
@media (max-width: 575px) {
  .header .topbar .contact-info i a,
  .header .topbar .contact-info i span {
    font-size: 13px;
  }
}
.header .topbar .social-links a:link {
  color: #FFF;
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
.header .topbar .social-links a:visited {
  color: #FFF;
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
.header .topbar .social-links a:hover {
	color: #FC0;
}
	/* // FINE - TOP BAR INFO // */
.header .branding {
  padding: 10px 0;
}
.header .logo {
  line-height: 1;
}
.header .logo img {
  max-height: 150px;
  margin-right: 8px;
}
.header h1 {
  font-size: 26px;
  padding: 0px;
  margin: 0px 0px 0px 15px;
  line-height: 1;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
	font-family: "Sansation", sans-serif;
  text-transform: lowercase;
	color: #FFF;
}
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }
  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navmenu li {
    position: relative;
  }
	.navmenu li i {
    /*float: left;*/
		color: #FFF;
		position: absolute;
		top: 40px;
		left: 13px;
		padding-left: 0px;
		font-size: 40px;
  }
  .navmenu a,
  .navmenu a:focus {
    color: #FFF;
    padding: 18px 15px;
    font-size: 28px;
		font-family: "Sansation", sans-serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
		text-transform: uppercase;
  }
  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
		color: #FC0;
  }
}
/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #FFF;
    font-size: 40px;
    line-height: 0;
		margin-left: 20px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .mobile-nav-toggle:hover {
	  transform: rotate(180deg);
  }
	.header h1 {
		font-size: 20px;
  	padding: 0px;
  	margin: 20px 0px 30px 25px;
  	line-height: 1;
  	font-weight: 300;
  	letter-spacing: 1px;
		font-family: "Sansation", sans-serif;
  	text-transform: lowercase;
		color: #FFF;
	}
  .navmenu {
    padding: 0;
    z-index: 9997;
  }
  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 240px 0px 0px 0px;
    margin: 0;
    border-radius: 0px;
    background: rgba(49, 20, 6, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    background-image: url("../img/logo-uboldisrl-small.png");
    background-repeat: no-repeat;
    background-position: 50% 30px;
    overflow-y: auto;
		max-height: 600px;
  }
	.navmenu li i {
		display: none;
  }
  .navmenu a,
  .navmenu a:focus {
    color: #FFF;
    padding: 10px 20px;
    font-size: 28px;
		font-family: "Sansation", sans-serif;
    font-weight: 300;
    display: block;
		text-align: center;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
		text-transform: uppercase;
		margin: 10px 30px 0px 30px;
		border-bottom: 1px solid #FFF;
  }
  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #FC0;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .mobile-nav-toggle {
    color: #FFF;
    position: absolute;
    font-size: 40px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(49, 20, 6, 0.9);
    transition: 0.3s;
  }
  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
/* /// HEADER /// */
/* /// HOME PAGE /// */
	/* // SLIDE SHOW // */
		/* Formattazione su main.css */
		/* Se inserite in css-wa.css non vengono mantenute */
		/* Anche la parte denominata Featured è stata formattata in main.css */
.hero {
  padding: 0;
}
.hero .carousel {
  width: 100%;
  min-height: 70vh;
  padding: 0;
  margin: 0;
  background-color: #FFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-height: 400px) {
  .hero .carousel {
    min-height: 100vh;
  }
}
.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hero .carousel-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero .carousel-item::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}
.hero .carousel-container {
  position: absolute;
  inset: 90px 64px 64px 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
	color: #FFF;
}
.hero .carousel-item h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 400;
  animation: fadeInUp 1s both;
	color: #FFF;
	text-transform: lowercase;
	font-style: oblique;
	text-align: center;
}
@media (max-width: 768px) {
  .hero .carousel-item h2 {
    font-size: 30px;
  }
}
.hero .carousel-item p {
  animation: fadeInDown 1s both 0.2s;
	text-transform: lowercase;
	font-style: oblique;
}
@media (min-width: 1024px) {

  .hero h2,
  .hero p {
    max-width: 60%;
  }
}
.hero .carousel-control-prev,
.hero .carousel-control-next {
  width: 15%;
  transition: 0.3s;
  opacity: 0.4;
}
.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}
.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

@media (min-width: 1024px) {

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    width: 5%;
  }
}
.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  color: #FFF;
  font-size: 48px;
  line-height: 1;
}
	.hero .featured {
  margin-top: -90px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media (max-height: 768px),
(max-width: 1024px) {
  .hero .featured {
    margin-top: 0px;
  }
}
.hero .featured-item {
  background-color: #FFF;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 30px 80px 30px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
	border: 1px solid #CCC;
}
.hero .featured-item img {
  width: 100%;
	position: relative;
	z-index: 0;
	border: 1px solid #FFF;
}
.hero .featured-item:before {
  content: "";
  position: absolute;
  background: #7A2E0A;
  inset: 100% 0 0 0;
  transition: all 0.3s;
  z-index: -1;
}
.hero .featured-item h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 20px;
	text-transform: uppercase;
}
.hero .featured-item h3 a {
  color: #000;
  transition: ease-in-out 0.3s;
}
.hero .featured-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  transition: ease-in-out 0.3s;
}
.hero .featured-item:hover h3 a,
.hero .featured-item:hover .icon i,
.hero .featured-item:hover p {
  color: #FFF;
}
.hero .featured-item:hover {
	border: 1px solid #7A2E0A;
}
.hero .featured-item:hover:before {
  background: #7A2E0A;
  inset: 0;
  border-radius: 0px;
	border: 1px solid #7A2E0A;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
	/* // FINE - SLIDE SHOW // */
	/* // AZIENDA // */
.about {
	background-color: #EEE;
}
.about p {
	font-size: 18px;
	font-weight: 300;
}
.about .about-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}
.about .about-img img {
  border-radius: 20px;
}
.about .experience-badge {
  position: absolute;
  bottom: -30px;
  left: 10px;
  background-color: #FFF;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-width: 160px;
}
.about .experience-badge span.number {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  color: #7A2E0A;
	display: block;
}
.about .experience-badge span.description {
  margin: 5px 0 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #444;
}
.about .projects-badge {
  position: absolute;
  top: 40px;
  right: 0px;
  background-color: #7A2E0A;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  text-align: center;
  min-width: 160px;
}
.about .projects-badge span.number  {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  color: #FFF;
	display: block;
}
.about .projects-badge span.description {
  margin: 5px 0 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .about .experience-badge {
    bottom: -15px;
    left: 10%;
    padding: 15px;
    min-width: 140px;
  }
  .about .experience-badge span.number {
    font-size: 2.8rem;
  }
  .about .experience-badge span.description {
    font-size: 0.8rem;
  }
  .about .projects-badge {
    top: 15px;
    right: 15px;
    padding: 15px;
    min-width: 140px;
    border-radius: 10px;
  }
  .about .projects-badge span.number {
    font-size: 2rem;
  }
  .about .projects-badge span.description {
    font-size: 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .about .experience-badge {
    padding: 12px;
    min-width: 120px;
  }
  .about .experience-badge span.number {
    font-size: 2.2rem;
  }
  .about .experience-badge span.description {
    font-size: 0.75rem;
  }
  .about .projects-badge {
    padding: 12px;
    min-width: 120px;
  }
  .about .projects-badge span.number {
    font-size: 1.8rem;
  }
  .about .projects-badge span.description {
    font-size: 0.7rem;
  }
}
	/* // FINE - AZIENDA // */
/* /// FINE - HOME PAGE /// */
/* /// PRODOTTI /// */
.portfolio {
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.portfolio p {
	text-align: justify;
	margin-bottom: 30px;
}
.portfolio .portfolio-card {
  background-color: #FFF;
  border-radius: 0px;
	border: 1px solid #CCC;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.portfolio .portfolio-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.portfolio .portfolio-card:hover .portfolio-img .portfolio-overlay {
  opacity: 1;
}
.portfolio .portfolio-card:hover .portfolio-img img {
  transform: scale(1.1);
}
.portfolio .portfolio-card .portfolio-img {
  position: relative;
  overflow: hidden;
}
.portfolio .portfolio-card .portfolio-img img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.portfolio .portfolio-card .portfolio-img .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transition: all 0.3s ease;
}
.portfolio .portfolio-card .portfolio-img .portfolio-overlay a {
  width: 65px;
  height: 65px;
  background-color: #FC0;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  transition: all 0.3s ease;
}
.portfolio .portfolio-card .portfolio-img .portfolio-overlay a:hover {
  background: rgba(255, 204, 0, 0.6);
  transform: translateY(-5px);
}
.portfolio .portfolio-card .portfolio-info {
  padding: 20px 20px 10px 20px;
}
.portfolio .portfolio-card .portfolio-info h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
	text-transform: uppercase;
}
	/* // PAGINA SINGOLO PRODOTTO // */
.prodotto-singolo {
  padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 60px;
}
.prodotto-singolo .prodotto-singolo-item {
  background-color: #FFF;
  text-align: justify;
  border: 1px solid rgba(102, 102, 102, 0.15);
  padding: 20px;
  transition: all ease-in-out 0.3s;
  height: 100%;
}
.prodotto-singolo .prodotto-singolo-item img {
  width: 100%;
}
.prodotto-singolo .prodotto-singolo-item h3 {
  font-weight: 500;
  margin: 0px 0px 10px 0px;
  font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
}
.prodotto-singolo .prodotto-singolo-item h4 {
  font-weight: 500;
  margin: 20px 0px 20px 0px;
	padding-bottom: 10px;
  font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
}
.prodotto-singolo .prodotto-singolo-item h4.h4-second {
  margin: 20px 0px;
}
.prodotto-singolo .prodotto-singolo-item p {
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 0px;
}
	/* // FINE - PAGINA SINGOLO PRODOTTO // */
/* /// FINE - PRODOTTI /// */
/* /// CONTATTI /// */
.contact {
	margin-top: 0px;
	margin-bottom: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.contact .info-item {
  background-color: #FFF;
  padding: 20px;
	border: 1px solid #CCC;
}
.contact .info-item ul {
  list-style: none;
	margin: 0px;
	padding: 0px;
}
.contact .info-item ul li {
  list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.contact .info-item ul li .bi-dash-square {
	color: #CCC;
	margin-right: 10px;
}
.contact .info-item ul li em {
  font-weight: 500;
	text-transform: uppercase;
}
.contact .info-item ul li:last-child {
  list-style: none;
	margin: 0px;
}
.contact .info-item h3 {
  font-size: 20px;
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
	padding-bottom: 20px;
	text-transform: uppercase;
	border-bottom: 1px dashed #000;
}
/* /// FINE - CONTATTI /// */
/* /// FOOTER /// */
.footer {
  color: #FFF;
  background-color: #3C3C3C;
  font-size: 16px;
  position: relative;
}
.footer .footer-top {
  padding-top: 50px;
	padding-bottom: 20px;
}
.footer .footer-about {
}
.footer .footer-top .sitename {
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #FFF;
	margin-left: 30px;
	margin-top: 0px;
	padding-top: 0px;
}
.footer .footer-contact {
	border: 2px solid #666;
	border-radius: 5px;
	padding: 30px;
}
.footer .footer-contact ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.footer .footer-contact ul li {
	margin: 0px 0px 10px 0px;
	padding: 5px 10px;
	list-style: none;
	background: rgba(102, 102, 102, 0.4);
}
.footer .footer-contact ul li:last-child {
	margin: 0px;
}
.footer h3 {
  font-size: 18px;
	line-height: 20px;
  font-weight: 300;
  position: relative;
  padding-bottom: 8px;
	border-bottom: 1px solid #666;
	color: #CCC;
	text-transform: uppercase;
}
.footer .footer-links {
  margin-bottom: 30px;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
	margin: 22px 0px 0px 0px;
}
.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;
  color: #FC0;
}
.footer .footer-links ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
  display: flex;
  align-items: center;
}
.footer .footer-links ul a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-links ul a:hover {
  color: #FC0;
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(102, 102, 102, 0.5);
  font-size: 16px;
  color: rgba(102, 102, 102, 0.8);
  margin-right: 10px;
  transition: 0.3s;
}
.footer .social-links a:hover {
  color: #FC0;
  border-color: #FC0;
}
/* /// FINE - FOOTER /// */
/* /// TORNA IN ALTO /// */
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #FC0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: #000;
  line-height: 0;
}
.scroll-top:hover {
  background: rgba(255, 204, 0, 0.8);
  color: #000;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
/* /// FINE - TORNA IN ALTO /// */