/*---------------------------------------
*---------------- FIX POLO BUG ---------------
*---------------------------------------*/
.tp-caption.Newspaper-Button-2, .Newspaper-Button-2 {
    font-family: 'Raleway';
}

.button-light:hover, .button-light:hover span {
    color: #fff !important;
}

.gototop-button:visited,
.gototop-button:focus,
.gototop-button:hover {
    color: #fff;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) .post-modern .post-meta .post-date .post-date-year {
    display: block;
}

@media (max-width: 992px) {
    #header.header-sticky #header-wrap {
        position: fixed;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #registrati .col-sm-9 {
        width: 75% !important;
    }
}

.image-box-links a {
    color: #fff !important;
}

/*---------------------------------------
*---------------- VARIO UTILITY ---------
*---------------------------------------*/
body {
    width: 100%;
    /*font-family: "Montserrat", sans-serif;*/
}

.clearfixplus:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */

.bck-over-dark {
    background: rgba(0, 0, 0, 0.52);
    float: none;
    text-align: center;
    width: 80%;
    margin: auto;
    padding: 15px;
}

.text-italic {
    font-style: italic;
}

.list-text li {
    color: #696f6f;
}

/*a:not(.not-underline):not(.scroll-to):not(.button):not(.read-more) {*/
/*text-decoration: underline;*/
/*}*/
a:visited {
    color: inherit;
}

a:hover {
    opacity: 0.8;
}

a:hover,
a:focus {
    color: #2f7e14;
}

a.not-underline,
a.scroll-to,
a.button,
a.read-more,
.Tweet-body a,
.dropdown-menu a,
.breadcrumb a {
    text-decoration: none !important;
}

h2 {
    line-height: 34px;
}

.margin-auto {
    margin: auto;
}

.nop {
    padding: 0 !important;
}

.background-footer {
    background-color: #003354;
}

.background-dark-green {
    background-color: #009442 !important;
}

.background-meidum-green {
    background-color: #95C11F !important;
}

.background-dark-grey {
    background-color: #ececec !important;
}

.background-light-green {
    background-color: #3AA531 !important;
}

.background-999 {
    background-color: #999999 !important;
}

.background-regione {
    background-color: #338d45 !important;
}

.color-green-regione {
    color: #2d7e2c !important;
}

.color-light-green {
    color: #3AA531 !important;
}

.custom-title {
    font-weight: 800;
    line-height: 29px;
}

@media (max-width: 480px) {
    .custom-title {
        line-height: 25px;
        font-size: 28px;
    }
}

.title-first {
    font-size: 120px;
    margin: 0;
    line-height: 70px;
}

.title-second {
    font-size: 73px;
    margin: 0;
    line-height: 80px;
}

.title-third {
    font-size: 90px;
    margin: 0;
    line-height: 60px;
}

#page-open-power .text-center h1,
#page-open-power .text-center h2,
#page-open-power .text-center h3,
#page-open-power .text-center h4,
#page-open-power .text-center h5,
#page-open-power .text-center h6 {
    text-align: center;
}

#slider .counter-container {
    margin-top: 19px;
    margin-left: 25px;
    min-width: 366px;
}

#slider .counter span,
#slider .dot {
    font-size: 73px;
}

.read-more-collapse span {
    font-size: 16px;
    padding-right: 7px
}

@media (min-width: 992px) {
    .custom-padding {
        padding: 80px 125px;
    }

    .right-md {
        float: right;
    }

    .box-btn.box-btn-right .align-right > a {
        padding-right: 14px;
        padding-left: 14px;
    }

    .box-btn.custom-padding {
        padding: 10px 0;
    }
}

@media (max-width: 991px) {
    .custom-padding {
        padding: 80px 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .title-first {
        font-size: 80px;
    }

    .title-second {
        font-size: 45px;
        line-height: 46px;
    }

    .title-third {
        font-size: 60px;
    }

    #slider .counter-container {
        margin-top: 3px;
        margin-left: 25px;
        min-width: 233px;
    }

    #slider .counter span, #slider .dot {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .custom-padding {
        padding: 40px 40px;
    }

    .title-first {
        font-size: 57px;
        line-height: 40px;
    }

    .title-second {
        font-size: 34px;
        line-height: 37px;
    }

    .title-third {
        font-size: 42px;
        line-height: 28px;
    }

    #slider .counter-container {
        margin-top: 0;
        margin-left: 25px;
        min-width: 128px;
    }

    #slider .counter span, #slider .dot {
        font-size: 34px;
    }
}

@media (max-width: 479px) {
    .title-first {
        font-size: 37px;
    }

    .title-second {
        font-size: 22px;
        line-height: 12px;
    }

    .title-third {
        font-size: 27px;
    }
}

/*---------------------------------------
*---------------- CUSTOM TWITTER ---------
*---------------------------------------*/
.tweet-wall .SandboxRoot {
    width: 80%;
    margin: auto;
}

.tweet-wall .SandboxRoot:first-child {
    margin-bottom: 5px;
}

.Tweet-body a {
    color: #55acee;
}

.tweet-wall a:not(.button):not(.scroll-to):not(.not-underline) {
    text-decoration: none !important;
}

.twitter-tweet {
    margin-left: auto;
    margin-right: auto;
}

twitterwidget {
    margin-top: 0 !important;
}

/*---------------------------------------
*---------------- PAGE - INDEX 3 -----------
*---------------------------------------*/
#home-page,
#home {
    color: #333;
}

#home-page .scrolldown-animation {
    bottom: 0;
    left: 0;
    margin-left: 0;
    position: relative;
    width: 100%;
}

#home-page .scrolldown-animation h4 {
    margin: 0;
    line-height: 10px;
}

#home-page .title-first-page,
#home .title-first-page,
#page .title-first-page {
    font-size: 110px;
    line-height: 110px;
}

#home-page .title-second-page,
#home .title-second-page,
#page .title-second-page {
    font-size: 85px;
    line-height: 85px;
}

#home-page .title-third-page,
#home .title-third-page,
#page .title-third-page {
    font-size: 85px;
    line-height: 85px;
}

