﻿/*_________________________________________________________________________

GENERALI
 _____________________________________________________________________________*/

#focushome {
	display: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
}

body {
	line-height: 1;
	word-wrap: break-word;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-appearance: none;
}

page {
	margin: 0 auto;
	width: 100%;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

.center {
	text-align: center;
}
.content-small{
    max-width:600px;
    margin:0 auto;
}

/*_________________________________________________________________________

ELEMENTI
 _____________________________________________________________________________*/

body {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	font-size: 13px;
	line-height: 140%;
}

p {
	margin-bottom: 10px;
}

code, pre {
	display: block;
	clear: both;
	overflow: auto;
	padding: 10px;
	text-align: left;
	white-space: pre;
	line-height: 18px;
	margin: 20px 0;
	background-color: #ebebeb;
}

a, a > * {
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-variant: normal;
	white-space: normal;
	margin-bottom: 8px;
}

h1 {
	font-size: 26px;
	line-height: 32px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	line-height: 30px;
}

h4 {
	font-size: 16px;
	line-height: 22px;
}

h5 {
	font-size: 14px;
	line-height: 22px;
}

h6 {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 2px;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-appearance: none;
}

.button {
	padding: 10px 14px;
	border: 0;
	color: #FEFEFE;
	cursor: pointer;
	font-size: 1.1em;
}

.button:hover {
	text-decoration: none;
}

.paginazione .button {
	background-color: transparent;
}

.paginazione .button:hover {
	background-color: transparent;
}

.titolo {
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
	line-height: 1.3em;
	font-size: 1.3em;
}

.titolo-left {
	float: left;
	font-weight: 700;
	line-height: 20px;
}

.titolo-right {
	float: right;
	font-weight: 500;
	font-size: 0.9em;
}

.titoletto-dettaglio {
	font-weight: 700;
	margin-bottom: 2px;
}

.titoletto-dettaglio i {
	padding-right: 6px;
    font-size:1.2em;
}

.inevidenza {
	font-style: italic;
	font-size: 1.1em;
	margin: 0 2px -1px 0;
	border-width: 1px 1px 0;
	border-style: solid;
	display: inline-block;
	padding: 5px 12px 2px;
}

a.titolo:hover, .leggi:hover {
	text-decoration: none;
}

blockquote {
	padding: 5px 8px 5px 15px;
	border-left: 5px solid #CCC;
	font-style: italic;
	clear: both;
	margin-top: 0;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.textbig {
	font-size: 1.2em;
}

.textlittle {
	font-size: 0.8em;
}

.testo {
	display: block;
	clear: both;
    font-size:1em;
}

.categoria {
	display: inline-block;
	text-align: center;
	vertical-align: baseline;
	letter-spacing: .25px;
	margin-bottom: 5px;
	padding: 1px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.dida {
	font-size: 0.9em;
	text-align: left;
	white-space: normal;
	vertical-align: baseline;
	word-wrap: break-word;
	float: left;
	clear: left;
	margin-top: 5px;
	font-weight: 500;
	letter-spacing: 0.2px;
}

.dida a {
	cursor: pointer;
}

.leggi {
	float: right;
	font-weight: 700;
}

.avviso td {
	vertical-align: middle;
}

.avviso img {
	margin-right: 10px;
}

/*_________________________________________________________________________

HOVER e TRANSIZIONI
 _____________________________________________________________________________*/

.leggi,
.leggi a,
.item-three,
.item-fourth,
#tag ul li a,
a.titolo,
.imghover img,
.iconhover,
.chosen-single,
.social a,
.elenco,
.elenco-no-evidenza,
.paragrafo_img img,
.moduli a,
.banner_right .img img,
.button,
.cerca_link ul li a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.imghover img:hover,
.banner_right .img img:hover {
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.iconhover,
.chosen-single,
.social a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*_________________________________________________________________________

LAYOUT
 _____________________________________________________________________________*/

#wrapp {
	width: 100%;
	float: left;
}

#content {
	min-height: 300px;
    margin-top:24px;
}

.container {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#newshome .container,
#eventihome .container {
	margin: 0 auto;
}

.one-third,
.one-third-variabile {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.one-third-home {
	float: right;
	width: 300px;
}

.two-third {
	float: left;
	width: 638px;
}

.two-third-home, .sy-box {
	float: left;
	width: 638px;
	margin-top: 20px;
}

.two-third-variabile {
	float: right;
    margin-bottom:20px;
}

.two-third-container {
	float: left;
	width: 638px;
}

.contentwrapp {
	padding: 20px;
	border-width: 1px;
	border-style: solid;
	float: left;
	width: 596px;
}

.item-fourth {
	width: 215px;
	height: 100%;
	float: left;
	margin: 0 20px 0 0;
}

.item-three {
	width: 304px;
	float: left;
	margin: 0 21px 16px 0;
}

.item-three:last-child {
	margin: 0 0 16px 0;
}

.item-three-in-third {
	width: 30.9%;
	margin-right: 3%;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
}

.item-three-in-third:nth-child(3n+0) {
	margin-right: 0;
}

/*_________________________________________________________________________

IMG
 _____________________________________________________________________________*/

.img_big {
	float: left;
	clear: both;
}

.img_land_fourth {
	overflow: hidden;
	width: 216px;
	height: 144px;
	position: relative;
}

.img_land_three {
	overflow: hidden;
	width: 130px;
	height: 130px;
	position: relative;
}

.img_square_six {
	overflow: hidden;
	width: 80px;
	height: 80px;
	position: relative;
	margin-top: 10px;
}

.img_square_six_gallery {
	overflow: hidden;
	width: 144px;
	height: 144px;
	position: relative;
}

.img_square_three {
	overflow: hidden;
	height: 182px;
	position: relative;
}

.elenco-compatto .img {
	overflow: hidden;
	height: 86px;
	width: 86px;
	position: relative;
}

.img_big img {
	width: 100%;
}

.img_land_fourth img,
.img_land_three img,
.img_square_six img,
.img_square_six_gallery img,
.img_square_three img,
.slide-crop img,
.elenco-compatto .img img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: auto;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);    
    -ms-transform:translate(-50%,-50%);    
    -o-transform:translate(-50%,-50%);    
	transform: translate(-50%,-50%);
}

.iconhover:hover,
.chosen-single:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.icon-big .fa {
	font-size: 2.2em;
	float: left;
	margin-top: -8px;
	padding-right: 10px;
}

/*_________________________________________________________________________

TABELLE FORM
 _____________________________________________________________________________*/

.resp-table {
	width: 600px;
}

.resp-table td {
	padding: 8px;
}

.resp-table .left-column {
	text-align: right;
	width: 220px;
}

.resp-table .text,
.resp-table .textlungo {
	padding: 4px;
	border-bottom: 1px solid #DADADA;
	resize: none;
	background-color: #FEFEFE;
	font-size: 1em;
}

.resp-table .textlungo {
	width: 334px;
}

.captcha_text, .resp-table .textarea {
	padding: 6px;
	border: 1px solid #DADADA;
	resize: none;
	background-color: #FEFEFE;
	font-size: 1em;
	margin-top: 6px;
}

.captcha_text {
	text-transform: uppercase;
}

.top {
	vertical-align: top;
}
.g-recaptcha div{
    margin:0 auto
}
.Alert {
    border-left-style: solid;
    border-left-width: .5em;
    padding-left: 1em;
    min-height: 1.8em;
    padding-top: .6em;
    font-size: 1.5em;
    margin-bottom: 1.5em;
}

.Alert--success {
    border-left-color: #65b446;
    color: #274d28;
}
.Alert--error {
    border-left-color: red;
    color: #1e1212;
}


/*_________________________________________________________________________

FORM ITALIA DESIGN
 _____________________________________________________________________________*/
.Form--spaced .Form-fieldset, .Form--spaced .Form-legend {
    margin-bottom: 1.6rem;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.Form-fieldset>legend {
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: inline-block;
    font-weight:700;
    font-size:1.2em
}
.Form--spaced .Form-field{
    padding-bottom: 2.4rem;
    margin-top: 0;
}
.Form--spaced .Form-label {
    padding-bottom: .4rem;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    font-weight: 700;
    margin: 0;
}
.Form-input:not(.is-disabled), .Form-input:not(:disabled) {
    background-color: #fff;
}
.Form--spaced .Form-input, .Form-input.Form-input:focus+[role=tooltip], .Header-utils, .u-margin-top-xxs {
    margin-top: .4rem;
}
.Form-input {
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    padding: .5em;
    width: 100%;
}
.Grid--withGutter>.Grid-cell {
    padding: 0 .8rem;
}
.Grid--withGutter {
    margin: 0 -.8rem !important;
}
.Grid-cell {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 0;
}
.Grid {
     -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
     display: -webkit-box; 
     display: -webkit-flex; 
    display: -ms-flexbox;
     display: flex; 
     -webkit-box-orient: horizontal; 
     -webkit-box-direction: normal; 
     -webkit-flex-flow: row wrap; 
    -ms-flex-flow: row wrap;
     flex-flow: row wrap; 
     margin: 0; 
     padding: 0; 
}

@media screen and (min-width: 1366px){
    .u-lg-size1of2, .u-lg-size2of4, .u-lg-size3of6, .u-lg-size4of8, .u-lg-size5of10, .u-lg-size6of12 {
    -webkit-flex-basis: auto!important;
    -ms-flex-preferred-size: auto!important;
    flex-basis: auto!important;
    width: 50%!important;
    }
}
@media screen and (max-width: 1365px) and (min-width: 992px){
    .u-md-size1of2, .u-md-size2of4, .u-md-size3of6, .u-md-size4of8, .u-md-size5of10, .u-md-size6of12 {
    -webkit-flex-basis: auto!important;
    -ms-flex-preferred-size: auto!important;
    flex-basis: auto!important;
    width: 50%!important;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .u-sm-size1of2, .u-sm-size2of4, .u-sm-size3of6, .u-sm-size4of8, .u-sm-size5of10, .u-sm-size6of12 {
    -webkit-flex-basis: auto!important;
    -ms-flex-preferred-size: auto!important;
    flex-basis: auto!important;
    width: 50%!important;
    }
}

/*_________________________________________________________________________

HEADER
 _____________________________________________________________________________*/

#header {
	float: left;
	width: 100%;
}

.header_main{
	min-height:132px;
}

.headersetup img {
    display:block;
    max-width:100%;
}

#header a:hover {
	text-decoration: none;
}

#logo {
	float: left;
	margin: 6px 20px -25px 10px;
	max-width: 120px;
	height: 124px;
}

