@font-face {
font-family: 'MonclerGothic';
src: url('fonts/MonclerGothic-Light.otf') format("opentype");
font-weight: 100;
font-style: normal;
 }
@font-face {
font-family: 'MonclerGothic';
src: url('fonts/MonclerGothic-Medium.otf') format("opentype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'MonclerGothic';
src: url('fonts/MonclerGothic-Bold.otf') format("opentype");
font-weight: bold;
font-style: normal;
}
html {
	height: 100%;letter-spacing: -1px;
}
body {
    background-color: #fff;
	font-family:'MonclerGothic', sans-serif;
	font-weight: 400;
	color: #00263E;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background: url(../image/background_image.jpg ) no-repeat center center fixed;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height: 100%;
}
p {
	font-weight: 100;	
}
.font-bistrot {
	font-family:'MonclerGothic', sans-serif;
	text-transform: none;
	
}	
.rm-logo, .rm-content-bistrot h2, .rm-content-bistrot h4, a.rm-button-open, .rm-modal h5 {
	text-transform: none;
}	
.rm-content h3.bistrot-title {
	font-size: 40px;	line-height: 55px;font-weight: bold;    text-transform: none;
}
.rm-content.rm-content-bistrot h4.bistrot-date {
	font-size: 20px;    line-height: 0px;
    margin: 0;	
}	
.bistrot-category {
	font-size: 30px;	
}	

#content_hamb{
	
}
h1, h2, h3, h4, h5, h6 {
	color: #C8102E;
	font-weight: bold;	
}
/* default font size */

/* Override the bootstrap defaults */
h1 {
	font-size: 28px;
	}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #2a2a2a;
}
a:hover {
	text-decoration: none;
}
legend {
        display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: inherit;
    border-bottom: 2px solid #C8102E;
    background: rgba(236, 226, 204, 1);
    color: #00263E;
    clear: both;
    padding: 7px 10px;
    font-weight: bold;
}
label {
	font-size: 14px;
	font-weight: normal;
	padding-right: 4px;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
    background-color: transparent;
    color: #C8102E;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 10px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #f19438, #DB6208);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #6c5745;
}
#top-links .dropdown-menu2 a:hover {
    color: white;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	float:right;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	z-index: 10;
    margin: 0 auto;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */

#cart {
	/*margin-bottom: 10px;*/
}
#cart > .btn {
	/*font-size: 14px;
    line-height: 14px;
    color: #6c5745;
    border: 0;
	float: right;*/
}
#cart.open > .btn {
	/*background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;*/
	color: #00263E;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	z-index: 1001;
}/*
#cart .dropdown-menu {
	min-width: 100%;
}*/
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
		
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* badge */
#badge {
	margin-bottom: 2px;
}
#badge.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #00263E;
	box-shadow: none;
	text-shadow: none;
}
#badge.open > .btn:hover {
	color: #444;
}
#badge .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#badge .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#badge .dropdown-menu {
			width: 100%;
		}
	}
#badge .dropdown-menu table {
	margin-bottom: 10px;
}
#badge .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#badge .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#badge .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	min-height: 40px;
}
#menu .nav > li > a {
	color: #00263E;
    padding:2px 10px 2px 10px;
    min-height: 15px;
    background-color: transparent;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid transparent;
	font-weight: 100;
}

#menu .dropdown-menu > li > a {
	font-weight: 100;
}
#menu .dropdown-menu > li > a > i {
    margin-right: 5px;
}

div.drop_user #menu .nav > li > a {
	padding: 0 10px;
}	
#menu_top .nav > li.drop_user > a:hover, #menu .nav > li.open > a {
	color: #1e96d7;
}

@media (max-width: 767px) {
	.nav > li.drop_user {display:none;}
}
#menu_top .nav > li > a {
	color: white;
    padding: 0 10px;
    min-height: 15px;
    background-color: transparent;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #C8102E;
}
#menu .nav > li > a:hover::after {
	height: 1px;
    background: #000;
    opacity: 1;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
}
#menu .dropdown-menu {
	    padding: 0;
    right: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu  li.dropdown.dropdown_select a {
        text-decoration: none;
    color: #C8102E;
    font-weight: bold;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #f19438, #DB6208);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #f19438, #DB6208 );
	background-repeat: repeat-x;
	border-color: #DB6208 #DB6208 #8D0000;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
.logo_img {
	margin: 0 auto;
}
.btn-storico {
	
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
		margin-top: -28px;
	}
	.btn-storico {
	    margin-top: -44px;
    text-align: right;
}
}
@media (min-width: 992px) {
	#subMenu {
		position:absolute;right: 0; top: 30px;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	#logo2  {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	
}
.top_header{    
	padding: 0;
	background-color:#00688c;
	padding: 0;
    height: 24px;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.1);
}
@media (max-width: 992px) {
	.logo_img {
		margin: 0 auto;
	}
	.top_header{
		background-color:white;
		box-shadow: none;
		line-height: 53px;
	}
}
.text_allergeni { background: none; }
.f-nav{ z-index: 9999; padding: 0; position: fixed; left: 0; bottom: 0; width: 100%; background: white; color: #8d8d8d;} 
.f-nav .text_allergeni { background: grey; color: white; }
.f-nav .col-sm-12 {padding:0; border-top: 1px solid #8d8d8d}
/* content */
/*#content {
	min-height: 600px;
}*/
/* footer */
#divnav-container_menu {
	min-height: 100%;
	position:relative;
	    height: auto;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #00263E;
}
footer a {
	    color: #C8102E;
    font-size: 12px;
    text-align: center;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	font-size: 14px;
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.nav.navbar {
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid #ddd;
	margin-top: 0;
    margin-left: 0;
    padding-left: 0;
}
#submenu_nav #category {
	float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
	padding: 15px;
    color: #DB6208;
}
.submenu_nav_header {
	border: 1px solid #ddd;
	background: white;
}
.breadcrumb i {
	font-size: 14px;
}
.breadcrumb > li {
	padding: 0 10px 0 10px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	    content: '';
    display: block;
    position: absolute;
    top: 3px;
    right: -5px;
    width: 15px;
    height: 15px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* breadcrumb */
.breadcrumb2 {
	margin-left: 15px;
	border: 1px solid #ddd;
	height: 40px;
    float: left;
    padding: 0;
}
.breadcrumb2 i {
	font-size: 15px;
}
.breadcrumb2 > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 50px;
	position: relative;
	white-space: nowrap;
	cursor: pointer;
}
.breadcrumb2 > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb2 > li:before {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	left: 7px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(136deg);
	-moz-transform: rotate(136deg);
	-o-transform: rotate(136deg);
	transform: rotate(136deg);
}

.breadcrumb2 > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: 0px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
#scelte_sala > div {
	padding-top:10px;width: 100px; float:left;height: 100%;text-align: center; cursor:pointer;
}	
.li_select_piano {
	background-color: #f19438;
	color:	white;
	position: relative;
	white-space: nowrap;
	cursor: pointer;
	font-size:15px;
	padding-top: 5px;
}
.breadcrumb2 > li.li_select_piano {
	text-shadow: 0 2px 0 #FFF;
	padding: 0 50px;
	position: relative;
	white-space: nowrap;
	cursor: pointer;
	font-size:15px;
}
.breadcrumb2 > li.li_select_piano:after {
	border-right: 1px solid #f19438;
	border-bottom: 1px solid #f19438;
}	
.breadcrumb2 > li.li_select_piano:before {
	border-right: 1px solid #f19438;
	border-bottom: 1px solid #f19438;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 8px 15px;
	font-size: 14px;
	border-radius: 4px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
    padding-top: 14px;
    padding-bottom: 14px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: white;
	transition: all .3s ease-in-out 0s;
    background-color: #C8102E;
}
.btn-primary {
	color: white;
	transition: all .3s ease-in-out 0s;
    background-color: #C8102E;
	text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	    background: rgba(236, 226, 204, 1);
    color: #00263E;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	    background-color: #f23b3b;
    border-color: #ea1010;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #6c5745 , #3b3330);
    background-repeat: repeat-x;
    border-color: #6c5745 #6c5745 #3b3330;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #CD2027;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #f19438;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: grey;
    background-image: linear-gradient(to bottom, #DDDDDD, grey);
    color: #DB6208;
}
.btn-grey {
	background-color: rgb(245, 245, 245);
    background-repeat: repeat-x;
    text-shadow: none;
    border-color: #DB6208;
    color: #444;
    background-image: linear-gradient(#F5F5F5, #C9C9C9);
}
#badge > .btn {
	font-size: 12px;
	line-height: 12px;
	padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 0px 0px 10px 10px;
    background: white;
    border: 1px solid #CD2027;
	border-top: 0;
}
#badge > .btn_nolink {
	font-size: 12px;
	line-height: 12px;
}		
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