#home-page .title-call-page,
#home .title-call-page,
#page .title-call-page {
    font-size: 5.5em;
    line-height: 0.95em;
}

#home-page .title-community-page,
#home .title-community-page,
#page .title-community-page {
    font-size: 3em;
    line-height: 0.95em;
}

#home-page .title-innovation-page,
#home .title-innovation-page,
#page .title-innovation-page {
    font-size: 3em;
    line-height: 0.95em;
}

#regione .post-block .post-item {
    background-color: #f6f6f6;
    padding: 20px;
}

#news-assessore {
    border-top: 70px solid #fff;
}

#storie_innovazione .post-item.visible:nth-child(3n+1),
#regione .post-block .post-item.visible:nth-child(3n+1) {
    clear: left;
}

@media (max-width: 991px) {
    #home-page .title-first-page,
    #home .title-first-page,
    #page .title-first-page {
        font-size: 93px;
    }

    #home-page .title-second-page,
    #home .title-second-page,
    #page .title-second-page {
        font-size: 69px;
        line-height: 69px;
    }

    #home-page .title-third-page,
    #home .title-third-page,
    #page .title-third-page {
        font-size: 74px;
    }
}

@media (max-width: 767px) {
    .scrolldown-animation {
        bottom: 46px;
        left: 41%;
    }

    #home-page .title-first-page,
    #home .title-first-page,
    #page .title-first-page {
        font-size: 49px;
        line-height: 49px;
    }

    #home-page .title-second-page,
    #home .title-second-page,
    #page .title-second-page {
        font-size: 36px;
        line-height: 36px;
    }

    #home-page .title-third-page,
    #home .title-third-page,
    #page .title-third-page {
        font-size: 39px;
        line-height: 39px;
    }
}

@media (max-width: 400px) {
    #home-page .title-first-page,
    #home .title-first-page,
    #page .title-first-page {
        font-size: 36px;
        line-height: 36px;
    }

    #home-page .title-second-page,
    #home .title-second-page,
    #page .title-second-page {
        font-size: 27px;
        line-height: 27px;
    }

    #home-page .title-third-page,
    #home .title-third-page,
    #page .title-third-page {
        font-size: 28px;
        line-height: 28px;
    }
}

#home-page #slider .text-middle {
    vertical-align: top !important;
    padding-top: 100px !important;
}

#home-page .slider-content a {
    text-decoration: none !important;
}

#home-page .slider-content p {
    color: #000;
    font-size: 16px;
}

#home-page .slider-content a:hover *,
#home-page .slider-content a:hover {
    opacity: 0.8;
}

/*---------------------------------------
*-------- PAGE - VIDEO SLIDER --------
*---------------------------------------*/

/*---------------------------------------
*---------------- PAGE PRIVACY -----
*---------------------------------------*/
#social-media-page h5,
#cookie-page h5,
#privacy-policy h5,
#privacy-page h5 {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 25px;
}

/*---------------------------------------
*---------------- PAGE LOMBARDIA RICERCA -----
*---------------------------------------*/
#lombardia-ricerca-header {
    background: url('../images/other/background-ricerca.jpg');
}

#workshop .flexbox .wrap-workshop {
    padding-top: 15px;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}

#workshop .flexbox .wrap-workshop.top-border {
    border-top: 1px solid #aaaaaa;
}

.wrap-workshop h2.title-upperline {
    float: left;
}

.wrap-workshop h2.title-upperline:before {
    border-top: 1px solid #aaaaaa;
    display: block;
    padding-top: 13px;
    content: "";
    margin-left: -15px;
}

.wrap-workshop .button {
    padding: 5px 50px !important;
}

#lombardia-ricerca h4 {
    font-size: 28px;
}

#lombardia-ricerca .scrolldown-animation {
    bottom: 51px;
    left: 47%;
}

#lombardia-ricerca .scrolldown-animation a {
    color: #fff;
}

@media (min-width: 992px) {
    .wrap-logo-left {
        margin-left: 125px;
    }
}

@media (max-width: 991px) {
    .wrap-logo-left > div {
        background: rgba(255, 255, 255, 0.7);
        padding: 25px;
    }
}

/*---------------------------------------
*---------------- PAGE DETAILS -----
*---------------------------------------*/
#details-page .field-privacy,
#details-page .radio label {
    font-size: 12px;
}

#details-page .field-privacy p {
    margin-bottom: 0;
}

.post-share-buttons a {
    text-decoration: none !important;
}

.wrap-intro .heading {
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 17px;
}

/*---------------------------------------
*-------- PAGE PROGRAMMA STRATEGICO TRIENNALE + LIST + DETAILS----------
*---------------------------------------*/
#programma-strategico-triennale-page .am,
.list .am,
#details-page .post-meta .am {
    font-size: 23px;
}

#details-page .post-date + .post-share-buttons {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

@media (min-width: 992px) {
    #details-page .post-meta a {
        display: block;
    }
}

@media (max-width: 991px) {
    #details-page .post-date + .post-share-buttons {
        padding: 8px 18px 8px 0;
    }
}

#home-page .post-title a,
#home .post-title a,
#programma-strategico-triennale-page a.post-title,
.list a.post-title {
    text-decoration: none !important;
}

#home-page .post-title a:hover,
#home .post-title a:hover,
#programma-strategico-triennale-page a.post-title:hover,
.list a.post-title:hover {
    opacity: 0.8;
    display: block;
}

/*---------------------------------------
*---------------- PAGE OPEN INNOVATION ---------------
*---------------------------------------*/
#open-innovation-page .animated-header .title-third-page {
    line-height: 56px;
    font-size: 45px;
}

#open-innovation-page .animated-header .title-first-page {
    line-height: 80px;
    line-height: 80px;
}

#open2-page .title-first-page {
    line-height: 36px;
    font-size: 27px;
}

#open-innovation-page .scrolldown-animation,
#questio-page .scrolldown-animation,
#open2-page .scrolldown-animation {
    bottom: 0;
    height: auto;
    left: 0;
    margin-left: 0;
    position: relative;
    padding-top: 97px;
    width: auto;
}

