@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Exo 2 Regular'), local('Exo2.0-Regular'), url(../../generic/css/fonts/Exo2.0-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Exo 2 SemiBold'), local('Exo2.0-SemiBold'), url(../../generic/css/fonts/Exo2.0-SemiBold.otf) format('opentype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Exo 2 Bold'), local('Exo2.0-Bold'), url(../../generic/css/fonts/Exo2.0-Bold.otf) format('opentype');
}

body {
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	
	line-height: 14px;
	
	margin: 0;
	
	background: #000000;
}

/* layout generali */
div#container {
	width: 100%;
	
	margin: 0 auto;
	
	/*background: url(../../generic/images/sfondo_cinema.jpg) #000000 top center no-repeat;*/
}

div#header {
	position:relative;

	width: 100%;
	height: auto;
}

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

	width: 980px;
	height: 175px;
	
	margin: 0 auto;
	text-align: left;
	
	border-left: 10px solid #333;
	border-right: 10px solid #333;
}

div#logo {
	position:relative;
	top:0px;
	left:0px;

	width: 232px;
	height: 128px;
	
	cursor: pointer;
}

div#banner_leaderboard1 {
	position: absolute;
	top: 20px;
	left: 232px;
	width: 728px;
	height: 90px;
	
	overflow: hidden;
	
	background: #FFFFFF;
}

div#menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 25px;
	
	border: 10px solid #f1bd41;
}

.btt_menu {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	
	height: 25px;
	
	text-align: center;
	
	line-height: 25px;
}

.menu_link {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 700;
	
	text-decoration: none;
}

.menu_link:hover {
	color: #f1bd41;
}

div#btt_menu_icinema {
	width: 80px;
}

div#btt_menu_ifilm {
	width: 50px;
}

div#btt_menu_prossimamente {
	width: 139px;
}

div#btt_menu_eventi {
	width: 60px;
}

div#btt_menu_prezzi {
	width: 117px;
}

div#btt_menu_promozioni {
	width: 107px;
}

div#btt_menu_aziende {
	width: 76px;
}

div#btt_menu_advertising {
	width: 111px;
}

div#btt_menu_newsletter {
	width: 100px;
}

div#btt_menu_ifilmpiuvisti {
	width: 120px;
}



	.menu_link_hover {
		color: #f1bd41;
	}
	
	.submenu {
		position:relative;
		top:-1px;
		left:0px;
		
		z-index:300;
		
		display:none;
		
		color: #FFFFFF;
		
		text-align: left;
		
		padding: 10px;
		
		background: #000000;
		
		border: 1px solid #c19734;
	}
	
	.submenu_link {
		font-family: 'Exo 2', sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: 400;
		text-decoration: none;
	}
	
	.submenu_link:hover {
		color: #f1bd41;
	}
	
	#btt_menu_icinema .submenu {
		width:200px;
	}

	#btt_menu_prezzi .submenu {
		width:150px;
	}
	
	#btt_menu_promozioni .submenu {
		width:150px;
	}
	
	#btt_menu_aziende .submenu {
		width:150px;
	}
	
	#btt_menu_eventi .submenu {
		width:150px;
	}
	
	#btt_menu_advertising .submenu {
		width:150px;
	}
	
	#btt_menu_ifilmpiuvisti .submenu {
		width:150px;
	}



/*prenotaRapido*/
div#prenotaRapido {
	position:relative;

	width: 100%;
	height: auto;
}

div#prenotaRapido_body {
	position:relative;

	width: 790px;
	height: 35px;
	
	margin: 0 auto;
	text-align: left;
	
	padding-top: 10px;
	padding-left: 190px;
	
	background: #FFFFFF;	
	/* Mozilla: */
    background: -moz-linear-gradient(top, #FFFFFF, #bcbcbc);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#bcbcbc));
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#bcbcbc);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#bcbcbc)";
	
	border-left: 10px solid #333;
	border-right: 10px solid #333;
}

div#title_prenotaRapido {
	position:absolute;
	top: 0px;
	left: 0px;

	width: 160px;
	height: 25px;
	
	border: 10px solid #f1bd41;
	background: #000000;
	
	text-align: center;
	line-height: 25px;
	font-family: 'Exo 2', sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
}


	#prenotaRapido_btt {
		/*display:inline-block;*/
		position: absolute;
		top: 7px;
		left: 871px;
		
		width: 127px;
		height: 26px;
		
		background: url(../images/btt_prenotaRapido_scegliposto.jpg) top left no-repeat;
		
		cursor:pointer;
	}
	
	#sel_cine {
		width: 200px;
	}
	
	#sel_film {
		width: 270px;
	}
	
	#sel_giorno {
		width: 160px;
	}
	
	#sel_ora {
		width: 120px;
	}
	
	
	

div#content {
	position:relative;

	width: 100%;
	height: auto;
}

div#content_body {
	position:relative;
	top:0px;
	left:0px;
	width: 980px;
	height: auto;
	
	margin: 0 auto;
	text-align: left;
	
	border-left: 10px solid #333;
	border-right: 10px solid #333;
}

div#content_body_left {
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 620px;
	height: auto !important;
	height: 900px;
	min-height: 900px;
	
	padding: 20px;
}

div#content_body_right {
	position: absolute;
	top: 0px;
	left: 660px;
	
	width: 300px;
	height: auto;
	
	padding: 20px 20px 20px 0px;
}