ul.tick3{    list-style: none;    text-align: center;   padding: 0;}
ul.tick3 li {padding:8px;}
ul.tick3 li:before {
    content: "\f00c";
    color: #70C14A;
    padding: 2px 0 2px 1.5px;
}
ul.tick1 li:before, ul.tick3 li:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 11px;
    font-size: 12px;
}
#pagamento_form	ul.tick3 li {padding: 0}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: "Font Awesome 5 Free";
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}

.product-thumb h4 {
	    border-bottom: 1px solid #ddd;    text-align: left;    margin-bottom: 0;
}
/* product list */
.product-thumb {
	overflow: auto;
	background: white;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		padding: 0 15px;
	}
	.rm-container_acq dt {
		width: 50%;
		float: left;
		    margin-top: 20px;
	}	
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
}
@media (max-width: 1250px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
.hidden-xs {
    display: none !important;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	    margin: 4px 0;
    font-weight: bold;
}
.product-thumb .price-new {
	font-weight: 600;
	font-size: 12px;
	color: #888;
	
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	overflow: auto;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 80%;
    display: inline-block;
    float: right;
    background-color: #f5f5f5;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
    border-radius: 25px 0 0 0;
    border: 1px solid #ddd;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 49.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 49.33%;
	}
	
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
	.breadcrumb {position:absolute;}
	 #divnav-container_menu {
	height: 100%;
	}
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.menu_category {
	display: table; background-color: #6c5745;padding:0;
}
.menu_category:after{
	position: absolute;
    bottom: -16px;
    content: " ";
    overflow: hidden;
    display: block;
    right: 0;
    height: 0px;
    border-left: 16px solid #3b3330;
    border-bottom: 16px solid transparent;
}
.menu_category:before{
	position: absolute;
    bottom: -16px;
    content: " ";
    overflow: hidden;
    display: block;
    width: 0;
    height: 0px;
    float: right;
    border-right: 16px solid #3b3330;
    border-bottom: 16px solid transparent;
}		

.caption {
	margin: 0;
    padding: 10px;
    color: #444;
}	
.caption_head {
	color: white;
}	
.product-layout {
    padding-right: 15px;
    margin-right: 0;
    padding-left: 15px;
    margin-left: 0;
}	
.info_product_link {
	padding: 10px;
	text-align: center;
}
.divradio_day_menu {
	float: right; width: 16px; margin: 0; width: 25px;
}		
.divlradio_day_menu {
	width: 60px; float: right; margin-top: 7px; text-align: left; margin-left: 5px;
}
.p_scroll_menu {
	color: #6c5745;margin: 0;padding: 0;
}
.p_scroll_menu:hover {
	color: #a4642e;
	
}
.p_minuscolo {
	float:left;
}
.p_minuscolo:first-letter{
	text-transform:uppercase;
}
.p_nominuscolo {
	float:left;
	width: 20px;
}	

.footer_ul {
	display: none;
}
.footer_ul_block {
	display: block;
}
.firma {display: none;}
.print_div_export {padding-bottom: 12px}
header:not(.pjRbSectionHead) {background: white;-webkit-box-shadow: 0px 0px 60px 0px rgba(120,120,120,1);
-moz-box-shadow: 0px 0px 60px 0px rgba(120,120,120,1);
box-shadow: 0px 0px 60px 0px rgba(120,120,120,1);}
.div_shadow{height: 15px;width: 100%;-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);box-shadow: 0px -6px 7px 0px rgba(0, 0, 0, 0.2);}
p.title_pietanza{float: left;color: #6c5745;}
.mCS_img_loaded{margin: 0px -6px 0px -5px;
    vertical-align: middle;
    float: right;}
.empty_order{padding: 5px; text-align: center;}
.header_top{    background: white;
    display:none;}
.header_bar {
    /*padding: 5px 10px;*/
    height: 10px;
	background: white;
	display:none;
}
.btn_language{color: white;
    padding: 0;}

.rm-container {
	width: 33%;
	height: 750px;
	margin: 0 auto 40px auto;
	position: relative;
	-webkit-perspective: 1600px;
	perspective: 1600px;
	color: #2a323f;
}

.rm-wrapper,
.rm-wrapper > div {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	text-align: center;
	
}

.rm-wrapper .rm-cover {
	z-index: 100;
	-webkit-transform-origin: 0% 50%;
	-webkit-transition-delay: 0.2s;
	transform-origin: 0% 50%;
	transition-delay: 0.2s;
}

.rm-wrapper .rm-middle {
	z-index: 50;
	box-shadow: 0 4px 10px rgba(0,0,0,0.7);
}

.rm-wrapper .rm-right {
	z-index: 60;
	-webkit-transform-origin: 100% 50%;
	-webkit-transition-delay: 0s;
	transform-origin: 100% 50%;
	transition-delay: 0s;
}

.rm-wrapper > div > div {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 10px;
	background: rgba(236, 226, 204, 0.5);
	border-radius: 10px;
}


.rm-container .rm-cover .rm-front {
    display: none;
}
.rm-container .rm-back {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.rm-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.05)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
}