@media (min-width: 1200px) {
    #open-innovation-page .title-first-page {
        font-size: 88px;
    }

    #open-innovation-page .animated-header .title-third-page {
        line-height: 45px;
        font-size: 41px;
    }
}

@media (max-width: 992px) {
    #open-innovation-page .title-first-page {
        font-size: 72px;
    }

    #open-innovation-page .animated-header .title-third-page {
        line-height: 37px;
        font-size: 36px;
    }

    #open-innovation-page #slider .text-middle h3 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 991px) {
    #open-innovation-page .title-first-page {
        font-size: 68px;
    }

    #open-innovation-page .animated-header .title-third-page {
        line-height: 26px;
        font-size: 31px;
    }

    #open-innovation-page #slider .text-middle h3 {
        font-size: 17px;
        line-height: 22px;
    }
}

#open-innovation-page .scrolldown-animation {
    width: auto;
}

#questio-page .scrolldown-animation {
    width: auto;
}

/*---------------------------------------
*--------- PAGE ACCORDI PER LA RICERCA DETAILS ----------
*---------------------------------------*/
.tags-accordi a {
    pointer-events: none;
    cursor: default;
}

.accordi-page .wrap-users img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*---------------------------------------
*---------------- PAGE LA LEGGE ---------------
*---------------------------------------*/
.post-description {
    line-height: 18px;
}

.post-description a {
    font-weight: bold;
}

.post-date {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
}

@media (min-width: 992px) {
    span + .post-date {
        padding-top: 20px !important;
    }
}

@media (max-width: 991px) {
    .post-meta .am-caret-right-circle {
        float: left;
        margin-right: 33px;
        margin-top: 5px;
    }

    .post-meta div {
        border-right: 0;
    }

    .post-meta div.post-date:last-child {
        float: left;
    }
}

/*---------------------------------------
*---------------- PAGE TIEMLINE ---------------
*---------------------------------------*/
#innovazione > .container-fullscreen > div {
    background: rgba(255, 255, 255, 0.33);
}

/*---------------------------------------
*---------------- PAGE TIEMLINE ---------------
*---------------------------------------*/
.cd-horizontal-timeline .timeline:before {
    background-color: transparent;
}

.cd-horizontal-timeline .events a {
    text-decoration: none !important;
}

.cd-horizontal-timeline .events-content h2 {
    font-family: "Montserrat", sans-serif;
}

.timeline, .timeline-circles {
    padding: 0;
}

.cd-horizontal-timeline .events-content h2 {
    font-size: 1.8em;
}

/*---------------------------------------
*---------------- LIST ---------------
*---------------------------------------*/
.list-inline {
    display: inline;
}

.list-inline span {
    padding-right: 10px;
}

.custom-padding.list {
    padding-top: 30px;
}

#accordi-list-page .portfolio {
    padding-bottom: 0;
}

#not-items {
    padding: 44px 15px;
}

/*---------------------------------------
*---------------- FLEXBOX ---------------
*---------------------------------------*/
.full-width {
    width: 100%;
}

.flexbox {
    display: flex;
}

.flexbox-wrap {
    flex-wrap: wrap;
}

.flexbox-center-items {
    align-items: center;
}

.flexbox-center-content {
    justify-content: center;
}

@media (min-width: 768px) {
    .flexbox > .box-btn {
        min-height: 110px;
        align-items: center;
        display: flex;
        flex-direction: row;;
    }
}

/*---------------------------------------
*---------------- HEDAER ---------------
*---------------------------------------*/
#header-wrap {
    padding: 0 125px;
    border-top: 10px solid #2f7e14;
}

#mainMenu > ul {
    height: auto;
}

#mainMenu > ul > li > a {
    height: 80px;
    text-decoration: none !important;
}

#logo img {
    height: auto;
}

.dropdown-menu a {
    text-decoration: none !important;
}

@media (max-width: 991px) {
    #logo img {
        padding: 0;
    }
}

.page-title-parallax {
    background-position: 82% 91%;
    background-size: auto;
    background-attachment: initial;
}

#page-title {
    border-bottom: 1px solid #eee;
    clear: both;
    padding: 40px 0;
    position: relative;
    background-color: #f8f8f8;
}

@media (max-width: 991px) {
    .dropdown a span.am-chevron-down {
        float: right;
        font-size: 20px;
    }

    #header, #header-wrap {
        float: left;
        width: 100%;
    }
}

/*---------------------------------------
*---------------- MENU FULLSCREEN ----------
*---------------------------------------*/
#fullscreen-panel-button .lines-button.tcon-transform .lines:before,
#fullscreen-panel-button .lines-button.tcon-transform .lines:after {
    background-color: #fff !important;
}

#fullscreen-panel-button .lines-button.tcon-transform .lines {
    background-color: transparent !important;
}

#fullscreen-panel-button .lines,
#fullscreen-panel-button .lines:before,
#fullscreen-panel-button .lines:after {
    background-color: #000 !important;
}

.fullscreen-panel-overlay ul li {
    display: block;
    height: auto;
    min-height: auto;
    margin-bottom: 40px;
    cursor: pointer;
}

.fullscreen-panel-overlay ul li a {
    font-family: "Montserrat", sans-serif ! important;
    line-height: 53px;
}

#fullscreen-panel-button {
    right: 118px !important;
}

.fullscreen-panel-overlay ul li a {
    font-weight: normal;
    font-size: 50px;
    display: block;
    color: white;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-family: "Montserrat", sans-serif ! important;
    text-transform: uppercase;
    text-align: center;
}

.fullscreen-panel-overlay ul li span {
    font-size: 15px;
    color: white;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

@media (max-width: 767px) {
    #header-wrap {
        padding: 0 40px;
    }

    #fullscreen-panel-button {
        right: 40px !important;
    }
}

.fullscreen-nav-custom .dropdown .dropdown-menu li {
    margin-bottom: 5px;
}

.fullscreen-nav-custom .dropdown .dropdown-menu {
    display: none;
    margin-bottom: 20px;
}

.fullscreen-nav-custom .dropdown .dropdown-menu a {
    font-size: 30px;
    line-height: normal;
    text-transform: none;
    text-decoration: none !important;
}

