@charset "utf-8";
/* CSS Document */
.menu_fisso {
	overflow: hidden;
	background-color: #333;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.top_menu {
	background-color: #000;
	padding: 5px 0;
}
.content_booking {
	margin-top: 100px;
	padding-bottom: 50px;
}
.booking_ferrari .topnav {
	float: inherit;
	margin: 0;
}
.booking_ferrari .topnav > li > a {
	font-weight: 400;
}
.booking_ferrari .topnav > li {
	margin-left: 10px;
	margin-right: 10px;
}
.header_booking {
	background-color: #e2dada;
}
.header_booking .logo_rosso {
	background-color: #cc382c;
	text-align: center;
	padding: 0;
}
.header_booking .logo_giallo {
	background-color: #f9f34f;
	text-align: center;
	padding: 0;
}
.header_booking .menu_booking {
	text-align: center;
}
.header_booking .menu_booking li {
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 35px;
	line-height: 35px;
}
.header_booking .menu_carrello {
	background-color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
}
.header_booking .menu_carrello .glyphicon::after {
	content: attr(data-count);
	font-size: 12px;
	background-color: #cd2122;
	color: #fff;
	width: 18px;
	height: 18px;
	display: block;
	text-align: center;
	line-height: 15px;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	left: -15px;
	font-weight: 600;
	padding-right: 0px;
}
.header_booking .menu_carrello i {
	font-size: 20px;
	color: #888;
}
.menu_booking a:hover, .menu_carrello a:hover {
	color: #cd2122 !important;
}

@media (min-width: 992px) {
.header_booking .menu_carrello {
	height: 66px;
	line-height: 66px;
}
.header_booking .menu_booking li {
	height: 66px;
	line-height: 66px;
}
}

@media (max-width: 480px) {
.header_booking .menu_carrello {
	width: 100%;
}
.header_booking .menu_booking {
	width: 100%;
}
}
.menu_vert .sidebar .widget ul.elenco_prenot li {
	margin-bottom: 15px !important;
	border-bottom: 1px dashed #ddd;
}
.menu_vert .sidebar .widget ul.elenco_prenot li span {
	display: inline-block;
	text-align: right;
	position: absolute;
	right: 15px;
	font-weight: 700;
	font-size: 15px;
	line-height: 16px;
}
.menu_vert .sidebar .widget ul.elenco_prenot li a {
	padding-right: 80px;
	margin-right: 0;
}
.menu_vert .widget .widgettitle {
	font-size: 18px;
	font-weight: 700;
	color: #cc382c;
}
.box_carrello {
	margin-bottom: 10px !important;
}
.box_carrello .latest_posts.style3 ul.posts .title {
	line-height: 18px;
}
.box_carrello .info_carrello span {
	margin-right: 15px;
}
.box_carrello .info_carrello span i {
	margin-right: 3px;
	color: #3889c0;
}
.menu_vert .box_01 {
	margin: 30px 0;
	padding: 10px;
	border: 1px solid #3889c0;
}
.box_02 {
	border: 1px solid #ddd;
	padding: 10px;
}
.tit_01 {
	color: #2980b9;
	font-size: 34px;
	line-height: 34px;
	font-weight: 300;
	letter-spacing: -2px;
	border-bottom: 3px solid #2980b9;
	margin-bottom: 20px;
	margin-top: 60px;
	padding-bottom: 8px;
}
.tit_02 h2 {
	color: #454545;
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 8px !important;
}
.tit_02 .prezzo_unitario {
	color: #454545;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 13px !important;
	margin-bottom: 5px;
}
.tit_02 {
	border-bottom: 3px solid #2980b9;
	margin-bottom: 10px;
}
.tit_02 i {
	font-size: 26px;
	color: #2980b9;
	padding-right: 8px;
	top: 5px;
}
.tit_03 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}
.tit_04 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2980b9;
	margin-bottom: 10px;
}
.tit_05 {
	text-transform: uppercase;
	font-size: 23px;
	line-height: 24px;
}
.tit_06 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 10px !important;
}
.box_evidenza {
	margin: 30px 0;
	padding: 10px;
	border: 1px solid #CC382C;
}
.tab_biglietti {
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ddd;
}
.tab_biglietti .icona {
	vertical-align: middle;
	font-size: 24px;
	color: #2980b9;
}
.tab_biglietti .opzione {
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 18px;
}
.tab_biglietti .prezzo {
	vertical-align: middle;
	width: 90px;
	text-align: right;
	font-weight: 700;
	font-size: 17px;
}
.tab_biglietti .num {
	vertical-align: middle;
}
.tab_biglietti .num input {
	text-align: center;
}
.table-hover.tab_biglietti > tbody > tr:hover {
	background-color: #fbfbfb;
}
.box_accetto {
	text-align: center;
	font-size: 20px;
}
.wrapper_pulsante {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.wrapper_pulsante .btn-lined.lined-custom {
	color: #cc382c;
	border-color: #cc382c;
}
.wrapper_pulsante .btn-lined.lined-custom:hover {
	color: #fff;
	background-color: #cc382c;
}
.tab_riepilogo {
	border: 1px solid #ccc;
	font-size: 15px;
	line-height: 17px;
	padding: 10px;
	margin: 0 auto;
}
.tab_riepilogo th, .tab_riepilogo td {
	padding: 5px 10px;
	border-bottom: 1px dashed #ccc;
}
.tab_continua {
	margin-left: 20px !important;
}
.tab_continua i {
	color: #2980b9;
}
.step_navetta .stp_title {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 17px;
	color: #2980b9;
	margin-bottom: 10px;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tab_orari {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
.tab_orari th{
	text-align: center;
	line-height: 16px;
}
.tab_orari td, .tab_orari th {
	padding: 7px;
	border: #ccc 1px solid;
}
.tab_orari tr {
	background: #E3EFF8;
}
.tab_orari tr td:nth-child(odd) {
	background: #f5f5f5;
}
.tab_orari tr td:nth-child(even) {
	background: #fff;
}
@media (max-width: 570px) {
.tab_responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
}
.footer_booking {
	padding-top: 30px !important;
}
.footer_booking .dati_footer {
	margin-top: 30px;
}
.footer_booking .ind_footer {
	margin-top: 20px;
}
.footer_booking .area_ris {
	background-color: #222;
	padding: 10px 20px;
}
.footer_booking .area_ris h4 {
	border-bottom: 1px dotted #760001;
	text-align: center
}
.footer_booking .area_ris .form-control {
	color: #fff;
	background-color: #444;
	border: 1px solid #676767;
}
.footer_booking .area_ris .btn_area_ris {
	margin-top: 30px;
}

/*--- carousel orari --*/
.carousel_orari{
	padding-top: 20px;
}
.carousel_orari legend{
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.carousel_orari legend i{
	font-weight: 300;
	text-transform: lowercase;
}
.carousel_orari label{
	font-weight: 500;
}
.carousel_orari label .posti_disp{
	color: #B60000;
}
.carousel_orari .form-group {
    margin-bottom: 0px !important;
}
.carousel_orari .team-member{
	float: left;
	padding: 2px;
	min-height: 110px;
}
.carousel_orari .nav_orari{
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}
.carousel_orari .nav_orari a{
	color: #444;
}
.carousel_orari .nav_orari a:hover{
	color: #2980b9;
}