.titolo-area.backdrop {
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	background-size: cover;
}

.titolo-area.backdrop .container{
	background-color: rgba(255,255,255, 0.95);
}

.titolo-area .titolo-content, .titolo-info{
	padding: 0 40px;
}

@media ( max-width : 767px) {
	.titolo-area .titolo-content, .titolo-info{
		padding: 0 10px;
	}
}

.titolo-area .titolo-content > span {
	color: #0c59db;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative;
	padding-bottom: 28px;
}

.titolo-area > .container{
	padding: 40px 0 40px;
}

.titolo-area .titolo-thumb{
	text-align: center;
}

.titolo-area .titolo-thumb img{
	object-fit: cover;
	width: 300px;
	height: 450px;
	max-height: 90%;
	max-width: 90%;
}

.titolo-area  .titolo-trailer{
	text-align: center;
	margin-top: 40px;
}

.titolo-area .titolo-content>span::before
	{
	position: absolute;
	content: '';
	top: 10px;
	right: -90px;
	height: 2px;
	width: 70px;
	background: #0c59db;
}

@media ( max-width : 767px) {
	.titolo-area .titolo-content>span::before
		{
		display: none;
	}
}

.titolo-area .titolo-content .title {
	font-size: 60px;
	line-height: 70px;
}
.titolo-area .titolo-content h2.title {
	font-size: 30px;
	line-height: normal;
	margin-bottom: 20px;
}
.titolo-area .titolo-content h3.title {
	font-size: 20px;
	line-height: normal;
	margin-bottom: 20px;
}

