@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
  line-height: 29px;
}

.font-poppins-regular {
  font-family: "Poppins", sans-serif !important;
}

.font-fjalla-regular {
  font-family: "Fjalla One", sans-serif !important;
}

.font-fjalla {
  font-family: "Fjalla One", sans-serif !important;
  font-weight: 700;
}

.fw-medium {
  font-weight: 500;
}

.navbar {
  margin-bottom: -195px;
  padding: 60px 130px;
  z-index: 999;
}

.nav-item .nav-link {
  font-size: 18px;
}

a:hover,
a.text-decoration-none:hover {
  text-decoration: underline !important;
}

a.text-white:hover,
.nav-item .nav-link.text-white:hover,
a.text-white:focus,
.nav-item .nav-link.text-white:focus,
a.text-white:active,
.nav-item .nav-link.text-white:active {
  color: #edd595 !important;
  text-decoration: none !important;
}

.bg-dark {
	background-color: #222222 !important;
}

@media only screen and (min-width: 1921px) {
	.container {
			max-width: 1620px;
	}
}

.dropdown-menu {
  background-color: rgba(15, 5, 5, 0.601);
}

.dropdown-item {
  color: white;
  font-size: 14px;
  line-height: 1.8;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
  background: none !important;
  color: #edd595;
  text-decoration: none !important;
}

/* -------------- carousel animation  */
.first-line,
.second-line {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.first-line {
  animation-name: scrollFromTop;
  line-height: 1.5;
}

.second-line {
  animation-name: scrollFromBottom;
  line-height: 1.2;
}

.img-carousel-home-mobile {
  height: 90%;
}

@keyframes scrollFromTop {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes scrollFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ---------------- */

.first-slide-container {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.first-slide-text1 {
  color: #f7e1cc;
  font-size: 47px;
}

.first-slide-text2 {
  font-size: 90px;
}

.second-slide-container {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.first-title {
  font: normal normal 18px/37px Poppins;
  color: #212121;
}

.main-container-primopiano {
  background-color: #ded5cd;
}

@media only screen and (max-width: 992px) {
	.main-container-primopiano video.w-50 {
		width: 90% !important;
	}
}

.contenitore-editor p {
	margin-bottom: 0 !important;
}

.chi-siamo-text {
  line-height: 32px;
  font-weight: 400;
  font-size: 18px;
}

.giancarlo-title {
  font-size: 60px;
}

.giancarlo-text {
  font-size: 17px;
  font-weight: 500;
}

/* --------custom carousel scroll continuo-------- */

.custom-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 35px;
  height: 400px;
}

@media only screen and (min-width: 1381px) {
  .custom-carousel {
    margin-top: 60px;
  }
}

.custom-carousel-inner {
  display: flex;
  animation: custom-scroll 60s linear infinite;
}

.custom-carousel-item {
  flex: none;
  height: 100%;
  flex-shrink: 0;
}

.custom-carousel-item img {
  height: auto;
  display: block;
}

@keyframes custom-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Riduciamo la durata dell'animazione per accelerare lo scorrimento su dispositivi mobili */
@media only screen and (max-width: 992px) {
  .custom-carousel-inner {
    animation-duration: 50s;
  }
	@keyframes custom-scroll {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-1500%);
		}
	}
	
}

@media only screen and (max-width: 576px) {
  .custom-carousel-inner {
    animation-duration: 45s;
  }
}

/* --------custom carousel scroll 20 img end-------- */

.video-container {
  background-color: #ded5cd;
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

@media only screen and (min-width: 1381px) {
	.video-container.home iframe {
		height: 847px !important;
		width: 1270px !important;
	}
}

@media only screen and (max-width: 992px) {
	.video-container.home iframe {
		height: 380px !important;
	}
	.video-container.home {
		padding-top: 1rem !important;
	}
}

@media only screen and (max-width: 576px) {
	.video-container.home iframe {
		height: 240px !important;
	}
}

.general-title {
  font-size: 48px;
  line-height: 1.5;
}

h1 span.h2.general-title {
  font-size: 38px !important;
}

.card-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* Number of lines to show */
  overflow: hidden;
  text-overflow: ellipsis;
}

.le-canzoni-section {
  height: 432px;
}

footer {
  background-color: #222222;
}

.copywrite-section {
  background-color: #9a726c;
  font-size: 13px;
  margin: 0 !important;
}

.no-wrap {
  white-space: nowrap;
}

.social-icons-container {
  margin-top: 200px !important;
  /* margin-left: -70px; */
}
.sociable ul li {
	padding: 6px !important;
}
.sociable ul li i {
	font-size: 1.3rem;
}
.sociable ul li a {
	color: #333 !important;
}

.footer-primary-menu {
  font-size: 14px;
}

.footer-submenu {
  font-size: 12px;
}

.chi-siamo-footer {
  margin-left: -50px;
}

footer .nav {
  font-weight: 500;
}

footer .nav-item .nav-link {
  font-size: 12px;
  line-height: 1.3em;
}

@media (min-width: 1200px) {
	footer img { zoom: 90% }
	.w-xl-12 { width: 12% !important;	}
	.w-xl-10 { width: 10% !important; }
	.w-xl-8 { width: 8% !important; }
	.w-xl-6 { width: 6% !important; }
	.social-icons-container {
		margin-top: 173px !important;
	}
}


@media only screen and (min-width: 1380px) {
	.discografia-video-container iframe {
			height: 1000px !important;
	}
}
@media only screen and (min-width: 1921px) {
	.discografia-video-container iframe {
			height: 1250px !important;
	}
}

/* ------------------------------ */

@media only screen and (max-width: 1380px) {
  .navbar {
    margin-bottom: -200px;
    padding: 20px;
    z-index: 999;
  }

  #navbarNav ul {
    gap: 10px !important;
    text-align: center;
  }

	#navbarNav ul li,
	li.nav-item,
	li.nav-item:focus-visible,
	.nav-link.active,
	.nav-item a,
	a.nav-link,
	a.nav-link:focus,
	a.nav-link:focus-visible   {
		border: none !important;
	}

  .first-slide-text1 {
    font-size: 35px;
  }

  .first-slide-text2 {
    font-size: 50px;
  }

  .giancarlo-title {
    font-size: 38px;
  }

  .general-title {
    font-size: 38px;
  }
}

