/* font */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(../../generic/css/fonts/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(../../generic/css/fonts/Montserrat-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(../../generic/css/fonts/Montserrat-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(../../generic/css/fonts/Montserrat-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Barlow Condensed'), local('Barlow-Condensed'), url(../../generic/css/fonts/BarlowCondensed-Regular.ttf) format('truetype');
}


body {
	width: 100%;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: var(--second_color);
	background: #000000;
	
	line-height: 20px;
	
	margin: 0;
}

* {
	box-sizing: border-box;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
h1 {
	font-weight: 700;
}

#container {
	width: 100%;
	
	margin: 0 auto;
}

	#header_top {
		width: 100%;
		height: 50px;
		margin: 0 auto;
		background: var(--fourth_color);
		background: linear-gradient(90deg, rgba(51,67,151,1) 0%, rgba(186,53,46,1) 50%, rgba(255,186,0,1) 100%);
	}

		#header_top_body {
			width: 1200px;
			margin: 0 auto;
			padding: 12px 0;
		}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				#header_top_body { width: 300px; }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				#header_top_body { width: 460px; }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				#header_top_body { width: 748px; }
			}
		
			#contact_menu {
				float: left;
				display: block;
			}
			
				#icon_phone {
					margin-right: 40px;
				}
			
				#icon_mail, #label_mail {
					display: inline-block;
					vertical-align: middle;
				}
				
				#label_mail {
					text-transform: uppercase;
					font-size: 12px;
					font-weight: 600;
					color: var(--second_color);
					margin-left: 20px;
					margin-top: 2px;
				}
	
				@media screen and (max-width : 992px) {
					#label_mail { display: none; }
				}
		
			#social_menu {
				float: right;
				display: block;
			}
			
				#icon_instagram {
					margin-right: 40px;
				}
		
	header {
		position: relative;
		width: 100%;
		height: auto;
		background: #000000;
	}
	
		#header_body {
			position:relative;
			top:0px;
			left:0px;
			width: 1200px;
			height: 200px;
	
			margin: 0 auto;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			#header_body { width: 300px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			#header_body { width: 460px; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			#header_body { width: 748px; }
		}
		
			#logo {
				position: absolute;
				display: block;
				width: 146px;
				left: 50%;
				top: 50%;
				transform: translate(-50%, -50%);
			}
		
			/* classi menu top */
				
			#menu_top input {
				display: none;
			}

			.open {
				background-color: var(--second_color);
				width: 35px;
				height: 4px;
				display: block;
				border-radius: 2px;
				cursor: pointer;
				position: relative;
				top: 8px;
				z-index: 30000;
			}

			.open:before {
				content: "";
				background-color: var(--second_color);
				width: 35px;
				height: 4px;
				display: block;
				border-radius: 2px;
				position: relative;
				top: -10px;
				transform: rotate(0deg);
				transition: all 0.3s ease;
			}

			.open:after {
				content: "";
				background-color: var(--second_color);
				width: 35px;
				height: 4px;
				display: block;
				border-radius: 2px;
				position: relative;
				top: 6px;
				transform: rotate(0deg);
				transition: all 0.3s ease;
			}

			.menu_open {
				width: 35px;
				height: 20px;
				display: block;
				cursor: pointer;
				float: left;
				margin-top: 90px;
			}

			.menu_box {
				position: fixed;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				background: var(--fourth_color);
				background: linear-gradient(90deg, rgba(51,67,151,1) 0%, rgba(186,53,46,1) 50%, rgba(255,186,0,1) 100%);
				z-index: 20000;
			}
				.open_box {
					height: 35px;
					width: 35px;
					display: block;
					position: absolute;
					z-index: 30001;
					margin-top: -9px;
				}

			.menu_box .menu_content {
				position: relative;
				top: 50%;
				transform: translateY(-50%);
				font-size: 24px;
				text-align: center;
			}
		
			.menu_box ul li {
				padding: 20px 0;
			}

			.menu_box ul li a {
				display: block;
				color: rgba(255,255,255,1);
				text-transform: uppercase;
				text-decoration: none;
				transition: color 0.3s linear;
				-webkit-transition: color 0.3s linear;
				-moz-transition: color 0.3s linear;
			}

			.menu_box ul li a:hover {
				color: rgba(255,255,255,0.7);
			}

			.menu_effects {
				opacity: 0;
				visibility: hidden;
				transition: opacity 0.5s, visibility 0.5s;
			}

			.menu_effects ul {
				transform: translateY(0%);
				transition: all 0.5s;
			}

			#menu_toggle:checked ~ .menu_effects {
				opacity: 1;
				visibility: visible;
				transition: opacity 0.5s;
			}

			#menu_toggle:checked ~ .menu_effects ul {
				opacity: 1;
			}

			#menu_toggle:checked ~ .menu_open .open {
				background-color: transparent;
			}

			#menu_toggle:checked ~ .menu_open .open:before {
				content: "";
				background-color: var(--second_color);
				transform: rotate(45deg);
				position: absolute;
				top: 0;
				right: 0;
				z-index: 3;
			}

			#menu_toggle:checked ~ .menu_open .open:after {
				content: "";
				background-color: var(--second_color);
				transform: rotate(-45deg);
				position: relative;
				top: 0;
				right: 0;
				z-index: 3;
			}

			#menu_toggle:not(:checked) ~ .menu_effects ul {
				transform: translateY(-30%);
			}
			
			#menu_user {
				float: right;
				margin-top: 80px;
			}
			
				#menu_top .tooltip {
					position: relative;
					top: -8px;
					left: 50px;
  					width: 90px;
  					height: 28px;
  					line-height: 28px;
  					background: var(--second_color);
  					color: var(--first_color);
					text-align: center;
					font-size: 12px;
					text-transform: uppercase;
					font-weight: 600;
				}

				#menu_top .tooltip::after {
  					content: "";
  					position: absolute;
  					top: 50%;
  					right: 100%;
  					margin-top: -5px;
  					border-width: 5px;
  					border-style: solid;
  					border-color: transparent white transparent transparent;
				}
			
				#menu_user .tooltip {
					position: relative;
					display: inline-block;
					top: -18px;
					right: 14px;
  					width: 90px;
  					height: 28px;
  					line-height: 28px;
  					background: var(--second_color);
  					color: var(--first_color);
					text-align: center;
					font-size: 12px;
					text-transform: uppercase;
					font-weight: 600;
				}

				#menu_user .tooltip::after {
  					content: "";
  					position: absolute;
  					top: 50%;
  					left: 100%;
  					margin-top: -5px;
  					border-width: 5px;
  					border-style: solid;
  					border-color: transparent transparent transparent white;
				}
	
				@media screen and (max-width : 992px) {
					#menu_top .tooltip, #menu_user .tooltip { display: none; }
				}
		
		

	main {
		position: relative;
		width: 100%;
		height: auto;
		background: #000000;
	}
	
		.main_body {
			position:relative;
			top:0px;
			left:0px;
			width: 1200px;
			height: auto;
	
			margin: 0 auto;
			padding: 100px 0;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			.main_body { width: 300px; padding: 60px 0; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.main_body { width: 460px; padding: 60px 0; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.main_body { width: 748px; }
		}
		
	#social {
		position: relative;
		width: 100%;
		height: auto;
		background: #000000;
		border-top: 1px solid rgba(255,255,255,0.3);
	}
	
		#social_body {
			position:relative;
			top:0px;
			left:0px;
			width: 1200px;
			height: auto;
	
			margin: 0 auto;
			padding: 40px 0;
			display: flex;
  			justify-content: space-between;
  			flex-direction: row;
  			align-items: center;
  			column-gap: 50px;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			#social_body { width: 300px; flex-direction: column; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			#social_body { width: 460px; flex-direction: column; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			#social_body { width: 748px; flex-direction: column; }
		}
			
			#facebook, #instagram {
				width: 470px;
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				#facebook, #instagram { width: 300px; height: 190px; }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				#facebook, #instagram { width: 460px; height: 294px; }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				#facebook, #instagram { }
			}
			
			#facebook img, #instagram img {
				width: 100%;
			}
			
			#app_download {
				width: 260px;
				text-align: center;
				line-height: 20px;
				font-size: 16px;
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				#app_download { width: 300px; padding: 50px 0; }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				#app_download { width: 460px; padding: 50px 0; }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				#app_download { width: 470px; padding: 50px 0; }
			}
			
				#appstore, #googleplay {
					display: block;
					width: 125px;
					margin: 20px auto 0 auto;
				}
				
	footer {
		position: relative;
		width: 100%;
		height: auto;
		background: var(--first_color);
		background: linear-gradient(180deg, rgba(15,43,70,1) 0%, rgba(0,0,0,1) 100%);
	}
	
		.footer_body {
			position:relative;
			top:0px;
			left:0px;
			width: 1200px;
			height: auto;
			padding: 60px 0 140px 0;
			color: var(--second_color);
	
			margin: 0 auto;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			.footer_body { width: 300px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.footer_body { width: 460px; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.footer_body { width: 748px; }
		}
		
			.menu_footer {
				display: flex;
  				justify-content: space-between;
  				flex-direction: row;
			}
	
				@media screen and (max-width : 992px) {
					.menu_footer { flex-direction: column; }
				}
			
				.col-1 {
					width: calc(100% / 3);
					height: auto;
					border-right: 1px solid rgba(255,255,255,0.3);
					color: rgba(255,255,255,0.7);
					padding: 0 40px;
				}
	
					@media screen and (max-width : 992px) {
						.col-1 { width: 100%; height: auto; padding: 40px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.3); }
					}
				
				.col-1:first-child {
					padding-left: 0;
				}
				
				.col-1:last-child {
					border-right: 0;
					padding-right: 0;
				}
	
					@media screen and (max-width : 992px) {
						.col-1:first-child { padding-top: 0; }
						.col-1:last-child { padding-bottom: 0; border-bottom: 0; }
					}
				
					.footer_title {
						color: #ffffff;
						font-size: 16px;
						font-weight: 600;
						text-transform: uppercase;
						margin-bottom: 20px;
					}
					
					.menu_footer li {
						margin-top: 10px;
					}
					
					.menu_footer li:first-child {
						margin-top: 0;
					}
					
					.menu_footer a {
						color: rgba(255,255,255,0.7);
						text-decoration: none;
						transition: color 0.3s linear;
						-webkit-transition: color 0.3s linear;
						-moz-transition: color 0.3s linear;
					}
					
					.menu_footer a:hover {
						color: rgba(255,255,255,1);
					}
					
					.menu_footer .fab {
						width: 40px;
						height: 40px;
						text-align: center;
						color: var(--second_color);
						background: rgba(255,255,255,0.2);
						border-radius: 50%;
						line-height: 40px;
						margin-right: 10px;
					}
					
					.menu_footer li > a:after { content: " "; }
					
					#credits {
						width: 800px;
					}
	
						@media screen and (max-width : 992px) {
							#credits { width: 100%; }
						}
				
					#credits a {
						color: rgba(255,255,255,0.7);
						text-decoration: none;
						transition: color 0.3s linear;
						-webkit-transition: color 0.3s linear;
						-moz-transition: color 0.3s linear;
					}
				
					#credits a:hover {
						color: rgba(255,255,255,1);
					}
				
	.prenotaRapido {
		position: fixed;
		bottom: 0px;
		width: 100%;
		z-index: 2;
		box-shadow: 0 0 15px 2px rgba(0,0,0,.3);
		background: #ffffff;
	}
	
		.prenotaRapido_body {
		}
		
			.title_prenotaRapido {
				display: inline-block;
				width: 20%;
				height: 80px;
				line-height: 80px;
				border-radius: 0 40px 40px 0;
				background: var(--fourth_color);
				color: var(--second_color);
				font-size: 18px;
				font-weight: 700;
				text-transform: uppercase;
				vertical-align: top;
				text-align: center;
			}
	
			@media screen and (max-width : 992px) {
				.title_prenotaRapido { display: block; width: 100%; border-radius: 0; }
			}
			
				.icon_cart {
					display: inline-block;
					vertical-align: middle;
					margin-right: 20px;
				}
			
			#prenoRapido {
				display: inline-block;
				width: 80%;
				padding: 0 40px;
			}
	
			@media screen and (max-width : 992px) {
				#prenoRapido { width: 100%; display: none; }
			}

			#prenoRapido div {
				position: relative;
				display: inline-block;
				width: calc(100% / 4);
				padding: 20px 20px 20px 0;
			}

			#prenoRapido div:last-child {
				padding-right: 0;
			}
	
				@media screen and (max-width : 992px) {
					#prenoRapido div { display: block; width: 100%; padding: 20px 0 0 0; }
					#prenoRapido img { display: none; }
					#prenoRapido div:last-child { padding: 20px 0; }
				}

			#prenoRapido img {
				position: absolute;
				top: 30px;
				left: 10px;
			}

			.prenotaRapido select {
				width: 100%;
				height: 40px;
				overflow: hidden;
				border: 0;
				background-color: rgba(33, 33, 33, 0.15);
				font-family: 'Montserrat', sans-serif;
				font-weight: 400;
				font-size: 16px;
				padding-left: 40px;
	
				z-index: 1;
			}
			