#logo ul li {
	display: inline-block;
	text-align: left;
}

#logo .img {
	padding-left: 10px;
}

#logo img {
	max-width: 120px;
	max-height: 120px;
}

#header_action {
	width: 100%;
	height: 46px;
}

#social_wrap {
	position: absolute;
	right: 0;
	height: 36px;
}

.social {
	padding: 0;
	margin: 12px 0 4px;
	float: right;
}

.social a {
	font-size: 22px;
    -webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
    display: block;
    -moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
    border: 1px solid #dadada;
    width: 36px;
    height: 29px;
    padding-top: 7px;
}
.social a:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.social li {
	display: inline-block;
    width: 45px;
	text-align: center;
	background-repeat: no-repeat;
}

#header .social a.facebook
{
	color: #455298
}

#header .social a.twitter
{
	color: #149ed1
}

#header .social a.youtube
{
	color: #c50f00
}

#header .social a.googleplus
{
	color: #dd4b3c
}

#access {
	float: left;
	margin-left: 0px;
}

#textsize {

	padding: 14px 10px 0 0;
	display: block;
	float: left;
}


#textsize a {
	display: block;
    float: left;
    margin-right: 12px;
    line-height: 15px;
}

#access .ingrandisci:before {
	content: "\f031";
    font-family: 'FontAwesome';
    font-size: 18px;
}

#access .ingrandisci:after {
	content: "\f067";
    font-family: 'FontAwesome';
    font-size: 10px;
    margin: -3px 0 0px -6px;
    display: block;
    float: right;
}

#access .diminuisci:before {
	content: "\f031";
    font-family: 'FontAwesome';
    font-size: 15px;
}

#access .diminuisci:after {
	content: "\f068";
    font-family: 'FontAwesome';
    font-size: 8px;
    margin: -3px 0 0px -6px;
    display: block;
    float: right;
}

.contrast_container {
	height: 33px;
	cursor: pointer;
	font-size: 20px;
	float: left;
	padding: 13px 26px 0px;
	position: relative;
	border-left: 1px solid;
	border-color: wheat;
}

#contrasta {
	display: block;
	width: 20px;
	height: 20px;
    line-height: 18px;
}

#contrasta:before {
	content: "\f042";
	font-family: 'FontAwesome';
}

#responsive-menu-button {
	display: none;
}

#action-utilities {
	float: right;
}

#nome a{
    display:block;
    padding-top:35px;
}

#nome .intestazione {
	font-size: 22px;
	display: block;
}

#nome .nome {
	font-size: 45px;
	font-weight: 700;
	line-height: 50px;
}

#nome {
	padding-bottom: 20px;
	margin: 5px 0px 0px 0px;
}

/*_________________________________________________________________________

RSS
 _____________________________________________________________________________*/

#rss {
	display: block;
	float: right;
	position: relative;
	cursor: pointer;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 14px 0px 0 10px;
	font-size: 14px;
	height: 32px;
}

#rss i {
	color: #FFC000;
	font-size: 18px;
	padding-right: 30px;
}

#rss_popup {
	margin-top: 4px;
	font-size: 0.9em;
	position: absolute;
	right:0;
	border: 1px solid #DADADA;
	background-color: #FEFEFE;
	display: none;
	z-index: 1000;
	width: 254px;
	margin-right: -10px;
	text-transform: none;
}

#rss_popup a {
	display: block;
	padding: 6px 14px;
	color: #666666;
}

#rss_popup a:first-child {
	padding-top: 8px;
}

#rss_popup a:last-child {
	padding-bottom: 8px;
}

#rss i:after {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 14px;
	position: absolute;
	right: 0;
	display: inline-block;
	content: "Rss";
}

/*_________________________________________________________________________

LINGUA
 _____________________________________________________________________________*/


#MicrosoftTranslatorWidget {
	height: 39px;
	float: right;
	position: relative;
    padding: 0 0 0 20px;
}

#WidgetFloaterPanels {
    position:absolute !important
}

#WidgetFloaterPanels.LTRStyle div.DDStyle {
    left: -177px !important;
}

#bussola_translate_element {
	width: 130px;
	height: 39px;
	padding: 7px 0 0 20px;
	float: right;
	position: relative;
}

#google_translate_element {
	padding: 12px 0 0 20px;
	height: 34px;
	float: right;
	position: relative;
}

#header #bussola_translate_element a {
	color: #FFFFFF;
}

.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 4px 0 0 8px;
	height: 32px;
	background-clip: padding-box;
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}

	.chosen-container-single .chosen-single div b {
		display: block;
		width: 100%;
		height: 100%;
		background: url('../img/frontend_istituzionale/chosen-sprite2.png') no-repeat 0 2px;
	}

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	width: 100%;
	border: 1px solid #DADADA;
	background-color: #FEFEFE;
}

.chosen-container-single .chosen-drop {
	margin-top: -2px;
	background-clip: padding-box;
}

.chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: none;
}

/*_________________________________________________________________________

MENU
 _____________________________________________________________________________*/

#menutop {
	width: 100%;
	z-index: 100;
	border-width: 1px 0px 3px;
	border-style: solid;
	margin-bottom: 0px;
}


.nav, .nav ul, .nav li, .nav a {
	margin: 0;
	padding: 0;
}

#menu {
	list-style: none;
}

#menu > li > ul {
	border-top: 3px solid;
}

#menu > li > li {
	margin-top: 3px;
}

.nav:before,
.nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.nav ul {
	list-style: none;
	z-index: 2000;
}

.nav ul ul {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(45, 45, 45, 0.14);
	-moz-box-shadow:    0px 1px 3px 0px rgba(45, 45, 45, 0.14);
	box-shadow:         0px 1px 3px 0px rgba(45, 45, 45, 0.14);
}

.nav li a:hover {
	text-decoration: none;
}

.nav > li {
	float: left;
	padding: 6px 14px 0px 14px;
}

.nav > li:first-of-type {
	padding: 6px 14px 0px 0px;
}

.nav > li > .parent,
.nav > li > a {
	background-repeat: no-repeat;
	background-position: right;
}

.nav > li > a {
	display: block;
	padding-bottom: 12px;
	padding-top: 6px;
}

.nav li ul {
	position: absolute;
	display: none;
}

.nav > li.hover > ul {
	display: block;
}

.nav li li.hover ul {
	left: 100%;
	top: 0;
	display: block;
}

.nav li li {
	width: 250px;
	position: relative;
	font-weight: 600;
	border-bottom:1px solid;
}

.nav li li a {
	display: block;
	position: relative;
	z-index: 2200;
	width: auto;
	padding: 6px 12px;
}

.nav > li > ul > li:last-child > a, .nav > li ul > li:last-child > a {
	border-bottom: 3px solid;
}

.nav li li li {
	width: 250px;
    font-weight: 600;
}

.nav li li li a {
	display: block;
	z-index: 3000;
	border-width: 0 0 0 1px;
	border-style:solid;
	font-size: 1em;
	position: relative;
}

.scroll-hide {
    -webkit-transition:top 0.2s ease-in-out; 
	-moz-transition:top 0.2s ease-in-out; 
	-o-transition:top 0.2s ease-in-out; 
	-ms-transition:top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
}