.fullscreen-nav-custom .dropdown .fa:before {
    content: "\f078";
}

.fullscreen-nav-custom .menu-item {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 53px;
}

.fullscreen-nav-custom .dropdown-menu {
    background: transparent;
    width: 100%;
    height: auto;
}

.fullscreen-nav-custom .dropdown-menu > li > a:hover,
.fullscreen-nav-custom .dropdown-menu > li > a:focus {
    background: transparent;
}

/* ACTIVE MENU ITEM */
.fullscreen-nav-custom .dropdown.active .fa:before {
    content: "\f077";
}

.fullscreen-nav-custom .dropdown.active .dropdown-menu {
    display: block;
}

.fullscreen-nav-custom .dropdown.active .menu-item,
.fullscreen-nav-custom .dropdown.active span {
    color: #2f7e14;
}

/*---------------------------------------
*---------------- CAROUSEL ---------------
*---------------------------------------*/
.grid-articles .post-entry,
.grid-articles .post-entry .post-entry-meta {
    height: 100%;
}

.grid-articles .post-entry:before {
    background: transparent;
}

.grid-articles .post-entry .post-entry-meta {
    padding-bottom: 0;
}

.post-entry a:hover .post-entry-meta {
    opacity: 0.5;
}

.grid-articles .post-entry .post-entry-meta {
    position: relative;
}

.post-entry .not-underline,
.post-entry {
    float: left;
    width: 100%;
}

#storie_innovazione .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}

.owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
    padding-top: 20px;
}

#storie_innovazione .owl-carousel .owl-item {
    border-left: 1px solid #000;
}

.post-entry .fa-chevron-right {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.slider-content {
    background: rgba(255, 255, 255, 0.43);
    padding: 20px 25px !important;
    border-radius: 3px;
}

#slider-call-start {
    height: 50% !important;
    margin-bottom: 50px;
}

/*---------------------------------------
*----------- PORTFOLIO-STARTUP ----------
*---------------------------------------*/
.vote-btn {
    text-align: right;
    border-bottom: 2px solid #eee;
}

.dettagli {
    background-color: #999 !important;
}

.download-plan {
    background-color: #999 !important;
}

.portfolio-description p {
    margin-bottom: 5px;
}

.portfolio-item .portfolio-description {
    width: 100%;
}

.video-startup {
    width: 100%;
    height: 180px;
}

.portfolio-details p {
    line-height: 18px;
}

/*---------------------------------------
*----------- STARS VOTE ----------
*---------------------------------------*/
div.stars {
    display: inline-block;
}

.vote-stars.row {
    margin: 10px 0;
}

.vote-stars.modal-title::after {
    border: none;
}

input.star {
    display: none;
}

label.star {
    padding: 0;
    font-size: 24px;
    color: #444;
    transition: all .2s;
    float: right;
}

input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

input.star-5:checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 20px #2f7e14;
}

input.star-1:checked ~ label.star:before {
    color: #F62;
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}

.vote-title-modal h2 {
    color: #2f7e14;
}

.vote-title h5 {
    font-weight: normal;
}

.privacy-note {
    line-height: normal;
}

.checkbox label {
    padding: 0 30px;
}

.modal-content {
    padding: 30px;
}

/*---------------------------------------
*---------------- TAG ---------------
*---------------------------------------*/
.widget-tags .tags a {
    text-decoration: none !important;
}

.widget-tags .tags a:hover {
    border-color: #2f7e14;
    color: #2f7e14;
}

/*---------------------------------------
*---------------- BUTTONS ---------------
*---------------------------------------*/
.button {
    letter-spacing: 0.01em !important;
    text-decoration: none !important;
}

.button-green {
    background-color: #70BF41;
    border-color: #70BF41;
    color: #fff;
}

a.btn:visited,
a.button:visited {
    color: #fff;
}

a.btn:visited {
    color: #111;
}

.button-blue {
    background-color: #003354;
    border-color: #003354;
    color: #fff;
}

.button-blue:focus,
.button-blue:hover {
    color: #fff !important;
}

.button {
    white-space: normal;
    height: auto;
    line-height: 1.8em;
    padding: 10px 15px;
}

.button.large {
    font-size: 14px;
    white-space: normal;
    height: auto;
    line-height: 1.8em;
    padding: 8px 10px;
}

.box-btn .button {
    text-align: center;
}

