:root {
	--bs-dark-rgb: 17, 17, 17;
}
.navbar {
	--bs-navbar-nav-link-padding-x: 1rem;
}
.navbar-brand img {
	width: 28px;
	height: 28px;
}
.nav-item img {
	width: 24px;
	height: 24px;
}

html {
	height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	height: 100%;
	color:#fff;
	position: relative;
	background-color: #252525;
}
span.loading {
	background-color: #fff;
	background-image: url("../images/loading.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width:100px;
	height: 50px;
	display: block;
	border: 1px solid #999;
	border-radius: 10px;
	margin: 20px auto;
}
.container-fluid {
	height: 100%;
}
.header {
	background: url("../images/home-h.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
}
.header-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.header .logo {
	background: url("../images/logo-big.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 100;
}
.cose-block {
	background-color: rgba(230,230,230,0.75);
	border-radius: 1em;
}
h1 {
	color:#fff;
	font-weight: bolder;
	font-size: 4em;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 2.6em;
	font-weight: bolder;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
.app-store {
	height:45px;
	border-radius: 5px;
	margin-top:10px;
}
.play-store {
	height:45px;
	margin-left: 15px;
	border:0;
	margin-top:10px;
}
.wp-store {
	height:45px;
	margin-left: 15px;
	border:1px solid #a9a9a9;
	border-radius: 5px;
	margin-top:10px;
}
.header-bottom button {
	margin-top:15px;
}
.iphone {
	width: 100%;
	max-width: 640px;
}
.cose-blocks a {
	text-decoration: none;
	color: inherit;
}
.subtitles-img {
	width: 100%;
}
@media screen and (min-width: 1000px) {
  .subtitles-img {
		width: 70%;
	}
}
.console-img {
	width: 85%;
}
@media screen and (min-width: 1000px) {
  .console-img {
		width: 60%;
	}
}
.btn-lyri {
	background-color: #00a4be;
	color:#fff;
}
.btn-lyri:hover {
	background-color: #00a4be;
	color:#fff;
}
.header-func {
	background: url("../images/user-smartphone.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 415px;
	text-align: center;
}
.header-func .video {
	margin-top:-250px;
	width:560px;
	height: 315px;
}
.box-func {
	background-color: #f5f5f5;
}
.box-func .ico {
	width: 58px;
	height: 58px;
}
.box-func .pict {
	height:90px;
	border:2px solid #333;
	border-radius: 8px;
	margin:15px;
	cursor:pointer;
}
.header-contatti {
	background: url("../images/spartiti.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height:50%;
	min-height: 350px;
}
.box-footer {
	background-color: #000;
	color:#666;
	font-size: 14px;
	padding:40px 0px 20px 0px;
	text-align: center;
}
.box-footer a {
	color:#666;
}
.box-footer .paypal {
	background-color:#fff;
	text-align:center;
	margin-bottom: 10px;
}
.box-footer .paypal img {
	height:50px;
	margin:5px;
}
.big-img {
	z-index: 1600;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.big-img .close {
	background: url("../images/close.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 100;
	width: 30px;
	height: 30px;
	position: absolute;
	top:20px;
	right:20px;
	cursor: pointer;
}

/* TICKET */
.ticket-header {
	padding:20px;
	background-color: #333;
}
.ticket-event {
	border-bottom:3px solid #333;
	padding:25px 0;
}
.ticket-event:last-child {
	border-bottom:0;
}
.ticket-event h3 {
	font-size:22px;
}
.ticket-event h4 {
	font-size:16px;
	color:#ccc;
}
.ticket-event h5 {
	font-size:13px;
	margin:0;
}
.ticket-event img {
	width:100%;
	max-width: 300px;
}
.ticket-event .info {
	color:#ccc;
}
.ticket-event .info .lang-box {
	width:20px;
	height:20px;
}
.ticket-event .info a {
	color:#00a4be;
	cursor: pointer;
}
.ticket-event .long-info {
	font-size:11px;
}
.add-to-cart {
	width: 160px;
	margin-top: 20px;
}
.all-date {
	margin-left:15px;
}

/* BUY */
.buy-carrello {
	padding:20px 0 0 0;
}
.buy-carrello input {
	color:#000;
	width:60px;
}
.buy-carrello table a {
	margin-left:15px;
	color:#000;
}
.buy-carrello table td.large {
	min-width: 150px;
}
.buy-totali {
	text-align: right;
}
.buy-alert {
	margin-top:20px;
}
.buy-carrello .articoli-box {
	color:#000;
	background-color: #fff;
	padding:20px;
	margin-bottom: 20px;
}
.buy-userdata {
	padding:20px 0 0 0;
}
.buy-userdata .dati-box {
	color:#000;
	background-color: #fff;
	padding:20px;
	margin-bottom: 20px;
}
.buy-nav {
	margin: 30px 0 10px 0;
}
.buy-nav div {
	background-color: #eee;
	padding:10px;
	border:2px solid #151515;
	color: #000;
}
.buy-nav div.pass {
}
.buy-nav div.active {
	background-color: #00a4be !important;
	color: #fff;
}
.buy-payment {
	padding:20px 0 0 0;
}
.buy-payment .payment-box {
	color:#000;
	background-color: #fff;
	padding:20px;
	margin-bottom: 20px;
}
.buy-complete {
	padding:20px 0 0 0;
}
.buy-complete .complete-box {
	color:#000;
	background-color: #fff;
	padding:20px;
	margin-bottom: 20px;
}

.termsconditions {
	padding:20px 0 0 0;
}
.termsconditions .termsconditions-box {
	color:#000;
	background-color: #fff;
	padding:20px;
	margin-bottom: 20px;
}
.termsconditions .termsconditions-box h4 {
	color:#00a4be;
	margin: 25px auto 10px auto;
}
.termsconditions .termsconditions-box p {
	margin: 10px auto 10px auto;
}

.tutorial {
	padding:20px 0 0 0;
}
.tutorial .tutorial-box {
	color:#000;
	background-color: #fff;
	padding:20px;
	margin-bottom: 20px;
}
.tutorial .tutorial-box h4 {
	color:#00a4be;
	margin: 25px auto 10px auto;
}
.tutorial .tutorial-box .video {
	width:560px;
	height: 315px;
}