.invisible {
	-webkit-transform: translate(0,-64px);
	-moz-transform: translate(0,-64px);
	-o-transform: translate(0,-64px);
    -ms-transform: translate(0,-64px);
	transform: translate(0,-64px);
	-webkit-transition: -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	-o-transition: -o-transform .2s;
    -ms-transition: -ms-transform .2s;
	transition: transform .2s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.detached {
	position: fixed;
	-webkit-transition: -webkit-transform .3s, height .3s, background .4s;
	-moz-transition: -moz-transform .3s, height .3s, background .4s;
	-o-transition: -o-transform .3s, height .3s, background .4s;
    -ms-transition: -ms-transform .3s, height .3s, background .4s;
	transition: transform .3s, height .3s, background .4s;
	z-index: 1000;
	width: 100%;
	top: 0;
}

/*_________________________________________________________________________

SLIDE HOME
 _____________________________________________________________________________*/

.sy-box {
	border-width: 1px;
	border-style: solid;
	padding-bottom: 15px;
}

.sy-slides-wrap {
	margin: 20px 0 0 20px;
	padding-bottom: 72px;
	width: 598px;
}

.sy-caption-wrap {
	position: absolute;
	top: 250px;
	z-index: 40;
}

.sy-caption h3 {
	font-size: 16px;
	margin-bottom: 0;
}

.sy-caption a:hover {
	text-decoration: none;
}

.slide_title {
	height: 30px;
}

.slide_text {
	height: 40px;
}

.slide-crop {
	width: 598px;
	height: 249px;
	position: relative;
}

/*_________________________________________________________________________

LINK HOME
 _____________________________________________________________________________*/

#ControlloLink {
	border-width: 1px;
	border-style: solid;
	margin: 20px 0;
	padding: 14px 14px 0;
}

#ControlloLink li {
	display: inline-block;
	vertical-align: middle;
}

#ControlloLink .titolomoduli {
	margin: 0 0 6px 6px;
}

#ControlloLink .moduli {
	margin: 0 0 14px;
}

#ControlloLink .testo {
	width: 213px;
}

.moduli a:hover {
	text-decoration: none;
}

#ControlloLink .img {
	margin-right: 10px;
}

#ControlloLink .img img {
	max-width: 272px;
}

/*_________________________________________________________________________

CALENDARIO
 _____________________________________________________________________________*/

#ControlloCalendar {
	margin-bottom: 20px;
}

.calendariomese {
	border-color: #DADADA;
}

#ControlloCalendar td {
	height: 20px;
}

#ControlloCalendar th {
	padding: 4px 0;
}

.calendario_title {
	color: #FEFEFE;
}

.calendario_title td {
	padding: 5px;
	text-transform: uppercase;
}

#calendario {
	border-width: 1px;
	border-style: solid;
	float: left;
	padding: 10px 16px 20px;
	margin-bottom: 20px;
}

#calendario ul {
	clear: both;
}

#calendario li {
	float: left;
}

#calendario .dati {
	width: 176px;
	margin: 10px 0 0 10px;
}

#calendario .dati .titolo {
	font-size: 1.1em;
    margin-bottom:0
}


/*_________________________________________________________________________

BANNER E WIDGET
 _____________________________________________________________________________*/

.banner_right .img {
	margin-bottom: 20px;
}

.banner_right img {
	max-width: 100%;
}

#ControlloBanner_bottom {
	float: left;
	width: 100%;
}

#ControlloBanner_bottom {
	float: left;
	margin: 60px 0 20px;
	width: 100%;
}

.scrollWrapper {
	margin: 0 !important;
	background-color: #fff;
}

#ControlloWidget {
	float: left;
	width: 100%;
}

.widget {
	float: left;
	width: 300px;
    margin-bottom: 20px;
}

#ControlloBanner_right {
	float: left;
	width: 100%;
}

/*_________________________________________________________________________

BRICIOLE DI PANE
 _____________________________________________________________________________*/

.bricioledipane {
	padding: 0 0 26px;
	font-style: italic;
}

.bricioledipane ul li {
	display: inline;
}

/*_________________________________________________________________________

CERCA HOME
 _____________________________________________________________________________*/

#searchbar {
	float: right;
	width: 240px;
}

.sb-search {
	position: relative;
	width: 0;
	height: 30px;
	min-width: 46px;
	margin-top: 8px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-o-transition: width 0.3s;
    -ms-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input,
.sb-search-input-dark {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	width: 170px;
	height: 18px;
	padding: 6px;
	z-index: 10;
	font-family: inherit;
}

.sb-search-input {
	background: #fff;
	color: #2c3e50;
	margin: 0 46px 0 0;
}

.sb-search-input-dark {
	background: #f1f1f1;
	color: #2c3e50;
	margin: 0 26px 0 0;
}

.sb-search-input::-webkit-input-placeholder,
.sb-search-input-dark::-webkit-input-placeholder,
.sb-search-input:-moz-placeholder,
.sb-search-input-dark:-moz-placeholder,
.sb-search-input::-moz-placeholder,
.sb-search-input-dark::-moz-placeholder,
.sb-search-input:-ms-input-placeholder,
.sb-search-input-dark:-ms-input-placeholder {
	color: #666;
}

.sb-icon-search,
.sb-icon-search-dark,
.sb-search-submit {
	height: 25px;
	width: 38px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 0 0;
	margin: 0;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.searchbar-locale .sb-search-submit {
	z-index: 90;
}

.sb-icon-search {
	width: 38px;
	color: #fff;
	z-index: 90;
	speak: none;
	font-size: 18px;
}

.sb-icon-search-dark {
	width: 26px;
	color: #555;
	background-color: #F1F1F1;
	z-index: 11;
	speak: none;
	font-size: 18px;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #fff;
	z-index: 11;
}

.sb-icon-search,
.sb-search-submit,
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/*_________________________________________________________________________

CERCA PAGINA
 _____________________________________________________________________________*/

.searchbar-locale {
	position: relative;
	margin-bottom: 4px;
}

.txtcerca {
	width: 200px;
	height: 16px;
	padding: 8px;
	border-width: 1px 0 1px 1px;
	border-color: #DADADA;
	border-style: solid;
	background-color: #FEFEFE;
	float: left;
}

.cerca_select {
	float: left;
}

.cerca_select select {
	cursor: pointer;
	background-color: #f1f1f1;
	color: #2c3e50;
	padding: 5px 6px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.cerca_flag {
	float: right;
}

.cerca-option {
	border-bottom: 1px solid;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.cerca-option .searchbar-locale {
	float: right;
}

.cerca-option .picker .picker-label {
	width: 140px;
	font-size: 1.1em;
}

/*_________________________________________________________________________

RISULTATI RICERCA
 _____________________________________________________________________________*/

.cerca_link ul li {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 5px 5px 0 0;
}
.cerca_link ul li a{
    margin-right: 10px;
}
.cerca_link ul li a:before {
	content: "\f0a9";
	font-family: 'FontAwesome';
	padding-right: 4px;
	font-size: 1.2em;
}

.cerca_link span {
	font-style: italic;
	font-weight: 700;
}

#dlgSearchErr {
	display: none;
}

.cerca_link a:hover {
	text-decoration:none;
}

.page_risultati {
    width: 100%;
    display: block;
    border-top: 1px solid #dadada;
    float: left;
    padding-top: 16px;
    margin: 10px 0 0;
	text-decoration:none;
    text-align:center;
    position:relative;
}

.page_risultati b {
    position:absolute;
    left:0;
}
.page_risultati a {
    margin-right:6px;
}
.page_risultati span {
    margin-right:6px;
    text-decoration:underline;
}
.page_risultati .page_arrow,
.page_risultati .page_next {
    color:#666666;
    font-size: 1.1em;
}

.page_risultati .page_arrow {
    margin:0 8px;
}

.page_risultati .page_arrow:hover,
.page_risultati .page_next:hover {
    text-decoration:none;
}

/*_________________________________________________________________________

PAGINAZIONE
 _____________________________________________________________________________*/

.paginazione {
	display: block;
	text-align: center;
	float: left;
	padding-top: 0;
	margin-bottom: 10px;
	width: 100%;
}

.paginazione:last-of-type {
	border-top: 1px solid;
	padding-top: 12px;
	margin: 10px 0 0;
}

.paginazione a {
	padding: 0 2px;
}

.paginazione .pagCorrente,
.paginazione a:hover {
	text-decoration: underline;
}

/*_________________________________________________________________________

TAG
 _____________________________________________________________________________*/


#tag {
	padding: 20px;
	border-width: 1px;
	border-style: solid;
	margin-left: -1px;
	float: left;
    width:100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
}

#tag .titolo{
	margin-bottom: 10px;
}

.contentwrapp #tag {
	padding: 0;
	border-width: 0;
}

#tag ul li {
	display: inline;
	margin-right: 8px;
}

#tag ul li a:hover {
	text-decoration: none;
}

.tag a, .tag b {
	margin-right: 3px;
	display: inline-block;
}

.tag a::after {
	content: ",";
}

.tag a:last-of-type::after {
	content: none;
}

/*_________________________________________________________________________

ELENCO HOME
 _____________________________________________________________________________*/

.two-third-home {
	border-width: 1px;
	border-style: solid;
	margin-bottom:15px;
}

#newshome,
#eventihome,
#contenutihome {
	padding: 6px 20px 0;
}

.dati .data {
	font-size: 0.9em;
	font-style: italic;
	display: block;
	margin-bottom: 6px;
}

/*_________________________________________________________________________

ELENCO
 _____________________________________________________________________________*/