@media (min-width: 1265px) {
    .box-btn .button {
        /* width: 265px; */
        margin: 0;
        line-height: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1264px) {
    .box-btn .button {
        /* width: 185px; */
        margin: 0;
        line-height: 20px;
    }
}

@media (min-width: 1200px) {
    .box-btn .custom-title {
        font-size: 29px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box-btn .custom-title {
        font-size: 22px;
        line-height: 20px;
    }

    .box-btn-left {
        padding: 15px 55px 0 20px;
    }

    .box-btn-right {
        padding: 15px 20px 0 55px;
    }
}

@media (max-width: 991px) {
    .box-btn .button {
        /* width: 270px; */
    }
}

@media (min-width: 768px) {
    .box-btn .align-right {
        text-align: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box-btn {
        width: 100%;
        padding: 15px 40px;
    }
}

@media (max-width: 767px) {
    .box-btn,
    .box-btn .align-right {
        text-align: center;
        width: 100%;
        padding: 15px 5px;
    }
}

#slider .scrolldown-animation {
    bottom: -100px;
    width: auto;
}

@media (max-height: 600px) {
    #slider .scrolldown-animation {
        bottom: 23px;
    }
}

/*---------------------------------------
*---------------- GROW PICTURE ---------------
*---------------------------------------*/
.box-masonry {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    padding: 40px 30px;
    line-height: 30px;
}

.portfolio-image a {
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}

.portfolio-image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.portfolio-image:hover img {
    -webkit-transform: scale(1.25); /* Safari and Chrome */
    -moz-transform: scale(1.25); /* Firefox */
    -ms-transform: scale(1.25); /* IE 9 */
    -o-transform: scale(1.25); /* Opera */
    transform: scale(1.25);
}

.portfolio-item {
    overflow: hidden;
}

@media (max-width: 1088px) {
    .box-masonry {
        font-size: 25px;
        line-height: 25px;
    }
}

@media (max-width: 570px) {
    .box-masonry {
        font-size: 20px;
        line-height: 20px;
    }
}

/*---------------------------------------
*---------------- SVG EFFECT ---------------
*---------------------------------------*/
.svg-wrap {
    position: relative;
    opacity: 0;
}

.svg-wrap-width {
    width: 45%;
    margin: 0 auto;
}

.in-view {
    opacity: 1;
}

.svg-wrap.in-view .dashed {
    stroke-dasharray: 10;
}

.svg-wrap.in-view .line-animated {
    stroke-dasharray: 1000 1002;
    stroke-dashoffset: 1000;
    animation: dash 2900ms ease 0ms forwards;
}

@keyframes dash {
    100% {
        stroke-dashoffset: 0;
    }
}

.svg-wrap.in-view .line-animated-inverse {
    stroke-dasharray: 1000 1002;
    stroke-dashoffset: 1000;
    animation: dashInverse 2900ms ease 0ms forwards;
}

@keyframes dashInverse {
    100% {
        stroke-dashoffset: 0;
    }
}

/*------------------------------------------------------*/
@media only screen and (min-width: 1020px) {
    .group-process {
        display: flex;
    }
}

.block-process {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 10;
}

.block-process::before, .block-process::after {
    content: " ";
    display: table;
}

.block-process::after {
    clear: both;
}

.block-process::before, .block-process::after {
    content: " ";
    display: table;
}

.block-process::after {
    clear: both;
}

.block-process .__icon {
    position: relative;
}

.block-process .__icon::before {
    background: #99e3c1 none repeat scroll 0% 0%;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}

.block-process:last-child .__icon::before {
    display: none;
}

.block-process.active .__icon .circle-icon::before {
    background-color: #00bfff;
}

.block-process.active .__icon::before, .block-process.active ~ .block-process .__icon::before {
    background-color: #dadada;
}

.block-process.active ~ .block-process .__icon .circle-icon::before {
    background-color: #a2a2a2;
}

@media only screen and (min-width: 1020px) {
    .block-process {
        text-align: center;
    }

    .block-process .__title {
        height: 60px;
        margin-bottom: 0px;
    }

    .block-process .__icon {
        margin: 0px -15px 40px;
    }

    .block-process .__icon::before {
        width: 100%;
        top: 50%;
        height: 4px;
        transform: translateY(-50%);
    }

    .block-process .__icon::before {
        left: 50%;
    }

    .group-process.large-icon .block-process .__icon .circle-icon::before {
        width: 140px;
        height: 140px;
        border: 10px solid rgba(255, 255, 255, 0.6);
        line-height: 120px ! important;
        font-size: 40px;
    }
}

@media only screen and (max-width: 1019px) {
    .block-process {
        padding-left: 100px;
        padding-bottom: 20px;
    }

    .block-process .__title {
        margin-bottom: 10px;
    }

    .block-process .__icon {
        position: absolute;
        width: 70px;
        height: 100%;
        left: 15px;
        top: 0px;
    }

    .block-process .__icon::before {
        width: 4px;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}

.block-process-2 {
    position: relative;
}

.block-process-2 .cell-vertical-wrapper {
    height: 320px;
}

.block-process-2 .__number {
    bottom: 0px;
    color: #333333;
    font-size: 200px;
    height: 200px;
    left: 6px;
    line-height: 1;
    margin-bottom: auto;
    margin-top: auto;
    opacity: 0.04;
    position: absolute;
    top: -20px;
}

.block-process-2 .__block {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-top: 40px;
}

.block-process-2 .__block > * {
    letter-spacing: 0.05em;
}

.block-process-2 .__block .__title {
    font-size: 14px;
    margin-bottom: 10px;
}

.block-process-2 .__block p.__content {
    margin-bottom: 0px;
}

.block-process-2.size-small .cell-vertical-wrapper {
    height: 240px;
}

.block-process-2.size-small .__block > * {
    letter-spacing: 0px;
}

.block-process-2.size-small .__block .__title {
    font-size: 18px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 1020px) {
    .block-process-2 .__block {
        max-width: 320px;
    }
}

@media only screen and (max-width: 1019px) {
    .block-process-2 .__block {
        max-width: 720px;
    }
}

/* Icon-box-list */
.group-icon-box-list-right-slider {
    position: relative;
}

.group-icon-box-list-right-slider .__block-wrapper-1,
.group-icon-box-list-right-slider .__block-wrapper-2 {
    padding-right: 15px;
    padding-left: 15px;
}

.group-icon-box-list-right-slider .__block-wrapper-1 .__block,
.group-icon-box-list-right-slider .__block-wrapper-2 .__block {
    margin-right: auto;
    margin-left: auto;
}

.group-icon-box-list-right-slider .__block-wrapper-1 {
    padding-top: 100px;
    padding-bottom: 60px;
}

.group-icon-box-list-right-slider .__block-wrapper-1 .__block .hr-header {
    margin-bottom: 30px;
}

.group-icon-box-list-right-slider .__block-wrapper-2 {
    position: relative;
}

.group-icon-box-list-right-slider .__block-wrapper-2 .cell-vertical-wrapper {
    table-layout: fixed;
}

.group-icon-box-list-right-slider .__block-wrapper-2 .__block {
    max-width: 640px;
}

@media only screen and (min-width: 768px ) {
    .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
        width: 720px;
    }
}

@media only screen and (min-width: 1020px ) {
    .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
        width: 960px;
    }
}

@media only screen and (min-width: 1230px ) {
    .group-icon-box-list-right-slider .__block-wrapper-1,
    .group-icon-box-list-right-slider .__block-wrapper-2 {
        width: 50%;
        padding-right: 30px;
        padding-left: 30px;
    }

    .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
        max-width: 680px;
    }

    .group-icon-box-list-right-slider .__block-wrapper-2 {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
}

@media only screen and (max-width: 1229px ) {
    .group-icon-box-list-right-slider .__block-wrapper-2 {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

.group-icon-box-list-side-image {
    position: relative;
}

.group-icon-box-list-side-image:before,
.group-icon-box-list-side-image:after {
    content: " ";
    display: table;
}

.group-icon-box-list-side-image:after {
    clear: both;
}

.group-icon-box-list-side-image:before,
.group-icon-box-list-side-image:after {
    content: " ";
    display: table;
}

.group-icon-box-list-side-image:after {
    clear: both;
}

.group-icon-box-list-side-image .__block-wrapper-2 {
    padding-top: 100px;
    padding-bottom: 75px;
    padding-right: 15px;
    padding-left: 15px;
}

.group-icon-box-list-side-image .__block-wrapper-2 .__block {
    margin-right: auto;
    margin-left: auto;
}

.group-icon-box-list-side-image .__block-wrapper-2 .__block > .__title {
    margin-bottom: 20px;
}

.group-icon-box-list-side-image .__block-wrapper-2 .__block > .__caption {
    margin-bottom: 50px;
}

.group-icon-box-list-side-image .__block-wrapper-2 .__block .block-icon-box-left-icon {
    margin-bottom: 25px;
}

.group-icon-box-list-side-image .__block-wrapper-2 .__block .block-icon-box-left-icon .__right-side .__heading {
    padding-top: 5px;
    margin-bottom: 8px;
}

@media only screen and (min-width: 768px ) {
    .group-icon-box-list-side-image .__block-wrapper-2 .__block {
        width: 720px;
    }
}

@media only screen and (min-width: 1020px ) {
    .group-icon-box-list-side-image .__block-wrapper-2 .__block {
        width: 960px;
    }
}

@media only screen and (min-width: 1230px ) {
    .group-icon-box-list-side-image .__block-wrapper-1,
    .group-icon-box-list-side-image .__block-wrapper-2 {
        width: 50%;
    }

    .group-icon-box-list-side-image .__block-wrapper-2 {
        padding-right: 30px;
        padding-left: 30px;
        float: right;
    }

    .group-icon-box-list-side-image .__block-wrapper-2 .__block {
        max-width: 700px;
    }

    .group-icon-box-list-side-image .__block-wrapper-1 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

@media only screen and (max-width: 1229px ) {
    .group-icon-box-list-side-image .__block-wrapper-1 {
        position: relative;
        min-height: 500px;
    }
}

.static-background {
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

/*---------------------------------------
*---------------- FOOTER ---------------
*---------------------------------------*/
.pre-footer {
    padding: 35px 0;
}

.pre-footer .row {
    display: flex;
    justify-content: center;
}

.pre-footer .wrap-logo {
    margin-right: 25px;
}

.pre-footer .wrap-logo:last-child {
    margin-right: 0;
}

.pre-footer .wrap-logo img {
    max-height: 50px;
}

@media (max-width: 767px) {
    .pre-footer .row {
        flex-wrap: wrap;
    }

    .pre-footer .wrap-logo img {
        max-height: 55px;
        margin-bottom: 20px;
    }

    .pre-footer .wrap-logo {
        margin-right: 5px;
    }
}

@media (max-width: 375px) {
    .pre-footer .row {
        flex-wrap: wrap;
    }

    .pre-footer .wrap-logo img {
        max-height: 45px;
        margin-bottom: 20px;
    }

    .pre-footer .wrap-logo {
        margin-right: 5px;
    }
}

/*
#mainMenu , .nav-main-menu-responsive{
    display: none;
}
*/

/*Override Font Awesome*/
.breadcrumb li + li:before {
    content: "\f2fb";
    padding: 0 5px;
    font-family: Amos-Font;
}

/*-*/
@media (max-width: 1362px) and (min-width: 1321px) {
    #mainMenu > ul > li > a {
        padding: 7px;
    }
}

@media (max-width: 1320px) and (min-width: 1211px) {
    #mainMenu > ul > li > a,
    #header.header-sticky:not(.header-static) #mainMenu > ul > li > a {
        font-size: 11px;
        padding: 4px;
    }
}

@media (max-width: 1210px) and (min-width: 992px) {
    #mainMenu > ul > li > a,
    #header.header-sticky:not(.header-static) #mainMenu > ul > li > a {
        font-size: 10px;
        padding: 2px;
    }

    #header-wrap {
        padding: 0px 50px !important;
    }
}

@media (max-width: 1117px) {
    .nav-pills > li + li {
        margin-left: 0;
    }
}

.full-width {
    width: 100%;
}

.m-b-20 {
    margin-bottom: 20px;
}

/*---------------------------------------
*-------- OPEN POWER CHALLENGE-----------
*---------------------------------------*/
.field-landingopenpower-cv .btn-file {
    margin: 0;
    padding: 16px 20px 17px 20px !important;
}

.field-parlouserprofile-privacy .radio-inline + .radio-inline,
.field-parlouserprofile-privacy .checkbox-inline + .checkbox-inline {
    margin-top: 8px;
}

#anchor-challenge .heading:after {
    border-top: transparent;
}

