::selection {
	background: #ab0e0e; /* WebKit/Blink Browsers */
	color: #FFF;
}
::-moz-selection {
	background: #ab0e0e; /* Gecko Browsers */
	color: #FFF;
}
a {
	text-decoration: none;
}
* {
	box-sizing: border-box;
}
.w-100 {
	display: block;
	width: 100% !important;
}
.wrap {
	position: relative;
}
strong {
	font-weight: 800;
}

/* 
.wrap-grid-adv-box {
	position: relative;
	display: flex;
}

.wrap-grid-adv-box a img{
	object-fit: cover;
	width: 100%;
	height: 100%;
} */

body.home-page {
	background: none;
	font-weight: 300;
}

body.home-page .content-top {
	background: #131313 url('../images/caravaggio-main.jpg') no-repeat 25% 0%;
	background-size: cover;
	box-shadow: inset 0px -440px 40px 100px #00000050;
}

.abslink {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.about-section {
	/* background: rgb(19 19 19) url('../images/home_1/coro-gospel-bw.jpg') no-repeat scroll center bottom; */
	background: rgb(19 19 19) url('../images/caravaggio-bg.jpg') no-repeat scroll center bottom;
	background-size: cover;
	/* background: rgb(19 19 19); */
	margin-top: -1px;
	padding: 70px 0 40px;
	color: #FFF;
}

.separatore-date {
	color: #fff;
	margin: 0 10px;
}

.edizioni-section {
	background: rgb(19 19 19) url('../images/home_1/christmas-gospel-2022-seconda2.jpg') no-repeat scroll center bottom;
	margin-top: -1px;
	padding: 70px 0 40px;
	color: #FFF;
	text-align: center;
}

.title-box-default.white-arrow-style {
	background: none;
}

.text-special {
	margin-top: -40px;
}

.banner-adv-thumb-link {
	filter: grayscale(1);
	display: block;
	z-index: 2;
	padding: 0 10px;
	transition: all 400ms ease-out;
}

.banner-adv-thumb-link:hover {
	filter: grayscale(0);
}

.inner-box-banner-adv::after {
	display: none;
}
.year {
	font-size: 54px;
	font-weight: 600;
	letter-spacing: 4.4px;
	line-height: 1;
}
.title-box-default.white-arrow-style .title-tab {
	color: #fff;
	text-shadow: -2px 3px 0px #ad1818;
}
.banner-simple-text {
	font-family: "Open Sans", sans-serif;
	padding-top: 50px;
	padding-bottom: 120px;
}
.partner-sponsor {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0;
}
.partner-sponsor > div {
	display: flex;
	align-items: center;
	position: relative;
	min-width: 110px;
}
.partner-sponsor img {
	min-width: 60px;
	height: 48px;
	max-height: 60px;
	width: auto;
}
.partner-sponsor img.smaller {
	height: 44px;
}
.partner-sponsor img + img {
	margin-left: 30px;
}
.partner-sponsor > div:before {
	content: attr(data-label);
	position: absolute;
	bottom: 100%;
	text-transform: uppercase;
	font-size: 11px;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	color: #FFF;
	letter-spacing: .5px;
}


.grid-text-box h2 {
	font-size: 50px;
}

.grid-text-box {
	background: #f9f9f9;
}

.grid-text-box h3 {
	font-weight: 500;
}
.banner-grid-adv {
	display: flex;
	flex-wrap: wrap;
}
.banner-grid-right,
.banner-grid-left {
	display: block;
}

.wrap-grid-adv-box {
	display: flex;
	flex-wrap: wrap;
}
.banner-grid-right,
.grid-text-box,
.grid-image-box {
	float: none !important;
}
/* .banner-grid-left */
.banner-grid-right .grid-image-box {
	height: 50%;
}
.banner-grid-right .grid-image-box img,
.banner-grid-left .grid-image-box img{
	width: 100%;
	height: 100%;
	display: block;
	/* position: absolute;
	top: 0;
	left: 0;
	bottom: 0; */
}

.banner-grid-right {
	display: flex;
	flex-wrap: wrap;
}
.banner-grid-right .grid-text-box.active {
	background: #1c1c1c;
	width: 100%;
	height: 50%;
}
.grid-image-box img:hover {
	transform: unset;
}
.grid-text-box:hover {
	background: none;
}



.banner-grid-left .wrap-grid-adv-box:hover .grid-image-box img,
.banner-grid-right:hover .grid-image-box img {
	transform: scale(1.2);
}
.banner-grid-left .wrap-grid-adv-box:hover .grid-text-box,
.banner-grid-right:hover .grid-text-box {
	background: #1c1c1c none repeat scroll 0 0;
}
.banner-grid-left .wrap-grid-adv-box:hover h3 {
	color: #fff;
}
.intro-message {
	font-size: 28px;
	color: #FFF;
	line-height: 1.4;
	text-shadow: 1px 1px 34px #000;
	
}
.text-special > .location {
	left: 50%;
	text-align: left;
	margin-left: 50px;
	width: 360px;
	line-height: 1.2;
	font-size: 21px;
	margin-top: 10px;
}
.text-special strong {
	display: inline-block;
	margin-top: 8px;
}
.text-special > .location .where {
	/* font-size: 90%; */
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	line-height: 1.2;
	text-transform: initial;
}
.content-message {
	font-size: 25px;
	text-shadow: 1px 1px 34px #000;
}
.content-message p:first-child {
	margin-top: 0;
}
.split-2 {
	column-count: 2;
	column-gap: 50px;
	text-align: left;
}
.text-special > label {
	display: block;
	left: 50px;
}
#footer {
	margin-top: 0;
}
#footer .partner-sponsor img {
	min-width: 60px;
	height: 40px;
}
#footer .partner-sponsor {
	margin-top: 30px;
}