.nome-elenco {
	display: none;
}

.elenco,
.elenco-no-evidenza,
.videowrapp {
	clear: both;
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom: 1px solid;
	float: left;
	width: 598px;
	margin: 0 0 20px 0;
}

.elenco .dati,
.elenco-no-evidenza .dati,
.videowrapp .dati {
	float: left;
	width: 448px;
	margin-bottom: 10px;
}

.elenco .img_land_three,
.elenco-no-evidenza .img_land_three,
.videowrapp img {
	float: left;
	margin: 0 20px 20px 0;
}  

.elenco span .testo,
.elenco-no-evidenza span .testo {
	margin-bottom: 5px;
}

.elenco:last-of-type,
.elenco-no-evidenza:last-of-type,
.videowrapp:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
}

ul .img {
	width: auto;
}

/*_________________________________________________________________________

ELENCO COMPATTO
 _____________________________________________________________________________*/

#listacontenuti > li {
	border-width: 0 0 1px;
	border-style: solid;
	margin-bottom: 10px;
	padding-bottom: 12px;
}

#listacontenuti > li:last-of-type {
	border-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.elenco-compatto li {
	display: inline-block;
	vertical-align: middle;
	max-width: 490px;
}

.elenco-ultracompatto li {
	display: inline-block;
	vertical-align: middle;
}

.elenco-compatto li.img {
	margin-right: 16px;
}

.elenco-compatto .titolo,
.elenco-ultracompatto .titolo {
	margin-bottom: 2px;
}

.dati-compatto {
	clear: left;
	padding-left: 42px;
}

.dati-compatto li {
	width: 50%;
}

.dati-compatto .title {
	width: 100%;
	margin-bottom: 3px;
}

.icon-big-title {
	padding-left: 42px;
	display: block;
	margin-bottom: 8px;
}

/*_________________________________________________________________________

SOTTOELENCO
 _____________________________________________________________________________*/

.sottoelenco {
	padding: 10px;
	margin-bottom: 16px;
}

.sottoelenco .titolo {
	font-size: 1.1em;
}

/*_________________________________________________________________________

DETTAGLIO
 _____________________________________________________________________________*/

.dettaglio {
	margin-bottom: 20px;
}

.elenco .testo,
.elenco-no-evidenza .testo,
.dettaglio .testo,
.dettaglio .img_big img,
.contentwrapp .img_big img,
.dettaglio .titolo-left,
.dettaglio .titolo-right,
.contentwrapp .testo,
.contentwrapp .titolo-left,
.contentwrapp .titolo-right {
	margin-bottom: 12px;
}

.dettaglio .testo,
.contentwrapp .testo {
	text-align:justify;
	line-height: 160%;
}

.dettaglio .testo ul,
.contentwrapp .testo ul {
	list-style:disc;
    margin: 10px 0;
    padding-left:30px;
}

.dettaglio .testo ol,
.contentwrapp .testo ol {
	list-style:decimal;
    margin: 10px 0;
    padding-left:30px;
}

.dettaglio table {
	max-width: 100%;
}

.share {
	float: left;
	text-align: left;
	margin: 30px 0 10px;
	width: 100%;
}

.dettaglio .tag a {
	margin-right: 3px;
}

.dettaglio b {
	margin-bottom: 5px;
}

.link .titolo,
.paragrafi .titolo,
.orari .titolo {
	font-size: 1em;
}

.share div > span{
	margin-bottom: 10px;
	display: block;
	float: left;
}

.testo table {
	width:100% !important;
}

.testo table, .testo thead, .testo td, .testo th, .testo tr {
	border:1px solid #c6c6c6;
	padding:5px;
}

.testo thead, .testo th {
	background-color:#DADADA;
}

/*_________________________________________________________________________

UFFICI, PERSONALE
 _____________________________________________________________________________*/

.imgpartito {
	max-width: 150px;
	margin-top: 10px;
}

/*_________________________________________________________________________

SCHEDA PERSONALE
 _____________________________________________________________________________*/

#content-personale .contentwrapp {
	border-width: 0;
	width: 596px;
	margin: 0 auto;
	float: none;
}

#content-personale blockquote {
	padding-left: 15px !important;
	margin-left: 20px !important;
	max-width: initial !important;
}

/*_________________________________________________________________________

PARAGRAFI
 _____________________________________________________________________________*/

.paragrafi {
	margin-bottom: 40px;
}
.paragrafo{
    padding:10px;
    margin-bottom: 20px;
}
.paragrafo_img {
	float: left;
	margin: 5px 20px 10px 0;
}

/*_________________________________________________________________________

ORARI
 _____________________________________________________________________________*/

.orari {
	line-height: 1.6em;
	width: 100%;
}

.orari .title td {
	text-transform: uppercase;
	padding: 5px 0 4px 10px;
}

.orari .alternate td {
	padding: 6px 0px 6px 10px;
}

/*_________________________________________________________________________

ATTIVITà
 _____________________________________________________________________________*/


.titoloatt .titolo-left {
	float: left;
	font-weight: 700;
	max-width: 385px;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
}

.dettaglio .item-three-in-third {
	margin-bottom: 10px;
}

.titoloatt {
	text-align: justify;
}


/*_________________________________________________________________________

LIST MENU
 _____________________________________________________________________________*/

.listmenu,
.boxmenu {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 15px;
}
.listmenu .titolo {
	font-weight: 700;
	padding: 3px 0px 6px 4px;
	font-size: 14px;
	background-color: transparent;
}

.listmenu a,
.listmenu li {
	text-decoration: none;
	width: auto;
	display: block;
}

.listmenu a .sel,
.listmenu li a:hover {
	text-decoration: none;
	margin-bottom: 5px;
}

.listmenu li a {
	padding: 5px 20px 5px 10px;
	margin-bottom: 5px;
	width: auto;
}

.listmenu ul li {
	background-color: transparent;
}

.listmenu ul li a {
	border-left-width: 5px;
	padding: 2px 20px 2px 20px;
}

.listmenu .sel {
	font-weight: 700;
	text-decoration: none;
}

.listmenu .subsel {
	font-weight: 700;
}

/*_________________________________________________________________________

MENU TRASPARENZA
 _____________________________________________________________________________*/

.listmenu.tra > ul > li > a {
    font-weight: 700;
}

.listmenu.tra li li {
    padding-left: 15px;
}

.listmenu ul li a {
    padding: 2px 15px 2px 15px;
}

.listmenu.tra li li ul{
    padding-left:15px;
}

.listmenu.tra li li li{
    padding-left:0;
}

.listmenu.tra li li li a{
    padding:8px 15px;
    margin-bottom:3px;
    background-color:#F1F1F1;
}

.listmenu.tra li li li a:hover{
    background-color:#DADADA;
}

.listmenu.tra li li li li a{
    padding:4px 11px;
    margin-bottom:3px;
    background-color:#dadada;
}

.listmenu.tra li li li li a:hover{
    background-color:#CCCCCC;
}

.treeNode.rootNode {
	display: none;
}

.treeNode {
	display: block;
	margin-bottom: 6px;
	line-height: 120%;
}

.parentNode.treeNode {
	font-weight: 700;
	font-size: 1.1em;
	margin-top: 8px;
}

.selectedNode {
	font-weight: 700;
}

/*_________________________________________________________________________

TRASPARENZA
 _____________________________________________________________________________*/

.tabContratti {
	width: 596px;
	table-layout: fixed;
}

.tabContratti th:nth-child(1) {
	width: 86px;
}

.tabContratti th:nth-child(2) {
	width: 156px;
}

.tabContratti th {
	text-align: left;
	padding: 4px 6px;
	border-bottom: 4px solid #D0D0D0;
}

.tabContratti td {
	padding: 4px 6px;
}

.schedatrasp {
	margin-bottom: 20px;
}

/*_________________________________________________________________________

URP, SUAP, SEGNALAZIONI
 _____________________________________________________________________________*/

table.elenco_documenti, table.elenco_documenti tr,
table.elenco_documenti td {
	border:0;
	padding:0;
}

.elenco_documenti .fa {
	color: grey;
	font-size: 1.3em;
	line-height: 1.6;
	margin-right: 8px;
}

.fa.fa-check-circle {
	color: #008000;
}

.fa.fa-comment {
	color: #9995CE;
}

.gestisci {
	text-align: center;
}

.comunicazioni {
	float: left;
	width: 100%;
}

.comunicazioni .titolo {
	border-bottom: 1px dotted;
	font-size: 1.3em;
	overflow: hidden;
	padding: 0px 4px 10px;
	margin-bottom: 10px;
	display: block;
	border-color: #BEBEBE;
	text-align: center;
}

.comunicazioni h3,
#divRisposte h3 {
	font-style: italic;
	font-size: 1.1em;
}

#divRisposte ul {
	text-align: left;
	list-style: outside none none;
	padding: 10px !important;
	margin-bottom: 10px !important;
    -moz-border-radius:6px; 
	-webkit-border-radius:6px;
	border-radius: 6px;
	width: 80%;
	float: right;
	clear: both;
	position: relative;
}

