
@charset "utf-8";
/* CSS Document */
.channel-menu{
	display:none;
}
.modalWindows{
	display:none;
}
/****Finestra modale****/
.modalWindows{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url("../img/background/bg-black.png") repeat;
	z-index:800; 
	display:none;
}
.close-button{
	width:30px;
	height:30px;
	background:#ffc800;
	padding:10px;
	position:absolute;
	border:1px solid #000;
    top: -10px;
	right:-10px;
	z-index:10;
	cursor:pointer;
}
.close-button::after{
	top:0;
	content:"x";
	color:#000;
	font-size:20px;
	line-height:24px;
	position:absolute;
	
}
.modalWindows .pop{
	max-width: 60%;
	width:600px;
	margin:auto;
	position:relative;
	z-index:1;
    top: 10%;
    /*transform: translateY(-50%);*/
	overflow:visible;
}

body{
	background:#fff;
	font-family: 'Raleway', sans-serif;
	color:#000;
	font-size:16px;
	line-height:20px;
	font-weight:400;
    -moz-transition: all 0.3s cubic-bezier(1, 0.01, 0.29, 0.93) 0s;
    -ms-transition: all 0.3s cubic-bezier(1, 0.01, 0.29, 0.93) 0s;
    -o-transition: all 0.3s cubic-bezier(1, 0.01, 0.29, 0.93) 0s;
    transition: all 0.3s cubic-bezier(1, 0.01, 0.29, 0.93) 0s;
}
p{
	text-align:left;
}
h1{
	font-family: 'Raleway', sans-serif;
	font-size:33px;
	color:#4b4b4d;
	line-height:36px;
	font-style:normal;
	margin-top:0;
	padding-top:0;
	
}
h2,h3{
	font-family: 'Raleway', sans-serif;
	color:#000;
	font-size:21px;
	line-height:24px;
}
main{
	padding-top:20px;
	position:relative;
	z-index:200;
}
a, a:focus, a:active, a:visited{
	color:#4b4b4d;
}
a:hover{
	color:#ffc000;
	text-decoration:none;
}

h1 a, h1 a:focus, h1 a:active, h1 a:visited{
	color:#4b4b4d;
}

h1 a:hover{
	color:#ffc000;
	text-decoration:none;
}
.col2, .col1{
	/*padding-left:20px;
	padding-right:20px;*/
	padding-bottom:60px;
}

.col2 .column-1{
	width:75%;
	float:right;
}
.col2 .column-2{
	width:25%;
}
.col1 .column-1{
	width:100%;
}

/** header **/
header{
	position:relative;
	z-index:210;
}
#contatti{
	background:#f7f7f7;
	color:#4b4b4d;
	font-size:12px;
	padding-top:6px;
	padding-bottom:10px;
}
#contatti .recapiti{
	padding-top:8px;
}
#contatti .indirizzo{
	padding:9px 5px 9px 24px;
	background:url(../img/background/icon-pin.png) no-repeat left;
}
#contatti .indirizzo:hover{
	background:url(../img/background/icon-pin-hover.png) no-repeat left;
}
#contatti .tel{
	padding:9px 0 9px 24px;
	background:url(../img/background/icon-phone.png) no-repeat left;
}
#contatti .tel:hover{
	background:url(../img/background/icon-phone-hover.png) no-repeat left;
}
.channel-menu{
	width:46px;
	float:right;
}
.channel-menu ul li a, .channel-menu ul li a:visited{
	width:34px;
	height:34px;
	background:url(../img/background/bg-lang.jpg) no-repeat;
	padding:0;
	line-height:34px;
	color:#4b4b4d;
}
.channel-menu ul li{
	text-align:center;
	float:right;
	padding:0;
}
.channel-menu ul li.selected{
	display:none;
}
.channel-menu ul li:hover{
}
.channel-menu ul li:hover a,.channel-menu ul li:hover a:visited,.channel-menu ul li:hover a:hover{
	color:#ffc800;
	background:url(../img/background/bg-lang-hover.jpg) no-repeat;
}

