


.vis_mobile {
	display: none;
}

.vis_desktop {
	display: inherit;
}


.page-index, .page-menu-breadcrumb {
    padding-top: 130px;
	padding-bottom: 10px!important;
}


.header_menu {
	position: fixed;
}


.page-menu {
	padding-top: 30px;
}



.breadcrumb_title {
	color: white;
	font-size: 30px;
}
.page-menu-breadcrumb {
	background-color: #231f20;
}



.dropdown {
    overflow: scroll;
    overflow-y: scroll;
    height: 400px;
}


.food_item_thumb img {
	border-radius: 10px;
}


@media only screen and (min-width: 0px) and (max-width: 1024px) {

	.vis_mobile {
		display: inherit;
	}

	.vis_desktop {
		display: none;
	}

	.page-index, .page-menu-breadcrumb {
		padding: 130px 0;
	}
	
}

@media (min-width: 1025px) {
	
	.vis_mobile {
		display: none;
	}

	.vis_desktop {
		display: inherit;
	}

	.page-index, .page-menu-breadcrumb {
		padding: 130px 0;
	}
	
	.dropdown {
		overflow: hidden;
		overflow-y: hidden;
		height: auto;
	}
	
}










@media (min-width: 1600px) {
	.rd-navbar-with-top-panel.rd-navbar-static .rd-navbar-panel-nav-inner {
		margin-top: 10px;
	}
	.rd-navbar-with-top-panel.rd-navbar-static .rd-navbar-panel-nav {
		margin-top: 10px;
	}
	.box-minimal-title {
		font-size: 20px;
		line-height: 30px;
	}

	.range > .cell-xl-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 83.33333%;
		max-width: 83.33333%;
	}
	
	.rd-navbar-with-top-panel.rd-navbar-static .rd-navbar-panel-nav-inner .left-side {
		margin-left: -1.1em;
	}
	
	.rd-navbar-with-top-panel.rd-navbar-static .rd-navbar-panel-nav-inner .left-side > * {
		font-size: 14px;
	}	
	
}

@media (min-width: 1200px) {
	.breadcrumbs-custom {
		padding: 90px 0 30px;
	}
	
	.rd-navbar-brand .brand-name {
		max-width: 240px;
		display: inline-block;
	}	
	
	.rd-navbar-with-top-panel.rd-navbar-static .rd-navbar-panel-nav {
		margin-top: 10px;
	}	
	
	.section-lg {
		padding-top: 60px;
	}
	
	.shell, .shell-wide {
		max-width: 1100px;
	}
}

@media (min-width: 1300px) {
	
	.shell, .shell-wide {
		max-width: 1200px;
	}
}

@media (min-width: 1400px) {
	
	.shell, .shell-wide {
		max-width: 1300px;
	}
}

@media (min-width: 1500px) {
	
	.shell, .shell-wide {
		max-width: 1400px;
	}
}

@media (max-width: 768px) {
	.heading-5 {
		font-size: 18px;
	}
	.list-marked {
		padding-left: 0px;
	}
	* + ul {
		margin-top: 2px;
	}
	p + .list-marked {
		margin-top: 2px;
	}
	* + .list-marked {
		margin-top: 2px;
	}
	
	.footer_telefono_cell {
		background-position: center; 
	}
	.footer_telefono_cell_testo {
		width: 100%;
		margin-left: 2px;
	}
	
	.footer_telefono_verde {
		background-position: center; 
	}
	.footer_telefono_verde_testo {
		width: 100%;
		margin-left: 2px;
	}
	
}

@media (max-width: 1200px) {
	.desktop .box-job-position-caption-overlay {
		display: none;
	}
}

@media (min-width: 768px) {
	.section-lg {
		padding-top: 60px;
	}
}



