html {
    overflow-y: scroll;
}
html, body{
    height: 100%;
}
body{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #555;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #8cc042;
    color: #fff !important;
    padding: 15px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #8cc042;
    color: #fff !important;
    padding: 15px;
}
a{
    color: #333;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
a:hover {
    color: #79AD4B;
    text-decoration: none;
}
blockquote {
    border-left: 5px solid #79AD4B;
}
.row{
    min-height: 15px;
    clear: both;
}
.red-color{
    color: #e2534b;
}
.green-text{
    color: #8cc042 !important;
}
.orange-text{
    color: #ff9500 !important;
}
.grey-bg{
    background-color: #f1f1f1;
}
.bg-white{
    background-color: #fff;
}
.bg-green{
    background-color: #8cc042;
}
.bg-light-green{
    background-color: #d3e2a5;
}
.orange-bg{
    background-color: #ff9500 !important;
    border-color: #ff9500;
}
.orange-bg:hover {
    border-color: #ff9500;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -52px; /* the bottom margin is the negative value of the footer's height */
}
#wrapper nav {
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-default {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.main-nav {
    border-bottom: 4px solid #79AD4B;
    padding-top: 20px;
    padding-bottom: 15px;
}

.main-nav li a{
    color: #333 !important;
    text-transform: uppercase;
    font-weight: bold;
}
.main-nav .navbar-logos{
    position: absolute;
    display: table;
}
.main-nav .navbar-logos .logo-cia{
    display: table-cell;
    vertical-align: bottom;
    padding-left: 25px;
    height: 100px;
}

.file-to-dw {
    background: #8cc042;
    color: #fff;
    padding: 5px;
}
.file-to-dw:hover {
    background: #fff;
    color: #8cc042;
    text-decoration: none;
}
.carousel-div {
    border-bottom: 4px solid #79AD4B;
}
.carousel-div .carousel-text{
    font-weight: bold;
    padding: 2px;
    background-color: #8cc042;
    opacity: 0.9;
}
.carousel-div .carousel-text h2{
    text-transform: uppercase;
}
.div-news-events-links{
    padding-bottom: 10px;
}
.div-news-events-links .btn{
    vertical-align: top;
}
.div-news-events, .div-normative{
    padding-top: 30px;
    padding-bottom: 30px;
}
.div-news-events > div{
    padding: 0;
}
.div-newsletter{
    padding-top: 30px;
    padding-bottom: 30px;
}
.div-newsletter{
    padding-top: 30px;
    padding-bottom: 30px;
}
.div-events{
    background-color: #fff;
    min-height: 350px;
}
.div-events > .row{
    text-align: center;
    position: relative;
}
.event-data{
    position: absolute;
    right: 0;
    bottom: 15px;
    background-color: #8cc042;
    color: #fff;
}
.event-data span{
    padding: 5px;
}
.div-events img{
    display: inline-block;
    width: 100%;
    height: 180px;
}
.div-events p{
    line-height: 20px;
}
.div-bio-controllo{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.div-news{
    min-height: 300px;
    color: #fff;
    background-color: transparant;
    background-image: url('bg-news.png');
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.div-normative-items{
    background-color: #fff;
    color: #222;
    padding: 15px 0;
    overflow: auto;
    margin-bottom: 15px;
}
.div-normative-items .data-item {
    background-color: #79AD4B;
    color: #fff;
    padding: 5px;
}
.div-contact i, .div-contact span{
    padding: 0 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.div-contact h4{
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}
.div-contact p{
    color: #333;
    line-height: 35px;
}
.carousel-div img{
    display: inline-block !important;
}
a.left.carousel-control:before {
    content: '\2039';
    margin: -7px;
}
a.right.carousel-control:before {
    content: '\203a';
    margin: -7px;
}
.div-nome-commento{
    background-color: #8cc042;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
}
.featured-thumbnail div{
    position: relative;
    display: inline-block;
}
.featured-thumbnail div:before {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: scale(.35);
    -moz-transform: scale(.35);
    -ms-transform: scale(.35);
    -o-transform: scale(.35);
    transform: scale(.35);
    visibility: hidden;
    opacity: 0;
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: solid 2px #1D6844;
    z-index: 5;
}
.featured-thumbnail div:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.featured-thumbnail div:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.featured-thumbnail div img {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.div-albums {
    margin-top: 10px;
    border-bottom: 4px solid #ededed;
    padding-bottom: 10px;
    min-height: 350px;
}
.div-albums a{
    display: block;
}
.div-albums img{
    height: 220px;
    width: 100%;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}
.image {
    width: 100%;
    height: 100%;
}
.image:hover img {
    -webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
    transform:scale(1.10);
}
a.easyii-box img{
    margin: 2px;
}
a.easyii-box img:hover {
    opacity: 0.8;
}
.div-albums .link-title{
    background-color: #e2534b;
    color: #fff;
    padding: 5px;
    width: 100%;
    display: block;
}
.fancybox-title-float-wrap {
    right: 0;
    bottom: -20px;
}
.fancybox-title-float-wrap .child{
    white-space: normal;
    margin-right: 0;
}
footer, .push {
    height: 52px; /* .push must be the same height as .footer */
}
.footer-content {
    border: 1px solid #fff;
    border-bottom: none;
    background: #8cc042;
    line-height: 49px;
    margin-top: 15px;
    overflow: auto;
}
.footer-middle{
    min-height: 300px;
    background-color: #f1f1f1;
    overflow: auto;
}
.footer-bottom, .footer-bottom ul li a{
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}
.div-link-footer h4{
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}
.div-link-footer ul li{
    border-bottom: 1px solid #393E40;
    padding: 0;
    position: relative;
}
.div-link-footer ul li a{
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.div-link-footer ul li a:hover {
    color: #79AD4B;
    text-decoration: underline;
}
.div-link-footer ul li a:before {
    content: "→";
    top: 0px;
    right: 0;
    position: absolute;
    height: 20px;
    width: 13px;
    display: inline-block;
    z-index: 1;
    color: #393E40;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.social{
    background-color: #8cc042;
    min-height: 40px;
    color: #fff;
}
.social a{
    color: #fff;
    display: inline-block;
    margin-left: 5px;
}
.social a:hover{
    color: #fff;
}
.social i{
    padding-top: 5px;
}
.logo{
    padding: 20px 0;
}

.logo img{
    display: inline-block;
}
.small-muted {
    font-size: 12px;
    color: #AAA;
}
.news-index{
    display: inline-block;
    text-align: left;
    position: relative;
    margin-top: 10px;
    color: #333;
}
.news-index h4{
    min-height: 40px;
}
.news-index .news-conteiner{
    display: inline-block;
    background-color: #fff;
    min-height: 230px;
}
.news-index a{
    color: #333;
}
.news-index p, .news-index small{
    line-height: 20px;
}
.news-index .imgWrap{
    position: relative;
    max-width: 240px;
}
.news-index .imgWrap:before, .imgWrap:after, .imgWrap2:before, .imgWrap2:after{
    content:"";
    position:absolute;
    opacity:0.5;
    background: #659321;
}
.news-index .imgWrap:before {top:0; left:0; width:100%; height:5px;}
.news-index .imgWrap:after {bottom:0; left:0; width:100%; height:5px;}
.news-index .imgWrap2:before {top:5px; bottom:5px; left:0; width:5px;}
.news-index .imgWrap2:after {top:5px; bottom:5px; right:0; width:5px;}
.news-index .imgWrap img{
    min-height: 110px;
    margin: 5px 0;
}
.news-tags span{
    font-size: 12px;
    color: #9ad843;
}
.news-tags a {
    color: #9ad843;
    font-size: 12px;
    font-weight: bold;
}
.news-data {
    position: absolute;
    right: 0;
    top: 15px;
    background-color: #8cc042;
    color: #fff;
    padding: 0 5px;
    opacity: 0.9;
}
.form-filtro-evento .form-group{
    vertical-align: baseline;
}
/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
.deco-sep-line-100 {
    height: 3px;
    width: 100px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 13px 0 4px;
}

.section-menu {
    text-align: center;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

.section-menu:after {
    content:"";
    display:table;
    clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
.section-menu ul {
    padding:0;
    margin:0;
    display: inline-block;
    list-style: none;
    position: relative;
}

/* Positioning the .section-menuigation items inline */
.section-menu ul li {
    margin: 0px 2px;
    display:inline-block;
    float: left;
    background-color: #79AD4B;
}

/* Styling the links */
.section-menu a {
    display:block;
    padding:0 10px;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-decoration:none;
    border: 1px solid #eee;
}

/* Background color change on Hover */
.section-menu a:hover {
    background-color: #fff;
    color: #79AD4B;
}
.sub-menu-active {
    background-color: #fff;
    color: #79AD4B !important;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
.section-menu ul ul {
    display: none;
    position: absolute;
    top: 50px;
    z-index: 999;
}

/* Display Dropdowns on Hover */
.section-menu ul li:hover > ul {
    display:inherit;
}

/* Fisrt Tier Dropdown */
.section-menu ul ul li {
    width:170px;
    float: none;
    display: list-item;
    position: relative;
}

/* Second, Third and more Tiers
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
.section-menu ul ul ul li {
    position: relative;
    top:-60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left:170px;
}

/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }
.blog-post{
    border-bottom: 1px solid #EBEBEB;
    padding: 9px 0;
}
.blog-post span{
    margin-left: 10px;
}
.blog-post small{
    display: inline-block;
    position: relative;
}
.div-sezioni{
    background-color: #f1f1f1;
    color: #222;
    padding: 15px 0;
    overflow: auto;
    margin-top: 15px;
    min-height: 192px;
}
.div-sezioni h3{
    margin-top: 0px;
}
.div-sezioni small{
    background-color: #79AD4B;
    color: #fff;
    padding: 5px;
}
.div-sezioni a{
    color: #8cc042;
}
.alert-newsletter{
    background-color: #e2534b;
    color: #fff;
}
.alert-newsletter button{
    opacity: 1;
    color: #fff;
}
#map-canvas{
    height: 400px;
}
@media(min-width: 768px) and (max-width: 1390px){
    .navbar-collapse.collapse, .logo-hidden-xs {
        display: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .main-nav .navbar-logos {
        position: unset;
    }
    .navbar-header {
        float: none;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
@media(max-width:1200px){
    .carousel-div .carousel-text h2{
        font-size: 14px;
    }
    .div-link-footer ul li a {
        font-size: 12px;
    }
}
@media(max-width:992px){
    .div-events img {
        width: 250px;
    }
}
@media (max-width: 768px) {
    .main-nav .navbar-logos{
        position: unset;
    }
    .list-sections ul {
        display: block;
    }
    .list-sections ul li{
        padding: 10px 0;
        float: none;
    }
    .div-blog img{
        margin: 0 auto;
    }
    .div-contact {
        text-align: center !important;
    }
    .footer-bottom{
        text-align: center;
    }
    .copyright{
        float: none !important;
    }
}