/*** SOCIAL ***/
.social{
	display:none;
	width:220px;
	float:right;
	text-align:right;
}
.social a{
	line-height:34px;
	margin-left:2px;
}
.fb span, .tw span, .in span, .yt span, .gp span {
    background:url(../img/background/social-fb.jpg) no-repeat;
    cursor: pointer;
    float: right;
    height: 34px;
    width: 34px;
}
.tw span{
    background:url(../img/background/social-tw.jpg) no-repeat;
}   
.in span{
     background:url(../img/background/social-in.jpg) no-repeat;
}   
.gp span{
    background:url(../img/background/social-gp.jpg) no-repeat;
 }   
.yt span{
    background:url(../img/background/social-yt.jpg) no-repeat;
 }   
.fb span:hover{
    background:url(../img/background/social-fb-hover.jpg) no-repeat;
}
.tw span:hover{
    background:url(../img/background/social-tw-hover.jpg) no-repeat;
}   
.in span:hover{
     background:url(../img/background/social-in-hover.jpg) no-repeat;
}   
.gp span:hover{
    background:url(../img/background/social-gp-hover.jpg) no-repeat;
 }   
.yt span:hover{
    background:url(../img/background/social-yt-hover.jpg) no-repeat;
 }   

/*form ricerca*/
.contentMenu{
	position:relative;
}
#search{
	position:absolute;
	right:0;
	top:24px;
	z-index:10;
}
#search .contentSearch{
	display:none;
	position:relative;
	bottom:-38px;
	padding:10px 20px;
	background:url(../img/background/bg-search.png) repeat;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;	
}
#search input[type="search"]{
	min-width:200px;
}
#search .openSearch{
	cursor:pointer;
	width:40px;
	height:42px;
	background:url(../img/background/icon-search.png) center no-repeat transparent;
	border-left:1px solid #fff;
	position:absolute;
	right:0;
	top:-4px;
}
#search .openTrue{
	cursor:pointer;
	width:40px;
	height:42px;
	background:url(../img/background/bg-search-open.png) center no-repeat #fff;
	border-left:1px solid #fff;
	position:absolute;
	right:0;
	top:-4px;
}

.search button{
	width:40px;
	height:38px;
	float:right;
	color:#fff;
	font-size:20px;
	line-height:26px;
	text-align:center;
	background:#ffc800;
}
.search button:hover{
	background:#4b4b4d;
}

/**TOP***/
#top{
	background:url(../img/background/bg-menu-top-167.png) repeat-x bottom;
	width:100%;
	padding-top:20px;
	padding-bottom:25px;
	position:absolute;
	top:50px;
	z-index:110;
}

/***banner***/
.content-slide{
	background:#f7f7f7;
	max-height:700px;
	overflow:hidden;
}
.slider{
	position:relative;
	max-width:1600px;
	max-height:250px;
	overflow:hidden;
	width:100%;
	margin:auto;
}
.homepage .slider{
	max-height:none;
}
.cycle-slide, .cycle-slide img{
	width:100%;
}
.cycle-pager{
	width:100%;
	text-align:center;
	position:absolute;
	z-index:200;
	bottom:0px;
}
.cycle-pager span{
	color:#fff;
	font-size:60px;
	cursor:pointer;
}
.cycle-pager span.cycle-pager-active{
	color:#f8cf2c;
}
.homepage span.title, .homepage span.abstract{
	background:url(../img/background/bg-menu-top-167.png) repeat-x top;
}

.homepage span.title, .homepage span.abstract, .homepage span.title a, .homepage span.title a:visited{
	font-size:44px;
	clear:both;
	float:left;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	font-weight:bold;
	line-height:46px;
	padding:5px 20px;
	text-align:left;
}
.homepage span.abstract, .homepage span.abstract a, .homepage span.abstract a:visited{
	font-size:30px;
	float:left;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	font-weight:normal;
	line-height:32px;
	padding:5px 20px;
	text-align:left;
}
.homepage span.abstract{
	margin-top:2px;
}

.wrapTestoSlider{
	position:absolute;
	top:25%;
	width:85%;
}
div.even .wrapTestoSlider{
	right:10%;
	left:auto;
}
div.odd .wrapTestoSlider{
	right:auto;
	left:10%;
}

/*******header******/