.rm-middle .rm-overlay {
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 64%, rgba(0,0,0,0.05) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(64%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.05)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 64%,rgba(0,0,0,0.05) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 64%,rgba(0,0,0,0.05) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 64%,rgba(0,0,0,0.05) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 64%,rgba(0,0,0,0.05) 100%);
}

.rm-content {
	padding: 15px;
    box-shadow: inset 0px 0 0px 1px rgb(236, 226, 204), inset 0px 0px 1px 2px rgba(131, 3, 10, 0.5);
    height: 100%;
    border-radius: 10px;background: white;
}
@media (min-width: 992px) {
	/*.rm-content {
		min-height: 750px;
	}*/
	.rm-wrapper {
		min-height: 750px;	
	}
}

.rm-container_acq .rm-content {
	
 min-height: 600PX;
    
}

.rm-logo, 
.rm-content h2,
.rm-content h4,
a.rm-button-open,
.rm-modal h5 {
	font-weight: 700;
	text-transform: uppercase;
}
.rm-content.rm-content-bistrot h4 {
	
	text-transform: initial;
}	
.type_menu_descr {margin: 0;text-align: left;float: left;background: white;}
.rm-logo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 20px auto;
		background: white url(image/logo_pedevilla_mini.png) no-repeat center center;
}
.rm-logo-bistrot {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 20px auto;
		background: white url(image/pedevilla_bistrot.png) no-repeat center center;
}
.rm-content h2 {
	letter-spacing: 2px;
	font-size: 26px;
	/*text-shadow: 1px 1px 0 #fff, 3px 3px 0 #C8102E;*/
}

.rm-content h3 {
	text-transform: uppercase;
    line-height: 20px;
    font-size: 20px;
    color: #C8102E;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0;
}

.rm-content h4 {
	font-size: 16px;
	color: #00263E;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	    width: 100%;
}
.rm-content.rm-content-bistrot h4 {
	margin-top: 30px;
			
}	


