body {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #1d1d1b;
	
	line-height: 18px;
	
	margin: 0;
}

/* layout generali */
#container {
	width: 100%;
	
	margin: 0 auto;
	background: #dbdbdb;
}

header {
	position:relative;

	width: 100%;
	height: auto;
}

#header_body {
	position:relative;
	top:0px;
	left:0px;

	width: 980px;
	height: auto;
	
	margin: 0 auto;
	
	background: #ffffff;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	#header_body { width: 320px; padding-bottom: 20px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#header_body { width: 480px; padding-bottom: 20px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#header_body { width: 768px; padding-bottom: 20px; }
}

		#menu_upper {
			position: relative;
			height: 138px;
		}

		@media screen and (min-width : 320px) and (max-width : 479px) {
			#menu_upper { height: auto; padding-top: 20px; }
			.top_label { display: none; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			#menu_upper { height: auto; }
			.top_label { display: none; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			#menu_upper { }
			.top_label { display: none; }
		}
	
	#social_top {
		float: left;
		padding-top: 48px;
		padding-left: 18px;
	}

	@media screen and (min-width : 320px) and (max-width : 479px) {
		#social_top { padding-top: 0px; padding-left: 10px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#social_top { padding-top: 0px; padding-left: 10px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#social_top { }
	}

	#logo {
		position:absolute;
		top:20px;
		left:372px;

		width: 236px;
		height: 98px;
	
		cursor: pointer;
	}

	@media screen and (min-width : 320px) and (max-width : 479px) {
		#logo { position: relative; top: 0; left: 0; padding-top: 20px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#logo { position: relative; top: 0; left: 0; padding-top: 20px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#logo { left: 266px; }
	}
	
	#app_top {
		float: right;
		padding-top: 48px;
		padding-right: 18px;
	}

	@media screen and (min-width : 320px) and (max-width : 479px) {
		#app_top { padding-top: 0px; padding-right: 10px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#app_top { padding-top: 0px; padding-right: 10px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#app_top { }
	}
	
		#social_top a, #app_top a {
			color: #1d1d1b;
		}

#menu {
	position: relative;
	top: 0px;
	left: 20px;
	width: 940px;
	height: 30px;
	padding: 10px 0;
	background: #000;
	border-radius: 8px 8px 0 0;
	background: #1d1d1b;
	
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 1);
}

	.btt_menu {
		float: left;
		margin: 0;
		padding: 0;
		border: 0;
		height: 30px;
		line-height: 30px;
	
		text-align: center;
		border-right: 1px solid rgba(255,255,255,0.3);
		width: calc(100% / 6 - 1px);
	}
	
	.btt_menu .fas {
		margin-left: 8px;
	}

	/*#btt_menu_home {
		width: 90px;
	}

	#btt_menu_cinema {
		width: 98px;
	}

	#btt_menu_film {
		width: 74px;
	}

	#btt_menu_offerte {
		width: 117px;
	}

	#btt_menu_eventi {
		width: 91px;
	}

	#btt_menu_servizi {
		width: 103px;
	}

	#btt_menu_chisiamo {
		width: 110px;
	}

	#btt_menu_contatti {
		width: 108px;
	}

	#btt_menu_newsletter {
		width: 141px;
		border-right: 0;
	}*/
	
	#btt_menu_promo {
		border-right: 0;
	}

	.menu_link {
		font-weight: 500;
		color: #ffffff;
		text-transform: uppercase;
		font-size: 14px;
		transition: color 0.3s linear;
		-webkit-transition: color 0.3s linear;
		-moz-transition: color 0.3s linear;
	
		text-decoration: none;
	}

	.menu_link:hover {
		color: #ffdb20;
	}

		.menu_link_hover {
			color: #ffdb20;
		}
	
		.submenu {
			position:relative;
			top:0px;
			left:0px;
		
			z-index:300;
		
			display:none;
		
			color: #ffffff;
		
			text-align: left;
		
			line-height: 30px;
		
			padding: 10px 20px;
		
			background: #1d1d1b;
			border-radius: 0 0 8px 8px;
		}
	
		.submenu_link {
			font-weight: 500;
			color: #ffffff;
			text-transform: uppercase;
			font-size: 14px;
			transition: color 0.3s linear;
			-webkit-transition: color 0.3s linear;
			-moz-transition: color 0.3s linear;
			text-decoration: none;
		}
	
		.submenu_link:hover {
			color: #ffdb20;
		}
	
	#btt_menu_cinema .submenu, #btt_menu_servizi .submenu {
			width: 250px;
	}
	