@media only screen and (max-width: 1200px) {
  .navbar-brand img {
    width: 200px;
  }

  .nav-item .nav-link {
    font-size: 16px;
  }

  footer {
    text-align: center;
  }

  .chi-siamo-footer {
    margin-left: 0;
  }

  .social-icons-container {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 992px) {

  .navbar {
    position: absolute;
    top: 0;
  }

  .navbar .navbar-collapse {
    background-color: rgba(15, 5, 5, 0.8) !important;
  }

  .nav-item a {
    color: #fff !important;
		text-decoration: none;
  }
	.nav-item a:hover, 
	.nav-item a:active,
	.nav-item a:focus	 {
    color: #edd595 !important;
  }

  .dropdown-menu {
    background-color: transparent;
  }

  #navbarNav {
    background-color: #fff;
    margin-left: -40px;
    margin-right: -40px;
    padding: 35px;
  }

  .navbar-toggler {
    border: none;
  }

  .navbar-toggler-icon {
    filter: invert(100%) brightness(1000%);
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  .carousel-item-mobile {
    height: 100%;
  }

  .carousel-item-mobile img {
    object-fit: cover !important;
    object-position: 30% center;
  }

  .first-slide-container-mobile {
    display: flex !important;
    flex-direction: column;
  }

  .first-slide-text-mobile {
    color: #f7e1cc;
    font-size: 25px;
    margin-left: -40px;
    font-weight: 400 !important;
  }

  .first-slide-text2-mobile {
    font-size: 38px;
    margin-left: -40px;
    margin-bottom: 50px;
  }

  .le-canzoni-section {
    height: 330px;
    background-attachment: scroll !important;
  }

  .regular-title {
    font-size: 36px;
  }

  .giancarlo-title {
    font-size: 36px;
		margin-top: 2.5rem !important;
  }

  .general-title {
    font-size: 30px;
		padding: 0 5px;
		margin: 2rem 0 !important;
  }

	.chi-siamo-home-section .general-title {
    margin: 1rem 0 !important;
  }

	.chi-siamo-home-section {
    min-height: 730px;
    background-attachment: scroll !important;
  }


  .iframe-video {
    width: 100% !important;
    height: 750px !important;
  }

	.container.mb-5.pb-5 {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 431px) {
	.chi-siamo-home-section {
		min-height: 665px;
		background-attachment: scroll !important;
	}

	.chi-siamo-home-section .general-title {
		margin: 10px 0 0 !important;
	}
}



/* NUOVE PRODUZIONI Section*/

.catalogo-card-title {
  color: #212121;
}

.catalogo-card-title:hover {
  text-decoration: underline;
  color: #c2ae79;
}

.pagination-btn {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.entry-img-single-page {
  height: 570px;
  object-fit: cover;
}

@media only screen and (max-width: 992px) {
  .entry-img-single-page {
    height: 430px;
    object-fit: cover;
  }
}

/* NUOVE PRODUZIONI Section*/

/* ----------- here start styles of single card ,, in design named "giorgio guli" ------ */

.single-card-tabs-container {
  border-right: 1px solid #606060;
}

.grey-tab-color {
  color: #606060;
}

.selected-tab-icon {
  margin-top: 15px;
  margin-left: -8px;
}

.single-card-paragraph {
  font-weight: medium;
  font-size: 17px;
  color: #212121;
}

.single-card-entry-img {
  height: 570px;
  object-fit: cover;
}

.single-card-entry-img-mobile {
  height: 430px;
  object-fit: cover;
}

.single-card-tab-mobile {
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
}

/* Album Page */

.selected-tab-icon-album {
  margin-top: 4.5rem;
  margin-left: -8px;
}

.interprete-div {
  border: 1px solid red;
  padding: 1.5rem 1rem 1.5rem 1rem;
  height: 400px;
}

@media only screen and (max-width: 1024px) {
  .interprete-div {
    height: 250px;
  }
}

.no-border {
  border: none;
}

.no-border th,
.no-border td {
  border: none;
}

.no-border th {
  padding-bottom: 40px;
}

.brani-table th,
.brani-table tr {
  line-height: 2.5;
}

@media only screen and (max-width: 992px) {
  .no-border th {
    padding-bottom: 10px;
  }

  .brani-table {
    width: 50% !important;
  }
}

@media only screen and (max-width: 552px) {
  .brani-table {
    width: 70% !important;
  }
}

/* Album Page End */

/* Video Page */

.selected-tab-icon-video {
  margin-top: 11.5rem;
  margin-left: -8px;
}

.card-text-video {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  /* Number of lines to show */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Video Page End */

/* Photogallery Page */

.selected-tab-icon-photogallery {
  margin-top: 15.2rem;
  margin-left: -8px;
}

.zoom {
  transition: transform 0.2s;
}

.zoom:hover {
  transform: scale(1.1);
}

/* Photogallery Page End */

/* Brani page */

.selected-tab-icon-brani {
  margin-top: 8rem;
  margin-left: -8px;
}

/* Brani page End */

/* single-bran-discografia page */

.discografia-sub-title {
  color: #f7e1cc;
}

.single-bran-main-title {
  font-size: 60px;
}

.discografia-video-container {
  margin-top: -9rem;
}

table.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0;
}

table.table th,
table.table td {
  border: none;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

table.table thead th {
  border-bottom: none;
}


.disocgrafia-table-div {
  padding: 2rem 3rem;
  background-color: #baa09b;
}

@media only screen and (min-width: 1980px) { 
	.disocgrafia-table-div {
		padding: 2rem 4rem;
	}	
}

.no-video {
  margin-top: -80px;
}

@media only screen and (max-width: 1000px) {
  .discografia-video-container {
    margin-top: -5rem;
  }

  .disocgrafia-table-div {
    padding: 1rem;
  }

  .single-bran-main-title {
    font-size: 39px;
  }

  .no-video {
    border-top: 10px solid white;
  }
}

/* -------------single-bran-discografia page  end -------------*/

/* --------discografia giancarlo bigazzi----------- */

.discografia-bigazzi .accordion-button {
  background-color: #baa09b;
  color: #fff;
  justify-content: center;
  font-size: 36px;
  font-family: "Fjalla One", sans-serif !important;
}

.discografia-bigazzi .accordion-button:focus {
  outline: none;
  box-shadow: none;
  color: #fff;
}

.accordion-button::after {
  margin: 0;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 40px;
  background-image: url("img/circle-arrow.svg");
  background-size: 27px;
	transform: rotate(-90deg);
}

.artisti-internazionali-item .accordion-button::after {
  margin: 0;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 40px;
  background-image: url("img/circle-arrow-black.svg");
  background-size: 27px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("img/circle-arrow.svg");
  transform: rotate(0deg);
}

.artisti-internazionali-item .accordion-button:not(.collapsed)::after {
  background-image: url("img/circle-arrow-black.svg");
  transform: rotate(0deg);
}

.discografia-bigazzi .accordion-item {
  margin-bottom: 1rem;
  border: none;
}

.artisti-internazionali-item button {
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  background-color: #fff !important;
  color: #212121 !important;
  margin-top: 1rem;
}

.artisti-internazionali-item .accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #212121;
}

.gold-color {
  color: #c1b0a1 !important;
}

.discografia-single-bran-link {
  border-bottom: 1px solid #212121;
  white-space: nowrap;
  padding-left: 30%;
	align-items: flex-start !important;
}

.discografia-single-bran-link div.align-items-center {
	align-items: flex-start !important;
}

.discografia-single-bran-link:first-child {
  border-top: 1px solid #212121;
}

.discografia-bigazzi .accordion-body {
  overflow-y: auto;
  padding-right: 15px;
}

.table.brano {
	table-layout: fixed;
	width: 100%;
}

.table.brano th,
.table.brano td {
	white-space: normal; /* Permette al testo di andare a capo */
	word-wrap: break-word; /* Forza le parole lunghe ad andare a capo */
	vertical-align: top; /* Allinea il contenuto in alto nella cella */
}

.table.brano th {
	padding: 0px 5px;
}

.table.brano td {
	padding: 0px 5px;
}

.table.brano th:nth-child(1),
.table.brano th:nth-child(2),
.table.brano th:nth-child(3),
.table.brano th:nth-child(4),
.table.brano td:nth-child(1),
.table.brano td:nth-child(2),
.table.brano td:nth-child(3),
.table.brano td:nth-child(4) {
	width: 22.5%; /* (100% - 10%) / 4 */
}

.table.brano th:nth-child(5),
.table.brano td:nth-child(5) {
	width: 5%;
}

.discografia-bigazzi .accordion-body::-webkit-scrollbar {
  width: 8px;
}

.discografia-bigazzi .accordion-body::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.discografia-bigazzi .accordion-body::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.discografia-artisti-internazionali-table tr {
  margin-bottom: 1rem;
}

.discografia-artisti-internazionali-table th {
  font-size: 19px;
  font-weight: bold;
  border: none !important;
}

.discografia-artisti-internazionali-table td {
  font-size: 17px;
  font-weight: medium;
  border: none !important;
}

@media only screen and (max-width: 992px) {
  .discografia-bigazzi .accordion-button {
    font-size: 28px;
  }
  .discografia-single-bran-link {
    padding-left: 0;
		text-align: center;
		align-items: center !important;
  }
	.discografia-single-bran-link div.align-items-center {
		align-items: center !important;
	}
  .discografia-single-bran-link .single-item-year {
    font-size: 18px;
  }
}

/* -----------end discografia giancarlo bigazzi----------- */

/* -------------colonne sonore---------- */
.selected-tab-icon-arrapaho {
  margin-top: 5rem;
  margin-left: -8px;
}

.selected-tab-icon-marry-persempre {
  margin-top: 8.5rem;
  margin-left: -8px;
}

.selected-tab-icon-chewingum {
  margin-top: 12rem;
  margin-left: -8px;
}

.selected-tab-icon-volevo-pantaloni {
  margin-top: 15.5rem;
  margin-left: -8px;
}

.selected-tab-icon-ragazzi-fuori {
  margin-top: 19.2rem;
  margin-left: -8px;
}

.selected-tab-icon-ultimo-padrino {
  margin-top: 22.7rem;
  margin-left: -8px;
}

.selected-tab-icon-pirata-marco {
  margin-top: 26.5rem;
  margin-left: -8px;
}

/* -------------colonne sonore end---------- */

/* -------------riconoscimenti---------- */
.selected-tab-icon-festival-sanremo {
  margin-top: 5rem;
  margin-left: -8px;
}

.selected-tab-icon-premi {
  margin-top: 8.5rem;
  margin-left: -8px;
}

.selected-tab-icon-libri {
  margin-top: 12rem;
  margin-left: -8px;
}

/* -------------riconoscimenti end---------- */
/* -----------end discografia giancarlo bigazzi----------- */

/* -------------copertine ---------- */
.img-thumbnail {
  width: 170px; 
  height: auto;
}
/* -------------copertine end---------- */

/* --------galleria fotografica ----------- */

.galleriaFotograficaZoom {
  transition: transform 0.2s;
}

.galleriaFotograficaZoom:hover {
  transform: scale(1.1);
}

/* --------galleria fotografica end ----------- */

/* --------squallor page ----------- */

.selected-tab-icon-squallor {
  margin-top: 1.2rem;
  margin-left: -8px;
}

/* --------squallor page end ----------- */

/* --------la discografia page ----------- */

.selected-tab-icon-la-discografia {
  margin-top: 5rem;
  margin-left: -8px;
}

.la-discografia-title {
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
  width: 100%;
  padding: 1rem 0 1rem 2rem;
}

.left-margin {
  margin-left: 12.5rem;
}

.squallor-discografia-mobile .accordion-item {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  background-color: #fff !important;
}

.squallor-discografia-mobile .accordion-button::after {
  margin: 0;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 40px;
  background-image: url("img/expand-circle.svg");
  background-size: 27px;
	transform: rotate(90deg) !important;
}

.squallor-discografia-mobile .accordion-button.collapsed::after {
	transform: rotate(0deg) !important;
}

.squallor-discografia-mobile .accordion-button:not(.collapsed)::after {
  background-image: url("img/circle-arrow.svg");
  transform: rotate(90deg);
}

.squallor-discografia-mobile .accordion-button:not(.collapsed)::after {
  background-image: url("img/expand-circle.svg");
  transform: rotate(90deg);
}


.squallor-discografia-mobile .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.squallor-discografia-mobile .accordion-button:not(.collapsed) {
  color: #606060;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.discografia-squallor-sub-item .accordion-button::after {
  margin: 0;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 40px;
  background-image: url("img/add.svg");
  background-size: 27px;
}

.discografia-squallor-sub-item .accordion-button:not(.collapsed)::after {
  background-image: url("img/add.svg");
  transform: rotate(-180deg);
}

.discografia-squallor-sub-item .accordion-button:not(.collapsed)::after {
  background-image: url("img/add.svg");
  transform: rotate(-180deg);
}


.discografia-squallor-sub-item .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.discografia-squallor-sub-item .accordion-button:not(.collapsed) {
  color: #606060;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}


/* --------la discografia page end ----------- */

/* --------news-eventi page ----------- */

.selected-tab-icon-news-eventi{
  margin-top: 1.2rem;
  margin-left: -8px;
}

.single-news-content-container{
  width: 960px;
}

.download-pdf-single-news{
  font-size: 13px;
}

@media only screen and (max-width: 992px) {
  .single-news-content-container{
    width: 100%;
  }

  .single-news-content-container .fst-italic{
    font-size: 20px;
  }
}


/* --------news-eventi page end ----------- */


/* -------------contact page----------- */

.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}
.form-control:focus {
  border-color: #007bff;
  box-shadow: none;
}
.form-control-textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-check-label{
  font-size: 13px;
	line-height: 1.5em;
}

.contact-form-bigazzi .btn{
  height: fit-content;
  padding: 5px !important;
  font-size: 19px;
}

.contact-form-bigazzi {
  width: 75%;
 }

@media only screen and (max-width: 992px) {
  .contact-form-bigazzi .btn{
    height: fit-content;
    padding: 5px !important;
    font-size: 20px;
  }
  .contact-form-bigazzi {
   width: 100%;
  }
}

/* -------------contact page end ---------- */


/* -------------override icone fontawesome ---------- */

.bi-arrow-right-circle {
	/* Nascondo l'icona Bootstrap predefinita */
	font-family: inherit;
	font-size: 0;
	color: transparent;
	line-height: 0;

	/* Aggiungo il mio SVG personalizzato in base64 */
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjcuMzc3IiBoZWlnaHQ9IjI3LjM4MSIgdmlld0JveD0iMCAwIDI3LjM3NyAyNy4zODEiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cmVjdCBpZD0iUmV0dGFuZ29sb185OCIgZGF0YS1uYW1lPSJSZXR0YW5nb2xvIDk4IiB3aWR0aD0iMjcuMzgxIiBoZWlnaHQ9IjI3LjM3NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iIzcwNzA3MCIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9IlJhZ2dydXBwYV8yMzEiIGRhdGEtbmFtZT0iUmFnZ3J1cHBhIDIzMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAyNy4zODEpIHJvdGF0ZSgtOTApIiBvcGFjaXR5PSIwLjkiPgogICAgPGcgaWQ9IlJhZ2dydXBwYV8xMzgiIGRhdGEtbmFtZT0iUmFnZ3J1cHBhIDEzOCIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgICA8cGF0aCBpZD0iVHJhY2NpYXRvXzMzIiBkYXRhLW5hbWU9IlRyYWNjaWF0byAzMyIgZD0iTTE5LjQwNSwxMi4wN2wtNS42MDgsNS42Yy0uMTA5LjEwNy0uMjEuMTA3LS4yMSwwbC01LjcxNC01LjZ2LS4yMThsMS4zLTEuMjkyLDQuNDE4LDQuNDIxaC4yMUwxOC4yMiwxMC41NmwxLjE4NSwxLjI5MmMuMSwwLC4xLjExNCwwLC4yMThtNy45NzYsMS42MTZoMEExMy44LDEzLjgsMCwwLDEsMTMuNjg4LDI3LjM3N2ExMy41NjYsMTMuNTY2LDAsMCwxLTkuNjk0LTQuMUExMy40MzIsMTMuNDMyLDAsMCwxLDAsMTMuNjg2LDEzLjYyMywxMy42MjMsMCwwLDEsMTMuNjg4LDBhMTMuNjgsMTMuNjgsMCwwLDEsOS43LDMuOTg2LDEzLjk1MiwxMy45NTIsMCwwLDEsMy45OTEsOS43bS02LjE0Niw3LjU1MWgwQTEwLjcyNSwxMC43MjUsMCwwLDAsMTMuNjg4LDIuOTEyLDEwLjMyMiwxMC4zMjIsMCwwLDAsNi4xNDIsNi4wMzdhMTAuNDEyLDEwLjQxMiwwLDAsMC0zLjIyOCw3LjY0OSwxMC4zNjUsMTAuMzY1LDAsMCwwLDMuMjI4LDcuNTUxLDEwLjMzNSwxMC4zMzUsMCwwLDAsNy41NDYsMy4xMjEsMTAuNjg0LDEwLjY4NCwwLDAsMCw3LjU0Ny0zLjEyMSIgZmlsbD0iIzcwNzA3MCIgZmlsbC1ydWxlPSJldmVub2RkIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.bi-arrow-down-circle {
	/* Nascondo l'icona Bootstrap predefinita */
	font-family: inherit;
	font-size: 0;
	color: transparent;
	line-height: 0;

	/* Aggiungo il mio SVG personalizzato in base64 */
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjcuMzgxIiBoZWlnaHQ9IjI3LjM3NyIgdmlld0JveD0iMCAwIDI3LjM4MSAyNy4zNzciPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cmVjdCBpZD0iUmV0dGFuZ29sb185OCIgZGF0YS1uYW1lPSJSZXR0YW5nb2xvIDk4IiB3aWR0aD0iMjcuMzgxIiBoZWlnaHQ9IjI3LjM3NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iIzcwNzA3MCIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9IlJhZ2dydXBwYV80MDAiIGRhdGEtbmFtZT0iUmFnZ3J1cHBhIDQwMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgb3BhY2l0eT0iMC45Ij4KICAgIDxnIGlkPSJSYWdncnVwcGFfMTM4IiBkYXRhLW5hbWU9IlJhZ2dydXBwYSAxMzgiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4KICAgICAgPHBhdGggaWQ9IlRyYWNjaWF0b18zMyIgZGF0YS1uYW1lPSJUcmFjY2lhdG8gMzMiIGQ9Ik0xOS40MDUsMTIuMDdsLTUuNjA4LDUuNmMtLjEwOS4xMDctLjIxLjEwNy0uMjEsMGwtNS43MTQtNS42di0uMjE4bDEuMy0xLjI5Miw0LjQxOCw0LjQyMWguMjFMMTguMjIsMTAuNTZsMS4xODUsMS4yOTJjLjEsMCwuMS4xMTQsMCwuMjE4bTcuOTc2LDEuNjE2aDBBMTMuOCwxMy44LDAsMCwxLDEzLjY4OCwyNy4zNzdhMTMuNTY2LDEzLjU2NiwwLDAsMS05LjY5NC00LjFBMTMuNDMyLDEzLjQzMiwwLDAsMSwwLDEzLjY4NiwxMy42MjMsMTMuNjIzLDAsMCwxLDEzLjY4OCwwYTEzLjY4LDEzLjY4LDAsMCwxLDkuNywzLjk4NiwxMy45NTIsMTMuOTUyLDAsMCwxLDMuOTkxLDkuN20tNi4xNDYsNy41NTFoMEExMC43MjUsMTAuNzI1LDAsMCwwLDEzLjY4OCwyLjkxMiwxMC4zMjIsMTAuMzIyLDAsMCwwLDYuMTQyLDYuMDM3YTEwLjQxMiwxMC40MTIsMCwwLDAtMy4yMjgsNy42NDksMTAuMzY1LDEwLjM2NSwwLDAsMCwzLjIyOCw3LjU1MSwxMC4zMzUsMTAuMzM1LDAsMCwwLDcuNTQ2LDMuMTIxLDEwLjY4NCwxMC42ODQsMCwwLDAsNy41NDctMy4xMjEiIGZpbGw9IiM3MDcwNzAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}




/* -------------fine override icone fontawesome ---------- */