@import url('normalize.css');

@font-face {
  font-family: 'entypo-selected';
  src: url("https://www.savicreperia.com/css/font/entypo-selected.eot");
  src:
	url("https://www.savicreperia.com/css/font/entypo-selected.eot#iefix") format('embedded-opentype'),
	url("https://www.savicreperia.com/css/font/entypo-selected.woff") format('woff'),
	url("https://www.savicreperia.com/css/font/entypo-selected.ttf") format('truetype'),
	url("https://www.savicreperia.com/css/font/entypo-selected.svg#entypo-selected") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'AmericanTypewriter';
	src: url('fonts/ITC - AmericanTypewriter MediumA.eot');
	src: local('?'), url('fonts/ITC - AmericanTypewriter MediumA.woff') format('woff'), url('fonts/ITC - AmericanTypewriter MediumA.ttf') format('truetype'), url('fonts/ITC - AmericanTypewriter MediumA.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AmericanTypewriter_Bold';
	src: url('fonts/ITC - AmericanTypewriter MediumA Bold.eot');
	src: local('?'), url('fonts/ITC - AmericanTypewriter MediumA Bold.woff') format('woff'), url('fonts/ITC - AmericanTypewriter MediumA Bold.ttf') format('truetype'), url('fonts/ITC - AmericanTypewriter MediumA Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.font-primario{
	font-family: 'AmericanTypewriter';-webkit-font-smoothing: antialiased;text-rendering: optimizelegibility;
}

.font-primario-bold{
	font-family: 'AmericanTypewriter_Bold';-webkit-font-smoothing: antialiased;text-rendering: optimizelegibility;
}
.body-sfondo{
	position: absolute;
    width: 100%;
    height: 100%;
    min-height: 600px;
    z-index: -2;
    overflow-x: hidden;
}
.rm-container {
	width: 33%;
	height: 800px;
	max-width: 370px;
	margin: 0 auto 40px auto;
	position: relative;
	-webkit-perspective: 1600px;
	-moz-perspective: 1600px;
	-o-perspective: 1600px;
	-ms-perspective: 1600px;
	perspective: 1600px;
	color: #2a323f;
}

.rm-wrapper,
.rm-wrapper > div {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.rm-wrapper .rm-cover {
	z-index: 100;
	-webkit-transform-origin: 0% 50%;
	-webkit-transition-delay: 0.2s;
	-moz-transform-origin: 0% 50%;
	-moz-transition-delay: 0.2s;
	-o-transform-origin: 0% 50%;
	-o-transition-delay: 0.2s;
	-ms-transform-origin: 0% 50%;
	-ms-transition-delay: 0.2s;
	transform-origin: 0% 50%;
	transition-delay: 0.2s;
}
.rm-wrapper .rm-cover .rm-front{
	background: url('../images/savi-copertina-menu.jpg');
}

.rm-wrapper .rm-cover .rm-front{
	xbackground:none;
}

.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;
	-moz-transform-origin: 100% 50%;
	-moz-transition-delay: 0s;
	-o-transform-origin: 100% 50%;
	-o-transition-delay: 0s;
	-ms-transform-origin: 100% 50%;
	-ms-transition-delay: 0s;
	transform-origin: 100% 50%;
	transition-delay: 0s;
}

.rm-wrapper > div > div {
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 16px;
	box-shadow: inset 0 0 0 16px #fff, inset 0 0 0 17px #bf9a5e;
}

.rm-container .rm-cover.noVisible,
.rm-container .rm-back.noVisible,
.rm-container .rm-front.noVisible{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rm-container .rm-back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-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 {
	xpadding: 20px;
}

.rm-logo,
.rm-content h2,
.rm-content h4,
a.rm-button-open,
.rm-modal h5 {
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Arvo', Arial, sans-serif;
}

.rm-logo {
	width: 100px;
	height: 100px;
	background: #323b4c url(https://www.savicreperia.com/img/restaurant.jpg) no-repeat center center;
	border-radius: 50%;
	margin: 20px auto;
	box-shadow:
		0 0 0 3px #fff,
		0 0 0 4px #e6b741,
		0 0 0 5px #fff,
		0 0 0 6px #e6b741,
		0 0 0 7px #fff,
		0 0 0 8px #e6b741;
}

.rm-content h2 {
	letter-spacing: 2px;
	font-size: 26px;
	text-shadow: 1px 1px 0 #fff, 3px 3px 0 #e6b741;
}

.rm-content h3 {
	font-size: 13px;
	margin: 40px 0;
	padding: 20px 40px;
	color: #323b4c;
	font-weight: 500;
	border-top: 4px double #323b4c;
	text-transform: uppercase;
	line-height: 20px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}

.rm-content h4 {
	margin: 0px 0 10px 0;
padding-top: 10px;
font-size: 16px;
padding-bottom: 10px;
color: #bf9a5e;
font-family: 'AmericanTypewriter';-webkit-font-smoothing: antialiased;text-rendering: optimizelegibility;
border-top: 1px solid #bf9a5e;
letter-spacing: 2px;
}
.rm-content h4:first-child {
	border-top: 0px;
}

.rm-content h4:not(:first-child) {
	margin-top: 35px;
}

a.rm-button-open {
	color: #323b4c;
	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: #e6b741;
}

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

.rm-content dl{
	margin: 0;
	margin: 0 15px;
	text-align:left;
}

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

.rm-content dl dt {
	font-weight: 500;
	text-transform: uppercase;
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	font-family: 'AmericanTypewriter_Bold';-webkit-font-smoothing: antialiased;text-rendering: optimizelegibility;
}

.rm-content dl dd {
	padding: 2px 2px 5px;
	margin-bottom: 8px;
	line-height: 14px;
}
.rm-content dl dd p{
	font-size: 12px;
	color: #6F6D69;
	font-family: 'AmericanTypewriter';-webkit-font-smoothing: antialiased;text-rendering: optimizelegibility;
	margin: 0px 0px;
	line-height: 14px;
}

.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: #fff url(../img/white_paperboard.jpg);
	box-shadow:
		inset 0 0 0 16px #fff,
		inset 0 0 0 17px #e6b741,
		inset 0 0 0 18px #fff,
		inset 0 0 0 19px #e6b741,
		inset 0 0 0 20px #fff,
		inset 0 0 0 21px #e6b741,
		0 4px 20px rgba(0,0,0,0.4);
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateZ(1000px);
	-moz-transform: translateZ(100px); /* avoid flickering */
	-o-transform: translateZ(1000px);
	-ms-transform: translateZ(1000px);
	transform: translateZ(1000px);
}

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

.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);
}

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

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

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