.title-footer {
	font-weight: 700;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 30px;
}
.title-footer + a {
	font-size: 20px;
	transition: all 300ms ease-out;
}
.title-footer + a:hover {
	color: #FFF;
}


.pulse-button::selection {
	background: none; /* WebKit/Blink Browsers */
	color: #FFF;
}
.pulse-button::-moz-selection {
	background: none; /* Gecko Browsers */
	color: #FFF;
}

.pulse-button {
	position: fixed;
	bottom: 50px;
	right: 30px;
	margin-left: -50px;
	margin-top: -50px;
	display: block;
	/* width: 260px; */
	/* height: auto; */
	font-size: 1.3em;
	font-weight: light;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.4;
	padding: 20px;
	letter-spacing: 0px;
	color: #1d1d1d;
	border: none;
	font-weight: 700;
	background: #e7c113;
	/* text-shadow: 0px -1px 0px #000, 0px 1px 0px #000, 1px 0px 0px #000, -1px 0px 0px #000; */
	cursor: pointer;
	letter-spacing: 1px;
	border-radius: 40px;
	z-index: 99;
	box-shadow: 0 0 0 0 rgba(247, 206, 101, 0.5);
	/* -moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9); */
	-webkit-animation: pulse 2.5s infinite;
	transition: all 400ms ease-out;
}

.button-etes {
	width: 302px;
}

.button-to {
	bottom: 20px;
}

.pulse-button:hover {
	/* -moz-transform: scale(0.);
	-ms-transform: scale(0.98);
	-webkit-transform: scale(0.98);
	transform: scale(0.98); */
	background: #bf9e0a;
	color: #FFF;
	/* -webkit-animation: none; */
}

@-webkit-keyframes pulse {
	0% {
		/* -moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9); */
	}
	70% {
		/* -moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9); */
		box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
	}
	100% {
		/* -moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9); */
		box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
	}
}