/****MAIN MENU****/
.yellow{
	color:#ffc800;
}
span.yellow{
	font-weight:700;
}
.main-menu{
	width:90%;
	float:left;
	margin-top:23px;
	font-size:13px;
	font-weight:bold;
	font-family: 'Raleway', sans-serif;
	position:relative;
	z-index:20;
}
.main-menu > ul.nav{
	text-align:center;
}
.main-menu ul.nav li.last{
	background:none;
}
.main-menu ul.nav li.selected{
	border:0;
}
.main-menu ul.nav li a, .main-menu ul.nav li a:visited{
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	border:0;
	padding:10px 20px;
}
.main-menu ul.nav > li a:hover,.main-menu ul.nav li.selected > a, .main-menu ul.nav li:hover a{
	background:#ffc800;
	color:#fff;
	text-decoration:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.main-menu ul.nav li ul{
	min-width:200px;
	margin-top:-5px;
	z-index:150;
	background:#ffc800;
	/*-webkit-box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 10px 0px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 10px 0px 0px rgba(0, 0, 0, 0.4);*/
}
.main-menu ul.nav > li ul > li{
	background:url(../img/background/menu-arrow.png) no-repeat 10px #ffc800;
	padding:4px 0 0 25px;
	border-top:0px;
	border-bottom:1px solid #ffae00;
	border-top:1px solid #ffda54;
}
.main-menu ul.nav > li ul > li.selected, .main-menu ul.nav > li ul > li.selected a{
	background:url(../img/background/menu-arrow.png) no-repeat 10px #ffae00;
}
.main-menu ul.nav > li ul > li.first{
	border-top:0px;
	margin-top:0px;
}
.main-menu ul.nav li ul li a, .main-menu ul.nav li ul li a:visited{
	padding:5px 0 10px;
	text-align:left;
}
.main-menu ul.nav > li ul li:hover, .main-menu ul.nav > li ul li a:hover{
	color:#fff;
	background:url(../img/background/menu-arrow.png) no-repeat 10px #ffae00;
}
.main-menu ul.nav > li ul li a:hover, .main-menu ul.nav > li ul > li.selected a{
	background:#ffae00;
}
.main-menu ul.nav li ul{
	display:none;
}
.main-menu ul.nav li ul > li:hover a{
	background:#ffae00;

}
/****MAIN MENU****/
.out-container{
	width:100%;
	background:#000;
}

/****MENU TERZO LIVELLO***/
.page-menu{
	margin-top:40px;
	margin-bottom:40px;
}
.page-menu h2, .page-menu p{
	text-align:center;
	font-style:italic;
}
.page-menu p{
	max-height:80px;
	overflow:hidden;
}
.page-menu a{
	display:block;
	position:relative;
}
.page-menu > div{
	float:left;
	width:23%;
	padding:0;
	margin-bottom:15px;
	margin-left:2%;
	position:relative;
}

.page-menu > div.first{
	margin-left:0;
}
.page-menu > div  img{
	width:100%;
	background:#ffc800;
}

.page-menu > div:hover img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity:0.7;
}
.page-menu > div:hover h2 a{
	color:#ffc800;
}
.page-menu > div h2{
	margin:15px 0 0 0;
}
.page-menu > div h2 a,.page-menu > div h2 a:visited{
	font-size:13px;
	font-style:normal;
	font-weight:700;
	line-height:15px;
	text-align:left;
}
.page-menu .wrapTl{
	padding-bottom:10px;
	border-bottom:1px solid #e6e6e6;
	max-height:76px;
	overflow:hidden;
}
.page-menu > div h1 a:hover{
}
.page-menu > div span{
	margin:10px 0 0 0;
	font-size:14px;
	font-style:normal;
	line-height:16px;
	color:#4b4b4d;
}



/****SECTION-MENU****/
.col2 .column-2{
	padding-top:34px;
}
.section-menu .nav{
	padding:0;
	margin-top:20px;
}
.section-menu .nav li a, .section-menu .nav li a:visited{
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #ffc800;
}
.section-menu .nav li a:hover, .section-menu .nav li.selected a, .section-menu .nav li.selected a:hover{
	color:#ffc800;
	border-bottom:1px solid #ffc800;
	text-decoration:none;
}
.section-menu .nav li.selected a{
	color:#ffc800;
}
.section-menu .nav li ul li a, .section-menu .nav li ul li a:visited, .section-menu .nav li ul li a:hover{
	border-bottom:0;
}


