@charset "UTF-8";
/* CSS Document */

body{
	font-family:'Montserrat', sans-serif;
	font-size:18px;
	/*color:white;*/
	color:#000;
}
body.page-template-template-socialmanager {
    padding-top: 60px;
}
.page-template-template-socialmanager a.title {
    text-transform: none;
}
.page-template-template-socialmanager .img_container .img:hover {
    filter: none;
}
/* LOGO ANIMATO 
#animation_container{
	position:absolute;
	margin:auto;
	left:0;right:0;
	top:0;
	width:100%!important;
	height:auto!important
}
#canvas{
	position:absolute;
	display:block;
	left: 0;
    margin-left: auto;a
    right: 0;
    margin-right: auto;
	-ms-transform: scale(1); 
    -webkit-transform: scale(1);
    transform: scale(1);tx
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:160px!important;
	height:80px!important
	
}
#dom_overlay_container{
	pointer-events:none;
	overflow:hidden;
	position: absolute;
	display: block;
	width:160px!important;
	height:80px!important;
	margin-top:-80px;
}*/
::-moz-selection { color: #fff; background: #0fa9c0;}
::selection { color: #fff; background: #0fa9c0; }
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
a{
	text-decoration:none;
	color: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover{
	color:#0fa9c0;
	text-decoration:none;
	cursor: pointer;
}
a:active{
	color:#0fa9c0;
	text-decoration:none;
	cursor: pointer;
}
a:focus{
	color:#0fa9c0;
	text-decoration:none;
	cursor: pointer;
}
header{
	position:fixed;
	width:100%;
	z-index:1000;
	/*background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	top: 0;
	background: linear-gradient(180deg, rgba(22,22,22,.8) 0%,rgba(22,22,22,0) 100%);
}
/*header .col-lg-3.col-md-3.col-sm-3.col-xs-3{
	text-align: center
}*/
.header-colored{
	background:#161616;
}
.logo{
	text-align:center;
	padding:5px 15px 10px;
}
#logo{
	display: none;
	-ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    -moz-transform: scale(1);
    transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
.logo-smaller{
	-ms-transform: scale(0.75)!important; /* IE 9 */
    -webkit-transform: scale(0.75)!important; /* Chrome, Safari, Opera */
    -moz-transform: scale(0.75);
    transform: scale(0.75)!important;
	margin-top: -2px;
    margin-bottom: -8px;
}
#logovideo{
	background-color: transparent;
    width: 130px;
    height: 69.33px;
    display: block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
    
    margin: 0 auto;
}

/*LOGIN*/

/*Workaround safari ios*/

/*End workaround safari ios*/

#agv-login {
    display: none;
}
.login, .logout{
	border:none;
	font-size:1.6em;
	background:none;
	border-radius:0;
	display:inline-block;
	margin-top: 17px;
    float: right;
    margin-right: 20px;
}
.login::before{
	color:#fff;
	content:'\f023';
	font-family:'FontAwesome';
}
.login:hover::before{
	content:'\f13e';
	color:#0fa9c0
}
.logout::before{
	color:#fff;
	content:'\f13e';
	font-family:'FontAwesome';
}
.logout:hover::before{
	content:'\f023';
	color:#0fa9c0
}
#titoloCat{
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	font-size:1.3em;
	background:url(../img/sfumatura_cat.png) no-repeat top center;
	opacity:0;
	height:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow:hidden;
}
#titoloCat span{
	color: #fff;
	margin-top:-35px;
	display:block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fade-in{
	opacity:1!important;
	height:33px!important;
}
.fade-in span{
	margin-top:0!important;
	opacity:1!important;
}


.main-article {
    background: #161616;
    color: #fff;
}
.main-article > .container > p {
    padding-bottom: 20px;
    border-bottom: 1px solid #0fa9c0;
	position: relative;
	margin-top: -25px;
	z-index: 999;
}
.main-article > .container > p > span {
	font-weight: lighter;
	font-size: 14px;
}

.main-article .container-fluid{
	padding:0;
}
.main-img{
	text-align:center;
	height:100vh;
	overflow:hidden;
	background:url(../img/img_1.jpg) no-repeat center center;
	background-size:cover;
}
#fading{
	height:100vh;
	width:100%;
	position:absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background:#161616;
	opacity:0;
}
.sfumatura{
	position:absolute;
	bottom:100vh;
	margin-bottom:-100vh;
	height:30vh;
	width:100%;
	z-index:998;
	background: -moz-linear-gradient(top,  rgba(22,22,22,0) 0%, rgba(22,22,22,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(22,22,22,0) 0%,rgba(22,22,22,1) 100%);
	background: linear-gradient(to bottom,  rgba(22,22,22,0) 0%,rgba(22,22,22,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16161600', endColorstr='#161616',GradientType=0 );
}
.tag{
	font-weight:700;
	font-size:0.5em;
	background:#0fa9c0;
	padding:10px 15px;
	text-transform:uppercase;
	display:inline-block;
	top:0;
	-webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

.bigTitle{
	position:absolute;
	text-align:left;
	text-transform:uppercase;
	bottom:0;
	margin-bottom:3vh;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index:999;
	text-shadow: 2px 2px 10px #161616;
}
.bigTitle .title {
    float: left;
    width: 95%;
    clear: left;
}
.bigTitle .tag{
	padding: 5px 15px;
	float: left;
	font-size: 1em;
	text-shadow: none;
}
.bigTitle{
    color: #fff;
}

.title{
	text-align:left;
	font-size:1.5em;
	font-weight:800;
	line-height:120%;
	text-transform:uppercase;
	float:left;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.img_container .img{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.img_container .img img{
	display: none;
}
.primary .img_container {
    height: 18em;
}
.secondary .img_container {
    height: 18em;
}
.altri .img_container {
    height: 15em;
}



.primary, .secondary, .altri {
    padding: 15px 0;
}
/*.articles-list .col-lg-6, .articles-list .col-md-6, .articles-list .col-sm-6, .articles-list .col-xs-12 {
	padding:0;
}*/
.primary .row, .secondary .row .row{
	-webkit-box-shadow:inset 0px 0px 0px 1px #0fa9c0;
    -moz-box-shadow:inset 0px 0px 0px 1px #0fa9c0;
    box-shadow:inset 0px 0px 0px 1px #0fa9c0;
	margin-left:0;
	margin-right:0;
	padding:0;
	margin-bottom:15px;
}
.articles-list img{
	width:100%;
}
.articles-list .title{
	position:relative;
	font-size:1.3em;
	font-weight:700;
	padding-top:5px;
	padding-bottom:0;
	margin-bottom:0;
	float: left;
	width: 100%;
}
.articles-list p{
	font-weight:300;
	font-size:0.8em;
	/*padding:10px;*/
	padding-bottom:0 !important;
}
.articles-list .tag{
	position:absolute;
	top:0;
	left: 0;
	z-index: 2;
	margin-top:0;
	font-size:0.7em;
}
[class*="col-lg-push-"] .tag, [class*="col-lg-push-"] .time{
	left:auto;
	margin-left:auto;
	right:0;
	margin-right:0;
}
a .tag, a:hover .tag{
	color:#fff;
}
.flash img{
	width:100%;
}
.flash{
	opacity: 0;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.flash .col-lg-6, .flash .col-md-6, .flash .col-sm-6, .flash .col-xs-12 {
	padding:0;
}
.fade-flash{
	opacity:1!important;
}
.ilgovernoinforma{
	color:#fff;
}
.ilgovernoinforma .row, .ilgovernoinforma .row [class*="col-"]{
  display: block;
}
.ilgovernoinforma .image {
    background: #546984 center center no-repeat;
	background-size: contain;
	height: 200px
}
.ilgovernoinforma .image img{
	display: none;
}
.ilgovernoinforma .box {
    background: #073566;
}
.ilgovernoinforma .box a {
    margin: 1em;
    border-left: .5em solid #fff;
    padding: 0 .5em;
}
.ilgovernoinforma .box a h2 {
    text-transform: none;
    font-weight: bold;
	font-size: 1em;
	margin: 0;
}
.ilgovernoinforma .box a p {
    text-transform: none;
    font-weight: normal;
    font-size: .8em;
    line-height: 1em;
    margin: .5em 0 0 0;
}
.banGovSx{
	background: #073566 url(../img/banGov2.png) no-repeat right;
	background-size: contain;
	width: 100%;
	min-height: 200px;
	border-bottom: 2px solid #fff;
}
.banGovSx img{
	max-width: 300px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 40px;
}


.primary{
	background:#161616;
	color:#fff;	
}
.secondary{
	font-size:0.7em;
	color:#000;
}
.secondary .articles-list .row {
	margin-top:15px;
}
.secondary .articles-list{
	background:#fff;
}
.secondary .title{
	width:100%;
}
.secondary .tag{
	color:#fff;
	font-size:1em;
}
.secondary p{
	font-size:1em;
	padding-bottom: 0 !important;
}
.altri{
	color:#000;
	font-size:0.8em;
}
.altri .tag{
	color:#fff;
	font-size:0.8em;
}
.altri .articles-list{
	background:#fff;
}
.altri .row{
	margin-top:15px;
	-webkit-box-shadow:inset 0px 0px 0px 0px #0fa9c0;
    -moz-box-shadow:inset 0px 0px 0px 0px #0fa9c0;
    box-shadow:inset 0px 0px 0px 0px #0fa9c0;
}
.altri .title{
	padding-top:15px;
	font-size:1.2em
}
.altri .flash {
    margin-top: 15px;
    float: left;
}


/*animazioni homepage*/
.primary,
.secondary,
.altri{
	overflow: hidden;
}
.primary .articles-list,
.secondary .articles-list,
.altri .articles-list{
	transform: translateY(200px);
}

.come-in {
  animation: come-in 0.8s ease forwards;
}

.secondary .articles-list:nth-child(odd),
.altri .articles-list:nth-child(odd){
  animation-duration: 0.5s;
}

@keyframes come-in {
  to {
	transform: translateY(0);
	transform: translateX(0);
  }
}


.articles-list .img_container{
	background: url('../img/Dark-Halftone-Screen-Small.png') center center no-repeat;
	overflow: hidden;
	padding: 0;
}

.img_container .img {
    cursor:pointer;
    transition:all .3s ease-in-out;
    -webkit-filter:grayscale(0%) brightness(100%);
    filter: grayscale(0%) brightness(100%);
    background-color: white;
}
.img_container .img:hover {
    /*bottom:-96px;
    padding-top:100px;*/
	-webkit-filter:grayscale(100%) brightness(125%);
	filter:  grayscale(100%) brightness(125%);
	mix-blend-mode: hard-light;
	opacity: .9;
}

.time {
	top:-200px;
	position: absolute;
	font-weight:700;
	font-size:1em;
	background:#0fa9c0;
	color:#fff;
	padding:10px 15px;
	text-transform:uppercase;
	display:inline-block;
	-webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

.img_container:hover .tag {
	top:-200px;
}
.img_container:hover .time {
	top:0;
	color:#fff;
}

/*fine animazioni homepage*/




footer{
	background:#161616;
	color:#fff;
	padding-bottom:15px;
	margin-top: 40px;
}
.logo-footer{
	width:100%;
	max-width:200px;
}
footer p{
	font-size:0.7em;
	padding-top:15px;
}
ul#menu-footer{
	padding-left: 0px;
}
.link-footer{
	font-size:0.8em;
	color:#fff;
	list-style:none;
	border-left:#fff 0px solid;
	border-right:#fff 1px solid;
	text-transform:capitalize;
	margin-top:15px;
}
.link-footer li a{
	color:#fff;
	text-decoration:none;
	font-weight: 700;
}
.social-footer ul{
	list-style:none;
	text-align:left;
	padding-left:0;
	margin-top:55px;
}
/*ul#menu-social a{
	display: none;
}*/
.social-footer li{
	display:block;
	font-size: 1.5em;
    padding-right: 30px;
}
.social-footer a{
	padding:5px;
	font-family: 'Montserrat', sans-serif;
    font-size: .8em;
}
.social-footer img{
	max-width:30px;
	max-height:20px;
}
.linkOxjno{
	font-size:.8em;
	text-align:left;
	margin-top: 0;
}
.menu-btn: :before {
	width:30px;
	height:4px;
	background:#fff;
	border:0;
	float:left;
	display:block;
}

.hamburger{
	background:transparent;
	border:0px;
	cursor:pointer;
	padding:25px 0 0;
	float: left;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background:#fff;
}
.hamburger--arrow:hover .hamburger-inner:before{
	transform:translate3d(7px,1px,0) rotate(45deg) scaleX(.7)
}
.hamburger--arrow:hover .hamburger-inner:after{
	transform:translate3d(7px,-1px,0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrow-r{
	transform: rotate(45deg) 
}
.hamburger--arrow-r:hover{
	transform:rotate(-0deg)
}
.hamburger--arrow-r:hover .hamburger-inner:before{
	transform:translate3d(-7px,1px,0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrow-r:hover .hamburger-inner:after{
	transform:translate3d(-7px,-1px,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r .hamburger-inner:before{
	transform:translate3d(0,10px,0) rotate(90deg) scaleX(1)
}
.hamburger--arrow-r .hamburger-inner:after{
	transform:translate3d(0,-8px,0) rotate(-90deg) scaleX(0)
}


.subMenu .hamburger--arrow-r{
	transform: rotate(0deg) 
}
.subMenu .hamburger--arrow-r:hover{
	transform:rotate(-45deg)
}
.subMenu .hamburger--arrow-r .hamburger-inner:before{
	transform:translate3d(-7px,1px,0) rotate(-45deg) scaleX(.7)
}
.subMenu .hamburger--arrow-r .hamburger-inner:after{
	transform:translate3d(-7px,-1px,0) rotate(45deg) scaleX(.7)
}

.subMenu .hamburger--arrow-r:hover .hamburger-inner:before{
	transform:translate3d(0,10px,0) rotate(90deg) scaleX(1)
}
.subMenu .hamburger--arrow-r:hover .hamburger-inner:after{
	transform:translate3d(0,-8px,0) rotate(-90deg) scaleX(0)
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	width: 35px
}
.articoliprincipali{
	margin-top:100px;
	opacity:0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.articoliprincipali{
	margin-top:100px;
	opacity:0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.entrataAP{
	margin-top:0px!important;
	opacity:1!important;
}
.entrataAP1{
	margin-top:0px!important;
	opacity:1!important;
}
#articoliprincipali2{
	margin-top:100px;
	opacity:0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.entrataAP2{
	margin-top:0px!important;
	opacity:1!important;
}
#articoliprincipali3{
	margin-top:100px;
	opacity:0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.entrataAP3{
	margin-top:0px!important;
	opacity:1!important;
}
#articoliprincipali4{
	margin-top:100px;
	opacity:0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.entrataAP4{
	margin-top:0px!important;
	opacity:1!important;
}




/* NUOVI */
/*.login{
	color:#073567;
	background:#fff;
	border:none;
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:700;
	margin-top:30px;
	margin-right:30px;
	padding: 5px 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	float:right;
}
.login:hover{
	color:#0fa9c0;
}*/
/*.bigTitle{
	max-width:100%;
	padding:0 15px 0 0;
}*/
#logo{
	width: 100%;
    width: 130px;
    height: 69.33px;
}

/* SEARCH */
.ui-datepicker { 
  z-index: 1000 !important;
}
.datepicker{ color: #161616;}
/* input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-calendar-picker-indicator {
   display: none;
} */
#search {
    position: relative;
    float:right;
    width: 30px;
    height: 26px;
	margin-top:30px;
}
#label {
    width: 30px;
    height: 26px;
    position: relative;
    z-index: 20;
}
#label label {
    display: block;
    width: 30px;
    height: 26px;
    background: url("../img/search.png") 0 0 no-repeat;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    text-indent: -9999px;
    cursor: pointer;
}
#label label:hover {
    background: url("../img/search.png") -30px 0 no-repeat
}
#label.active label {
    background: url("../img/search.png") -30px 0 no-repeat
}
#input {
    position: absolute;
    top: 0;
    right: 30px;
    width: 0;
    height: 26px;
    z-index: 5;
    overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#input input {
    display: block;
    position: absolute;
    top: 0;
    right: -250px;
    max-width: 250px;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: none;
    background-color: #0ea9c0;
    color: #fff;
    font-size: 18px;
    -webkit-backface-visibility: none;
    -moz-backface-visibility: none;
    -ms-backface-visibility: none;
    backface-visibility: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#input input:focus {
    outline: none
}
#input.focus {
    z-index: 20;
	width:250px
}
#input.focus input {
    right: 0px;
/*    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;*/
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #afafaf;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #afafaf;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #afafaf;
}
:-moz-placeholder { /* Firefox 18- */
  color: #afafaf;
}
span.page-numbers.current {
    font-weight: bold;
}
/* SEARCH FINE */

.risultatoRicerca{
	margin-top:20px;
}
.paginazione{
	margin-top: 20px;
}
/* FINE NUOVI */











/*ARTICOLO*/
.notizie correlate .article-list{
	padding-left:0!important;
	padding-right:0!important
}
body.single .secondary .row {
    box-shadow: none;
}
.subtitle{
	color:#fff;
	font-weight:300;
	font-size:1em;
	text-transform:none;
	float:left;
	white-space: normal;
}
.info-article{
	font-weight:300;
	font-size:0.5em;
	text-transform:none;
	min-height: 3em;
    line-height: 3em;
	background: #161616;
	color: #fff;
}
.info-article .place{
	text-align: center;
}
.info-article .source{
	text-align: right;
}

.social-article{
	text-align:left;
}
.txt-article{
	font-size:1em;
	font-weight:400;
	color:#161616;
	margin-top:30px;
	margin-bottom:30px;
	text-align:justify;
	line-height: 1.6em;
}
.txt-article iframe {
    width: 100%;
    min-height: 40vh;
}
.txt-article img {
    width: 100%;
    height: auto;
}
.page .txt-article, .search .txt-article, .error404 .txt-article{
	margin-top: 110px !important;
}
.page .txt-article h1{
	text-transform: uppercase;
}

.txt-article .txt-eng{
	font-style:italic;
}
.carousel-indicators {
	position:relative;
	bottom:0;
	left:auto;
	width:100%;
	padding-left:0;
	margin-left:0;
	text-align:right;
}
.carousel-indicators li{
	border-color:#161616;
	background-color:#161616;
}
.carousel-control.left{
	background:transparent;
	opacity:1;
}
.carousel-control.left:hover{
	opacity:0.8;
}
.carousel-control.right{
	background:transparent;
	opacity:1;
}
.carousel-control.right:hover{
	opacity:0.8;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	margin-left:0!important;
	padding:20px 20px 22px 20px;
	background:#073567;
	width:auto!important;
	height:auto!important;
}
.carousel-control .glyphicon-chevron-left{
	left:0;
	margin-left:0;	
}
.carousel-control .glyphicon-chevron-right{
	right:0;
	margin-right:0;
}
.slide-info{
	margin-top:15px;
}
.txt-slideshow{
	color:#000;
	font-weight:400;
	font-size:0.7em;
}
.allegati{
	color:#161616;
}
.allegati h1{
	font-size:1em;
}
.allegati ul{
	font-size:0.8em;
	padding-bottom:30px;
	border-bottom:#0fa9c0 1px solid;
	margin-bottom:30px;
	list-style:none;
	padding-left:0;
}
.allegati a{
	display:block;
}
.allegati ul li{
	background-size:contain;
	padding:8px 0 8px 40px;
	margin-top:5px;
	cursor:pointer
}
.file-pdf{
	background: url(../img/icona_pdf.png) no-repeat center left;
}
.file-txt{
	background: url(../img/icona_txt.png) no-repeat center left;
}
.file-zip{
	background: url(../img/icona_zip.png) no-repeat center left;
}
.notizie-correlate h2{
	color:#afafaf;
	font-size:1em;
}
.notizie-correlate .secondary{
	padding:0;
}

/*FINE ARTICOLO*/

/* NUOVI */

section#agv-login, .abbonamenti,  section.ricercaAvanzata{
	font-size:12px;
}
section.ricercaAvanzata{
	padding-top:90px;
}
#agv-login h2, .abbonamenti h2{
	margin:30px 0;
	color:#161616;
	text-transform:uppercase;
	font-weight:700;
	font-size:3em;
	text-align: left;
}
#agv-login p, .abbonamenti p{
    color: #161616;
    padding: 1em 0;
    border-top: 1px solid #0fa9c0;
    font-size: 1.8em;
    margin-top: 1em;
	text-align: left;
}
#agv-login a, .abbonamenti a{
	color:#0fa9c0
}
.info-article input{
	margin-bottom: 10px;
	font-size: 1.5em;
}
.info-article input[type=date]{
	background: #ebebeb url(../img/calendar.png) no-repeat 98%;
	border: 0;
    padding: 0;
    height: 40px;
    display: block;
    width: 100%;
    padding-left: 10px;
}
.info-article label{
	background: #0fa9c0;
	color: #fff;
}
.info-article input[type=text]{
	height: 40px;
	width: 100%;
	display: block;
	color: #303030;
	padding-left: 15px;
	background: #ebebeb;
	border:0;
	box-shadow: 0;
}
.info-article input[type=submit]{
	font-weight: 700
	}
.info-article select{
	margin-bottom: 10px;
	font-size: 1.5em;
}
.info-article select{
	background: #ebebeb;
	border: 0;
    padding: 0;
    height: 40px;
    display: block;
    width: 100%;
    border-radius: 0;
    color: #303030;
    padding-left: 15px;
}
.labelFormDropdown{
	display:inline-block;
	padding:3px 7px;
	background:#0fa9c0;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:0;
	font-size:1.2em;
}
label{
	color:#fff;
	display:inline-block;
	padding:3px 7px;
	background:#0fa9c0;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:0;
	font-size:1.2em;
}
.fieldForm input{
	background:#ebebeb;
	border:0px;
	width:100%;
	height:42px;
	padding-left:7px;
	color:#161616;
	margin-bottom:15px;
	font-size:1.4em;
}
.fieldForm select, .infoArticle .fieldForm select{
	background-color:#ebebeb;
	background-image: url(../img/arrow_down.svg);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 10px;
	border:0px;
	width:100%;
	height:42px;
	padding-left:7px;
	color:#161616;
	margin-bottom:15px;
	font-size:1.4em;
	-webkit-appearance:none;
	border-radius: 0;
}
.page-numbers.current {
    font-size: 1.3em;
    color: #0fa9c0;
}
.page-numbers{
	font-size: 1.3em;
	color: #303030;
	font-weight: 700;
}
.next.page-numbers, .prev.page-numbers {
    background: #0fa9c0;
    padding: 5px;
    color: #fff;
    font-weight: 800;
}
input[type=submit] {
    width: 100%;
    background: #073567;
    color: #fff;
	height:42px;
    padding:0 7px;
    border: none;
    cursor: pointer;
	text-transform:uppercase;
	font-size:1.8em;
}

.contattiForm{
	display:inline-block;
	padding:5px 0;
	color:#161616;
	font-size:1.8em;
}
.ricercaAvanzata .btn-primary{
	color:#b8b8b8;
	background:#ebebeb url(../img/arrow_down.gif) no-repeat right top;
	border:none;
	border-radius:0;
	height:42px;
	width:100%;
	text-align:left;
}
.dropdown{
	margin-bottom:15px;
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary{
	background:url(../img/arrow_down.gif) no-repeat right bottom;
	background-color:#ebebeb!important;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover{
	color:#161616
}
.dropdown-menu{
	width:100%;
	position: absolute;
	padding: 5px 0;
	margin: 2px 0 0;
	color:#161616;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #ebebeb;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0px solid #ccc;
	border: 0px solid rgba(0,0,0,1);
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,1);
	box-shadow: 0 0 0 rgba(0,0,0,1);
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background:#fff;
}
.ricercaAvanzata .submitForm{
	margin-top:25px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation ul {
	padding: 0;
}
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #0fa9c0;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #073567;
}

input[type=date] {
	background:#ebebeb url(../img/calendar.png) no-repeat 98.5%;
	height:42px;
}

/* ::-webkit-datetime-edit { padding: 1em; }
::-webkit-datetime-edit-fields-wrapper {}
::-webkit-datetime-edit-text { color: red; padding: 0 0.3em; }
::-webkit-datetime-edit-month-field { color: #b8b8b8; }
::-webkit-datetime-edit-day-field { color: #b8b8b8; }
::-webkit-datetime-edit-year-field { color: #b8b8b8; }
::-webkit-inner-spin-button { display: none; }
::-webkit-calendar-picker-indicator { background:transparent; color:transparent;} */

/* FINE NUOVI */

	/* NUOVI */
/*  ERROR */
.error h1{
	background: #0fa9c0;
	padding: 15px;
	color: #fff;
	display: inline-block;
}

/* FINE ERROR*/
/*   SEARCH PAGE  */
.search-submit{
	margin-top: 0px;
}
/* FINE SEARCH PAGE  */
	/* FINE NUOVI */
/* LOGOVIDEO */
/*  CONDIVISIONE */
.socialShare{
	text-align: center;
	background: url(../img/lineShare.gif) repeat-x;
	background-position-y:center;
	margin-top: 50px;
}
.socialShare a{
	background: #fff;
	line-height: 1em;
}
.fbShare::before{
	content: "\f09a";
	font-family: "FontAwesome";
	font-size: 1em;
	color: #fff;
	background: #3b5998;
	padding: 5px 8px;
	border: 5px solid #fff;
	margin-left: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fbShare:hover::before{
	content: "\f09a";
	font-family: "FontAwesome";
	color: #3b5998;
	background: #fff;
}
.TShare::before{
	content: "\f099";
	font-family: "FontAwesome";
	font-size: 1em;
	color: #fff;
	background: #00aced;
	padding: 5px 8px;
	border: 5px solid #fff;
	margin-left: -6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.TShare:hover::before{
	content: "\f099";
	font-family: "FontAwesome";
	color: #00aced;
	background: #fff;
}
.eShare::before{
	content: "\f0e0";
	font-family: "FontAwesome";
	font-size: 1em;
	color: #fff;
	background: #cc3333;
	padding: 5px 8px;
	border: 5px solid #fff;
	margin-left: -6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.eShare:hover::before{
	content: "\f2b6";
	font-family: "FontAwesome";
	color: #cc3333;
	background: #fff;
}
.printShare::before{
	content: "\f02f";
	font-family: "FontAwesome";
	font-size: 1em;
	color: #fff;
	background: #333333;
	padding: 5px 8px;
	border: 5px solid #fff;
	margin-left: -6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.printShare:hover::before{
	content: "\f02f";
	font-family: "FontAwesome";
	color: #333333;
	background: #fff;
}
/*  FINE CONDIVISIONE */
/* BANNER LANGUAGE */
.closeBanner{
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -32px;
	width: 30px;
	display: block;
	background-color: #0fa9c0;
	text-align: center;
	vertical-align: middle;
	font-size: 1.2em;
	font-weight: 700;
}
.closeBanner a:hover{
	color: inherit;
}
.bannerLanguage{
	position: fixed;
	top: 90px;
	right:0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline;
	background-color: #0fa9c0;
	color: white;
	font-size: .8em;
	max-width: 280px;
	z-index: 1001;
}
.bannerHide{
	display: none;
}
.bannerLanguage>a::before{
	content:"";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-left: auto;
	margin-right: -32px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bannerLanguage.es>a::before{
	background-image: url(../img/icons/Spagna.svg);
}
.bannerLanguage.en>a::before{
	background-image: url(../img/icons/Uk.svg);
}
.bannerLanguage.fr>a::before{
	background-image: url(../img/icons/Francia.svg);
}
.bannerLanguage>a{
	max-width: 300px;
	height: 60px;
	padding: 3px 5px;
	display: block;
	line-height: 1.2em;
	white-space: normal;
}
.bannerLanguage>a:hover{
	color: inherit;
}

/* FINE BANNER LANGUAGE */
@media (max-width:768px) {
	.login {
   		margin-right: 0px;
	}
	.subtitle{
		font-size:1.2em;
		line-height: 1em;
	}
	.info-article{
		font-size:.8em;
	}
	.info-article .place{
		text-align: left;
	}
	.info-article .source{
		text-align: left;
	}

}
@media (max-width:992px) {
	.info-article .place, .info-article .source {
		text-align: left;
	}
}
@media (min-width:768px) {
	.articles-list .title{
		font-size:1.5em;
	}
	.articles-list p{
		font-size:1em;
		padding-bottom:15px;
	}
	.articles-list .secondary .title{
		font-size:0.8em;
	}
	.altri .title{
		font-size:1.2em;
	}
	.social-footer ul{
		text-align:right;
		margin-top: 15px;
	}
	.bigTitle{
		width: 100%;
		max-width:690px;
		padding:0;
	}
	.title{
		font-size: 2.5em
	}
	.login, .logout{
		margin-top: 30px
	}
	.hamburger{
		float:left;
		margin-left: 10px;
		padding:35px 0 0;
	}
	
	.logo{
		
		padding:10px 15px;
	}
	#logo{
		width: 160px;
		height: 85.33px;

	}
	#logovideo{
		width: 160px;
		height: 85.33px;
	}
	
	/* NUOVI */

	#agv-login h2, .abbonamenti h2{
		font-size:3.6em;
	}
	/* FINE NUOVI */
	/*ul#menu-social a{
		display: inline-block;
	}*/
	.link-footer{
		border-left:#fff 1px solid;
		border-right:#fff 0px solid;
	}
	ul#menu-footer{
		padding-left: 40px;
	}
	.linkOxjno{
		text-align: right;
		margin-top: -50px;
	}
	.social-footer li{
		display:inline-block;
		font-size: 1em;
	    padding-right: 0;
	}
	.link-footer li a{
		font-weight: 400
	}
	.search-submit{
		margin-top: 33px;
	}
}
@media (min-width:992px) {

	.title{
		max-width:970px;
	}
	.articles-list .title{
		font-size:1.3em;
	}
	.articles-list p{
		font-size:1em;
	}
	.articles-list .secondary .title{
		font-size:0.8em;
	}
	.altri{
		font-size:0.6em
	}
	.secondary .title{
		font-size:1.3em
	}
	.secondary p{
		font-size:1.1em
	}
	.altri .tag{
		font-size:1em;
	}
	.bigTitle{
		max-width:940px;
	}

	.info-article select{
		font-size: 1.2em;
	}
	/* NUOVI */

	/* FINE NUOVI */
}
@media (min-width:1200px) {
	.bannerLanguage{
		top: 30px;
		right:100px;
		left: auto;
		margin:auto;
		max-width: none;
	}
	.closeBanner{
		line-height: 40px;
		height: 100%;
	}
	.bannerLanguage>a{
		white-space: pre;
		height: 40px;
		max-width: none;
		padding: 3px;
	}
	.bannerLanguage>a::before{
		top:0;
		right: auto;
		bottom: auto;
		height: 100%;
		width: 50px;
		margin-left: -52px;
		margin-right: auto;
	}
	.logo{
		
		padding:10px 0;
	}
	.title{
		max-width:1170px;
		font-size:2.3em;
	}
	.articles-list .title{
		font-size:1.5em;
	}
	.articles-list p{
		font-size:1.1em;
		margin-bottom:0;
	}
	.articles-list .title{
		padding-top:5px;
	}
	.secondary .title{
		font-size:1.5em
	}
	.secondary p{
		font-size:1.2em
	}
	.altri .tag{
		font-size:1.1em;
	}
	.subtitle{
		font-weight:300;
		font-size:1.2em;
		text-transform:none;
		margin-bottom:25px;
	}
	.info-article{
		font-weight:300;
		font-size:0.8em;
		text-transform:none;
		white-space:nowrap;
	}
	.social-article{
		text-align:right;
	}
	.txt-article{
		font-size:1em;
		font-weight:400;
		color:#161616;
		margin-top:30px;
		margin-bottom:30px;
		text-align:justify;
	}
	.notizie-correlate .tag{
		font-size:1.2em;
	}
	.notizie-correlate p{
		font-size:1em;
	}
	.bigTitle{
		max-width:1140px;
	}
	.info-article label{
		font-size: 1em
	}
	/* NUOVI */

	.ilgovernoinforma .image {
		/*background: #073566 center right no-repeat;
		background-size: cover;*/
		height: auto;
	}
	.ilgovernoinforma .row, .ilgovernoinforma .row [class*="col-"]{
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}
	/* FINE NUOVI */
	.banGovSx{
		border-bottom: 0px;
	}
	.banGovSx img{
		max-width: 400px;
		right: 45px;
		left: auto;
	}
}
