a, a:visited {
	text-decoration: none;
	color: #008658;
}

/*BREADCUMB ARPA*/
.bread {
    height: 60px;
    line-height: 60px;
    background: #f2f2f2;
    border-top: 1px solid #b6b6b6;
    padding-left: 70px;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
}
section.icon-section-bread {
	margin: 0;
	padding: 0;
}
section.icon-section-bread a {
	display: inline-block;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px 8px;
    font-size: 1.45em;
    text-align: center;
    line-height: 40px;
    padding: 0;
}
section.icon-section-bread a:hover {
	background: #008658;
}
section.icon-section-bread a i {
	display: block;
	color: #ffffff;
	padding: 0;
	margin: 0.5em 0 0 0;
}
.bread .bread-int {
    font-size: 20px;
    color: #4d4a4c;
}

.bread .bread-int a {
    font-size: 20px;
    color: #00462e;
}

/*CONTENITORE SEZIONE */
.news-cont {
	padding: 0 70px;
	transition: all 0.5s ease-in-out;
}

@media (max-width: 990px) {
.bread {
	height: 80px;
	line-height: 80px;
	padding-left: 0;
}
}

@media (max-width:768px) {
.news-cont {
	padding: 0;
}
}

@media (min-width:769px) and (max-width:1023px) {
.news-cont {
	padding: 0 35px;
}
}
/* TITOLO PAGINA SEZIONE*/
div.sez-news-header {
	margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
    transition: all 0.5s ease-in-out;
    /* width: 95%; */
    text-align: center;
}
div.sez-news-header h2 {
	border-bottom: none;
    margin-bottom: 0px !important;
    padding-bottom: 0 !important;
    font-weight: bold;
    font-size: 45px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    color: #008658;
}
div.sez-news-header p {
	margin-top: 35px;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	display: none;
	transition: all 0.5s ease-in-out;
	color: #008658;
}
div.sez-news-header p img.icon {
	float: right;
	width: 32px;
	height: 32px;
	margin-left: 15px;
	margin-top: 10px;
	vertical-align: baseline;
}
.news-cont section.news {
	padding-top: 0;
	padding-bottom: 0;
}

@media (min-width: 1200px) {
.news-cont section.news > div.news-header {
	margin-left: 0;
	margin-right: 0;
}
}

@media (max-width: 479px) {
div.sez-news-header {
	border: none;
	text-align: center;
	margin: auto auto;
	margin-bottom: 30px;
	width: 90%;
}
.news-cont section.news > div.news-header {
	width: 90%;
}
}

@media (min-width: 480px) and (max-width: 1200px) {
div.sez-news-header {
	border: none;
	text-align: center;
	margin: auto auto;
	margin-bottom: 60px;
}
}

@media (max-width: 1200px) {
div.sez-news-header h2 {
	display: block;
	border-bottom: 7px solid #008658;
	float: none;
	font-size: 40px;
	padding-bottom: 12px !important;
	margin-bottom: 20px;
	color: #000;
}
div.sez-news-header p {
	border: none;
	text-align: center;
	display: block;
	float: none;
}
div.sez-news-header p img.icon {
	float: none
}
}
input.all-news.postpagination {
    margin-top: 70px;
	margin-bottom: -77px;
	float: right;
	margin-right: 0px;
	padding: 8px 20px;
}
/* COLONNE */
.blog-main {
	font-size: 18px;
	line-height: 1.5;
	transition: all 0.5s ease-in-out;
	padding-left: 70px;
}

@media (max-width:768px) {
.blog-main {
	padding-left: 15px;
}
}

@media (min-width:769px) and (max-width:1023px) {
.blog-main {
	padding-left: 35px;
}
}
.blog-sidebar {
	background: #e8e7e5;
	font-size: 30px;
}
.blog-main hr {
	border-color: #222;
	margin-top: 45px;
}
/* PAGINAZIONE */
.news-cont .news-frecce {
	margin-right: 15px;
	margin-top: 70px;
	float: right;
}
.news-cont .news-frecce li {
    font-size: 0.9em !important;
	font-weight: normal;
	border: 1px solid #aeaeae;
	border-right: none;
}
.news-cont .news-frecce li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.news-cont .news-frecce li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right: 1px solid #aeaeae;
}
.news-cont .news-frecce li a {
	padding: 10px 20px;
}

.news-cont .news-frecce li a:hover, .news-cont .news-frecce li a:active, .news-cont .news-frecce li a:selected, .news-cont .news-frecce li:hover a:hover, .news-cont .news-frecce li:hover a:active, .news-cont .news-frecce li:hover a:selected {
text-decoration:none;
 background: #008658;
 color: #fff;
}