.container-challenges {
    display: flex;
    flex-wrap: wrap;
}

.container-challenges > div {
    display: flex;
    align-items: center;
}

.wrap-challenge:not(.expanse) a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 2s; /* Safari */
    transition-duration: 2s;
}

.wrap-challenge:not(.expanse) a:hover > * {
    color: #2f7e14;
}

.wrap-challenge {
    border: 1px solid #ededed;
    padding: 15px;
    min-height: 200px;
}

.wrap-challenge a {
    display: block;
    cursor: pointer;
}

.wrap-challenge p {
    margin-bottom: 0;
}

.wrap-challenge .preview h3 {
    margin: 0;
    line-height: 16px;
}

.wrap-challenge .preview {
    /*float: none;*/
    margin: 0 10px 0 0;
    text-decoration: none !important;
}

.wrap-challenge .wrap-details {
    display: none;
}

.wrap-challenge .close {
    display: none;
    font-size: 2em;
    color: #2f7e14;
    opacity: 1;
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 999;
}

.wrap-challenge.expanse {
    width: 100%;
    z-index: 999;
    background: #ededed;
    order: -1;
}

#wrap-organizzazione {
    background-color: #ededed;
    padding: 15px;
    margin-top: -25px;
}

.evento-fraunhofer .heading:after {
    border-top: transparent;
}