#divRisposte ul.alter {
	float: left;
}

#divRisposte ul::before {
	content: " ";
	position: absolute;
	width: 0px;
	height: 0px;
	right: 30px;
	bottom: -16px;
	border-width: 8px;
	border-style: solid;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-color: #D7E4ED #D7E4ED transparent transparent;
}

#divRisposte ul.alter::before {
	left: 30px;
		right: initial;
	border-color: #F1F1F1 transparent transparent #F1F1F1;
}

#divRisposte ul .data {
	padding-left: 10px;
	float: right;
	font-style: italic;
}

.baloon {
	float: right;
	position: relative;
	padding: 0px 8px;
    -moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius: 5px;
}

.baloon::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 9px;
	border-width: 5px 6px 0px 0px;
	border-style: solid;
	display: block;
	width: 0px;
}

.note {
	padding: 10px 0 13px;
	text-align: center;
}

.note span {
	font-style: italic;
}

.note i {
	color: #EA0D0D;
	margin-right: 6px;
	font-size: 15px;
}

/*_________________________________________________________________________

GALLERY
 _____________________________________________________________________________*/

#ControlloWidgetGallery {
	float: left;
	width: 100%;
}

#galleryhome {
	border-width: 1px;
	border-style: solid;
	float: left;
	padding: 10px 9px 12px 19px;
    width:100%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;  
}

#galleryhome li {
	float: left;
	list-style: none outside none;
	margin: 0 10px 10px 0;
}

#galleryhome .leggi {
	margin-right: 10px;
	font-weight: 700;
	float: right;
	clear: both;
}

.dettaglio #gallery iframe {
	width: 100%;
	height: 334px;
}

.gallery{
    margin-bottom:30px;
}

/*_________________________________________________________________________

STREAMING
 _____________________________________________________________________________*/

#streaming {
	border-width: 1px;
	border-style: solid;
	float: left;
	padding: 10px 0px 12px;
	float: left;
	width: 298px;
	margin-bottom: 20px;
}

#streaming .leggi {
	padding-right: 20px;
	padding-top: 10px;
}

#streaming h3 {
	padding-left: 20px;
}

#streaming iframe {
	width: 100%;
	height: 168px;
}


/*_________________________________________________________________________

GALLERY VIDEO
 _____________________________________________________________________________*/

.videowrapp {
	float: left;
	margin-bottom: 20px;
}

.gallery-video iframe {
	width: 280px;
}

.videowrapp img {
	width: 280px;
}

.videowrapp .dati h5 {
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
	line-height: 1.3em;
	font-size: 1.3em;
	display: inline-block;
}

.videowrapp ul {
	display: inline-flex;
}

.videowrapp .dati {
	float: left;
	width: 299px;
	margin-bottom: 10px;
}

.dettaglio .videowrapp h5 {
font-weight: 700;
margin: 10px 5px 6px 0px;
display: block;
line-height: 1.3em;
font-size: 1em;
}

.videowrapp {
	clear: both;
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom: 1px solid;
	float:left;
	width:590px;
	margin:0 0 25px 0;
	padding-bottom:5px;
}

.dettaglio .gallery-video .videowrapp:nth-child(even) {
	margin-right:0px;
}

.dettaglio .gallery-video iframe {
	width: 100%;
	height: 330px;
}

/*_________________________________________________________________________

ATTIVITA' COMMERCIALI
 _____________________________________________________________________________*/

.info {
	list-style-type: none;
	line-height: 100%;
	padding: 10px 19px 15px;
	margin-bottom: 5px;
	clear: both;
}

.info li {
	display: inline-block;
	width: 50%;
	padding-bottom: 5px;
	vertical-align: text-top;
}

.info .fa, .dati .fa {
	font-size: 21px;
	padding: 2px 10px 0 5px;
	height: inherit;
}

.info .fa-desktop, .info .fa-fax {
	font-size: 18px;
}

.info td {
	padding: 0 1px 15px 0;
	font-weight: 700;
}

.info h4 {
	font-size: 1.2em;
	margin: 5px 0 10px;
}

.servizi img {
	width: 40px;
}

.item-three-in-third .titolo {
	margin-top: 8px;
}

.dati td {
	display: table-cell;
	flex: 1;
	flex-direction: column;
	position: relative;
	padding-bottom: 8px;
	font-weight: 700;
}

.dati .testo {
	text-align: left;
	line-height: initial;
}

/*Servizi*/

.servizi td {
	vertical-align: middle;
	justify-content: center;
	padding: 5px 1px 5px 0;
}

.servizi {
	padding: 10px 20px 0 20px;
	background: none;
}

.servizi .bold {
	vertical-align: middle;
	text-align: left;
	display: table-cell;
	height: 39px;
	max-width: 210px;
	padding-bottom: 5px;
}

.icona-servizi {
	display: block;
	float: left;
	padding-right: 5px;
}

.backbutton {
	background-image: url("../img/frontend_istituzionale/back.png");
	background-repeat: no-repeat;
	background-position: 0 -30px;
	display: block;
	height: 26px;
	padding: 6px 0 0 40px;
	margin: 5px 0 10px 5px;
	text-decoration: none;
}

.backbutton:hover {
	background-position: -30px 0;
	text-decoration: none;
}

.prezzo {
	display: block;
	margin: 20px 0 15px;
}

.dati .prezzo {
	margin: 0;
}

.prezzo span {
	font-size: 1.6em;
	margin-right: 10px;
}

.elenco ul.prezzo,
.elenco-no-evidenza ul.prezzo {
	float: right;
}

.elenco .tipo_attivita span,
.elenco-no-evidenza .tipo_attivita span {
	float: left;
	display: block;
	padding: 1px 6px;
	font-weight: 200;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.tipo_attivita {
	display: block;
	height: 1.9em;
	padding-bottom: 10px;
}

.dettaglio .prezzo table, .dettaglio .prezzo table td {
	border: 1px solid #dadada;
	border-collapse: collapse;
}

.dettaglio .prezzo table td {
	padding: 10px;
}

.dettaglio .prezzo table th {
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px 5px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
}

.dettaglio .prezzo table td.data {
	background-color: #ebebeb;
	width: 150px;
	border-bottom: 1px solid #FFFFFF;
	line-height: 1.6em;
}

.dettaglio .prezzo table td.data:last-child {
	border-bottom: 1px solid #dadada;
}

.dettaglio .prezzo table td.euro {
	width: 100px;
	text-align: center;
	font-weight: 700;
}

.dettaglio .prezzo table td.euro del {
	font-weight: 500;
}

.dettaglio .prezzo table td.euro h3 {
	font-family: Georgia, serif;
	font-size: 1.5em;
	margin: 0 0 8px;
}


/*_________________________________________________________________________

NESSUN RISULTATO
 _____________________________________________________________________________*/


.nessunrisultato {
	margin: 70px auto 50px;
	text-align: center;
}

.nessunrisultato ul li {
	display: inline-block;
	text-align: left;
	overflow: hidden;
	font-size: 20px;
	min-height: 50px;
}

.nessunrisultato ul li.img {
	padding: 5px;
}


/*_________________________________________________________________________

LINK
 _____________________________________________________________________________*/

.link img {
	margin: 5px 6px -2px;
}

.link {
	border-top: 1px solid;
	border-style: solid;
	padding-top: 15px;
	margin-top: 15px;
}

.fa-link {
	padding: 8px 9px 0 7px;
	text-align: center;
}
/*_________________________________________________________________________

DOCUMENTI ALLEGATI
 _____________________________________________________________________________*/

ol.elenco_documenti {
	counter-reset: lista;
	margin: 2px 0 0;
	padding-left: 0;
	line-height: 1.4em;
}

ol.elenco_documenti > li {
	list-style: none;
	position: relative;
	padding: 4px 6px 5px;
}

ol.elenco_documenti > li:before {
	content: counter(lista);
	counter-increment: lista;
	position: absolute;
	width: 18px;
	font-weight: bold;
	text-align: center;
}

ol.elenco_documenti a,
ol.elenco_documenti span {
	padding-left: 24px;
	display: block;
}

.sottotitolo-dettaglio {
	display: block;
	border-top: 1px;
	border-style: solid;
	padding-top: 15px;
	margin-top: 20px;
	font-weight: 700;
	padding-bottom: 5px;
}

/*_________________________________________________________________________

TAB
 _____________________________________________________________________________*/


.ajax__tab_body {
	padding: 20px;
	border-width: 1px;
	border-style: solid;
}

.ajax__tab_outer {
	margin: 0 2px 0 0;
	border-width: 1px 1px 0;
	border-style: solid;
}

.ajax__tab_header {
	margin-bottom: -1px;
	font-style: italic;
	font-size: 1.1em;
}

.ajax__tab_tab {
	margin: 0;
	padding: 5px 8px 2px;
	border: 0;
	cursor: pointer;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.ajax__tab_active .ajax__tab_tab {
	padding: 5px 12px;
	cursor: default;
}

.ajax__tab_active .ajax__tab_tab:hover {
	padding: 5px 12px;
}

.ajax__tab_tab:hover {
	padding: 5px 8px;
}

.ajax__accordion_header {
	padding: 15px 15px;
	cursor: pointer;
	font-weight: 700;
	margin-bottom:10px
}

.ajax__accordion_header:last-of-type {
	border-bottom: 0;
}

.ajax__accordion_header_select {
	cursor: pointer;
	padding: 15px 0;
	font-weight: 700;
	border-bottom: none;
}

.ajax__accordion_content {
	padding: 0 0 15px;
	margin-bottom: 10px;
	border-top: none;
}

/*_________________________________________________________________________

ALBO PRETORIO
 _____________________________________________________________________________*/

.elenco-compatto {
	padding: 5px 0px;
}

#listacontenuti {
	padding-top: 10px;
}

.dati-compatto .testo {
	margin-bottom: auto;
}

/*_________________________________________________________________________

BACHECA LAVORO
 _____________________________________________________________________________*/

.dettaglio .table-container #tblEleAnnunci {
	border-collapse: collapse;
	border: none;
}