/*menu mobile*/

#menu_mobile {
	position: relative;
	top: 0px;
	left: 0px;
	width: 320px;
	height: auto;
	
	z-index: 300;
	
	display: none;
}

#menu_mobile_icon {
	position: relative;
	top: 0px;
	left: 135px;
	width: 50px;
	background: #1d1d1b;
	color: #ffffff;
	padding: 10px 0;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 20px;
}

#menu_mobile_box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 320px;
	height: auto;
	margin-top: 5px;
	
	display: none;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	#menu { display: none; }
	#menu_mobile { display: block; }
	.btt_menu { position: relative; height: auto; margin-right: 0px; margin-left: 10px; background: #1d1d1b; float: none; border-right: 0; }
	#btt_menu_home, #btt_menu_cinema, #btt_menu_film, #btt_menu_rassegne, #btt_menu_eventi, #btt_menu_servizi, #btt_menu_contatti, #btt_menu_newsletter, #btt_menu_chisiamo, #btt_menu_offerte { width: 300px; }
	.submenu { text-align: center; border-radius: 0px; padding: 0px; border-top: 1px solid rgba(255,255,255,0.3); border-bottom: 1px solid rgba(255,255,255,0.3); }
	#btt_menu_cinema .submenu, #btt_menu_servizi .submenu { width: 300px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#menu { display: none; }
	#menu_mobile { display: block; }
	#menu_mobile_icon { left: 215px; }
	.btt_menu { position: relative; height: auto; margin-right: 0px; margin-left: 10px; background: #1d1d1b; float: none; border-right: 0; }
	#btt_menu_home, #btt_menu_cinema, #btt_menu_film, #btt_menu_rassegne, #btt_menu_eventi, #btt_menu_servizi, #btt_menu_contatti, #btt_menu_newsletter, #btt_menu_chisiamo, #btt_menu_offerte { width: 460px; }
	.submenu { text-align: center; border-radius: 0px; padding: 0px; border-top: 1px solid rgba(255,255,255,0.3); border-bottom: 1px solid rgba(255,255,255,0.3); }
	#btt_menu_cinema .submenu, #btt_menu_servizi .submenu { width: 460px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#menu { display: none; }
	#menu_mobile { display: block; }
	#menu_mobile_icon { left: 359px; }
	.btt_menu { position: relative; height: auto; margin-right: 0px; margin-left: 20px; background: #1d1d1b; float: none; border-right: 0; }
	#btt_menu_home, #btt_menu_cinema, #btt_menu_film, #btt_menu_rassegne, #btt_menu_eventi, #btt_menu_servizi, #btt_menu_contatti, #btt_menu_newsletter, #btt_menu_chisiamo, #btt_menu_offerte { width: 728px; }
	.submenu { text-align: center; border-radius: 0px; padding: 0px; border-top: 1px solid rgba(255,255,255,0.3); border-bottom: 1px solid rgba(255,255,255,0.3); }
	#btt_menu_cinema .submenu, #btt_menu_servizi .submenu { width: 728px; }
	#menu_mobile_icon { margin-top: 0; }
}
	
/*prenotaRapido*/
#prenotaRapido {
	position:relative;

	width: 100%;
	height: auto;
}

#prenotaRapido_body {
	position:relative;
	top:0px;
	left:0px;

	width: 980px;
	height: auto;
	
	margin: 0 auto;
	
	background: #ffffff;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	#prenotaRapido_body { width: 320px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#prenotaRapido_body { width: 480px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#prenotaRapido_body { width: 768px; }
}

