.nomeCinema_inside {
	position: relative;
	top: 0px;
	left: 0px;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.nomeCinema_inside { font-size: 18px; line-height: 18px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.nomeCinema_inside { }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.nomeCinema_inside { }
}

#menuTab {
	position: relative;
	top:0px;
	left:0px;
	width: 940px;
	height: 30px;
	padding: 10px 0;
	border-radius: 8px;
	margin: 20px 0;
	background: #ffdb20;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	#menuTab { width: 260px; height: auto; padding: 0 20px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#menuTab { width: 420px; height: auto; padding: 0 20px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#menuTab { width: 728px; }
}

.btt_menuTab {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	height: 30px;
	line-height: 30px;

	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.2);
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.btt_menuTab { float: none; display: block; padding: 5px 0; border-right: 0; height: auto; line-height: auto; border-bottom: 1px solid rgba(0,0,0,0.2); }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.btt_menuTab { float: none; display: block; padding: 5px 0; border-right: 0; height: auto; line-height: auto; border-bottom: 1px solid rgba(0,0,0,0.2); }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.btt_menuTab { }
}

.menuTab_link {
	font-weight: 600;
	color: #1d1d1b;
	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;
}

.menuTab_link:hover {
	color: #ffffff;
}


#btt_menuTab_programmazione, #btt_menuTab_infocinema, #btt_menuTab_dovesiamo, #btt_menuTab_prezzi {
	width: 25%;
	box-sizing: border-box;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	#btt_menuTab_programmazione, #btt_menuTab_infocinema, #btt_menuTab_dovesiamo, #btt_menuTab_prezzi { width: 100%; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#btt_menuTab_programmazione, #btt_menuTab_infocinema, #btt_menuTab_dovesiamo, #btt_menuTab_prezzi { width: 100%; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#btt_menuTab_programmazione, #btt_menuTab_infocinema, #btt_menuTab_dovesiamo, #btt_menuTab_prezzi { }
}

#btt_menuTab_prezzi {
	border-right: 0;
}

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