.overtext {
	font-size: 40px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 20%;
	left: 50%;
	width: 1000px;
	max-width: 90vw;
	transform: translate(-50%, -50%);
	text-shadow: 1px 1px 15px #000;
	z-index: 1;
}
iframe {
	max-width: 100% !important;
}
.bottom-info {
	color: #FFF;
	font-weight: 400;
}
.bottom-info .singers {
	color: #FFF;
	font-size: 14px;
	padding: 0px 20px 0;
	text-transform: uppercase;
	display: inline-block;
	width: 174px;
}
.bottom-info strong {
	font-size: inherit;
	padding-left: 0;
	font-family: inherit;
	display: block;
}
.bottom-info .singers .main-singer {
	color: #FFF;
	font-size: 17px;
	font-weight: 700;
	display: block;
	letter-spacing: 1px;
	padding-bottom: 4px;
	margin-bottom: 6px;
}
.bottom-info .singers .main-singer {
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	display: block;
	letter-spacing: 1px;
	padding-bottom: 4px;
	margin-bottom: 6px;
}
.spettacoli strong {
	font-size: 35px;
	font-family: inherit;
	color: #FFF;
}
.spettacoli {
	font-weight: 400;
	font-size: 15px;
}
.spettacoli .number {
	color: #F7CE65;
	font-size: 40px;
	font-weight: normal;
	font-family: 'Poiret One', cursive;
	display: block;
}
.text-special .spettacoli a {
	color: inherit;
	display: block;
	margin: 15px 20px;
}
.cta-inline {
	font-weight: bold;
	display: inline-block;
	color: #FFF;
	font-size: 20px;
	border-radius: 60px;
	border: 1px solid;
	padding: 20px 30px;
	background: #00000078;
}
.cta-inline:hover {
	background: #000000c2;
}
.info-evento {
	line-height: 1.5;
	font-size: 18px;
	max-width: 900px;
	margin: 70px auto 60px;
	text-align: center;
}
.info-evento a {
	color: #F7CE65;
}
/* .cta-inline {
	margin-right: 20px;
}
.cta-inline + .cta-inline {
} */


/* 
.text-special {
	margin-top: -100px;
}

.spettacoli {
	padding-top: 290px;
}
.box-date {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gallery-item.last-continue img {
	filter: grayscale(1);
}
.spettacoli .day-number {
	font-size: 60px;
	width: 100%;
	text-align: center;
	display: block;
}
.text-special .spettacoli a {
	margin: 15px 10px;
}
.spettacoli .number {
	font-size: 34px;
} */

#footer .partner-sponsor .patrocinio img {
	max-width: initial;
	max-height: initial;
	width: 90px;
	height: auto;
}


@media (min-width:992px) {
	.text-special strong {
		font-size: 110px;
		padding: 30px 30px 90px;
		font-size: 90px;
		padding: 50px 30px 90px;
		margin-left: -320px;
	}
	.grid-text-box.reversed {
		display: flex;
		flex-direction: row-reverse;
		width: 100%;
	}
}