#prenotaRapido_cont {
	position:relative;

	width: 730px;
	height: 38px;
	
	margin: 0 auto;
	text-align: left;
	padding-left: 210px;
	padding-top: 12px;
	
	background: #ffdb20;
	border-radius: 0 0 8px 8px;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	#prenotaRapido_cont { width: 280px; height: auto; padding: 20px 10px; border-radius: 8px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#prenotaRapido_cont { width: 440px; height: auto; padding: 20px 10px; border-radius: 8px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#prenotaRapido_cont { width: 518px; border-radius: 8px; }
}

#title_prenotaRapido {
	position:absolute;
	top: 18px;
	left: 20px;

	width: 180px;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	#title_prenotaRapido { position: relative; top: 0px; left: 0px; width: 280px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#title_prenotaRapido { position: relative; top: 0px; left: 0px; width: 440px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#title_prenotaRapido { }
}

	#prenotaRapido select {
		height: 25px;
   	overflow: hidden;
   	border: 1px solid #dbdbdb;
   	background-color: #ffffff;
   	margin-right: 5px;
	
		z-index: 1;
	}

	@media screen and (min-width : 320px) and (max-width : 479px) {
		#prenotaRapido select { margin-right: 0px; margin-top: 10px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#prenotaRapido select { margin-right: 0px; margin-top: 10px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#prenotaRapido select { }
	}
	
	#sel_cine {
		width: 150px;
	}
	
	#sel_film {
		width: 280px;
	}
	
	#sel_giorno {
		width: 150px;
	}
	
	#sel_ora {
		width: 100px;
	}

	@media screen and (min-width : 320px) and (max-width : 479px) {
		#sel_cine, #sel_film, #sel_giorno, #sel_ora { width: 280px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#sel_cine, #sel_film, #sel_giorno, #sel_ora { width: 440px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#sel_cine, #sel_film, #sel_giorno { width: 120px; }
		#sel_ora { width: 100px; }
	}
	

#content {
	position:relative;

	width: 100%;
	height: auto;
}

#content_body {
	position:relative;
	top:0px;
	left:0px;
	width: 940px;
	height: auto;
	
	margin: 0 auto;
	
	background: #e2e2e2;
	padding: 20px;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	#content_body { width: 300px; padding: 20px 10px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#content_body { width: 460px; padding: 20px 10px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#content_body { width: 728px; }
}

#promo {
	position:relative;

	width: 100%;
	height: auto;
}

	#promo_body {
		position:relative;
		top:0px;
		left:0px;

		width: 940px;
		height: auto;

		margin: 0 auto;
		text-align: left;

		background: #ffffff;
		padding: 20px;
	}

	@media screen and (min-width : 320px) and (max-width : 479px) {
		#promo_body { width: 300px; padding: 20px 10px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#promo_body { width: 460px; padding: 20px 10px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#promo_body { width: 728px; }
	}

		#rectangle1 {
			position: relative;
			top: 0;
			left: 0;
			width: 300px;
			height: 250px;

			overflow: hidden;
		}

		@media screen and (min-width : 320px) and (max-width : 479px) {
			#rectangle1 { }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			#rectangle1 { margin: 0 auto; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			#rectangle1 { width: 232px; height: 193px; }
			#rectangle1 img { width: 232px; height: 193px; }
		}

		#facebook {
			position: absolute;
			top: 20px;
			left: 340px;
			width: 300px;
			height: 250px;

			overflow: hidden;
		}

		@media screen and (min-width : 320px) and (max-width : 479px) {
			#facebook { position: relative; top: 0; left: 0; margin-top: 20px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			#facebook { position: relative; top: 0; left: 0; margin: 20px auto 0 auto; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			#facebook { left: 268px; width: 232px; height: 193px; }
		}

		#rectangle2 {
			position: absolute;
			top: 20px;
			left: 660px;
			width: 300px;
			height: 250px;

			overflow: hidden;
		}

		@media screen and (min-width : 320px) and (max-width : 479px) {
			#rectangle2 { position: relative; top: 0; left: 0; margin-top: 20px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			#rectangle2 { position: relative; top: 0; left: 0; margin: 20px auto 0 auto; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			#rectangle2 { left: 516px; width: 232px; height: 193px; }
			#rectangle2 img { width: 232px; height: 193px; }
		}

