body.feature-overlay-light #rt-feature .title{
	color:inherit;
}

#rt-main .rt-block{
	margin-bottom:0;
}
body #rt-logo{
	width:100%;
	max-width:240px;
	background-size: contain !important;
}

body #rt-mainbody{
	margin:0;
}
body .extension-overlay-dark #rt-extension a{
	color:inherit;
}
.videoazienda{
	height: auto;
	margin: auto;
	display: block;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.com_docman .docman-heading-wrap{
	margin-top:20px;
}
.galleria-contatti .rg-gm-slice{
	background:none;
	border:0;
	box-shadow:none;
}
.galleria-contatti img{
	border-radius:100%;
	border: 1px solid #ddd;
}
body .rt-social-buttons.rt-block{
	font-size:3em;
	text-align:center;
}

/*responsive section*/
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 960px) and (max-width: 1199px) {}
@media (min-width: 768px) and (max-width: 959px) {}
@media (max-width: 767px) {
	.videoazienda{
		width:450px;
	}
}
@media only screen and (max-width: 480px) {
	.videoazienda{
		width:90%;
	}
	body #rt-logo{
	margin-left:0px;
}
}