a.rm-button-open {
	color: #00263E;	
	font-size: 16px;
	line-height: 45px;
	margin: 10px auto;
	display: block;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

a.rm-button-open:hover {
	color: #C8102E;
}

.rm-info p {
	line-height: 20px;
}

.rm-content dl:not(.type_dl){
	    margin-bottom: 0;
    margin-top: 0;
}

.rm-content dl dt,
.rm-content dl:not dd{
	display: block;
	margin: 0;
}

.rm-content dl:not(.type_dl) dt {
	font-weight: 100;
    text-transform: capitalize;
    font-size: 16px;
    text-align: left;
    background: url(../image/dot.gif) repeat-x 0 0.8em;
    line-height: 16px;
    margin-bottom: 8px;
}

.rm-content dl:not dd {
	font-size: 13px;
	padding: 0;
	line-height: 15px;
	color: #333;
}

.rm-order p{
	padding: 10px;
	background: rgba(213, 193, 154, 0.2);
	margin: 20px 0 0;
}

a.rm-viewdetails:before{
	font-family: 'entypo-selected';
	content: '\56';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 15px;
	margin-right: 4px;
	text-align: center;
	opacity: 0.7;
	line-height: 16px;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

.rm-modal {
	position: absolute;
	z-index: 10000;
	width: 120%;
	margin-left: -10%;
	top: 50%;
	padding: 40px;
	background: white;
	box-shadow: 
		inset 0 0 0 16px #fff, 
		inset 0 0 0 17px #C8102E, 
		inset 0 0 0 18px #fff, 
		inset 0 0 0 19px #C8102E, 
		inset 0 0 0 20px #fff, 
		inset 0 0 0 21px #C8102E,
		0 4px 20px rgba(0,0,0,0.4);
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateZ(1000px);
	transform: translateZ(1000px);
}

.rm-modal h5 {
	margin: 0;
	font-size: 20px;
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #C8102E;
}

.rm-modal .rm-thumb {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin: 0 20px 0 0;
	box-shadow: 
		inset 1px 1px 3px rgba(0,0,0,0.2), 
		1px 1px 1px rgba(255,255,255,0.9);
}

.rm-modal a:after,
.rm-button-open:after {
	content: '\2192';
	display: inline-block;
	margin-left: 3px;
	font-family: Arial, sans-serif;
}

a.rm-viewdetails,
.rm-modal a {
	color: #C8102E;
	font-weight: 500;
}

.rm-modal a {
	float: right;
	clear: both;
}

a.rm-viewdetails:hover,
.rm-modal a:hover {
	color: #000;
}

.rm-close {
	background: #C8102E;
	text-transform: uppercase;
	display: block;
	position: absolute;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	line-height: 15px;
	padding: 2px 5px;
	top: -19px;
	opacity: 0;
	right: 30px;
	cursor: pointer;
}

.rm-close-modal {
	cursor: pointer;
	right: 21px;
	top: 21px;
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: #2a323f;
	color: white;
	text-align: center;
	line-height: 14px;
	font-size: 15px;
	font-family: Arial, sans-serif;
}


/* Transitions */

.rm-wrapper,
.rm-wrapper > div {
	-webkit-transition: all 0.6s ease-in-out, height 0s;
	transition: all 0.6s ease-in-out, height 0s;
}

.rm-modal {
	-webkit-transition: 
		-webkit-transform 0.6s ease-in-out,
		opacity 0.6s ease-in-out;
	transition: 
		transform 0.6s ease-in-out,
		opacity 0.6s ease-in-out;
}

.rm-close {
	-webkit-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}

.rm-container.rm-open .rm-close {
	-webkit-transition: all 0.3s ease-in-out 0.8s;
	transition: all 0.3s ease-in-out 0.8s;
	opacity: 1;
}

.rm-container.rm-open .rm-wrapper > div {
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.6);
}

.rm-container.rm-open .rm-cover {
	-webkit-transform: rotateY(-180deg);
	-webkit-transition-delay: 0.2s;
	transform: rotateY(-180deg);
	transition-delay: 0.2s;
}

.rm-container.rm-open .rm-middle,
.rm-container.rm-open .rm-right {
	pointer-events: auto;
}

.rm-container.rm-open .rm-right {
	-webkit-transform: rotateY(180deg);
	-webkit-transition-delay: 0.8s;
	transform: rotateY(180deg);
	transition-delay: 0.8s;
}

.rm-container.rm-in .rm-cover {
	-webkit-transform: rotateY(-150deg);
	transform: rotateY(-150deg);
}

.rm-container.rm-in .rm-right {
	-webkit-transform: rotateY(150deg);
	transform: rotateY(150deg);
}

.rm-container.rm-in .rm-wrapper {
	-webkit-transform: translateZ(-500px);
	transform: translateZ(-500px);
}

.rm-container.rm-in .rm-cover, 
.rm-container.rm-in .rm-right,
.rm-container.rm-nodelay .rm-right {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.rm-container.rm-in .rm-modal {
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	opacity: 1;
	pointer-events: auto;
}

/* Fallback (similar to last media query) */

.no-csstransforms3d .rm-container {
	width: 100%;
	height: auto;
	max-width: 460px;
}
.no-csstransforms3d .rm-wrapper, 
.no-csstransforms3d .rm-wrapper > div,
.no-csstransforms3d .rm-wrapper > div > div {
	position: relative;
	width: 100%;
	height: auto;
}

.no-csstransforms3d .rm-wrapper > div > div{
	margin-bottom: 10px;
	box-shadow: 
		inset 0 0 0 16px #fff, 
		inset 0 0 0 17px #C8102E, 
		inset 0 0 0 18px #fff, 
		inset 0 0 0 19px #C8102E, 
		inset 0 0 0 20px #fff, 
		inset 0 0 0 21px #C8102E,
		0 3px 5px rgba(0,0,0,0.2);
}

.no-csstransforms3d .rm-container .rm-back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.no-csstransforms3d .rm-overlay, 
.no-csstransforms3d .rm-middle .rm-overlay {
	display: none;
}

.no-csstransforms3d .rm-right .rm-front {
	display: none;
}

.no-csstransforms3d .rm-button-open {
	pointer-events: none;
}

.no-csstransforms3d .rm-button-open:after {
	content: '\2193';
}

.no-csstransforms3d .rm-modal {
	position: fixed;
	width: 80%;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -40%;
	-webkit-transition: opacity 0.6s ease-in-out 0s;
	transition: opacity 0.6s ease-in-out 0s;
}

.no-csstransforms3d .rm-container.rm-in .rm-cover,
.no-csstransforms3d .rm-container.rm-in .rm-right,
.no-csstransforms3d .rm-container.rm-in .rm-wrapper {
	-webkit-transform: rotateY(0deg);
	-webkit-transition-delay: 0s;
	transform: rotateY(0deg);
	transition-delay: 0s;
}

/* Media Queries */

@media screen and (max-width: 1110px) {
	.rm-container {
		height: 800px;
	}
}

@media screen and (max-width: 960px) {
	.rm-container {
		width: 100%;
		height: auto;
		-webkit-perspective: 0px;
		perspective: 0px;
	}
	
	.rm-container_acq .rm-wrapper > div > div {
		width: 100%;
		height: 100%;
		position: relative;
		padding: 15px;
		min-height: 0;
		display: table-cell;
	}
	
	.rm-wrapper, 
	.rm-wrapper > div,
	.rm-wrapper > div > div {
		position: relative;
		width: 100%;
		height: auto;
	}

	.rm-wrapper > div > div{
		margin-bottom: 10px;
		box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	}

	.rm-container .rm-back,
	.rm-container.rm-open .rm-cover,
	.rm-container.rm-open .rm-right {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	.rm-overlay, .rm-middle .rm-overlay {
		background: transparent;
	}

	.rm-right .rm-front,
	.rm-close {
		display: none;
	}

	.rm-button-open {
		pointer-events: none;
	}

	.rm-button-open:after {
		content: '\2193';
	}

	.rm-container .rm-modal {
		position: fixed;
		width: 80%;
		top: 50%;
		left: 50%;
		margin: 0 0 0 -40%;
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		-webkit-transition: opacity 0.6s ease-in-out 0s;
		transition: opacity 0.6s ease-in-out 0s;
	}

	.rm-container.rm-in .rm-cover,
	.rm-container.rm-in .rm-right,
	.rm-container.rm-in .rm-wrapper {
		-webkit-transform: rotateY(0deg);
		-webkit-transition-delay: 0s;
		transform: rotateY(0deg);
		transition-delay: 0s;
	}
}
.price{margin: 0;float:right}
.stock {
    float: left;
}
.stock:before {
	font-family: "Font Awesome 5 Free"; font-weight: bold; content: "\f468";
}	
dd p {
    font-style: italic;
    text-align: left;    
	font-size: 10px;
    font-weight: bold;
    margin: 0 0 4px;
}
dd {
    text-transform: lowercase;   
}   
.type_menu_price {padding:0;background:#f6f7e5;}
.type_menu_dett{margin: 0;text-align: left;float: left;width: 100%;}
.type_dl{background: url("../image/dot.gif") repeat-x 0 0.9em; height:40px;   }
.footer_container {position: relative;
    background: transparent;}
#ul_right_info{margin: 0; padding: 7.5px 12px;}
.border_green{ 
  background: #C8102E;
    height: 4px;
    bottom: 0;
    width: 100%;    
	z-index: -1;
}
.collapse_top{height: 25px;
    }
.content_executive {
	height: 100%;
}

.row_header {
	border-radius: 6px; border: 1px solid #C8102E;
}

.rm-container_acq {
	width: 100%;
	min-height: 700px;
	margin: 0 auto 40px auto;
	position: relative;
	-webkit-perspective: 1600px;
	perspective: 1600px;
	color: #2a323f;
}

.rm-container_acq .rm-wrapper,
.rm-container_acq .rm-wrapper > div {
	position: relative;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	display: table;
    height: 100%;
	min-height: 0;
}
.rm-container_acq .ombre {
	display: table-cell;
    position: absolute;
    left: 66%;
	z-index: 70;
	width: 9px;
	float: left;
    
}
.rm-container_acq .ombre_left_acq {
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0,0,0,.20)));
    
    margin-left: -9px;
}
.rm-container_acq .ombre_right_acq {
	width: 9px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0,0,0,.20)));
    float: left;
	
}
.rm-container_acq .rm-wrapper .rm-cover {
	z-index: 100;
	-webkit-transform-origin: 0% 50%;
	-webkit-transition-delay: 0.2s;
	transform-origin: 0% 50%;
	transition-delay: 0.2s;
}

.rm-container_acq .rm-wrapper .rm-middle {
	width: 69%;
	float:left;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.37);
	-webkit-transform-origin: 0% 50%;
	-webkit-transition-delay: 0.2s;
	transform-origin: 0% 50%;
	transition-delay: 0.2s;
	
    border-radius: 10px;
}

.rm-container_acq .rm-wrapper .rm-right {
	width: 30%;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.37);
	height: 100%;
    position: absolute;
    left: 70%;
    float: right;
	display: table-cell;
	
    border-radius: 10px;
}

.rm-container_acq .rm-wrapper .rm-middle,
.rm-container_acq .rm-wrapper .rm-right {
	pointer-events: all;
}

.rm-container_acq .rm-wrapper > div > div {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 15px;
	min-height: 0;
	    display: grid;
}


}

/* Fallback (similar to last media query) */