@media (max-width:991px) {
	.bottom-info .singers {
		text-align: left;
		/* margin-top: 30px; */
	}
	
	.text-special > .location .where br {
		display: none;
	}
	.banner-grid-adv {
		pointer-events: none;
	}
	.cta-inline + .cta-inline {
		margin-top: 18px;
	}
	.partner-sponsor > div {
		flex-wrap: wrap;
	}
	.partner-sponsor img {
		margin-right: 30px;
	}
	.partner-sponsor img + img {
		margin-left: 0px;
	}
	.partner-sponsor img:last-child {
		margin-right: 0px;
	}

	#footer .partner-sponsor img {
		margin-bottom: 20px;
	}

	.intro-message {
		font-size: 20px;
		margin-bottom: -10px;
	}

	.banner-grid-adv, .banner-grid-right {
		display: block;
	}

	.grid-text-box h2 {
		font-size: 40px;
		line-height: 1.1;
	}

	.grid-text-box h3 {
		font-size: 26px;
	}

	.partner-sponsor > div {
		margin-bottom: 80px;
	}

	.overtext {
		font-size: 20px;
	}

	iframe {
		height: 270px !important;
	}

	.location-section img {
		object-fit: cover;
		width: 100%;
		height: 500px;
	}

	/* .pulse-button {
		position: fixed;
		bottom: 0;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		padding-bottom: 20px;
		left: 0%;
		right: 0%;
		margin: 0;
		width: 50%;
	} */

	.pulse-button {
		position: fixed;
		bottom: 0;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		padding: 15px 20px 10px;
		left: 0%;
		right: 0%;
		margin: 0;
		font-size: 16px;
		width: 100%;
		/* width: 49%; */
	}

	.button-etes {
		left: initial;
		right: 0;
	}

	.grid-text-box {
		margin: 0;
	}

	.grid-image-box {
		margin-bottom: 0;
		width: 100%;
	}

	.split-2 {
		column-count: unset;
	}

	.content-message {
		font-size: 20px;
	}

	.about-section {
		padding: 0px 0 40px;
		background: rgb(19 19 19) url('../images/caravaggio-bg.jpg') no-repeat scroll 30% 0%;
	}

	/* .content-top .partner-sponsor {
		display: none;
	} */

	.text-special {
		margin-top: -20px;
		width: 90%;
	}

	.text-special strong {
		font-size: 140px;
		padding-left: 140px;
	}

	.text-special > label {
		font-size: 24px;
		font-weight: normal;
		left: 40px;
		position: absolute;
		top: 48px;
	}

	.text-special > label.location {
    font-size: 24px;
    font-weight: normal;
    position: static;
    margin-left: 0;
    margin-bottom: 20px;
    max-width: 190px;
    margin-top: 5px;
    position: absolute;
    left: initial;
    top: -10px;
    right: 0;
    text-align: right;
	}

	.text-special > .location .where {
    margin-top: -10px;
    text-transform: initial;
    width: 150px;
	}
	
	.year {
		font-size: 45px;
	}

	body.home-page .content-top {
		/* background: #131313 url('../images/home_1/coordinato-gospel-napoli.jpg') no-repeat 20% 0%; */
		background-size: auto 100vh;
	}

	.banner-simple-text > h3 {
		font-size: 25px;
		letter-spacing: 1px;
		margin: 0px 0 90px;
	}

	body.home-page .content-top {
		/* box-shadow:none; */
		box-shadow: none;
	}
	
	.text-special .spettacoli strong {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.text-special .spettacoli {
		margin-bottom: 30px;
	}
	
	.text-special > label {
		font-size: 18px;
		font-weight: normal;
		left: 0px;
		position: absolute;
		top: 50px;
	}

	.year {
		font-size: 34px;
		letter-spacing: 4px;
	}

	.text-special strong {
		font-size: 60px;
		padding-left: 0px;
		margin-left: -50px;
		margin-top: 80px;    
	}

	.text-special .spettacoli strong {
		margin-left: 0px;
	}

	.text-special {
		position: relative;
    margin-top: 410px;
    width: 100%;
	}

	body.home-page .content-top {
		/* background: #131313 url('../images/2024-christmas-gospel.jpg') no-repeat 13% 0%;
		background-size: auto 100vh; */
		background: #000 url('../images/caravaggio-main.jpg') no-repeat 20% 0;
		background-size: auto 480px;
	}

	/* .text-special strong {
		margin-left: 40px;
		margin-top: 35px;
	} */

	.text-special strong {
		left: 8px;
		top: -20px;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
	}

	.bottom-info {
    flex-direction: column;
    align-items: flex-start !important;
	}

	.kindof {
    padding: 0px 20px 0;
	}

	#footer .partner-sponsor {
    margin-top: 30px;
    flex-direction: column;
	}

	.privacy-policy {
    margin-left: 5px;
    padding-left: 8px;
	}

	.privacy-policy::before {
    height: 20px;
    top: 0px;
	}

}

@media (min-width:1024px) {
	/* .bottom-info {
		position: absolute;
		top: 70%;
		right: 5%;
		transform: translateY(-50%);
	} */
	.bottom-info {
		position: absolute;
		/* top: 60%; */
		top: 74%;
		right: 5%;
		transform: translateY(-50%);
	}
	.banner-simple-text {
		position: relative;
	}
}


@media (max-width:1200px) and (min-width:600px) {
	.intro-message {
		font-size: 26px;
	}
	body.home-page .content-top {
		/* background: url(../images/home_1/coordinato-gospel-napoli.jpg) no-repeat 33% 0%; */
	}
	
	.grid-text-box h2 {
		font-size: 38px;
	}
	.grid-text-box h3 {
		font-size: 26px;
	}
	.partner-sponsor {
		display: none;
	}
	
}