.rm-close {
	background: #bf9a5e;
	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;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out, height 0s;
	-ms-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;
	-moz-transition:
		-moz-transform 0.6s ease-in-out,
		opacity 0.6s ease-in-out;
	-o-transition:
		-o-transform 0.6s ease-in-out,
		opacity 0.6s ease-in-out;
	-ms-transition:
		-ms-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;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	-ms-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;
	-moz-transition: all 0.3s ease-in-out 0.8s;
	-o-transition: all 0.3s ease-in-out 0.8s;
	-ms-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: 0s;
	-moz-transform: rotateY(-180deg);
	-moz-transition-delay: 0s;
	-o-transform: rotateY(-180deg);
	-o-transition-delay: 0s;
	-ms-transform: rotateY(-180deg);
	-ms-transition-delay: 0s;
	transform: rotateY(-180deg);
	transition-delay: 0s;
}

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

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

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

.rm-container.rm-in .rm-wrapper {
	-webkit-transform: translateZ(-500px);
	-moz-transform: translateZ(-500px);
	-o-transform: translateZ(-500px);
	-ms-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;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.rm-container.rm-in .rm-modal {
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	-ms-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 #e6b741,
		inset 0 0 0 18px #fff,
		inset 0 0 0 19px #e6b741,
		inset 0 0 0 20px #fff,
		inset 0 0 0 21px #e6b741,
		0 3px 5px rgba(0,0,0,0.2);
}

.no-csstransforms3d .rm-container .rm-back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-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;
	-moz-transition: opacity 0.6s ease-in-out 0s;
	-o-transition: opacity 0.6s ease-in-out 0s;
	-ms-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;
	-moz-transform: rotateY(0deg);
	-moz-transition-delay: 0s;
	-o-transform: rotateY(0deg);
	-o-transition-delay: 0s;
	-ms-transform: rotateY(0deg);
	-ms-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) {
	.bgSfondo{display:none;}
	.rm-container {
		width: 100%;
		height: auto;
		max-width: 460px;
		-webkit-perspective: 0px;
		-moz-perspective: 0px;
		-o-perspective: 0px;
		-ms-perspective: 0px;
		perspective: 0px;
	}
	.rm-wrapper,
	.rm-wrapper > div,
	.rm-wrapper > div > div {
		position: relative;
		width: 100%;
		height: auto;
	}

	.rm-wrapper > div > div{
		margin-bottom: 10px;
		box-shadow:
			inset 0 0 0 16px #fff,
			inset 0 0 0 17px #636363,
			inset 0 0 0 18px #fff,
			inset 0 0 0 19px #636363,
			inset 0 0 0 20px #fff,
			inset 0 0 0 21px #636363,
			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);
		-moz-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		-ms-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);
		-moz-transform: translateZ(0px);
		-o-transform: translateZ(0px);
		-ms-transform: translateZ(0px);
		transform: translateZ(0px);
		-webkit-transition: opacity 0.6s ease-in-out 0s;
		-moz-transition: opacity 0.6s ease-in-out 0s;
		-o-transition: opacity 0.6s ease-in-out 0s;
		-ms-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;
		-moz-transform: rotateY(0deg);
		-moz-transition-delay: 0s;
		-o-transform: rotateY(0deg);
		-o-transition-delay: 0s;
		-ms-transform: rotateY(0deg);
		-ms-transition-delay: 0s;
		transform: rotateY(0deg);
		transition-delay: 0s;
	}
}