.news-cont .news-frecce li.attivo a, .news-cont .news-frecce li:hover a {
    text-decoration:none;
    background: #008658;
	color: #fff;
}
/* POSTS*/
.blog-post {
	margin-top: 30px;
    clear: both;
    font-size: 20px;
    line-height: 1.3;
    color: #191919;
}
.blog-post.blog-post-first {
	margin-top: 0;
    font-size: 20px;
    padding-bottom: 0;
}

.blog-post a {
	display: inline-block;
	clear: both;
	color: #191919;
}

.blog-post a:hover {
	text-decoration: none;
}

.blog-post a:visited {
	text-decoration: none;
}

.blog-post.blog-post-first a {
    text-decoration: none !important;
	color: #008658;
    font-weight:bold;
}

.blog-post.blog-post-first a:hover {
	text-decoration: none !important;
	color: #008658;
    font-weight:bold;
}

.blog-post.blog-post-first a:visited {
	text-decoration: none !important;
	color: #008658;
    font-weight:bold;
}

.blog-post-altro a {
    text-decoration: none !important;
	display: block;
	clear: both;
    font-weight:normal !important;
	color: #191919 !important;
}

.blog-post-altro a:hover {
	text-decoration: none !important;
	display: block;
	clear: both;
    font-weight:normal !important;
	color: #191919 !important;
}

.blog-post-altro a:visited {
	text-decoration: none !important;
	display: block;
	clear: both;
    font-weight:normal !important;
	color: #191919 !important;
}

.blog-post-title {
	margin-bottom: 5px;
    margin-top: 0;
    font-size: 30px;
    font-weight: bold;
}
.blog-post.blog-post-first .blog-post-title {
	margin-bottom: 35px;
	display: block;
}
.blog-post-meta {
	margin-bottom: 2px;
	color: #008658;
	font-size: 24px;
}
.blog-post.blog-post-first .blog-post-meta {
	margin-bottom: 24px;
	display: block;
}
.blog-post.blog-post-first p.precede {
	margin-bottom: 35px;
	display: block;
}
.blog-post img {
	max-width: 504px;
    max-height: 295px;
	width: 40%;
	margin-right: 15px;
	height: auto;
	float: left;
	margin-bottom: 0;
}
.blog-post.blog-post-first img {
	width: 100%;
	max-height: 1688px;
	margin-right: 0;
	float: none;
	clear: both;
	max-width: 3000px;
	margin-bottom: 35px;
}
.blog-post.blog-post-first .all-news {
	margin-top: 35px;
}

@media (max-width:768px) {
.blog-post.blog-post-first .all-news {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
}
.blog-post-title, .blog-post p {
	padding: 0 20px;
}
.blog-post img {
	display: none;
}
.blog-post.blog-post-first img {
	display: block;
}
}
.blog-post .control-box {
	top: 39%;
}
.blog-post.blog-post-first .blog-post-title {
    margin-bottom: 10px;
	display: block;
}
.blog-post.blog-post-first .blog-post-meta {
	margin-bottom: 24px;
	display: block;
}
.blog-post.blog-post-first .giu {
	display: none;
}

@media (max-width:768px) {
.blog-post.blog-post-first .blog-post-title {
	display: none;
}
.blog-post.blog-post-first .blog-post-meta {
	margin-bottom: 24px;
	display: none;
}
.blog-post.blog-post-first .giu {
	display: block;
}
}
.blog-post-altro {
    font-size: 20px;
}
/*SIDEBAR*/
.sidebar-module, .sidebar-module-map {
    padding: 25px;
    font-size: 24px;
    color: #222;
    transition: all 0.5s ease-in-out;
    display: block;
}
.sidebar-module select.maps-input, .sidebar-module-map select.maps-input {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        width: 100%;
        margin-bottom: 25px;
        margin-left: 0;
        padding: 11px 50px 11px 10px;
        background: #fff URL(/PublishingImages/dropdown_input.png) no-repeat right center;
        font-size: 16px;
    }


    .sidebar-module select.aria-input, .sidebar-module-map select.aria-input {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        width: 100%;
        margin-bottom: 25px;
        margin-left: 0;
        padding: 11px 50px 11px 10px;
        background: #fff URL(/PublishingImages/dropdown_input.png) no-repeat right center;
        font-size: 16px;
    }

.maps-input-styledselect {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0;
    padding: 11px 50px 11px 10px;
    background: #fff URL(/PublishingImages/dropdown_input.png) no-repeat right center;
    font-size: 16px;
}

.maps-input-styledselect-rubrica {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0;
    padding: 11px 50px 11px 10px;
    background: #fff URL(/PublishingImages/dropdown_input.png) no-repeat right center;
    font-size: 16px;
}

.maps-input-styledlistbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0;
    padding: 11px 50px 11px 10px;
    background: #fff;
    font-size: 16px;
}