.preview img {
    max-width: 200px;
    margin: 0 auto 20px auto;
}

.text-light.custom-title {
    font-size: 20px;
    line-height: 22px;
}

.video-premio {
    width: 40%;
    height: 35%;
    bottom: 6%;
    left: 5%;
    position: absolute;
    border: 6px solid #2f7e14;
    z-index: 30;
}

/* -------------------- SLIDE SHOW ------------------ */
.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

#slider-thumbs {
    max-height: 750px;
    overflow-y: scroll;
    white-space: nowrap;
}

.background-black {
    background-color: #000;
}

.slider-premio-section.row {
    padding: 20px 5px;
    background-color: #000;
    max-height: 660px;
    overflow: hidden;
}

#slider-thumbs {
    max-height: 620px;
}

.carousel-inner {
    height: 660px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    max-height: 660px;
    width: auto;
    margin: 0 auto;
}

.back-section p > a {
    font-weight: bold;
}

#slider .scrolldown {
    padding: 0;
    width: 100% !important;
}

#slider .scrolldown .scroll-to,
#slider .scrolldown .scroll-to > .glyphicon {
    opacity: 0.8;
    position: relative;
    margin: 0 auto;
    color: #fff !important;
    font-size: 1.5em;
}

@media (min-width: 1200px ) {
    .logo-title-image {
        width: 35% !important;
    }
}

@media (max-width: 767px) {
    .logo-title-image {
        padding-top: 15px;
    }

    .video-premio {
        top: 45%;
        height: 300px;
    }

    .container-fluid.background-black .container {
        margin: 0;
        width: 100% !important;
    }

    .hide-bullets > li {
        padding: 5px;
    }

    .container-slider.col-xs-10 {
        width: 83.333% !important;
    }
}

@media (max-width: 620px) {
    .video-premio {
        top: 55%;
        height: 250px;
    }

    .container-fluid.background-black .container {
        margin: 0;
        width: 100% !important;
    }

    #slider-thumbs,
    .hide-bullets > li {
        display: none;
    }

    .container-slider.col-xs-10 {
        width: 100% !important;
    }

    .carousel-control {
        height: 50%;
    }
}

@media (max-width: 420px) {
    .video-premio {
        top: 55%;
        height: 250px;
    }

    .slider-premio-section.row {
        max-height: 300px;
    }

    .carousel-inner,
    .carousel-inner > .item > img {
        max-height: 350px;
    }
}

/*gestione responsive video*/
@media (max-width: 620px) {
    .video-premio {
        position: relative;
        width: 100%;
        left: 0;
        margin: 0;
    }
}

/*---------------------------------------
*-------- QUESTIO MEMBERS----------------
*--------------------------------------*/

/*.questio-members #myQuestioSearch {
    width: 95%;
    border: none;
    border-bottom: 1px solid #003354;
    padding-left: 5px;
}

.questio-members #myQuestioSearch:focus,
.questio-members #myQuestioSearch:active,
.questio-members #myQuestioSearch:visited {
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}

.questio-members .am.am-search {
    margin-right: .25em;
    font-size: 1.5em;
    margin-top: 5px;
}*/

.questio-members .myInput {
    width: 80%;
}

.questio-members .myInput:focus {
    /*border-color: #2F7E14!important;*/
    outline: none;
}

.questio-members .btnSearch {
    margin: 0;
    padding: 7px !important;
}

.questio-members .btnSearch:hover {
    background-color: #2F7E14;
    color: #ffffff;
}

.questio-members .container-pagination {
    text-align: center;
}

.questio-members .pagination a {
    text-decoration: none !important;
}

/*
.questio-members #questioTableMembers {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 12px;
}

.questio-members #questioTableMembers th {
    padding: 10px 10px;
}

.questio-members #questioTableMembers thead th {
    border: 1px solid #c4c4c4;
    color: #525252;
    text-transform: none;
    text-align: left;
    border-left: none;
}

.questio-members #questioTableMembers thead th:last-child {
    border-right: none;
}

.questio-members #questioTableMembers tbody tr:hover {
    background: #f5f5f5;
}

.questio-members #questioTableMembers tbody td:not(:last-child) {
    padding: 4px 8px;
    border-right: 1px solid #c4c4c4;
    text-align: left;
}

.questio-members #questioTableMembers tbody td:first-child,
.questio-members #questioTableMembers tbody td:last-child {
    border-left: none;
}

.questio-members #questioTableMembers td.icon {
    text-align: center;
}
*/

.questio-members .legend {
    margin-top: 30px;
}

.questio-members .legend > span {
    margin-right: 15px;
}

.questio-members .icon img,
.questio-members .legend > span > img.list-icon {
    width: 20px;
}

.questio-members .q {
    color: #2b6365;
    cursor: default;
    font: 22px Arial;
    font-weight: bold;
}

@media (max-width: 400px) {
    .questio-members table > thead > tr > th:last-of-type {
        display: none;
    }

    .questio-members table > tbody > tr > td:last-of-type {
        display: none;
    }

    .questio-members .myInput {
        width: 70%;
    }
}

/*---------------------------------------
*-------- QUESTIO DETAILS----------------
*--------------------------------------*/
.questio-details {
    background-color: #ffffff;
}

.questio-details .tab-content {
    padding: 0;
}

.questio-details .tab-pane {
    border: 1px solid #c4c4c4;
    border-top: none;
}

.questio-details .nav-tabs a {
    text-decoration: none !important;
}

.questio-details .infos {
    padding: 10px;
}

.questio-details .infos:not(:last-child) {
    border-bottom: 1px solid #c4c4c4;
}

.questio-details .infos .subtitle {
    margin: 10px 0 0;
}

.questio-details .infos .info {
    margin-bottom: 5px;
}

.questio-details .infos ul {
    list-style-type: none;
}

.questio-details .infos ul.first-list {
    padding: 0;
}

.questio-details .infos .am-circle {
    margin: 9px 10px 0 0;
    font-size: 0.6em;
}