/* Nome cinema */
.nome_cinema {
	position: relative;
	width: 100%;
	height: auto;
	background: var(--first_color);
}

	.nome_cinema_body {
		position:relative;
		top:0px;
		left:0px;
		width: 1200px;
		height: 60px;
		line-height: 60px;
		color: var(--second_color);

		margin: 0 auto;
	}

	@media screen and (min-width : 320px) and (max-width : 479px) {
		.nome_cinema_body { width: 300px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.nome_cinema_body { width: 460px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.nome_cinema_body { width: 748px; }
	}
		
		.nome_cinema_body .nome {
			float: left;
			font-size: 23px;
			font-weight: 700;
			text-transform: uppercase;
		}
		
		.nome_cinema_body .nome svg {
			display: inline-block;
			vertical-align: top;
			margin: 14px 26px 0 0;
		}
		
		.nome_cinema_body .address {
			float: right;
			text-transform: uppercase;
		}
		
		.nome_cinema_body .address svg {
			display: inline-block;
			vertical-align: top;
			margin: 12px 0 0 26px;
		}

		@media screen and (max-width : 767px) {
			.nome_cinema_body .nome { float: none; }
			.nome_cinema_body .nome svg { margin: 14px 10px 0 0; }
			.nome_cinema_body .address { display: none; }
		}
					
.btt {
	cursor: pointer;
}
					
.btt_main_solid {
	background: var(--third_color);
	border-radius: 20px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	transition: box-shadow 0.3s linear;
	-webkit-transition: box-shadow 0.3s linear;
	-moz-transition: box-shadow 0.3s linear;
}
					
.btt_main_solid a {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: var(--second_color);
	text-decoration: none;
}
					
.btt_main_solid:hover {
	-webkit-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.50);
}

strong {
	font-weight: 600;
}

.big {
	font-size: 23px;
	text-transform: uppercase;
}

.c1 {
	color: var(--fifth_color);
}

.red {
	color: #ff0000;
}

.pg_title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 60px;
	color: var(--third_color);
}