/**/
.topAddress{
	text-transform:uppercase;
}
.topAddress .nome{
	font-size:14px;
}
.topAddress .linea{
	font-size:22px;
	margin:0px 10px;
	margin-top:5px;
}
.topAddress .indirizzo{
	font-size:13px;
}
.page_home{}
.page_home .logo-nav{}
.page_home .carou-slider{margin-top:10px ;}

@media screen and (max-width: 1920px) {
	.page_home .logo-nav {
		padding-top: 14.5%;
		padding-bottom: 16.5%;
	}
}
@media screen and (max-width: 1600px) {
	.page_home .logo-nav {
		padding-top: 13%;
		padding-bottom: 13%;
	}
}
@media screen and (max-width: 1280px) {
	.page_home .logo-nav {
		padding-top: 12%;
		padding-bottom: 13%;
	}
}

@media screen and (max-width: 720px) {
	.page_home .logo-nav {
		padding-top: 10%;
		padding-bottom: 38%;
	}
}

h1,h2,h3,h4,h5{
	font-family: 'AmericanTypewriter';-webkit-font-smoothing: antialiased;text-rendering: optimizelegibility;
}
h3{font-size:20px;}
p{
	font-size: 16px;
	font-family: 'Calibri';
	line-height: 20px;
	font-kerning: 25px;
}
h2{
}
.before_li:before{
	background-image: url(../images/before_il.png);

}
.before_la:before{
	background-image: url(../images/before_la.png);
}
.before_i:before{
	background-image: url(../images/before_i.png);
}