.maps-input-styledlistbox-rubrica {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0;
    padding: 11px 50px 11px 10px;
    background: #fff;
    font-size: 16px;
}


.maps-input-styledselectQAria {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0;
    padding: 11px 50px 11px 10px;
    background: #fff URL(/PublishingImages/dropdown_input.png) no-repeat right center;
    font-size: 16px;
}

#stringaRicerca {
    width: 100%;
    clear: both;
    display: block;
    border: 1px solid #aaa;
    margin-bottom: 25px;
    background: #fff url("/PublishingImages/search_input.png") no-repeat right center;
    padding: 14px 50px 14px 10px;
}

@media (max-width:1280px) {
    #stringaRicerca {
       display: none !important;
    }
}

#stringaRicerca_sbox {
    width: 100%;
    clear: both;
    display: block;
    border: 1px solid #aaa;
    margin-bottom: 25px;
    background: #fff url("/PublishingImages/search_input.png") no-repeat right center;
    padding: 14px 50px 14px 10px;
}

#hideRicercacontainer {
    display: none;
    background: #fff;
    margin: 0;
    padding: 0;
}

#hideRicerca {
    display: none;
    background-color: rgb(232, 231, 229);
    color: #222;
    text-align: center;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
    #hideRicercacontainer {
        display: block;
    }

    #hideRicerca {
        display: block;
    }

    .sidebar-module {
        display: none;
    }
}



/*CHECKBOX*/
.sidebar-module .list-unstyled li {
	clear: both;
	margin-top: 10px
}
.sidebar-module .list-unstyled-gray li {
    clear: both;
    margin-top: 10px
}
input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=checkbox].css-checkbox + label {
	padding-left: 40px;
	height: 30px;
	display: inline-block;
	line-height: 1;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
	font-size: 24px;
	font-weight: normal;
	border-radius: 0px;
	padding-top: 4px;
}
label.css-label {
	background: url(/PublishingImages/ckeckbox.png) top left no-repeat;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type=checkbox].css-checkbox:checked + label {
	background-position: 0 -30px;
	font-weight: bold;
}

/*CHECKBOX 2*/
.list-unstyled-gray {
    list-style: none;
    padding-left: 0px;
}

.list-inner-unstyled-gray {
    list-style: none;
    padding-left: 0px;
    margin-left: 50px;
}

.list-unstyled li input[type=checkbox]{
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.list-unstyled-gray li input[type=checkbox] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.list-unstyled li label {
	background: url(/PublishingImages/ckeckbox.png) top left no-repeat;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    padding-left: 40px;
	height: 30px;
	display: inline-block;
	line-height: 1;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
	font-size: 24px;
	font-weight: normal;
	border-radius: 0px;
	padding-top: 4px;
}

.list-unstyled-gray li label {
    background: url(/PublishingImages/ckeckbox_grey.png) top left no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 40px;
    height: 30px;
    display: inline-block;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    font-size: 24px;
    font-weight: normal;
    border-radius: 0px;
    padding-top: 4px;
}

.list-unstyled li input[type=checkbox]:checked + label {
    background-position: 0 -30px;
	font-weight: bold;
}

.list-unstyled-gray li input[type=checkbox]:checked + label {
    background-position: 0 -30px;
    font-weight: bold;
}

@media (min-width:768px) and (max-width:1370px) {
.sidebar-module {
	font-size: 20px;
}
input[type=checkbox].css-checkbox + label.css-label {
	font-size: 20px;
}
}
/*DETTAGLIO ARTICOLO*/
section.icon-section-dettaglio {
	margin: 0;
	padding: 0;
}
.blog-post.blog-post-first section.icon-section-dettaglio a {
	clear: none;
	display: inline-block;
	width: 46px;
	height: 46px;
	background: #000;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 8px;
	font-size: 25px;
	text-align: center;
	line-height: 46px;
	padding: 0;
}
.blog-post.blog-post-first section.icon-section-dettaglio a:hover {
	background: #008658;
}
.blog-post.blog-post-first section.icon-section-dettaglio a i, section.icon-section-dettaglio a i {
	display: block;
	color: #ffffff;
	padding: 0;
	margin: 11px 0 0 0;
}
section.icon-section-dettaglio.vertical-spazio {
    margin: 40px 0;
}

section.news.interno {
	clear: both;
}
.paginazione {
	clear: both;
	height: 150px;
}
section.news.interno > div.news-header {
	border-bottom: none;
}
section.news.interno > div.news-header > p > span {
	font-size: 30px;
}
hr.interno {
	clear: both;
	margin-top: 70px;
}

#btnViewContent {
    min-width:64px;
    min-height:64px;
    background:url('/PublishingImages/button-list.png') no-repeat center center;
    background-size: cover;
}