.no-csstransforms3d .rm-container {
	width: 100%;
	height: auto;
	max-width: 460px;
}
.no-csstransforms3d .rm-wrapper, 
.no-csstransforms3d .rm-wrapper > div,
.no-csstransforms3d .rm-wrapper > div > div {
	position: relative;
	width: 100%;
	height: auto;
}

.no-csstransforms3d .rm-wrapper > div > div{
	margin-bottom: 10px;
	box-shadow: 
		inset 0 0 0 16px #fff, 
		inset 0 0 0 17px #C8102E, 
		inset 0 0 0 18px #fff, 
		inset 0 0 0 19px #C8102E, 
		inset 0 0 0 20px #fff, 
		inset 0 0 0 21px #C8102E,
		0 3px 5px rgba(0,0,0,0.2);
}

.no-csstransforms3d .rm-container .rm-back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.no-csstransforms3d .rm-overlay, 
.no-csstransforms3d .rm-middle .rm-overlay {
	display: none;
}

.no-csstransforms3d .rm-right .rm-front {
	display: none;
}

.no-csstransforms3d .rm-button-open {
	pointer-events: none;
}

.no-csstransforms3d .rm-button-open:after {
	content: '\2193';
}

.no-csstransforms3d .rm-modal {
	position: fixed;
	width: 80%;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -40%;
	-webkit-transition: opacity 0.6s ease-in-out 0s;
	transition: opacity 0.6s ease-in-out 0s;
}

.no-csstransforms3d .rm-container.rm-in .rm-cover,
.no-csstransforms3d .rm-container.rm-in .rm-right,
.no-csstransforms3d .rm-container.rm-in .rm-wrapper {
	-webkit-transform: rotateY(0deg);
	-webkit-transition-delay: 0s;
	transform: rotateY(0deg);
	transition-delay: 0s;
}

.price_sost {
	text-align: right;
	width: 33%;
	float: left;
}

.price_integr {
	
	width: 33%;
	text-align: left;
	float: right;
											
}
.seleziona_prodotto {
    padding: 0;
    height: 120px;
        
}
dl.separate{
	height: 30px;
	border-top: 1px solid #e0e6ef;
}
dl.separate_prod{
	height: 15px;
}
.seleziona_prodotto button {
	border: 0;
    border-radius: 5px;
    padding: 5px 14px;
}
.seleziona_prodotto button:hover {
	color: white;
}
@media screen and (max-width: 960px) {
	
	ul.tick3{
	    padding: 2px;
	}
	.rm-container_acq .rm-wrapper > div:not(.ombre) {
		width: 100%;
		float: none;
		clear: both;
		position: relative;
		left: 0;
		display: grid;
	}
	.container {padding-top:70px;}
}
.comp_fissa{ position: fixed;top: 0px;}
.select_info_label {
	    font-size: 20px;
    height: 40px;
    vertical-align: middle;
    display: table-cell;
}
.select_info{height: 40px;
    padding: 0 15px;
    border: 1px solid;
    font-size: 16px;border-radius: 5px;}
.select_info_label_posto{
	background: #C8102E;
    color: white;
    width: 200px;
    border-radius: 9px;
    text-align: center;
    font-size: 18px;
	    padding: 5px 10px 3px 10px;
}
.qrcode img{width: 100px; height: 100px;opacity: 0.5;cursor:pointer;}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* #00263E w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.legend_executive_header {
	padding:5px;
	
}
.legend_executive {
	height: 24px;
    line-height: 25px;
    text-align: center;
    border-radius: 4px;
    color: white;
    width: 114px;
    margin-left: 10px;
    float: left;
    font-size: 12px;
}
.legend_executive_header{background: rgba(255, 255, 255, 0.68);
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid grey;    height: 37px;
    min-height: 37px;
    height: auto;
    display: table;}
.table-bordered thead tr {   background: rgba(255, 255, 255, 0.76);
    color: #C8102E;
    border-bottom: 2px solid;}
.table-bordered thead tr td {font-weight: bold;}
.table-bordered tfoot tr td {font-weight: bold;}
.table-bordered tfoot tr {
	background: rgba(255, 255, 255, 0.76);
    color: #C8102E;
    border-top: 2px solid;
}
.row.tltblog2 {
    padding: 2px 5px 2px 5px;
    background: rgba(255, 255, 255, 0.67);
    border-radius: 4px;
    margin: 15px 5px;
}
.row .tltblog2 h3 a {
	color: #C8102E;
}
.row .tltblog2 .read_more a {
	color: white;
}
.tltblog2 div.col-sm-3{padding: 5px;    text-align: center;}
.tltblog2 div.col-sm-3.right {
	float: right;
	text-align:right;
	
}
.col-sm-10pr h3 {text-align: center;}
p.post-date {
    line-height: 1.4em;
    font-size: 0.9em;
    text-align: center;
    font-style: italic;
	float:left;
}
.read_more {
    float: right;
}
.rm-content h4 {
	/*margin-top: 0;*/
}
.rm-content h3 {margin-bottom: 6px;}
.nav.nav_cart_mobile .cart_mobile{
	display: none;
}
.nav.nav_cart_mobile .cart_mobile #cart #cart-total {
	display: none;
}

#mainMenu {
    color: white;
    height: 44px;
    padding-left: 5px;
    background: #00263E;
}
#mainMenu h2 {
        font-size: 18px;
    text-align: center;
    color: white;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
	    line-height: 18px;
    padding-right: 5px;
}
#mainMenu input#modulo_data {
   background: transparent;
    border: 0;
    box-shadow: none;
    color: white;
    font-size: 17px;
    padding: 0px;
    text-align: center;
    height: 25px;
}
#mainMenu button.btn.btn-default {
    background: transparent;
    border: 0;
    color: white;
    padding: 2px 5px;   
}
#mainMenu button.btn.btn-default:hover {
	color:#C8102E
}
@media (max-width: 992px) {
	.nav.nav_cart_mobile .cart_mobile{
		display: block;
	}
}
@media (min-width: 992px) {
	header#header_hamb{height:60px;}
	.navbar-nav {float: left;}
	#mainMenu{ padding-left: 130px; }
		
	
}
.nav > li {display: table-cell;}
#LoadingImage {
	display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    background: rgba(128, 128, 128, 0.48);
    z-index: 1000000;
}
#LoadingImage .wrapper {
	font-size: 25px;
    width: 10em;
    height: 10em;
    margin: 100px auto;
    position: relative;
    border-radius: 50%;
    background: white;
    border: 1em dashed #C8102E70;
    box-shadow: inset 0 0 2em rgba(255,255,255,0.3), 0 0 0 0.7em rgba(255,255,255,0.3);
    animation: rota 3.5s linear infinite;
    font-family: 'Racing Sans One', sans-serif;
    color: #444;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0.04em rgba(255,255,255,0.9);
    line-height: 8em;
}
#LoadingImage .wrapper:before,
#LoadingImage .wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: inherit;
    box-shadow: inset 0 0 2em rgba(255,255,255,0.3);
    border: 1em dashed;
}