@media ( max-width : 767px) {
	.titolo-area .titolo-content .title {
		font-size: 42px;
		line-height: 50px;
	}
	.titolo-area .titolo-content h3.title {
		font-size: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.titolo-area .titolo-content .title {
		font-size: 50px;
	}
	.titolo-area .titolo-content h3.title {
		font-size: 20px;
	}
}

.titolo-area .status{
	font-size: 1.5em;
}

.titolo-area .status .badge{
	padding: 10px;
}

.titolo-area .status i.fa{
	margin-right: 5px;
}

.titolo-area .info li{
	font-size: 1.2em;
	margin-bottom: 5px;
	text-align: left;
}

.titolo-area .info li > i {
	width: 30px;
	margin-right: 10px;
	font-size: 1.2em;
	text-align: center;
}

.titolo-area .titolo-content table{
	width: 100%;
	border: 2px solid #ededed;
}

.titolo-area .titolo-content table th {
	border: 2px solid #d0d0d0;
	border-collapse: collapse;
	padding: 5px 10px;
	height: 50px;
	background-color: #eee;
}

.titolo-area .titolo-content table td {
	border: 2px solid #d0d0d0;
	border-collapse: collapse;
	padding: 10px 10px;
	height: 50px;
}

.titolo-area .titolo-content table td a{
	padding: 5px 10px;
	min-height: 38px;
	vertical-align: middle;
	padding: 5px 10px;
	display: inline-block;
	font-size: 1rem;
}

.titolo-area .titolo-content table td a + a{
	margin-left: 10px;
}

.titolo-area .titolo-content table td .badge {
	padding: 5px 10px;
	height: 38px;
	vertical-align: middle;
	padding: 5px 10px;
	display: inline-block;
	font-size: 0.8rem;
	text-align: left;
}
.titolo-area .titolo-content table td .badge {
	line-height: 2;
}
.titolo-area .titolo-content table td .badge.twoline {
	line-height: 1;
}

table td input {
	width: 60px;
	border: 1px solid #999;
	padding: 4px;
	height: 38px;
	vertical-align: middle;
	border-radius: 0;
	color: #6c7a83;
	font-size: 1.2em;
}

.titolo-area .titolo-content .action-support-item
	{
	margin-top: 40px;
	background: #ff5f6e;
	text-align: center;
	padding: 20px 40px;
	position: relative;
	display: inline-block;
	z-index: 5;
}

.titolo-area .titolo-content .action-support-item i
	{
	position: absolute;
	top: 8px;
	left: 10px;
	opacity: .05;
	color: #fff;
	font-size: 60px;
	z-index: -1;
}

.titolo-area .titolo-content .action-support-item p
	{
	color: #fff;
	font-size: 14px;
}

.titolo-area .titolo-content .action-support-item span
	{
	color: #fff;
	font-weight: 700;
	font-size: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.titolo-area .titolo-content .action-support-item span
		{
		font-size: 18px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.titolo-area .titolo-content .action-support-item span
		{
		font-size: 18px;
	}
}

.softlink, .softlink:hover,.softlink:active{
	color: inherit;
}
.accordionBtn{
	display: block !important;
}
.accordionBtn .fa-chevron-down{
	display: none;
}
.accordionBtn.collapsed .fa-chevron-up{
	display: none;
}
.accordionBtn.collapsed .fa-chevron-down{
	display: inline;
}
.accordionBtn .fal{
	margin-right: 8px;
}
#calendar{
	width: 100%;
  	margin: 50px auto 0;
  	max-width: 800px;
}
#calendar, .datepicker table, .datepicker-inline {
	width: 100%;
}
#calendar .day div.circle{
	width: 35px;
  	height: 35px;
	border-radius: 50%;
	background-color: #dc3545;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 35px;
}
#calendar .day.enabled div.circle{
	background-color: #50cc80;
}
#calendar .datepicker table tr td.day.enabled.focused div.circle, #calendar .datepicker table tr td.day.enabled:hover div.circle{
	background-color: #2fa662;
}
#calendar .day.soldout div.circle{
	background-color: #dc3545;
}
#calendar .datepicker table tr td.day.soldout.focused div.circle, #calendar .datepicker table tr td.day.soldout:hover div.circle{
	background-color: #c82333;
}
#calendar .day.onlineout div.circle{
	background-color: #ffc107;
}
#calendar .datepicker table tr td.day.onlineout.focused div.circle, #calendar .datepicker table tr td.day.onlineout:hover div.circle{
	background-color: #e0a800;
}
#calendar .datepicker table tr td.day.active.focused div.circle, #calendar .datepicker table tr td.day.active:hover div.circle{
	background-color: #204d74;
}
#calendar .day.active div.circle{
	background-color: #316a9b
}
#calendar .datepicker table tr td.active:hover{
	background-color: #eee;
}
#calendar .datepicker table tr td.active{
	background-color: transparent;
	background-image: none;
}
.titolo-area .titolo-content #calendar .datepicker table{
	border: 0;
}
#calendar .datepicker thead .datepicker-switch{
	color: #666;
	font-size: 25px;
	font-weight: 600;
}
#calendar .datepicker thead .prev,#calendar .datepicker thead .next{
	font-size: 20px;
}
.titolo-area .titolo-content .datepicker table th.dow{
	color: #999;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}
.titolo-area .titolo-content .datepicker table td, .titolo-area .titolo-content .datepicker table th{
	border: 0;
	background-color: transparent;
	height: 55px;
}
.titolo-area .titolo-content .datepicker table td.old, .titolo-area .titolo-content .datepicker table th.old, .titolo-area .titolo-content .datepicker table td.new, .titolo-area .titolo-content .datepicker table th.new{
	background-color: rgba(217, 217, 217, 0.20);
	border-radius: 0;
}
.selezTipo a{
	width: 100%;
	line-height: 1.5em;
	padding-top: 30px;
	padding-bottom: 30px;
	word-spacing: normal;
}
.selezTipo a.success{
	background-color: #28a745;
	border-color: #28a745;
}
.selezTipo a.success:hover{
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}
.selezTipo a.notselect{
	background-color: transparent;
	border-color: #0c59db;
	color: #0c59db;
}
.selezTipo a.notselect:hover{
	background-color: #0c59db;
	border-color: #0c59db;
	color: #fff;
}
.condizioniText {
  max-height: 200px;
  overflow-y: scroll;
}