/****SECTION-MENU****/
/***PATH MENU***/
.path-menu .nav {
	text-align:right;
	padding-right:10px;
}
.path-menu .nav li{
	padding:3px 4px;
}
.path-menu .nav li a, .path-menu .nav li a:visited{
	color:#777;
}
.path-menu .nav li a span{
	padding-right:8px;
}
.path-menu .nav li:after{
	color:#777;
}
.path-menu .nav li a:hover{
	background:none;
	color:#ffc800;
}
.path-menu .nav li.last{
	color:#ffae00;
}
/*** FOOTER ***/
footer{
	margin-top:50px;
	background:#353535;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-style:normal;
	font-size:14px;
	line-height:16px;
}

#bottom{
	padding:30px 0 20px 0;
}

footer mark{
	font-family: 'Raleway', sans-serif;
	font-style:normal;
	font-size:19px;
	line-height:22px;
	color:#ffc800;
	margin-left:0;
	padding-left:0;
	padding-bottom:5px;
}
footer span{
	color:#ffc800;
}
footer .quickMenu p{
	text-align:right;
}
#copy p{
	margin-top:20px;
	margin-bottom:20px;
	padding-top:0px;
	color:#ffc800;
	text-align:right;
}
#firma-footer{
	border-top:1px solid #ffc800;
	padding-top:20px;
	margin-top:40px;
}
#firma-footer img{
	float:left;
	padding-right:40px;
	margin-top:-10px;
}
footer .mappa-footer{
	text-align:right;
}
footer a.tel{
	color:#fff;
}
footer a, footer a:visited, footer a.credits, footer a.credits:visited{
	color:#ffc800;
}
footer a:hover{
	color:#ffae00;
	text-decoration:none;
}
footer a.credits:hover{
	color:#ffae00;
}
/*** FOOTER ***/



/***form***/
.input-field input[type="date"],
.input-field input[type="password"],
.input-field input[type="search"],
.input-field input[type="text"],
.input-field input[type="email"],
.input-field textarea, 
.input-field select{
	width:100%;
	padding:4px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #aeaeae;
	background:#e7e7e7;
	color:#808080;
}
.input-field label, .module fieldset {
    display: block;
    font-size: 16px;
}
.input-field >label{
	margin-top:10px;
}
.input-field label{
	font-size:14px;
}
.input-field .check-block label, .input-field .radio-block label{
	line-height:20px;
	padding-left:30px;
}
.input-field .check-block label{
	padding-left:0;
}
.input-field .check-block input[type="checkbox"],.input-field .radio-block input[type="radio"]{
	float:left;
}
.input-field .radio-block{
	width:20%;
	float:left;
}
.module {
	width:100%;
}
.col1 form{
	margin-left:0;
}
.required input[type="date"], .required input[type="password"],  .required input[type="text"], .required input[type="email"], .required[type="checkbox"], .required textarea, .required select{
	border:1px solid #ffc800;
}

input[type="date"],input[type="text"],input[type="email"],input[type="checkbox"],input[type="radio"],textarea{
	border:1px solid #ffc800;
	margin-bottom:10px;
}
input[type="checkbox"]{
	float:left;
	padding-right:10px;
}
.txt-policy{
	margin-top:-5px;
	padding-top:5px;
	margin-left:30px;
	font-size:16px;
	line-height:19px;
}
.txt-policy p{
	display:none;
}
.txt-policy .title{
	text-decoration:underline;
	cursor:pointer;
}
.txt-policy .title:hover{
	color:#ffc800;
}
.module form button{
	background:#ffc800;
	width:15%;
	float:right;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	font-size:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding:15px 0;
	
}
.module form button:hover, button:hover{
    background: #353535;
	color:#ffc800;
}
/***/

/***table***/
.plain-table-files table th{
	background:#ffc800;
	color:#fff;
}

table th{
	background:#ffc800;
	color:#fff;
}
table tr.odd{
	border-left:0;
	border-right:0;
}
table .odd td{
	background:#e6e6e6;
	border-right:1px solid #fff;
} 