#LoadingImage .wrapper:before {
	border-color: rgba(236, 226, 204, 0.7);
	top: 0; right: 0; bottom: 0; left: 0;
}

#LoadingImage .wrapper:after {
	border-color: rgba(236, 226, 204, 0.4);
    top: 1em; right: 1em; bottom: 1em; left: 1em; 
}

#LoadingImage .wrapper .inner {
    width: 100%;
    height: 100%;
    animation: rota 3.5s linear reverse infinite;
}

#LoadingImage .wrapper span {
    display: inline-block;
    animation: placeholder 1.5s ease-out infinite;
}

#LoadingImage .wrapper span:nth-child(1)  { animation-name: loading-1;  }
#LoadingImage .wrapper span:nth-child(2)  { animation-name: loading-2;  }
#LoadingImage .wrapper span:nth-child(3)  { animation-name: loading-3;  }
#LoadingImage .wrapper span:nth-child(4)  { animation-name: loading-4;  }
#LoadingImage .wrapper span:nth-child(5)  { animation-name: loading-5;  }
#LoadingImage .wrapper span:nth-child(6)  { animation-name: loading-6;  }
#LoadingImage .wrapper span:nth-child(7)  { animation-name: loading-7;  }

@keyframes rota {
    to { transform: rotate(360deg); }
}

@keyframes loading-1 {
    14.28% { opacity: 0.3; }
}

@keyframes loading-2 {
    28.57% { opacity: 0.3; }
}

@keyframes loading-3 {
    42.86% { opacity: 0.3; }
}

@keyframes loading-4 {
    57.14% { opacity: 0.3; }
}

@keyframes loading-5 {
    71.43% { opacity: 0.3; }
}

@keyframes loading-6 {
    85.71% { opacity: 0.3; }
}

@keyframes loading-7 {
    100% { opacity: 0.3; }
}

#logo_header_login {       right: 0;
    background: rgba(255, 255, 255, 0.61);
    padding: 5px;
    text-align: center;
}
.login_field{
	display: inline-block;
    position: absolute;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #C8102E;
}

.login_field i {
    font-size: 25px;
}

.login_field_input {
	
    padding: 16px 20px 16px 50px;
	height: 45px;
}

#composizione_menu {display: none;}


#cd-cart {
  right: -100%;
  background: #FFF;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}
#cd-cart.speed-in {
  right: 0;
}/*
#cd-cart > * {
  padding: 0 1em;
}*/
#cd-cart h2 {
      font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
        margin-top: 3px;
}
#cd-cart .cd-cart-items {
  padding: 0;
  list-style: none;
}
#cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em 0 1em 2.8em;
  border-top: 1px solid #e0e6ef;
  line-height: 17px;text-align: left;
}
#cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
  color: #a5aebc;
}
#cd-cart .cd-price {
  margin-top: .4em;
}
#cd-cart .cd-item-remove {
  position: absolute;
    right: 1em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #C8102E;
    color: white;
    line-height: 32px;
    text-align: center;
    left: 0;
}
#cd-cart .cd-item-remove:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2ed";
 }
.no-touch #cd-cart .cd-item-remove:hover {
  background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
}
#cd-cart .cd-cart-total span {
  float: right;
}
#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-cart .checkout-btn {
     display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #C8102E;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
}
.no-touch #cd-cart .checkout-btn:hover {
  background: #a2dda8;
}
#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  #cd-cart > * {
    padding: 0 2em;
  }
  #cd-cart .cd-item-remove {
    right: 2em;
  }
  #cd-cart .btn-primary{position: absolute;
    right: 36px;
    top: 26px;
    padding: 5px;}
}
.info_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
       overflow: hidden;
        background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* #00263E w/ opacity */
}