#btnViewContent:hover {
    background:url('/PublishingImages/button-list-over.png') no-repeat center center;
    background-size: cover;
}

#btnEditNew {
    min-width:64px;
    min-height:64px;
    background:url('/PublishingImages/button-edit.png') no-repeat center center;
    background-size:cover;
}

#btnEditNew:hover {
    background:url('/PublishingImages/button-edit-over.png') no-repeat center center;
    background-size:cover;
}

.prevBtnNews {
    font-size: 1em;
    font-weight: normal;
    border: 1px solid #aeaeae;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 20px;
    color: #008658;
	background: #fff;
}

.prevBtnNews:hover{
    text-decoration:none;
    background: #008658;
	color: #fff;
}

.prevBtnNews:focus{
    text-decoration:none;
    background: #008658;
	color: #fff;
}

.prevBtnNews:visited{
    text-decoration:none;
    color: #008658;
	background: #fff;
}

.nextBtnNews {
    font-size: 1em;
    font-weight: normal;
    border: 1px solid #aeaeae;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #aeaeae;
    padding: 10px 20px;
    color: #008658;
	background: #fff;
}

.nextBtnNews:hover{
    text-decoration:none;
    background: #008658;
	color: #fff;
}

.nextBtnNews:focus{
    text-decoration:none;
    background: #008658;
	color: #fff;
}


.nextBtnNews:visited{
    text-decoration:none;
    color: #008658;
	background: #fff;
}

.numericbtnNews {
    font-size: 1em;
    font-weight: normal;
    border: 1px solid #aeaeae;
    border-right: none;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 0;
    margin: 0;
}

.numericbtnNews:hover{
    text-decoration:none;
    background: #008658;
	color: #fff;
}

.numericbtnNews:focus{
    text-decoration:none;
    background: #008658;
	color: #fff;
}

.numericbtnNews:visited{
    text-decoration:none;
    color: #008658 !important;
	background: #fff;
}


.numericbtnNewsCurrent{
    font-size: 1em;
    font-weight: normal;
    border: 1px solid #aeaeae;
    border-right: none;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 0;
    margin: 0;
    text-decoration: none;
    background: #008658;
    color: #fff;
}

.breadcrumb > li + li:before {
    content: " ";
    padding: 0 5px;
}

#cmbOrdinamento {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	margin-bottom: 25px;
	margin-left: 0;
    width: 50%;
    font-size: 17px;
    margin-top: 15px;
	padding: 11px 50px 11px 10px;
	background: #fff URL(/PublishingImages/dropdown_input.png) no-repeat right center;
}

@media (max-width:991px) {
    #cmbOrdinamento {
        width: 100% !important;
    }
}

    #cmbTipoDati {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        margin-bottom: 25px;
        margin-left: 0;
        width: 50%;
        font-size: 17px;
        margin-top: 15px;
        padding: 11px 50px 11px 10px;
        background: #fff URL(/PublishingImages/dropdown_input.png) no-repeat right center;
    }

@media (max-width:991px) {
    #cmbTipoDati {
        width: 100% !important;
    }

    #textFiltraPer {
        display: none;
    }
}


    /*.input-container > select{
    display: none;
}*/
    #lblTag {
        display: none;
    }

    #chklstTAG {
        display: none;
    }

.filtri_progetti {
    display: none;
}


.sez-progetti h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #008658;
    line-height: 35px;
}

.sez-progetti p.text-big {
    font-size: 26px;
    line-height: 36px;
}

.sez-progetti p {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
}

.sez-progetti ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.contenitore.sez-progetti li {
    padding-left: 1.3em;
    margin-bottom: 20px;
}

    .contenitore.sez-progetti li::before {
        color: #008658;
        content: "\f111"; /* FontAwesome Unicode */
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3em; /* same as padding-left set on li */
        width: 1.3em; /* same as padding-left set on li */
        font-size: 14px;
    }

.sez-progetti .sez_titolo {
    margin: 0 0 20px 0;
    transition: all 0.5s ease-in-out; /*width: 95%;*/
    width: 100%;
    clear: both;
}

    .sez-progetti .sez_titolo > h2 {
        display: inline-block;
        float: none;
        border-bottom: 14px solid #008658;
        margin-bottom: 18px;
        padding-bottom: 14px !important;
        font-weight: bold;
        font-size: 30px;
        text-transform: uppercase;
        transition: all 0.5s ease-in-out;
        color: #000;
    }

.contenitore.sez-progetti {
    padding: 0 70px;
}

.contenitore.sez-progetti {
    margin-top: 35px;
}

@media (max-width:640px) {
    .contenitore.sez-progetti {
        padding: 0 10px;
    }
}

@media (min-width:640px) and (max-width:1024px) {
    .contenitore.sez-progetti {
        padding: 0 30px;
    }
}