.newsletter {
	position:relative;

	width: 100%;
	height: auto;
}

.newsletter_body {
	position:relative;
	top:0px;
	left:0px;

	width: 940px;
	height: auto;
	
	margin: 0 auto;
	
	background: #e2e2e2;
		
	padding: 20px;
	border-top: 1px solid #cccccc;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.newsletter_body { width: 300px; padding: 20px 10px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.newsletter_body { width: 460px; padding: 20px 10px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.newsletter_body { width: 728px; }
}

	.btt_news {
		width: 200px;
		padding: 10px 20px;
	
		text-transform: uppercase;
		background: #ffdb20;
		border-radius: 4px;
		font-size: 14px;
		font-weight: 600;
		margin: 30px auto 0 auto;
	}
	
		.btt_news a {
			text-decoration: none;
			color: #1d1d1b;
			transition: color 0.3s linear;
			-webkit-transition: color 0.3s linear;
			-moz-transition: color 0.3s linear;
		}

		.btt_news a:hover {
			color: #ffffff;
		}
		
		.fa-envelope {
			margin-right: 5px;
		}

footer {
	position:relative;

	width: 100%;
	height: auto;
}

.footer_body {
	position:relative;
	top:0px;
	left:0px;

	width: 940px;
	height: auto;
	
	margin: 0 auto;
	text-align: left;
	
	background: #1d1d1b;
	color: #ffffff;
		
	padding: 20px;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.footer_body { width: 300px; padding: 20px 10px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.footer_body { width: 460px; padding: 20px 10px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.footer_body { width: 728px; }
}

	.footer_body a {
		color: #ffdb20;
		text-decoration: none;
		transition: color 0.3s linear;
		-webkit-transition: color 0.3s linear;
		-moz-transition: color 0.3s linear;
	}

	.footer_body a:hover {
		color: #ffffff;
	}
	
	#menu_footer {
		position: relative;
		padding-bottom: 20px;
		text-align: center;
	}
	
		#menu_footer li {
			display: inline-block;
			padding: 0 10px;
			border-right: 1px solid rgba(255,255,255,0.3);
		}

		@media screen and (min-width : 320px) and (max-width : 479px) {
			#menu_footer li { display: block; border-right: 0; padding: 10px; border-bottom: 1px solid rgba(255,255,255,0.3); }
			#menu_footer li:last-child { border-bottom: 0; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			#menu_footer li { }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			#menu_footer li { }
		}
	
		#menu_footer li:last-child {
			border-right: 0;
		}
		
			#menu_footer li a {
				font-weight: 500;
				color: #ffffff;
				text-transform: uppercase;
				font-size: 14px;
				transition: color 0.3s linear;
				-webkit-transition: color 0.3s linear;
				-moz-transition: color 0.3s linear;
				text-decoration: none;
			}
		
			#menu_footer li a:hover {
				color: #ffdb20;
			}

	#credits {
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto;
		
		text-align: center;
		font-size: 14px;
	}

.c1 {
	color: #ffdb20;
}

.red {
	color: #e20000;
}

.white {
	color: #ffffff;
}
	

.link {
	color: #1d1d1b;
	text-decoration: none;
	font-weight: 400;
}

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

.title {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	margin-bottom: 20px;
}

.title::after {
	background-color: #ffdb20;
	content: "";
	display: block;
	height: 4px;
	margin: 20px auto 0 auto;
	width: 40px;
}

.text {
	margin-bottom: 20px;
}

a {
	text-decoration: none;
}

strong {
	font-weight: 600;
}

.small {
	font-size: 14px;
}