/* Modal Content/Box */
.info_modal .modal-content {
    background-color: #fefefe;
    margin: 4% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.info_modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.img_quick {
    top: -12px;
    position: relative;
}
.info_modal .close:hover,
.info_modal .close:focus {
    color: #00263E;
    text-decoration: none;
    cursor: pointer;
}


/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


.info_modal .modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.info_modal .modal-body {padding: 2px 16px;}

.info_modal .modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.col-sm-10login #logo2 {padding:0}

.info_gen{
	text-align:center;
    font-size: 16px;
	padding: 5px;
}
.info_gen:before{content: "";
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    margin: 0 2% 0 0;
    border-bottom: 1px solid #C8102E;}
.info_gen:after{content: "";
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    margin: 0 0 0 2%;
    border-bottom: 1px solid #C8102E;}
.panel_take {
	display: inline-block;
    text-align: left;
    vertical-align: middle;
	margin-left:10px;
}	

.product_takeaway{
	    display: inline-block;
    padding: 5px;
	    width: 250px;    vertical-align: middle;
}	

.h2_take {    border-bottom: 1px dotted rgba(25, 175, 89, 0.3);}
.seleziona_prodotto_take div.btn-secondary {
    background: rgba(128, 128, 128, 0.2);
    border-radius: 5px;
}
#cart_mobile_m {
	float: right;padding: 3px 20px 7px 9px;border-radius: 0;    height: 100%;    background-color: #C8102E;
    cursor: pointer;
}
.basket-amount {
	    float: left;
    margin-right: 11px;
}	
#cart_mobile_m div.count_product:before {
	
        font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f49e";
    font-size: 16px;
    position: absolute;
        bottom: 6px;
    right: 10px;

}
.count_product {
                font-size: 11px;
    margin-top: -3px;
    margin-left: 28px;
    text-align: center;
    width: 20px;
    float: left;
    margin-right: -9px;
}
.seleziona_prodotto_take div.btn-primary {
	border: 0;
    border-radius: 5px;
    background: rgba(236, 226, 204, 0.5);
    color: #2a323f;
    display: table;
    align-items: center;
    text-transform: none;
    cursor: pointer;
    width: 100%;
}

.seleziona_prodotto_take div p.description {
line-height: 18px;
    max-height: 100px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.seleziona_prodotto_take section {
	    vertical-align: middle;
    padding: 10px;
    min-height: 40px;
	font-size:12px;
}	
.seleziona_prodotto_take section.pricesec {
    text-align: center;    color: #c8102e;
}	


.img_quick {
    top: -12px;
    position: relative;
}
.categ_cart {
	margin: 0;
}	
.categ_cart  i{
	    border-bottom: 1px solid #e0e6ef;
}	
h6.panel-title i {
	    margin-left: 5px;
}
p.desc_allergens {
	
    font-size: 11px;
    font-weight: bold;
    font-style: italic;

}
p.allergens {
	margin: 0;
    line-height: 13px;
    color: #C8102E;
    font-size: 13px;
    line-height: 13px;
    font-style: italic;

}
.btn-primary:active 	p.allergens, .btn-primary:hover 	p.allergens,.btn-primary p.allergens:hover{
	/*color: white;*/
} 
li.dropdown.drop_user > a {
    font-size: 12px;
}
li.dropdown.drop_user > a > i.fa-user {
	/*display: block;*/ text-align: center;
}	
img.img-responsive.logo_img {
   /* padding-top: 6px;*/
}
button#info_composition {
    float: right;
    position: absolute;
    right: 30px;
    top: 30px;
}

.rm-content-bistrot .price {
	margin: 0;
	font-size: 12px;
}
.rm-content-bistrot dl:not(.type_dl) dt {
	font-size: 14px;
}

.rm-content-bistrot dl:not(.type_dl) dt {
	    font-size: 14px;
    line-height: 14px;
    background: white;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    float: left;
    clear: both;
    font-weight: 300;
	    width: 80%;
    font-family: 'PedevillaMediolanumInt', sans-serif;
}
.rm-content-bistrot .mCS_img_loaded {
    float: left;
    margin: 1px 4px 0 4px;
}


@media (min-width: 1200px) {
	.rm-content-bistrot .price {
		font-family: 'PedevillaMediolanumInt', sans-serif; 
		line-height: 22px;
		
	}
	.rm-content-bistrot dl:not(.type_dl) dt {
		font-style: italic;
		text-transform: inherit;
        font-size: 14px;
		margin-top: 0;
		WIDTH: 80%;
	}
	.rm-content-bistrot .mCS_img_loaded {
		float: left;
		margin: 5px 4px 0 4px;
	}
}

@media screen and (max-width: 960px) {
	.rm-content-bistrot .price {
		font-family: 'PedevillaMediolanumInt', sans-serif; 
		margin-top: 0px;
		line-height: 22px;
		font-size: 14px;
	}
	
	.rm-content-bistrot dl:not(.type_dl) dt {
			font-size: 18px;
		line-height: 18px;
		margin-top: 0;
	}
	.rm-content-bistrot .mCS_img_loaded {
		float: left;
		margin: 5px 4px 0 4px;
	}
}

@media screen and (max-width: 550px) {
	.rm-content-bistrot dl:not(.type_dl) dt {
		    font-size: 12px;
    line-height: 12px;
        margin-top: 5px;
    width: 58%;
	}
	.rm-content-bistrot .price {
		margin-top: 0;
	}
	.mCS_img_loaded {
    
    margin: 1px 4px 0 4px;
}
}
.allergens p {
	font-family: 'PedevillaMediolanumInt', sans-serif;
	   
}
.rm-content-bistrot dd {    display: inline-block; }

.price_bistrot {
	float: none;
    text-align: right;
}

dd.info_bistrot_bold {
    font-weight: bold;
}
dd.info_bistrot {
    font-style: italic;
    line-height: 16px;
    font-size: 12px;
    text-align: left;
    display: block;
    /* margin: 0; */
    /* padding: 0; */
}
dd.allergens {
    clear: both;
    display: block;
}
.rm-content-bistrot dl:not(.type_dl) dt.sty {
		   
    font-family: 'PedevillaMediolanum','MonclerGothic', sans-serif;
    text-transform: inherit;
    font-size: 24px;margin-top: 27px;
	margin-bottom: 10px;
	}


.modal {
     width: 400px;
    height: 300px;
    left: 0;
    top: 80%;
  opacity: 0;
  /*margin-left: 20%;*/
  padding-top:0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-box-shadow: 0px 0px 25px 1px rgba(25,45,110,1);
-moz-box-shadow: 0px 0px 25px 1px rgba(25,45,110,1);
box-shadow: 0px 0px 25px 1px rgba(25,45,110,1);    border-radius: 5px;
}
@media screen and (max-width: 500px) {
  .modal {
    width: 90%;
    margin-left: 5%;
  }
}
.modal[data-status="true"] {
  opacity: 1;
  pointer-events: auto;
  /*top: 50%;
  margin-top: -150px;*/
}
.modal[data-status="true"] .modal-left {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal[data-status="true"] .modal-right {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: 1;
}
.modal[data-status="true"] .close, .modal[data-status="true"] .price-tag {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.modal-left {
  left: 0;
  width: 50%;
  Height: 100%;
  -webkit-transform: translate(-50px, -20px) rotate(30deg);
          transform: translate(-50px, -20px) rotate(30deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background-image: url("../image/take_medio.jpg");
      background-position: right;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.45s ease-in-out;
  transition: -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
}

.modal-right {
  left: 0;
  width: 50%;
  Height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  position: relative;
  opacity: 0;
  -webkit-transform: rotateY(-80deg);
          transform: rotateY(-80deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: opacity 0.45s ease-in-out 0.45s, -webkit-transform 0.45s ease-in-out 0.45s;
  transition: opacity 0.45s ease-in-out 0.45s, -webkit-transform 0.45s ease-in-out 0.45s;
  transition: transform 0.45s ease-in-out 0.45s, opacity 0.45s ease-in-out 0.45s;
  transition: transform 0.45s ease-in-out 0.45s, opacity 0.45s ease-in-out 0.45s, -webkit-transform 0.45s ease-in-out 0.45s;
}
.modal-right h2 {
  margin: 0;    text-transform: capitalize;
}
.modal-right p {
  text-align: center;
  color: #00263E;
  padding: 5px 16px;
     font-size: 20px;
}
p.modal-info-right {
  font-size: 12px;
}

p.modal-info-right2 {
  font-size: 12px;color: #C8102E;
}
.modal-right .close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  outline: none;
  opacity: 0;
  -webkit-transform: translate(50px, 50px);
          transform: translate(50px, 50px);
  -webkit-transition: all 0.45s ease-in-out 0.85s;
  transition: all 0.45s ease-in-out 0.85s;
      top: 0;
}
.modal-right .close span {
  color: rgba(25,45,110,1);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 35px;
}
.modal-right .close:hover span {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.modal-right .close:active {
  background: #b63100;
}

.place-order {
       cursor: pointer;
    border: 0;
    outline: 0;
    color: #C8102E7a;
    text-transform: uppercase;
    transition: all .1s ease-in-out;
    border-radius: 50px;
    background: transparent;

}
#main {
	    display: inline-block;
}	.badge-num {
  box-sizing: border-box;
    font-family: 'Trebuchet MS', sans-serif;
    background: #C8102E;
    cursor: default;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    height: 16px;
    line-height: 12px;
    top: 10px;
    left: 20px;
    border: 2px solid #fff;
    position: absolute;
    text-align: center;
    width: 16px;
    box-shadow: 1px 1px 5px rgba(0,0,0, .2);
    animation: pulse 1.5s 1;
}
.badge-num:after {
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #C8102E;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s 1;
}
@keyframes sonar { 
  0% {transform: scale(.9); opacity:1;}
  100% {transform: scale(2);opacity: 0;}
}
@keyframes pulse {
  0% {transform: scale(1);}
  20% {transform: scale(1.4); } 
  50% {transform: scale(.9);} 
  80% {transform: scale(1.2);} 
  100% {transform: scale(1);}
}
#badge-envelope :before {
  font-size:20px;
  text-decoration: none;
}
.icon-hover {
  color: fade(white, 40%);
  transition: color 500ms ease;
  cursor: pointer;
}  
  .icon-hover:hover {
    color: fade(white, 70%);
  }

  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
 .modal-right {
         display: block;
		 padding-top: 40px;
    }
}
.div_qr {
	background: rgba(236, 226, 204, 1);
    color: #C8102E;
    padding: 5px;
    border-top: 4px solid #C8102E;
    text-align: center;
}
#barcode_image img {
    margin: 0 auto;
    display: block;
    padding: 20px;
}
div.stampa_qr {
	    margin: 0 auto;
    background-color: #C8102E;
    color: white;
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
}
div.owl-carousel.owl-theme:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
    background-image: linear-gradient(to bottom right,white,#C8102E2e);
}
div.restaurant_adesione {
	background-color: white;display: block;height: 212px;width: 333px;
}
div.restaurant_adesione_hi {
	background: rgba(236, 226, 204, 1);
	color: #C8102E;
	padding: 5px;
	border-top: 4px solid #C8102E;
	text-align: center;
	z-index: 100;
	position: relative;
	width: 100%;
}	
div.restaurant_adesione_back {
	height: 200px;
    background: url('../image/restaurant_adesione.png') left bottom no-repeat;
    background-position: unset;
    touch-action: manipulation;
    background-size: auto 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
}	
#adesioneDiv {
	position: relative;
    text-align: center;
    z-index: 100;
    font-size: 20px;
    padding: 10px 20px;
}
div.adesioneDivChoice {
    float: left;
    width: 50%;
}