.filmpromo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: auto !important;
	height: 220px;
	min-height: 220px;
}

.data_filmpromo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: auto;
	text-transform: uppercase;
}

.label_filmpromo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: auto;
	margin-top: 5px;
}

.loc_filmpromo {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100px;
	height: 147px;
}

.titolo_filmpromo {
	position: relative;
	top: 0px;
	left: 110px;
	width: 170px;
	height: auto;
	
	padding-top: 20px;
	
	font-weight: bold;
}

.cinema_filmpromo {
	position: relative;
	top: 0px;
	left: 110px;
	width: 170px;
	height: auto;
	
	padding-top: 10px;
	
	font-style: italic;
	color: #CCC;
}

.acquista_filmpromo {
	position: relative;
	top: 0px;
	left: 110px;
	width: 170px;
	height: auto;
	
	padding-top: 10px;
}

div#rectangle1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	
	background: #FFFFFF;
}

div#rectangle2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	
	background: #FFFFFF;
	
	margin-top: 20px;
}

div#app {
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 300px;
	height: auto;
	
	margin-top: 20px;
}

div#appstore {
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 300px;
	height: 34px;
	
	background: url(../../generic/images/logo_appstore.png) top left no-repeat;
	
	padding-left: 30px;
	
	line-height: 48px;
}

div#googleplay {
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 300px;
	height: 34px;
	
	background: url(../../generic/images/logo_googleplay.png) top left no-repeat;
	
	padding-left: 30px;
	
	line-height: 48px;
}

div#footer {
	position:relative;

	width: 100%;
	height: auto;
}

div#footer_body {
	position:relative;
	top:0px;
	left:0px;

	width: 980px;
	height: auto;
	
	margin: 0 auto;
	text-align: left;
	
	border-left: 10px solid #333;
	border-right: 10px solid #333;
}

div#footer_box {
	position:relative;
	top:0px;
	left:0px;

	width: 940px;
	height: auto;
	
	border: 10px solid #f1bd41;
	
	padding: 10px;
}

	div#footer_bodyList {
		position: relative;
		top: 0px;
		left: 0px;
		width: 960px;
		height: auto;
	}
	
		div#footer_bodyList_cinema {
			position: relative;
			float:left;
			top: 0px;
			left: 0px;
			width: 250px;
			height: auto;
		}
		
		div#footer_bodyList_cinema .title {
			font-family: 'Exo 2', sans-serif;
			font-size: 14px;
			color: #FFFFFF;
			font-weight: 700;
			
			margin-bottom: 10px;
		}
		
			.cineList {
				position: relative;
				float:left;
				top: 0px;
				left: 0px;
				width: 232px;
				height: auto;
			}
		
				.cineLink { margin-bottom:4px; }
				
				.cineLink a { text-decoration: none; color: #FFFFFF; }
				.cineLink a:hover { text-decoration: none; color: #ffe016; }
				
				
		
		div#footer_bodyList_film {
			position: relative;
			float:left;
			top: 0px;
			left: 0px;
			width: 680px;
			height: auto;
		}
		
		div#footer_bodyList_film .title {
			font-family: 'Exo 2', sans-serif;
			font-size: 14px;
			color: #FFFFFF;
			font-weight: 700;
			
			margin-bottom: 10px;
			margin-left: 20px;
		}
			
			.movieList {
				position: relative;
				float:left;
				top: 0px;
				left: 0px;
				width: 315px;
				height: auto;
				margin-left: 20px;
				
				text-transform: capitalize;
			}
			
				.movieLink { margin-bottom:4px; }
				
				.movieLink a { text-decoration: none; color: #737373; }
				.movieLink a:hover { text-decoration: none; color: #dda130; }
				


div#credits {
	position:relative;

	width: 100%;
	height: auto;
}

div#credits_body {
	position:relative;
	top:0px;
	left:0px;

	width: 980px;
	height: auto;
	
	margin: 0 auto;
	text-align: center;
	
	padding: 20px 0;
	
	color: #808080;
	
	border-left: 10px solid #333;
	border-right: 10px solid #333;
}
	

div#banner_bottom_container {
	position: relative;
	top: 0px;
	left: 20px;
	width: 940px;
	height: 60px;
	
	margin-bottom: 20px;
	
	display: none;
}

div#banner_bottom {
	position: relative;
	top: 0px;
	left: 0px;
	width: 468px;
	height: 60px;
	
	overflow:hidden;
	
	background: #FFFFFF;
}

div#banner_dx {
	position: absolute;
	top: 0px;
	left: 472px;
	width: 468px;
	height: 60px;
	
	overflow:hidden;
	
	background: #FFFFFF;
}

.c1 {
	color: #f1bd41;
}

.grey {
	color: #808080;
}

.white {
	color: #FFFFFF;
}

.custom_bold {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
}

.custom_reg {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
}

.big {
	font-size: 14px;
}

.small {
	font-size: 11px;
}

.link {
	color: #f1bd41;
	text-decoration: none;
}

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

.link2 {
	color: #737373;
	text-decoration: none;
}

.link2:hover {
	color: #f1bd41;
}

.link3 {
	color: #FFFFFF;
	text-decoration: none;
}

.link3:hover {
	color: #f1bd41;
}

#btt_cookie {
	position: fixed;
	bottom: 20px;
	left: 20px;
	background: #000000;
	border: 2px solid #f1bd41;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}

	#btt_cookie img {
		width: 25px;
		transform: translateY(7px);
	}