.footer-wrapper .logoContainer{
	margin-top: -8px;
	margin-left: 0px;
}
.footer-wrapper .logoContainer .logo_brainpull{
	width: auto; height: 30px;
}
.page_home .early-start{
	margin-top: 300px;
	padding-bottom: 50px;
}
.gallery-testimonials > div{border-top:1px solid #fff;}
.text-dorato{
	color:#bf9a5e !important;
}
.articolo .data{
	margin-left:10px;
}
.pagination{
	color:#fff;
	font-family: 'AmericanTypewriter';-webkit-font-smoothing: antialiased;text-rendering: optimizelegibility;
	padding: 10px 0px 0px;
	text-align: center;
}
.pagination .containerPage{
	background: #000;
	padding: 0.5em 1.3em;
}
.pagination .selected{
	font-family: 'AmericanTypewriter_Bold';-webkit-font-smoothing: antialiased;text-rendering: optimizelegibility;
	margin:0 8px;
}
.pagination .inactive{
	font-family: 'AmericanTypewriter';-webkit-font-smoothing: antialiased;text-rendering: optimizelegibility;
	margin:0 5px;
}
.pulsante_menu_container{
	bottom: 85px;
	position: absolute;
	width: 92%;
}
.pulsante_menu_container a{
	font-family: 'AmericanTypewriter_Bold';
}
.pulsante_menu_container a:hover{
	color:#000;
}
.menu_container{
}
.newsFacebook{text-align:left;}

.newsFacebook p{color:#fff;text-align:left;margin-right:10%;margin-top:0px;}
.newsFacebook img{text-align:left;}
.newsFacebook .bordoImg{display: inline-block;}
.bordoImg{
	background:#fff;
	padding:6px;
}
.page_home .infoContainer .bordoImg{
    width: 300px;
}
.anteprima-articolo{}
.anteprima-articolo > .anteprima{width:100%;}
.articolo .anteprima{margin-bottom: 50px;}
.sharing-post{
	margin-top:0px;
}
.menu_container .rm-right .rm-front{
	xbackground: rgba(255, 255, 255, 0) !important;
}
.sidebar{background: rgba(0, 0, 0, 1);padding: 1em;}
.sidebar .titoloSezione{color:#fff;margin-top: 0px;font-family: 'AmericanTypewriter_Bold';text-transform:uppercase;font-size: 17px;}
.sidebar .titolo{
	font-family: 'AmericanTypewriter_Bold';
}

.ultimeNews{margin-bottom:20px;}
.ultimeNews .news{}
.ultimeNews .news .titolo{text-align:left;margin:10px 0px 6px;}
.ultimeNews .news .titolo a{width:100%;}
.ultimeNews .news .testo{text-align:left; color:#fff;padding-bottom: 15px;margin:0px 0px;}
.ultimeNews .news .testo p{margin:0px;padding:0px; font-size:13px;}
.ultimeNews .news .data{ text-align:center;}

.archivio{}
.archivio .anniContainer{}
.archivio .anniContainer .annoT{color:#fff;font-size:12px;}
.archivio .anniContainer .annoT a{color:#fff;margin: 3px 4px;}
.archivio .anniContainer .annoT p{margin:8px 5px;}
.archivio .anniContainer .annoT{height:30px;overflow:hidden;}
.archivio .anniContainer .annoT:hover{height:auto;}
.disclaimer{}
.disclaimer .titolo{color:#fff;}
.disclaimer .testo{color:#fff;}

.archivio{}
.archivio .mesiContainer{}
.archivio .mesiContainer .meseT{color:#fff;font-size:12px;}
.archivio .mesiContainer .meseT a{color:#fff;margin: 3px 4px;}
.noMargin{margin:0px !important;}
.noBG{background:none !important;}

.ricerca .titoloSezione, .archivio .titoloSezione, .disclaimer .titoloSezione {
margin-bottom: 0px;
}

.seguiciSU{color:#fff;font-family: 'AmericanTypewriter_Bold'; text-align:right;margin-top:20px;}
.seguiciSU >*{color:#fff;}
.seguiciSU>a:hover{color:#000;}

input#gsc-i-id1 {
margin-bottom: 0px !important;
}
.partitaiva{
color: #fff;
margin: 0px;
}


.popup{position: fixed;
	width: 500px;
	height: 295px;
	margin-left: -250px;
	top: 65px;
	left: 50%;
	margin: auto;
	z-index: +10100;
	display:none;
}


#popup{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:#000;
	background:rgba(0,0,0,0.5);

	z-index: +10200;
}

#popup_w{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.perCentratura{
	position:relative;
	left:30%;
	top:10%;
	width:40%;
	min-width:200px;
}
#popup .perCentratura .inner{
	background-color: #fff;
	font-size: 20px;
	padding: 0.5em;
}
#popup .perCentratura .titolo{
	font-size: 2em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	color: #000;
	text-align: center;
}
#popup .perCentratura .messaggio{

	font-size: 1.5em;
	color:#000;
}
#popup .perCentratura .pulsanti{
	padding-top: 1em;
	font-size: 1.2em;
	color:#E8B22C;
}
#popup .perCentratura .pulsante{
	font-size: 1em;
	cursor:pointer;
	text-align:center;
}
#popup .perCentratura .pulsanti .submit{
	margin-top:20px;
	margin-bottom:20px;
}

.scarica-menu{
	display: block;
	width: 92%;
	padding: 20px;
	z-index: +3;
	position: absolute;
	bottom: 20px;
	font-size: 18px;
}

.privacyPage{}
.privacyPage .paragrafo{margin-bottom:30px;}
.privacyPage .paragrafo .titolo{text-transform:uppercase;font-weight:bold;font-size:1.1em;margin-bottom:15px;}
.privacyPage .paragrafo .testo{}
.privacyPage .paragrafo .titoletto{font-weight:bold;font-style:italic;margin-bottom:10px;display:block;}

.sitemapPage{}
.sitemapPage .linkCont{margin-top:20px;}
.sitemapPage .linkCont a{color:#000;font-size:1.2em;display: block;}
.sitemapPage{}
.bottomLink{text-align:center;margin-top:0px;}
.bottomLink a{
	text-transform:lowercase;
}
.bottomRight{border-left:1px solid #545454;    padding-top: 1px;
}
.bottomCenter{}
.bottomLeft{border-right:1px solid #545454;    padding-top: 4px;
}

.mappaContainer{width:100%; height:auto;margin-top:60px;}
.mappaContainer .mappa{min-height:400px;width:100%;height:400px;}
.mappaContainer #map-canvas{height:100%;width:100%;}
.mappaContainer #map-canvas img {
    max-width: none;
}