.accordion {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: .3s;
  font-family: 'Lato';
  border-bottom: 2px solid #444;
  position:relative;
  padding-right:25px;
  
}

.accordion:before {
	content:'';
	width: 20px;
	height: 2px;
	background-color: #000;
	top:50%;
	right: 10px;
	position: absolute;
	transform: rotate(-45deg);
	opacity: 0;
	transition: .4s ease-in-out;
	cursor: pointer;
}

.active.accordion:before, .active.accordion:after {
	opacity: 1;
}

.accordion:after {
	content:'';
	width: 20px;
	height: 2px;
	background-color: #000;
	top:50%;
	right: 10px;
	position: absolute;
	transform: rotate(45deg);
	opacity: 0;
	cursor: pointer;
	transition: .4s ease-in-out;
}

.active, .accordion:hover {
  background-color: #F7CE65; 
	color: #333;
}

.panel {
  padding: 0 18px;
	line-height: 1.6;
  background-color: #fff;
	font-size: 18px;
	color: #333;
	font-weight: 400;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.panel a {
	color: #c78f00;
}

.panel.padding {
	padding: 18px 18px !important;
}

.faq-gospel > div {
	margin-bottom: 25px;
	column-count: 2;
	column-gap: 50px;
}

.faq-gospel {
	margin-bottom: 50px;
}

.faq-gospel h2 {
	font-size: 80px;
	padding:18px;
	margin:0;
	color:#fff;
	text-align: center;
}

.faq-gospel h4{
	text-align: center;
	font-size: 22px;
	color:white;
}

video {
	max-width: 1000px;
}

.info-evento-m {
	display: none;
}

.topbar {
	background: #e7c113;
	color: #111;
	text-align: center;
	padding: 8px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 1px;
	border-radius: 0 0 30px 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.topbar span {
	font-weight: 500;
	display: block;
}

.video-edizioni {
	position: absolute;
	top: 68%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	width: 70%;
}

.video-edizioni span {
	position: relative;
	display: block;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 300;
}

.title-tab strong {
	color: #f7ce65;
	font-weight: inherit;
}

.banner-simple-text>* {
	filter: drop-shadow(0px 0px 6px #000);
}

.overtext ~ img {
	height: 1000px;
	filter: brightness(0.5);
}

.partner-sponsor .main-sponsor {
	min-width: 200px;
}

.partner-sponsor .main-sponsor:before {
	font-size: 17px;
	font-weight: 800;
	filter: drop-shadow(0px 0px 6px #000);
}

.partner-sponsor .main-sponsor img {
	height: 60px;
	filter: drop-shadow(0px 0px 6px #000);
}

.main-logo {
	width: 500px;
}

.footer {
	padding: 20px 0 70px;
}

span.citta-napoli {
	display: block;
	font-size: 50px;
	font-weight: 600;
	color: #F7CE65;
}

iframe {
	display: block;
	margin-bottom: -1px;
}

@media (max-width: 991px) {

	.faq-gospel > div {
		margin-bottom: 25px;
		column-count: 1;
		column-gap: 20px;
	}

	.padding {
		margin:0px 0 25px 0;
	}

	/* .text-special {
    display: none !important;
  } */

	.bottom-info {
    display: none !important;
  }
	
	.info-evento-m {
    display: block;
		margin: 20px 0 10px;
  }

	.banner-simple-text {
    min-height: initial;
    padding-bottom: 0px;
    text-shadow: 1px 1px 34px #000;
		padding-top: 10px;
	}

	.wrap.location-section {
    height: 1400px;
    background: #000;
	}

	.overtext {
    font-size: 20px;
    top: 15%;
	}

	.video-edizioni {
    width: 100%;
    flex-direction: column;
    padding: 0 10px;
    top: 66%;
  }

	.overtext ~ img {
    height: 460px;
	}

	.topbar {
    font-size: 17px;
    letter-spacing: 0;
	}

	.main-logo {
		position: relative;
    width: 280px;
		top: 50px;
	}
	
}