/***Gallery***/
.animate{
	 /*-webkit-transition: 600ms ease-in-out(0.550, 0.055, 0.675, 0.190) all;*/
	-moz-transition: 600ms ease-in-out(0.550, 0.055, 0.675, 0.190) all;
	-ms-transition: 600ms ease-in-out(0.550, 0.055, 0.675, 0.190) all;
	-o-transition: 600ms ease-in-out(0.550, 0.055, 0.675, 0.190) all;
	/*transition: 600ms ease-in-out(0.550, 0.055, 0.675, 0.190) all;*/
}
/****/
.page .block header h1, .page .block header{
	margin-top:50px;
}
.page .block img{
	float:left;
	margin:0px 20px 10px 0;
	padding:0;
}

/***PERSONALIZZAZIONI*/
.not-found .page{
	margin-top:150px;
}

.empty{
}
/** BANNER **/
.banner-b{
	border-top:1px solid #ffc800;
	margin-top:45px;
	padding-top:45px;
	padding-bottom:0;
	text-align:center;
}
.homepage .banner-b{
	border-top:0px solid #ffc800;
	padding-bottom:60px;
}
.homepage .banner-b span.abstract, .banner-b span.abstract{
	display:block;
	float:none;
	font-size:20px;
	width:270px;
	margin:30px auto 0 auto;
	height:50px;
	background:url(../img/background/bg-more.jpg) no-repeat left;
	padding:5px 20px 5px 60px;
	color:#fff;
	line-height:38px;
}
.homepage .banner-b span.abstract:hover, .banner-b span.abstract:hover{
	background:url(../img/background/bg-more-hover.jpg) no-repeat left;
	color:#fcb61e;
}
.banner-b span.abstract:hover a{
	color:#fcb61e;
}
.homepage .banner-b p{
	display:block;
	float:none;
	font-size:19px;
	line-height:23px;
	padding:0;
	margin-top:30px;
	text-align:center;
}
.banner-b span.title{
	font-size:33px;
	line-height:36px;
	display:block;
	float:none;
	background:none;
	color:#4b4b4d;
	padding:0;
	text-align:center;
}
/***HOMEPAGE***/
.group-1 p{
	display:none;
}
.group-1 .theme{
	display:none;
}