.dettaglio .table-container #tblEleAnnunci th:first-child {
	width: 25px;
}

#tblEleAnnunci td {
	border: none;
	text-align: left;
	padding: 8px;
	margin-top: 5px;
}

#tblEleAnnunci .testo {
	padding-right: 15px;
}

#tblEleAnnunci {
	min-width: 580px;
	margin-top: 20px;
}

#tblEleAnnunci th:first-child {
	padding: 5px 5px 5px 15px;
}

#tblEleAnnunci span {
	font-size: initial;
}

#tblEleAnnunci .data {
	padding-left: 15px;
	background-color: transparent;
	width: 155px;
}

#tblEleAnnunci .mail {
	margin-top: 7px;
	word-break: break-all;
}

#tblEleAnnunci .autore {
	font-weight: 700;
	font-size: 1em;
}

#tblEleAnnunci th {
	color: white;
	border: none;
	text-align: left;
	padding: 5px 8px;
}

#tblEleAnnunci .data em {
	padding-left: 10px;
}

/* DIALOG JQUERYUI */
.ui-dialog {
	z-index: 3000 !important;
}
/* BACHECA LAVORO INIZIO */
.errorValidator {
	float: right;
	width: 50px;
}

.nome {
	width: 100px;
}

.control {
	width: 230px;
}

#dvCaptcha {
	width: 100%;
}

#logDiv {
	text-align: center;
	margin-top: 50%;
}

input[type='text'].control {
	padding: 5px;
	border: 1px solid;
    -moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius: 3px;
}

#insertNew .picker .picker-label {
	width: 100%;
	font-size: .7em;
}

#insertNew .picker-error {
	border: 1px solid red;
    -moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-radius: 4px;
}

#insertNew .picker-checkbox {
	padding: 5px;
}

.ui-widget textarea.privacyText {
	font-size: .8em;
	width: 100%;
}

.ui-selectmenu-text,
#insertNew textarea {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
    -moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-radius: 4px;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #D3D3D3;
	font-weight: normal;
	color: #555;
}

.ui-selectmenu-text {
	white-space: nowrap;
}

#TblDatiAnnuncio #TxtPrivacy {
	font-size: 0.7em;
	line-height: 1.4em;
	height: 100px;
	width: 95%;
	overflow-y: auto;
	text-align: justify;
	padding: 10px;
	border: 1px solid #DADADA;
    -moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius: 3px;
	font-family: Verdana;
}

.ui-widget-content td {
	vertical-align: middle;
	font-size: 0.9em;
	padding-bottom: 0.7em;
}

#dvCaptcha {
	width: 100%;
}

.ui-widget #TxtPrivacy {
	font-size: 0.7em;
	line-height: 1.4em;
	height: 100px;
	width: 95%;
	overflow-y: auto;
	text-align: justify;
	padding: 10px;
	border: 1px solid #DADADA;
    -moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius: 3px;
	font-family: Verdana;
}


/* DIALOG JQUERYUI FINE */

/*_________________________________________________________________________

NEWSLETTER
 _____________________________________________________________________________*/

#content-newsletter {
	min-height: 400px;
}

#unsubscribe {
	display: block;
	width: 30%;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	margin: 100px auto;
	text-align: center;
	font-size: large;
	padding: 50px;
}

/*_________________________________________________________________________

MAPPA
 _____________________________________________________________________________*/


#map-canvas {
	width: 100%;
	height: 590px;
	position: relative;
	margin-bottom: -40px;
}

.two-third #map-canvas {
	margin-bottom: 0;
}


#legenda {
	margin: 10px;
	width: 160px;
	background: none repeat scroll #FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
	overflow: auto;
	max-height: 400px;
	padding: 10px 10px 0;
	-moz-box-shadow: 1px 1px 5px #888888;
	-webkit-box-shadow: 1px 1px 5px #888888;
	box-shadow: 1px 1px 5px #888888;
}

#legenda ul {
	padding: 10px 0 6px;
	margin: 0;
}

.map_error {
	width: 100%;
	position: relative;
	background-color: rgb(218, 218, 218);
	text-align: center;
	padding-top: 25%;
	max-height: 220px;
	font-weight: 700;
	color: #333333;
}

#legenda li {
	padding-bottom: 4px;
}

.boxTesto {
	max-height: 70px;
	line-height: 1.2em;
	padding: 5px 0;
	display: block;
}

.boxIndirizzo {
	display: block;
	padding: 0 0 5px;
}

.boxImg {
	float: left;
	margin-right: 10px;
	max-width: 100px !important;
}

.boxLink {
	float: left;
	margin: 8px 20px 0 0;
}

.boxLink a {
	font-weight: 700;
	text-decoration: none;
}

.boxLat {
	display: block;
}

.boxLink a:hover {
	text-decoration: underline;
}

.gm-style .gm-style-iw {
	min-width: 200px;
	max-width: 100%;
}

#mappa {
	width: 298px;
	height: 220px;
	overflow: hidden;
	border: 1px solid;
	margin-bottom: 20px;
}

#map_canvas {
	width: 100%;
	height: 220px;
}

/*_________________________________________________________________________

CAPTCHA
 _____________________________________________________________________________*/

.captcha_text {
	text-transform: uppercase;
}

.captcha_image {
	border: 1px solid #A9A9A9;
}

/*_________________________________________________________________________

FOOTER
 _____________________________________________________________________________*/

#footer {
	float: left;
	width: 100%;
	border-width: 1px 0 0;
	border-style: solid;
	padding-top: 35px;
	margin-top: 40px;
}

.footer_contacts {
	float: left;
}

.footer_custom {
	margin-bottom: 12px;
}

.contatore {
	font-size: 1.2em;
	font-weight: 700;
}

.contatore span {
	font-size: 1.1em;
}

.footerbottom {
	float: left;
	width: 100%;
	color: #FFF;
	padding: 8px 0;
	font-size: 0.9em;
	margin-top: 20px;
}

.footerbottom a {
	color: #FFF;
}

#gweb {
	float: left;
}

#footer_notes {
	float: right;
	text-transform: uppercase;
}

.footer_contacts .item-three:last-child {
	margin: 0 21px 16px 0;
}

.footerbottom .container {
	padding-top: 0px;
}

/*_________________________________________________________________________

PRIVACY
 _____________________________________________________________________________*/

.form-newsletter #TxtPrivacy {
	width: 90%;
}

/*_________________________________________________________________________

COOKIE
 _____________________________________________________________________________*/

#cookieChoiceInfo {
	position: fixed;
	width: 100%;
	color: #FFF;
	background-color: #3c445d;
	margin: 0;
	padding: 8px 0;
	left: 0;
	top: 0;
	z-index: 9999;
	text-align: center;
	line-height: 2em;
}

#cookieChoiceInfo span {
	padding: 0 8px;
}

#cookieChoiceInfo a {
	background-color: #4084bf;
	padding: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	font-weight: 700;
	white-space: nowrap;
}

#cookieChoiceInfo a:hover {
	background-color: #4c9bc2;
	text-decoration: none;
}

.cookie_policy {
	margin-top: 40px;
	text-align: justify;
	line-height: 1.6em;
}

.cookie_policy h1 {
	margin: 0 0 10px;
}

.cookie_policy h2 {
	margin: 20px 0 0;
}

.cookie_policy p {
	margin-top: 5px;
}

/*_________________________________________________________________________

MEDIA QUERY TABLET LANDSCAPE
 _____________________________________________________________________________*/

@media (max-width: 1024px) {
    #WidgetFloaterPanels {
        right: 5px !important;
        left: auto !important;
    }
}


/*_________________________________________________________________________

MEDIA QUERY TABLET PORTRAIT
 _____________________________________________________________________________*/