h6.post-meta {
    margin: 0 0 5px 0;
    font-size: 12px;
}
div.mainHour {
    display: table;
     width: 100%; 
    vertical-align: middle;
    position: relative;
    height: 100%;
    /* border-radius: 4px; */
    /* color: #00263E; */
    z-index: 10000000;
    position: static;
}

div.innerHour {
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
    color: #00263E;
	text-shadow: none;
	line-height: 14px;
    font-size: large;
}

div.innerHour p {font-size: 11px;
    margin-bottom: 3px;}
.fc-toolbar h4 {color: white;
    font-size: 18px;}
#calendar {
    margin: 0px 25px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#calendar.fc-unthemed tbody {
    border: 1px solid rgba(228, 199, 133, 0.70);
}
dt i {
	font-size: 13px;
    color: #c18181;
	font-weight: 100;
}
#subMenu {
	    cursor: pointer;
    display: table-cell;
    padding: 0;width:40px;
}
#modulo_data_menu  {
	    cursor: pointer;
    display: table-cell;
}
.panel-default > .panel-heading {
	border-bottom: 1px dotted rgba(200, 16, 46, 0.20);background:none;
    
}
.table-bordered thead tr.subheader {
    font-size: 10px;
}

.table-bordered thead tr.subheader td {
    padding: 3px;
}
@media (min-width: 992px) {
#subMenu {
	position:absolute;right: 0; top: 0;margin:0;
    display: none;
}
#mainMenu h2 {
	line-height:24px;
}
}
div..seleziona_prodotto_take i {
    color: grey;
}
div.seleziona_prodotto_take p.description {
	    text-transform: capitalize;margin: 0;
}
div.seleziona_prodotto_take button.btn-secondary {
	background-color: #e8e8e8
}	
#clock span {
  display: inline-block;
  font-weight: bold;
}

h3.title_take_away {
       font-size: 18px;
    margin: 0;
    line-height: 18px;
    vertical-align: middle;
    text-align: right;
}
div#modulo_data_menu_take {
        cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}
input#modulo_data_take {
        background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 17px;
    padding: 5px 0px;
    margin-right: 6px;
    margin-left: 10px;
    text-align: center;
    color: #C8102E;
    vertical-align: middle;
    line-height: 17px;
    margin-top: 3px;
}
div#modulo_data_menu_take .btn.btn-default {
    background: transparent;
    border: 0;
    color: #C8102E;
    padding: 12px 4px;
}
th.ui-datepicker-week-end,
td.ui-datepicker-week-end {
    display: none;
}

#mainMenu .date {display:table-cell;vertical-align: middle;}

div.popup_blog_content {
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    float: left;
    padding: 19px 0 120px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

div.popup_blog_content > div {
	background: #C8102E;text-align: center;color: white;padding:10px;
}	
div.content2 {
	    float: left;    line-height: 25px;
    padding: 20px 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.80);
}
p.agileinfo1 {
    font-size: 20px;
    font-weight: normal;
    color: #00263E;
    padding-bottom: 25px;
    text-transform: uppercase;    float: right;
}
p.agileinfo2 {
    font-size: 27px;
    font-weight: normal;
    color: #C8102E;
    padding-bottom: 35px;
    text-transform: capitalize;    float: left;
}
p.agile1 {
    font-size: 16px;
    font-weight: normal; clear:both;
    color: #00263E;
    line-height: 30px;
    padding: 0 60px;
}
.alert-close1 {
    position: absolute;
    right: 0;
    padding: 10px;
}

@media (max-width: 992px) {
	div.popup_blog_content { float: none; padding:0}
	div.popup_blog_content > div {
		text-align: left;
	}
	p.agileinfo1 {
		float:none;padding-bottom:0
	}
	p.agileinfo2 {
		padding-bottom: 0;
   }
    .alert-close1 {   padding: 1px; }
}
.cart-add.cd-add-cart:before {
    font-family: "Font Awesome 5 Free";
    content: "\f217";
}
button.btn.cart-add {
    right: 1em;
    top: 50%;
    bottom: auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #00263E;
    color: white;
    /* line-height: 32px; */
    text-align: center;
    left: 0;
    left: 0;
    padding: 2px;
}
button.btn.cart-add:hover {
    background: #C8102E;
}
.menu_giorn .rm-content dl:not(.type_dl) dt {
    background: url(../image/dot.gif) repeat-x 0 1.8em;
}
.nav.navbar-nav .fa, .nav.navbar-nav .fas {
    font-size: 18px;
}

.panel-store {
	
    border: 1px solid grey;
    margin: 10px;
    background-repeat: no-repeat;
	background-size: cover;
    background-position: 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    height: 200px;
    width: 200px;
}
.panel-store .panel-heading {
	padding: 5px;
    background: #ffffff8f;
    margin: 0 -6px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.panel-store .panel-body {
	white-space: pre-wrap;
	width: 100%;
}

div#my_popup_changestore {
    border-radius: 10px;
    border: 1px solid black;
}