.group-1 {
	position:relative;
	z-index:150;
}
.group-1  div{
	float:left;
	margin-left:1%;
	width:24.25%;
	text-align:center;
}
.group-1  div.first,.group-1 div.second,.group-1 div.third,.group-1 div.fourth{
	background:#2ecc71;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	height:24%;
}
.group-1  div.first{
	margin-left:0;
}
.group-1 div.second{
	background:#bdc3c7;
}
.group-1 div.third{
	background:#2e8ece;
}
.group-1 div.fourth{
	background:#f1c40f;
}
.group-1  div.first:hover{
	background:#6cdb9b;
}
.group-1 div.second:hover{
	background:#d1d5d8;
}
.group-1 div.third:hover{
	background:#6cb0dd;
}
.group-1 div.fourth:hover{
	background:#f5d657;
}
.group-1  div img {
	padding:5%;
}
.group-1 h1{
	display:block;
	position:absolute;
	width:24.5%;
	text-align:center;
	font-size:20px;
	line-height:22px;
	top:-50px;
	background:url(../img/background/tooltip.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #ffc800;
	display:none;
}
.group-1 .first h1{
	margin-left:-0.2%;
}
.group-1 h1 a,.group-1 h1 a:visited{
	border-bottom:0;
	display:block;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.group-2 {
	margin-top:80px;
	margin-bottom:30px;
}
.group-2 h1, .group-2 h1 a,.group-2 h1 a:visited{
	text-align:left;
	font-size:33px;
	line-height:36px;
}
.group-2 p{
	text-align:left;
	font-size:19px;
	line-height:22px;
	color:#000;
}
.group-2 img{
	float:left;
	padding-right:20px;
}
.group-3 {
	margin-top:50px;
	margin-bottom:50px;
	padding:20px 0;
}
.group-3 div.even{
	float:left;
	margin-left:0;
	margin-right:0;
	width:23%;
}
.group-3 div.odd{
	float:left;
	margin-left:1.5%;
	margin-right:1.5%;
	width:47%;	
}
.group-3 img{
	width:100%;
	height:auto;
}
.group-3 h1{
	display:none;
}

/***HOMEPAGE***/
/***ICONE***/
.pdf{
  -left:50px;
  background:url("../img/background/icon_pdf.png") center left no-repeat;
  min-height: 48px;
  display:block;
  padding-top: 10px;
}
.doc, .docx{
  padding-left:50px;
  background:url("../img/background/icon_word.png") center left no-repeat;
  min-height: 48px;
  display:block;
  padding-top: 10px;
}
.xls, .xlsx{
  padding-left:50px;
  background:url("../img/background/icon_xls.png") center left no-repeat;
  min-height: 48px;
  display:block;
  padding-top: 10px;
}
.ppt{
  padding-left:50px;
  background:url("../img/background/icon_ppt.png") center left no-repeat;
  min-height: 48px;
  display:block;
  padding-top: 10px;
}
.pp_pic_holder .ppt{
  display: none !important;
}
 .zip{
  padding-left:50px;
  background:url("../img/background/icon_zip.png") center left no-repeat;
  min-height: 48px;
  display:block;
  padding-top: 10px;
}
 .gif{
  padding-left:50px;
  background:url("../img/background/icon_gif.png") center left no-repeat;
  min-height: 48px;
  display:block;
  padding-top: 10px;
}
.jpg{
  padding-left:50px;
  background:url("../img/background/icon_jpg.png") center left no-repeat;
  min-height: 48px;
  display:block;
  padding-top: 10px;
}


/*** ASIDE ***/
aside{
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	line-height:18px;
	padding:10px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:40px;
	background:#fff;
	margin-top:20px;
}
aside section{
	padding-bottom:15px;
}
aside section.parent{
	padding-bottom:0;
}
aside img{
	padding-bottom:10px;
}
aside section.parent h3{
	margin-bottom:0px;
	background:#e6e6e6;
	padding:3px;
}
aside .parent img, aside .selected{
	display:none;
}

.aside section p{
	margin-top:5px;
}
/***********/


/*****************/

/***NEWS***/
.archive article h1{
	margin-bottom:5px;
}

.archive article header h1 a, .archive article header h1 a:visited{
	font-size:28px;
	line-height:30px;
}
.archive article header h1 a:hover{
	color:#ffc800;
}
.archive article img{
	max-width:180px;
	float:left;
	margin-right:20px;
}
.archive article div.block img{
	max-width:none;
}
.pages span{
	float:left;
	padding-right:20px;
	padding-top:5px;
	}
.pages li{
	text-align:center;
	float:left;
	list-style-type:none;
	border:1px solid #d9aa00;
	margin-right:2px;	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background:#ffc800;
}
.pages li.selected{
	width:32px;
	display:block;
	background-color:#353535;
	border:1px solid #353535;
	color:#ffc800;
	line-height:30px;
	text-decoration:none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.pages li:hover{
	width:32px;
	height:32px;
	line-height:30px;
	background-color:#353535;
	color:#ffc800;
	border:1px solid #ffc800;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.pages li a , .pages li a:visited, .pages li a:active,.pages li a:hover{
	width:30px;
	height:30px;
	display:block;
	background-color:#ffc800;
	color:#4b4b4d;
	line-height:30px;
	text-decoration:none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.pages li a:hover{
	background-color:#353535;
	color:#ffc800;
}
.years li.selected{
}
.months li.selected{
}
.months span, .years span{
}
.months span{
}
.months ul, .years ul{
}
.months li:first-child{
}
.months li{
}
.months li:hover, .months li:hover a{
}
.months li a, .years li a{
}
/***Calendario**/

/*******
/***PERSONALIZZAZIONI*/
@media (max-width: 1199px) {
	.homepage span.title, .homepage span.abstract, .homepage span.title a, .homepage span.title a:visited{
		font-size:32px;
		font-weight:bold;
		line-height:34px;
	}
	.homepage span.abstract, .homepage span.abstract a, .homepage span.abstract a:visited{
		font-size:22px;
		font-weight:normal;
		line-height:26px;
		padding:5px 20px;
		text-align:left;
	}
	.wrapTestoSlider{
		position:absolute;
		top:auto;
		bottom:50px;
	}
	div.even .wrapTestoSlider{
		right:2%;
		left:auto;
	}
	div.odd .wrapTestoSlider{
		right:auto;
		left:2%;
	}
		  
}
@media (max-width: 991px) {
	.homepage span.abstract, .homepage span.abstract a, .homepage span.abstract a:visited{
		display:none;
	}
	  .social{
			width:170px;
	  }
	  .col2 .column-1{
		width:70%;
	  }
  	  .col2 .column-2{
		width:30%;
	  }

	  .contentMenu{
	  	top:20px;
	  }
	  /****Il MENU COLLASSA***/
	  .main-menu{
		  position:absolute;
		  margin-top:-11px;
		  right:45px;
		  /*overflow:auto;	*/
	  }
	  #search{
			min-width:280px;
			position:absolute;
			right:0;
			top:-7px;
		}
	  .responsive-nav{
	  	  display:block;
		  float:right;
	  }
	  .homepage .responsive-nav{
	  }
	  .main-menu ul.nav{
		  width:280px;
		  display:block;
		  position:fixed;
		  top:0;
		  right:-280px;
		  padding-top:4%;
		  height:100%;
		  background:#353535;
		  transition:all 0.3s cubic-bezier(1, 0.01, 0.29, 0.93) 0s;
	  }
	  .main-menu ul.nav li:hover a{
	  	background:none;
	  }
	  body.openMenu{
		  margin-right:230px;
		  margin-left:-230px;
		  overflow:hidden;
	  }
	  .main-menu ul.open{
		  display:block;
		  width:230px;
		  right:0;
		  overflow:auto;
	  }
	  .nav > li >a {
		  margin-right:8px;
	  }
	  .sottomenu{
	  }
	  .main-menu ul.nav > li{
		  width:100%;
		  padding:0;
		  margin:0;
		  -webkit-border-radius: 0px;
		  -moz-border-radius: 0px;
		  border-radius: 0px;
	  }
	  .main-menu ul.nav li ul{
		  display:block;
		  position:static;
	  }
	  .main-menu ul.nav  li  a, .main-menu ul.nav  li a:visited{
		  text-align:right;
		  font-size:14px;
		  line-height:16px;
		  padding-right:20px;
	  }
	  .main-menu ul.nav li ul li a, .main-menu ul.nav li ul li a:visited{
		  padding:5px 20px;
		  border-bottom:0;
	  }
	
	  .main-menu ul.nav > li ul > li{
	  	  border-bottom:0;
	  }
	  .main-menu .nav > li > a, .main-menu .nav > li > a:visited{
		 color:#c5deff;
		 border-bottom:0;
	  }
	  
	  .main-menu ul.nav li.selected > a, .main-menu ul.nav li.selected > a:visited{
		  color:#fff;
		  font-style:italic;
		  background:#000;
		  padding-bottom:5px;
	  }
	  .main-menu ul.nav li.selected > a, .main-menu ul.nav li.selected > a:visited{
		 color:#fff;
		 background:#ffae00;
		  -webkit-border-radius: 0px;
		  -moz-border-radius: 0px;
		  border-radius: 0px;
	  }
	  .main-menu ul.nav li a:hover, .main-menu ul.nav li.selected > a:hover, .main-menu ul.nav li ul li a:hover{
		 color:#fff;
		 background:#ffc800;
		  -webkit-border-radius: 0px;
		  -moz-border-radius: 0px;
		  border-radius: 0px;
	  }
	  .main-menu ul.nav li.selected > a:hover{
		background:#ffc800;
	  }
	  .main-menu ul.nav li a:hover ul{
	  	background:red;
	  }
	  .main-menu .responsive-nav{
		  display:block;
		  background:#ffc800;
		  width:40px;
		  padding:10px 0;
	  }
	  .main-menu .responsive-nav:hover{
		background:#ffc800;
	  }
	  .main-menu .responsive-nav:hover span{
		  background:#353535;
	  }
	  .main-menu .responsive-nav span{
		  background:#fff;
		  display: block;
		  height: 2px;
		  margin: 4px auto;
		  width: 80%;
	  }
	  .main-menu ul.nav li ul{
		  border-top:1px solid #ffae00;
	  	  margin-top:0;
		  border-bottom:1px solid #ffae00;
	  }
	  .main-menu ul.nav li ul li.selected{
	  	  border-top:1px solid #ffda54;
	  }
	  .main-menu ul.nav li.sottomenu > a{
		  border-bottom:0;
		  margin-bottom:0px;
	  }
	  .main-menu ul.nav li ul li.first{
		  margin-top:0;
		  padding:0;
	  }
	  .main-menu ul.nav > li ul > li{
		  width:100%;
		  background:url("../img/background/menu-arrow.png") no-repeat scroll 10px center #3f3f3f;
		  margin:0;
		  padding:0;
	  }
	  /**Calendario**/
	  
	  /**Pagemenu ***/
	  
	  /*** Terzo livello **/
	  .page-menu .wrapTl{
		padding-bottom:10px;
		border-bottom:1px solid #e6e6e6;
		height:110px;
		max-height:none;
		overflow:hidden;
	  }
	  .group-1 div img{
	  	width:90%;
	  }
	  .group-1 div img{
	    padding: 5% 0;
	  }

}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 768px) {
	.modalWindows .pop{
	max-width: 60%;
	}
  /***HOMEPAGE***/
  .col2 .column-1{
	width:65%;
  }
	.col2 .column-2{
		width:35%;
	}

  #top{
  	top:106px;
	padding-bottom:15px;
	padding-top:10px;
  }
  .homepage span.title{
	  font-size:30px;
	  line-height:32px;
  }
  .homepage span.abstract{
	  font-size:24px;
	  line-height:26px;
  }
  #contatti .recapiti{
  	  padding-bottom:12px;
	  padding-top:0;
	  text-align:center;
  }
  .logo{
  	max-width:150px;
  }
	.channel-menu{
		width:43%;
	}
	.social{
		width:57%;
	}
	.path-menu .nav li a span{
		padding-right:2px;
	}
	.channel-menu ul{
		float:left;
		margin-left:20px;
	}
	.page-menu > div{
		width:48%;
		margin:10px 1%;
	}
	.page-menu .wrapTl{
		height:74px;
	}
	.page-menu > div.first{
		margin:10px 1%;
	}
}
@media(max-width: 640px){
  #top{
  	top:120px;
	padding-bottom:15px;
	padding-top:0px;
  }
 	#contatti .indirizzo{
		display:block;
		width:90%;
		margin:0 auto;
	}