@media only screen and (max-width: 959px) {

	body {
		padding-top: 0px;
	}

	.container {
		width: 714px;
	}

	.one-third {
		width: 230px;
		margin-right: 24px;
	}

	.one-third-variabile {
		width: 228px;
		margin-right: 24px;
	}

	.widget,
	.one-third-home {
		width: 230px;
	}

	.two-third,
	.two-third-home,
	.two-third-container,
	.sy-box {
		width: 460px;
	}

	.contentwrapp {
		width: 418px;
	}

	.item-three {
		width: 222px;
	}

	.item-three-in-third {
		width: 30.7%;
	}

	.gallery, .dettagli, .box, #content_home, .headersetup img {
		width: 100%;
	}

	.img_square_six {
		width: 90px;
		height: 90px;
	}

	.img_square_three {
		height: 129px;
	}

	#navigation {
		display: none;
	}

	#streaming iframe {
		height: 129px;
	}

	#streaming {
		width: 228px;
	}

	.dettaglio #gallery iframe {
		width: 100%;
		height: 235px;
	}

	#responsive-menu-button {
		display: block;
	}

	#mappa {
		width: 228px;
	}

	#map {
		width: 100%;
		height: 220px;
		border: 1px solid;
		overflow: hidden;
		margin-top: 10px;
	}

    .calendariomese {
        width: 230px !important;
    }

	#calendario .dati {
		width: 96px;
	}

	.gm-style .gm-style-iw {
		min-width: inherit;
		max-width: inherit;
	}

	.nessunrisultato {
		width: 100%;
	}

	#cookieChoiceInfo {
		bottom: 0;
		top: initial;
		line-height: initial;
		padding: 12px 0 20px;
	}

	#cookieChoiceInfo span {
		display: blocK;
		margin-bottom: 16px;
	}

	.img_land_fourth {
		width: 153.5px;
		height: 102.33px;
	}

	.paragrafo_img img {
		width: 200px;
	}

	.item-fourth {
		width: 153.5px;
	}

	#ControlloLink .testo {
		width: 143px;
	}

	.elenco,
	.elenco-no-evidenza,
	.videowrapp {
		width: 420px;
	}

	.elenco-no-evidenza .dati,
	.elenco .dati {
		width: 270px;
	}

	.videowrapp .dati {
		width: 170px;
	}

	.videowrapp img {
		width: 230px;
	}

	.elenco-compatto li {
		max-width: 312px;
	}

	.dettaglio .gallery-video iframe {
	    width: 100%;
	    height: 234px;
	}

	.dettaglio .gallery-video .videowrapp {
	    width:420px;
	}

	#header {
		padding-top: 48px;
	}

	.servizi .bold {
		max-width: 135px;
	}

	.ajax__tab_default .ajax__tab_header {
		border-width: 1px 1px 0;
		border-style: solid;
		padding: 0 8px 16px;
	}

	.ajax__tab_outer {
		border-width: 0;
	}

	.ajax__tab_body {
		border-width: 0 1px 1px;
	}

	.ajax__tab_active .ajax__tab_tab,
	.ajax__tab_tab,
	.ajax__tab_tab:hover,
	.ajax__tab_active .ajax__tab_tab:hover {
		padding: 16px 12px 0;
	}

	.ajax__tab_active {
		font-weight: 700;
	}

	.table-container {
		width: 100%;
		overflow-y: auto;
		_overflow: auto;
		margin: 0 0 1em;
	}

	.table-container-outer {
		position: relative;
	}

	.table-container-fade {
		position: absolute;
		right: 0;
		width: 30px;
		height: 100%;
		background: rgba(255,255,255,0);
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	}

	.sy-slides-wrap {
		width: 418px;
	}

	.sy-caption-wrap {
		top: 178px;
	}

	.slide-crop {
		width: 418px;
		height: 174px;
	}

	.resp-table {
		width: 418px;
	}

	.resp-table .left-column {
		width: 122px;
	}

	.resp-table .textlungo {
	width: 296px;
    }

}

/*_________________________________________________________________________

MEDIA QUERY SMALL TABLET PORTRAIT
 _____________________________________________________________________________*/

@media only screen and (max-width: 767px) {


	.container,
	.one-third,
	.two-third,
	.one-third-home,
	.two-third-home,
	.sy-box,
    #tag {
		width: 600px;
	}

	.contentwrapp {
		width: 558px;
	}

	.two-third-container {
		width: 100%;
	}

	.item-three {
		width: 184px;
	}

	.item-three-in-third {
		width: 30.9%;
	}

	.img_land_fourth {
		width: 270px;
		height: 180px;
	}

	.img_square_six {
		width: 132px;
		height: 132px;
	}

	.item-fourth {
		width: 270px;
		height: 340px;
	}

	.img_square_three {
		height: 173px;
	}

	.sy-caption-wrap {
		bottom: 20px;
	}

	.elenco,
	.elenco-no-evidenza,
	.videowrapp {
		width: 560px;
	}

	#streaming iframe {
		height: 336px;
	}

	.dettaglio #gallery iframe {
		width: 100%;
		height: 314px;
	}

	#streaming {
		width: 598px;
	}

	.boxmenu {
		width: 580px;
	}

	#mappa {
		width: 598px;
	}

    .calendariomese {
        width: 300px !important;
        margin:0 auto;
    }

	#calendario ul {
		float: left;
	}

	#calendario ul:nth-child(odd) {
		clear: initial;
	}

	#calendario .dati {
		width: 131px;
        padding-right:10px
	}

	.elenco .dati,
	.elenco-no-evidenza .dati {
		width: 410px;
	}

	.videowrapp .dati {
		width: 290px;
	}

	.videowrapp img {
		width: 250px;
	}

	.dettaglio .gallery-video .videowrapp {
		width: 560px;
	}

	.dettaglio .gallery-video iframe {
		width: 100%;
		height: 312px;
	}

	.elenco-compatto li {
		max-width: 452px;
	}

	#ControlloLink {
		float: left;
	}

	#ControlloLink .moduli {
		float: left;
		width: 50%;
	}

	#ControlloLink .moduli:nth-child(even) {
		clear: left;
	}

	#ControlloLink .testo {
		width: 228px;
	}

	#textsize {
		padding-right: 8px;
	}

	.contrast_container {
		padding: 13px 16px 0;
	}

	#searchbar {
		width: 216px;
	}

	.sb-search-input {
		width: 150px;
	}

	.sb-search-submit {
		width: 34px;
	}

	#bussola_translate_element {
		padding-left: 6px;
	}

	.info li {
		width: 50%;
	}

	.servizi .bold {
		max-width: 190px;
	}

	#rss {
		padding: 14px 15px 0;
	}

	.widget,
	.banner_right .img {
		width: 290px;
		float: left;
	}

	.widget:nth-child(odd),
	.banner_right .img:nth-child(odd) {
		margin-right: 20px;
		clear: left;
	}

	.sy-slides-wrap {
		width: 562px;
	}

	.sy-caption-wrap {
		top: 234px;
	}

	.slide-crop {
		width: 562px;
		height: 234px;
	}

	.resp-table {
		width: 558px;
	}

	.resp-table .left-column {
		width: 194px;
	}

	.resp-table .textlungo {
		width: 386px;
	}
}

/*_________________________________________________________________________

MEDIA QUERY SMARTPHONE LANDSCAPE
 _____________________________________________________________________________*/