.link {
	color: var(--fifth_color);
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

.text ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 14px;
}

hr {
	border-top: 1px solid rgba(0,0,0,0.2);
	margin: 50px 0;
}
	
@media screen and (max-width : 767px) {
	hr { margin: 30px 0; }
}

.btt_newsletter {
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 3000;
	width: 60px;
	height: 60px;
	line-height: 58px;
	background: var(--fourth_color);
	background: linear-gradient(45deg, rgba(51,67,151,1) 0%, rgba(186,53,46,1) 50%, rgba(255,186,0,1) 100%);
	text-align: center;
	border-radius: 50%;
	border: 2px solid var(--second_color);
	font-size: 24px;
	
	display: none;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.btt_newsletter { bottom: 240px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.btt_newsletter { bottom: 240px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.btt_newsletter { bottom: 160px; }
}

.btt_newsletter a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
}

.btt_newsletter a:hover {
	color: rgba(255,255,255,0.5);
}

	.btt_newsletter .tooltip_text {
		background: #dddddd;
		display: block;
		position: absolute;
		top: -50px;
		right: 0px;
		z-index: 1;
		color: #393939;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 30px;
		width: 120px;
		height: 30px;
		line-height: 30px;
		border-radius: 4px;
	}


	
#cookie_policy_div_inside {
	width: 1200px;
}