.col2 .column-1, .col2 .column-2{
	width:100%;
	float:none;
	display:block;
  }
  .col2 .column-2{
  	margin-bottom:10px;
  }
  .aside, .aside p{
  	text-align:center;
  }
  /***HOMEPAGE***/
.page .block img{
	float:none;
	display:block;
	margin:10px auto;
	padding:0;
}
.not-found .page{
	margin-top:60px;
}
}

@media (max-width: 480px) {
	.modalWindows .pop{
	max-width: 70%;
	}

  .col2, .col1{
		padding-bottom:0;
  }
	.group-1 h1{
		width:43%;
		font-size:16px;
		line-height:20px;
	}
	.group-1 img{
		width:60%;
	}
	.group-2{
		margin-top:30px
	}
	.group-2 img{
		float:none;
		display:block;
		margin:auto;
		width:auto;
		padding:0;
	}
	.group-2 h1, .group-2 h1 a, .group-2 h1 a:visited{
		font-size:26px;
		line-height:30px;
	}
	
	.wrapTestoSlider{
	}
	.group-1 div.first, .group-1 div.second, .group-1 div.third, .group-1 div.fourth{
		width:44%;
		margin:2% 1%;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
	}
	.banner-b span.title{
		font-size:28px;
		line-height:32px;
	}
	.page-menu > div, .page-menu > div.first{
		width:90%;
		margin:10px auto;
		float:none;
		display:block;
	}
	.page-menu .wrapTl{
		height:auto;
	}
	.archive article img{
		max-width:280px;
		float:none;
		display:block;
		margin:auto;
	}

}
@media (max-width: 320px) {
 	#contatti .indirizzo{
		width:100%;
		margin:5px;
		padding: 9px 0px 9px 18px;
		margin-left:-10px;
		margin-right:-10px;
		width:292px;
	}
  #top{
  	top:130px;
	padding-bottom:15px;
	padding-top:0px;
  }
  .search{
	  float:right;
  }
 #search .contentSearch{
	 background:#fff;
	 padding:10px 5px 10px 20px;
  	 width:310px;
	 bottom:-40px;
 }
	.group-1 div.first, .group-1 div.second, .group-1 div.third, .group-1 div.fourth{
		width:46%;
		margin:2%;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
  
  .wrapTestoSlider{
  	display:none;
  }
  h1,h2,h3{
  	text-align:center;
  }
  h1{
  	font-size:26px;
	line-height:28px;
  }
}