@media only screen and (max-width: 639px) {

    body {
    font-size: 15px;
    } 

	.container,
	.one-third,
	.two-third,
	.one-third-home,
	.two-third-home,
	.sy-box,
    #tag {
		width: 400px;
	}

	.contentwrapp {
		width: 358px;
	}

	.item-three {
		width: 100%;
	}

	.item-three-in-third {
		width: 47.9%;
	}

	.item-three-in-third:nth-child(3n+0) {
		margin-right: 3%;
	}

	.item-three-in-third:nth-child(2n+0) {
		margin-right: 0;
	}

	.img_square_six {
		width: 175px;
		height: 175px;
	}

	#action-utilities {
		float: left;
		width: 100%;
	}

	#nome {
		float: left;
		padding: 35px 5px 20px 0px;
		padding-bottom: 25px;
	}

	#nome a {
		padding-top: 15px;
	}

	#access {
		margin-left: 8px;
	}

	#searchbar {
		width: 280px;
		margin-right: -18px;
	}

	.sb-search-input {
		width: 215px;
	}

	.img_land_fourth {
		width: 170px;
		height: 113.33px;
	}

	.item-fourth {
		width: 170px;
		height: 330px;
	}

	blockquote {
		margin: 0;
		padding-left: 10px;
		max-width: 334px;
	}

	#nome .intestazione {
		font-size: 20px;
	}

	#nome .nome {
		font-size: 40px;
		line-height: 46px;
	}

	#gweb,
	#footer_notes {
		text-align: center;
		width: 100%;
	}

	.elenco,
	.elenco-no-evidenza,
	.videowrapp {
		width: 360px;
	}

	#streaming {
		width: 396px;
	}

	.boxmenu {
		width: 380px;
	}

	.elenco .dati,
	.elenco-no-evidenza .dati {
		width: 210px;
	}

	#mappa {
		width: 396px;
	}

	#calendario .dati {
		width: 181px;
        padding-right:0
	}

	.videowrapp .dati {
		width: 150px;
	}

	.videowrapp img {
		width: 190px;
	}

	#streaming iframe {
		height: 223px;
	}

	.dettaglio .gallery-video .videowrapp {
		width:360px;
	}

	.dettaglio .gallery-video iframe {
		width: 100%;
		height: 200px;
	}

	.dettaglio #gallery iframe {
		width: 100%;
		height: 201px;
	}

	.elenco-compatto li {
		max-width: 252px;
	}

	.titolo .icon-big {
		display: none;
	}

	.icon-big-title,
	.dati-compatto {
		padding-left: 0;
	}

	.barborder-left:before, .barborder-right:after {
		content: none;
	}

	#access {
		float: right;
        margin-left:16px
	}

	#textsize {
		padding-right: 10px;
	}

    #textsize a {
    margin-right: 20px;
    }

    #access .ingrandisci:before,
    #contrasta:before {
    font-size: 22px;
    }

    #access .diminuisci:before {
    font-size: 18px;
    }

	.contrast_container {
		padding: 13px 0 0 20px;
	}

	#rss {
		padding: 14px 0 0 14px;
	}

    #bussola_translate_element {
    float: left;
    padding-left:0;
    }

	#google_translate_element {
		padding: 12px 7px 0 0;
        float:left;
	}

	#MicrosoftTranslatorWidget {
		padding: 0 8px 0 0;
        float:left;
	}

    #WidgetFloaterPanels {
        right: auto !important;
        left: 5px !important;
    }

    #WidgetFloaterPanels .DDStyle table {
    min-width: 215px !important;
    }

    #WidgetFloaterPanels .DDStyle td {
        width: 100% !important;
        display: block !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        padding:0 !important; 
    }

    #WidgetFloaterPanels.LTRStyle div.DDStyle {
    left: -2px !important;
    }

	.info li {
		width: 100%;
	}

	.servizi .bold {
		max-width: 100%;
	}

	#header_action {
		height: 92px;
	}

	#ControlloLink {
		float: none;
	}

	#ControlloLink .moduli {
		float: none;
		width: 100%;
	}

	#ControlloLink .testo {
		width: 313px;
	}

	.cerca_select {
		float: right;
	}

	.cerca-option .searchbar-locale {
		float: right;
		width: 100%;
		margin-top: 30px;
	}

	.widget {
		width: 300px;
		margin: 0 50px;
	}

	.banner_right .img {
		width: 190px;
	}

	.sy-slides-wrap {
		width: 360px;
	}

	.sy-caption-wrap {
		top: 280px;
	}

    .slide-crop img{
        height:100%;
        width:auto
    }

	.slide-crop {
		width: 360px;
		height: 280px;
	}

	.resp-table {
		width: 358px;
	}

	.resp-table .left-column {
		width: 100px;
	}

	.resp-table .textlungo {
		width: 236px;
	}

	#divRisposte ul {
		width: initial;
	}

	#map-canvas {
	height: 300px;
	}

	.dati-compatto li {
	width: 100%;
	margin-bottom: 3px;
	}

	#tblEleAnnunci {
		min-width: 525px;
	}

}

/*_________________________________________________________________________

MEDIA QUERY SMARTPHONE PORTRAIT
 _____________________________________________________________________________*/

@media only screen and (max-width: 479px) {

	.container,
	.one-third,
	.two-third,
	.one-third-home,
	.two-third-home,
	.sy-box,
    #tag {
		width: 360px;
	}

	.contentwrapp {
		width: 318px;
	}

	.item-three-in-third {
		width: 100%;
		margin-right: 0;
	}

	.img_land_three {
		height: 240px;
	}

	.img_square_six {
		width: 155px;
		height: 155px;
	}

	.img_square_three {
		height: 154px;
	}

	.img_square_three {
		height: 320px;
	}

	#logo,
	.elenco ul .img img,
	.elenco-no-evidenza ul .img img,
	.dettaglio .immagine img {
		width: 100%;
	}

	#nome {
		margin: 5px 0px 0px 0px;
	}

	#logo {
		margin: 10px 10px -30px 10px;
	}

	.social {
		margin-right: 0;
	}

	#searchbar {
		width: 250px;
		margin-right: -10px;
	}

	.sb-search-input {
		width: 176px;
	}

	.dettaglio .prezzo table td.data,
	.dettaglio .prezzo table td.euro {
		width: inherit;
	}

	.img_land_fourth {
		width: 150px;
		height: 100px;
	}

	.paragrafo_img img {
		width: 100%;
	}

	.paragrafo_img {
		margin: 0 0 20px 0;
	}

	.item-fourth {
		width: 150px;
		height: 330px;
	}

	blockquote {
		max-width: 294px;
	}

	.elenco .dati,
	.elenco-no-evidenza .dati,
	.elenco,
	.elenco-no-evidenza,
	.videowrapp,
	.videowrapp .dati {
		width: 320px;
	}

	.dettaglio .gallery-video .videowrapp {
		width: 320px;
	}

	.dettaglio .gallery-video iframe {
		width: 100%;
		height: 178px;
	}

	#streaming {
		width: 358px;
	}

	.boxmenu {
		width: 340px;
	}

	#mappa {
		width: 358px;
	}

	#calendario .dati {
		width: 161px;
	}

	.videowrapp ul {
		display: block;
	}

	.elenco-compatto li.img {
		display: none;
	}

	.elenco-compatto li {
		width: 100%;
	}

	.elenco .img_land_three,
	.elenco-no-evidenza .img_land_three {
		width: 320px;
		height: 211px;
	}

	.videowrapp img {
		width: 320px;
	}

	#streaming iframe {
		height: 201px;
	}

	.dettaglio #gallery iframe {
		width: 100%;
		height: 179px;
	}

	.tipo_attivita {
		padding-top: 10px;
	}

	#ControlloLink .testo {
		width: 273px;
	}

	.widget {
		margin: 0 30px;
	}

	.banner_right .img {
		width: 300px;
		margin: 0 30px 20px;
	}

	.sy-slides-wrap {
		width: 320px;
	}

	.sy-caption-wrap {
		top: 250px;
	}

	.slide-crop {
		width: 320px;
		height: 250px;
	}

	.resp-table {
		width: 318px;
	}

	#tblEleAnnunci {
		min-width: 487px;
	}

	.resp-table .textlungo {
		width: 196px;
	}

    #content-personale .contentwrapp {
	width: 360px;
    }
}
/*_________________________________________________________________________

MEDIA QUERY SMARTPHONE PORTRAIT
 _____________________________________________________________________________*/

@media only screen and (max-width: 375px) {


	.container,
	.one-third,
	.two-third,
	.one-third-home,
	.two-third-home,
	.sy-box,
    #tag {
		width: 300px;
	}

	.contentwrapp {
		width: 258px;
	}

	.img_square_six {
		width: 125px;
		height: 125px;
	}

	.img_square_three {
		height: 260px;
	}


	.img_land_three {
		height: 196px;
	}

	#logo,
	.elenco ul .img img,
	.elenco-no-evidenza ul .img img,
	.dettaglio .immagine img {
		width: 100%;
	}

	#nome .intestazione {
		font-size: 20px;
	}

	#nome .nome {
		font-size: 35px;
		line-height: 42px;
	}

	#nome {
		float: left;
		padding: 40px 5px 25px 0px;
	}

	.social {
		margin-right: 0;
	}

	.dettaglio .prezzo table td.data,
	.dettaglio .prezzo table td.euro {
		width: inherit;
	}

	.img_land_fourth,
	.elenco .img_land_three,
	.elenco-no-evidenza .img_land_three,
	.videowrapp img {
		width: 260px;
		height: 170px;
	}

	 .dettaglio .gallery-video .videowrapp {
		width:260px;
	}

	.dettaglio .gallery-video iframe {
		height:144px;
		width:100%;
	}

	.item-fourth {
		width: 260px;
		height: 320px;
	}

	blockquote {
		max-width: 234px;
	}

	.dettaglioatt .titolo-right {
		float: left;
	}

	.elenco,
	.elenco-no-evidenza,
	.elenco .dati,
	.elenco-no-evidenza .dati,
	.gallery-video iframe,
	.videowrapp,
	.videowrapp .dati {
		width: 260px;
	}

	#streaming iframe {
		height: 168px;
	}

	#streaming {
		width: 298px;
	}

	.dettaglio #gallery iframe {
		width: 100%;
		height: 145px;
	}

	.boxmenu {
		width: 280px;
	}

	#mappa {
		width: 298px;
	}

	#calendario .dati {
		width: 131px;
	}

	.videowrapp ul {
		display: block;
	}

	#ControlloLink .testo {
		width: 213px;
	}

	.widget {
		margin: 0;
	}

	.banner_right .img {
		margin: 0 0 20px;
	}

	.sy-slides-wrap {
		width: 260px;
	}

	.sy-caption-wrap {
		top: 200px;
	}

	.slide-crop {
		width: 260px;
		height: 200px;
	}

	.resp-table {
		width: 258px;
	}

	.resp-table .left-column {
		width: 74px;
	}

	.resp-table td {
		padding: 8px 0;
	}

	.resp-table .textlungo {
		width: 170px;
	}

	#tblEleAnnunci {
		min-width: 430px;
	}

    #content-personale .contentwrapp {
	width: 300px;
    }
}
