@media only screen and (min-width: 768px) {
	.header.original .logo {
		width: 230px;
	}
	.stickyheader .header .logo {
		width: 180px;
		height: 65px;
	}
	
	.stickyheader .header.cloned {
		line-height: 70px;
	}
	
}

.logo a {
	background-image: url(/files/cto_layout/img/logo.png);
}

@media(max-width: 968px) {
	.logo a {
		width: 160px;
	}
}

.bg-grey {
	background: #e9e9e9;
}

.text-center {
	text-align: center;
}

.ce_gallery .image_container {
	margin: 20px;
}
.ce_gallery .image_container img {
	width: 70%;
	height: auto;
}

body #main .mod_article.smallwidth, .mod_article.fullwidth-boxed-medium > .container {
	max-width: 1000px;
}

@media(max-width: 968px) {
	.col-servizi {
		display: block !important;
	}
}

@media(min-width: 968px) {
	.ce_fancybox.style3 .inside {
		min-height: 30vw;
	}
}