.questio-details .contacts p {
    margin-bottom: 0;
    text-transform: uppercase;
}

/* FIX */
.pre-footer,
html {
    background-color: white;
}

@media (max-width: 991px) {
    .questio-details .dropdown-menu {
        width: auto !important;
    }
}

/*---*/
a.not-underline, a.scroll-to, a.button, a.read-more, .Tweet-body a, .dropdown-menu a, .breadcrumb a {
    display: block;
    /* text-align: center; */
}

#premio-internazionale .scrolldown-animation {
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
}

#premio-internazionale .scrolldown-animation.text-light h4 {
    color: #ffffff !important;
}

#premio-internazionale .scrolldown-animation.text-light .glyphicon {
    color: #ffffff !important;
}

#mainMenu .main-menu .dropdown-menu li a {
    text-align: left;
}

/*---------------------------------------
*-------- CANDIDATURA-PREMIO ------------
*--------------------------------------*/
.header--logo-premio {
    max-height: 275px;
    margin: 0 auto;
}

.hr-title.hr-long {
    width: 100%;
    margin: 30px auto 0px;
    color: #fff;
    border-color: #2F7F14;
}

.hr-title abbr {
    background-color: #2F7F14;
}

.btn.btn-text {
    padding: 5px 10px !important;
    margin: 0 5px;
}

.form-control.file-caption.kv-fileinput-caption {
    height: 43px;
}

.form-control.large {
    height: 150px;
}

.text-area-form {
    padding: 0 15px 20px 15px;
}

.primary-st-10 {
    background: rgba(47, 126, 20, 0.1);
    border: 2px solid #fff;
    padding: 30px 0;
}

.primary-st-15 {
    background: rgba(47, 126, 20, 0.2);
    border: 2px solid #fff;
    padding: 30px 0;
}

.primary-st-20 {
    background: rgba(47, 126, 20, 0.3);
    border: 2px solid #fff;
    padding: 30px 0;
}

.primary-st-25 {
    background: rgba(47, 126, 20, 0.4);
    border: 2px solid #fff;
    padding: 30px 0;
}

.form-group h4 {
    line-height: 15px;
    color: #2F7F14;

}

/*---------------------------------------
*----- consultazione-programma-strategico
*--------------------------------------*/
#sondaggiocpsstep1-privacy .radio-inline,
#sondaggiocpsstep1-eta .radio-inline {
    margin: 0 20px;
}

@media (min-width: 768px) {
    #sondaggiocpsstep1-eta .radio-inline:first-child {
        margin: 0;
    }
}

#sondaggiocpsstep3-sez3_1 label,
#sondaggiocpsstep2-sez2_1 label {
    text-transform: lowercase;
    line-height: 18px;
}

#sondaggiocpsstep3-sez3_1 label strong,
#sondaggiocpsstep2-sez2_1 label strong {
    text-transform: uppercase;
}

.sortable {
    min-height: 55px;
}

.required label:after,
label[for=residenza-id]:after {
    content: "*";
    color: #a94442;
    font-size: 19px;
    margin-left: 3px;
}

.required span,
.required {
    color: #a94442;
}

.page-title *,
.text-middle * {
    text-align: center;
}

.form-group label {
    text-align: left;
}

.required .radio:after,
.required .radio-inline:after,
.required .radio label:after,
.required .radio-inline label:after,
.no-asterisk:after {
    content: "" !important;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    text-align: left;
}

.wrap-intro a.btn:visited,
.wrap-intro a.button:visited {
    color: #ffffff;
    font-weight: bold;
}

.form-group .radio label,
.form-group .radio-inline label,
.form-group .radio-inline,
.form-group .radio {
    text-transform: none;
}

@media (min-width: 768px) {
    .empty-field {
        margin-top: 40px;
    }
}

/* ----------------------------------------------- */
/* fix header-sticky with banner
    this code block js resize on scroll into theme-function.js line 889 */
/* ----------------------------------------------- */
@media (max-width: 767px) {
    /*#header,*/
    /*#header.header-sticky,*/
    /*#header-wrap,*/
    /*#header-wrap.header-light{*/
    /*height: 70px!important;*/
    /*}*/
    #header #header-wrap #logo img,
    #header .nav-main-menu-responsive,
    #header #top-search a i,
    #header.header-sticky #logo img,
    #header.header-sticky .nav-main-menu-responsive,
    #header.header-sticky #top-search a i {
        height: 60px !important;
    }

    #header #top-search a i {
        line-height: 60px !important;
    }
}

/*---------------------------------------
*----- STATI GENERALI
*--------------------------------------*/
.from-stati-generali .text-center * {
    text-align: center;
}

.wrap-anchor-edition {
    padding: 5px 0;
}

.wrap-anchor-edition .container {
    display: flex;
}

.wrap-anchor-edition .container a.scroll-to {
    text-decoration: underline !important;
    margin: 0 15px;
    color: #2f7e14;
    font-weight: bold;
    text-transform: uppercase;
}

.premio-internazionale .heading {
    margin-bottom: 35px;
}

.premio-internazionale section {
    padding: 60px 0 0 0;
}

.news-stati-generali .list .read-more {
    text-align: left;
}

.wrap-search {
    width: 100%;
    float: left;
    background: #ededed;
    margin: 5px 0 30px 0;
}

.wrap-search .kv-date-calendar,
.wrap-search .kv-date-remove {
    background-color: #fff;
}

.wrap-search .btn-secondary {
    text-decoration: none !important;
    border: 1px solid #000;
}

.wrap-search .form-group label {
    text-align: left;
    text-transform: initial;
}

.wrap-search .wrap-btn {
    margin-top: 35px;
    text-align: right;
}

.post-content-details {
    word-wrap: break-word;
}

#video-assessore-container .owl-controls {
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
}

#video-assessore-container .tweet-wall .owl-controls {
    margin-left: 15px;
}

#video-assessore-container .owl-carousel.owl-loaded {
    margin-top: 56px;
}

/**
fix images in news text
 */

@media (max-width: 767px) {
    .post-content-single > .post-item > .post-content-details > .post-description img {
        max-width: 100% !important;
        height: auto;
    }
}