@charset "UTF-8";

/*
Theme Name: ASI Theme
Author: Almaviva SpA
Author URI: https://www.almaviva.it/it_IT/
Description: Custom theme for new ASI website
Version: 1.0
Text Domain: asi-theme
Domain Path: /languages
*/

/* font */
@import url("css/lato.css");
@import url("css/galileoasi.css");
/* plugin jquery */
@import url("css/jquery.fullPage.css");
/*@import url("css/jquery.jConveyorTicker.min.css");*/
@import url("css/jquery.simpleTicker.css");
/* elementi */
@import url("css/simple-sidebar.css");
@import url("css/timeline.css");
@import url("css/tline2.css");
/*@import url("css/ppf.css");*/


@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600&display=swap');


body {
    font-family: Lato, Helvetica, Arial, serif;
    color: #626262;
}


.special_font_1, .special_font_1 h1, .special_font_1 h2, .special_font_1 h3, .special_font_1 p, .special_font_1 #breadcrumbs .item-current, .special_font_1 .bando-title, .special_font_1 .bando-title a, .special_font_1 .div-box-info-title, .special_font_1 h2.div-box-info-title{
	font-family: 'Titillium Web', sans-serif;
}

.special_font_1 h2.div-box-info-title{
	font-family: 'Titillium Web', sans-serif !important;
}

.logged-in .header {
    top: 32px;
}

.home.logged-in .info-footer {
    position: relative;
    top: 60px;
}

a {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

a:hover {
    text-decoration: underline !important;
}

h1,
h2,
h3,
h4,
h5 {
    color: #081b3e;
}

.rounded-0 {
    border-radius: 0 !important;
}

.bg-white-alpha2 {
    /*background-color: rgba(255, 255, 255, 0.2);*/
    background-color: rgba(35, 35, 35, 0.66);
}

.bg-gray {
    background-color: #eee;
}

.fullpage-wrapper {
    height: auto !important;
}

.text img {
    display: block;
    margin: 0 auto 1rem auto;
}

.text .wp-caption.alignleft {
    float: left;
    margin-right: 20px;
    padding: 4px;
}

.text .wp-caption.alignright {
    float: right;
    margin-left: 20px;
    padding: 4px;
}

.text .wp-caption p.wp-caption-text {
    font-size: 13px;
    font-style: italic;
    padding: 5px;
    background: #f4f4f4;
    border: 1px solid #ccc;
}

.cat-list-bandi-concorsi .cat-list-description {
    margin-bottom: 3rem;
}

.cat-list-bandi-concorsi .cat-list-description .col-img {
    width: 300px;
    float: left;
    margin: 0 15px 0 0;
    height: auto;
}


/* reply 2023 */



/* stile per select */

select.reply-select {
  width: 100%;
  padding: 12px;
  border: 0 !important;
  
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: .6em;
    background-position: calc(100% - 1.3em) center;
    background-repeat: no-repeat;
}
select::-ms-expand {
    display: none;
}

input.reply-text-input{
	width: 100% !important;
  border-radius: 0px;
  border: 0 !important;
  padding: 12px;
}


.reply-button{
  border-radius: 0px;
  border: 0 !important;
  padding: 12px;
	background-color: #333;
  color: #fff;
	transition-property: all;
	transition-delay: 200ms;
	transition-duration: 800ms;
	
}

#reply-filter-toggler{
	cursor: pointer;
  width: 32px;
  height: 27px;
  background-image: url("img/filter.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 11px;
	display: block;
}

.reply-button:hover{
	background-color: rgb(168, 53, 53);
}

select.reply-select, input.reply-text-input{
	background-color: #D9D9D9;
	
}

.reply-post-type-label{
position: absolute;
  background-color: #f9f9f9;
  top: 40%;
  color: #666;
  transform: rotate(-90deg);
  left: -94px;
  width: 174px;
  height: 32px;
  text-align: center;
  z-index: -1;
  border-radius: 4px;
	transition-property: all;
  transition-duration: 500ms;
	transition-delay: 200ms;
 
}

.card-body:hover .reply-post-type-label{
	left: -104px;
}


#filters-more{
	transition-property: all;
	transition-duration: 600ms;
	opacity: 0;
	height: 1px;
	overflow: hidden;
}

#filters-more.filters-more-show{
	opacity: 1;
	height: auto;
}




.bandi-search-bar{
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
}

.bando-status{
	float: right;
	color: #fff;
	
}

.bando-status:hover{
	color: #fff !important;
	text-decoration: none;
}

.bando-status-open{
	background-color: #1B6C07;
}
.bando-status-closed{
	background-color:#9F080A;
}

.bando-status-all:hover, .bando-status-open:hover, .bando-status-closed:hover{
	color: #fff !important;
	text-decoration: none !important;
}

.bando-status-all:hover{
	background-color: #222;
}

.bando-status-open:hover{
	background-color:#173D0C;
}

.bando-status-revoked{
	background-color:#E5E5E5;
	color: #333;
	
}

.bando-status-revoked:hover{
	color: #333 !important;
	background-color:#B6B6B6;
	text-decoration: none !important;
}

.bando-status-undefined{
	display: none;
}



.rep-button{
	
}

/* END reply 2023 */

@media (min-width: 768px) {
    .text img {
        display: inline-block;
        float: right;
        margin: 0 0 1rem 1rem;
        border: 1px solid #ccc;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    }

    .text .wp-caption.alignright img {
        float: initial;
        margin: 0;
    }
}

/**
 * Sidebar Nav
 */
#sidebar {
    top: 0;
    width: auto;
    background-color: #ffffff;
    max-width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 1rem;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    #sidebar {
        max-width: 400px;
        width: 400px;
    }
}

.sidebar .nav {
    flex-wrap: nowrap;
}

.sidebar li > a > i {
    margin-left: 1rem;
}

.sidebar li > h3 {
    font-size: 1.6rem;
}

.sidebar .nav-link {
    border-bottom: 1px solid #dddddd;
}

.sidebar a.nav-link {
    color: #727773;
}

.sidebar .nav-link:hover {
    background-color: #eee;
}

.sidebar .nav-link.active {
    background-color: #0d2550;
    color: #FFF;
}

.sidebar .nav-link[data-toggle].collapsed .fa-chevron-right::before {
    content: "\f078";
}

.sidebar .nav-link[data-toggle] .fa-chevron-right::before {
    content: "\f077";
}

.sidebar .nav-item .nav-item {
    background-color: #F2F2F2;
}

.sidebar .nav-item .nav-item a.nav-link {
    color: #000;
    font-size: 1rem;
}

.sidebar .nav-item .nav-item .nav-item {
    background-color: #F2F2F2;
}

.sidebar .nav-item .nav-item a {
    padding-left: 40px;
}

.sidebar .nav-item .nav-item .nav-item a {
    padding-left: 60px;
}

.sidebar .nav-item.separator {
    border-top: 2px solid #ccc;
}

.sidebar .nav-item.bg-dark a.nav-link:hover {
    color: #727773 !important;
}

/**
 * Wrapper
 */
#wrapper {
    background: none;
}

#wrapper.toggled {
    padding-left: 202px;
    box-shadow: none;
    transform: none;
}

#wrapper h2.div-box-info-title,
#wrapper h3.div-box-info-title {
    font-family: GalileoASI, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 36px;
    letter-spacing: 0.01em;
}

#wrapper .news-sidebar h2.div-box-info-title,
#wrapper .categories-boxed h2.div-box-info-title {
    font-size: 26px;
    color: #081b3e;
}

#wrapper .hp h3.div-box-info-title {
    font-size: 1.8rem;
}

/**
 * Header
 */
.header {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Lato, Helvetica, Arial, serif;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    height: 120px;
}

.header .navbar-toggler.is-open {
    transform: translateX(360px);
}

@media (min-width: 768px) {
    .header .navbar-toggler.is-open {
        transform: translateX(430px);
    }
}

.header.bg-gradient-dark {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.header.collapsed .ticker-news,
.header.collapsed .jctkr-label {
    transform: translateY(-2000px);
}

.header {
    background-color: rgba(0, 0, 0, .5);
}

.header .logo-header {
    transform: translateY(-80px);
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.header.collapsed .extra-menu, .header.collapsed .media-menu {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 1;
}

@media (min-width: 1000px) {

    .header {
        background-color: transparent;
        height: 190px;
    }

    .header.collapsed {
        height: 120px;
    }

    .header .logo-header {
        transform: translateY(-75px);
    }

    .header.collapsed .logo-header {
        position: absolute;
        transform: translate(-30%, -134%);
    }

    .header.collapsed .logo-header .logo {
        transform: scale(0.50);
    }

    .header.collapsed .extra-menu,  .header.collapsed .media-menu {
        opacity: 0;
    }
}

.header-utils .btn.btn-link.dropdown-toggle {
    color: #FFF;
}

.header-utils .dropdown-menu {
    right: 0;
    left: auto;
}

a.social {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: #fff;
}

a.social i:before {
    color: #3B3F48 !important;
}

.ticker-news,
.jctkr-label,
.navbar-toggler,
.logo-header,
.logo {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bottom-header .navbar-nav .nav-item {
    margin: 0 0.5rem;
}

.bottom-header .navbar-nav .nav-item a {
    color: #fff;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .div-navbar .nav-item {
        padding: 18px 20px;
    }

    .navbar-collapse {
        max-width: 1024px;
        margin: 0 auto;
    }
}

/**
 * Ticker News
 */
.ticker-news {
    display: inline-block !important;
}

.jctkr-label {
    display: inline-flex !important;
    align-items: center;
}

.jctkr-label {
    padding: 0 10px 0 0;
    background-color: transparent;
    font-size: 16px;
    cursor: default;
    color: #FFF;
    text-transform: uppercase;
}

.jctkr-wrapper ul li {
    margin: 0 1em;
    color: #FFF;
}

/**
 * Navbar
 */
.div-navbar .navbar-toggleable-md {
    background-color: #FFF;
    background-color: rgba(255, 255, 255, .9);
}

.div-navbar .nav-item {
    text-transform: uppercase;
    position: relative;
    padding: 0 20px;
    color: #000;
}

.div-navbar .nav-link {
    color: #000;
    font-weight: 600;
}

.div-navbar .dropdown-menu {
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    border-radius: 0;
    background-color: #f8f8f8;
}

.div-navbar .dropdown-item {
    padding: 6px 1.5rem;
    font-size: .75rem;
}

.div-navbar .dropdown-item:hover {
    background-color: #eee;
}

.div-navbar .navbar-toggler-icon {
    margin-top: 3px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.div-navbar .navbar-brand img {
    margin: 0 auto;
    max-height: 70px;
}

.div-navbar .navbar-brand.hidden-lg-up img {
    max-height: 40px;
}

.navbar.top-header {
    padding: .8rem 1rem;
}

/**
 * Hamburger cross
 */
.navbar-toggler {
    position: relative;
    top: 0;
    z-index: 999;
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
}

.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
}

.navbar-toggler.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.navbar-toggler.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.navbar-toggler.is-closed .hamb-top,
.navbar-toggler.is-closed .hamb-middle,
.navbar-toggler.is-closed .hamb-bottom,
.navbar-toggler.is-open .hamb-top,
.navbar-toggler.is-open .hamb-middle,
.navbar-toggler.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}

.navbar-toggler .hamb-top,
.navbar-toggler .hamb-middle,
.navbar-toggler .hamb-bottom {
    background-color: #FFF;
    border-radius: 4px;
}

.navbar-toggler.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.navbar-toggler.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}

.navbar-toggler.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.navbar-toggler.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
}

.navbar-toggler.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
}

.navbar-toggler.is-open .hamb-top,
.navbar-toggler.is-open .hamb-middle,
.navbar-toggler.is-open .hamb-bottom {
    background-color: #fff;
}

.navbar-toggler.is-open .hamb-top,
.navbar-toggler.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}

.navbar-toggler.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.navbar-toggler.is-open .hamb-middle {
    display: none;
}

.navbar-toggler.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.navbar-toggler.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.navbar-toggler.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.navbar-form .input-group > .form-control {
    background-color: transparent;
    border-width: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    height: 25px;
    color: #fff;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    max-width: 130px;
}

.navbar-form .input-group-text {
    background: none;
    border: none;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #FFF;
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border: none;
}

.header.collapsed .navbar-toggler.is-open {
    transform: translateX(360px);
}

@media (min-width: 1000px) {
    .header.collapsed .navbar-toggler.is-open {
        transform: translate(430px, -75px) scale(0.75);
    }

    .header.collapsed .navbar-toggler {
        transform: translateY(-75px) scale(0.75);
    }
}

/**
 * Home-Fullpage
 */
#fp-nav ul li a span,
#menu-line,
.fp-slidesNav ul li a span {
    background-color: #fff;
}

#fp-nav ul li .fp-tooltip {
    color: #fff;
}

/**
 * Home/Box
 */
.div-section {
    padding: 12% 0;
}

.div-section.fullpage {
    /*position: absolute;*/
    width: 100%;
    bottom: 12%;
    padding: 0;
}

.div-section.footer {
    padding: 75px 0 50px;
}

.div-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: auto !important;
}

.div-box-info {
    color: #FFF;
    padding: 20px;
    text-align: justify;
    background-color: rgba(0, 0, 0, .7);
    /* width: 35%;*/
    text-shadow: 0 0 20px #000;
    font-size: 1.3rem;
    position: relative;
    top: 10em;
}

.hp.div-box-info p {
    font-size: 1.2rem;
}

h2.div-box-info-title,
h3.div-box-info-title {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #fff;
    color: #ffcc00;
    line-height: 1.2em;
    letter-spacing: 0.01em;
}

@media (min-width: 768px) {

    h2.div-box-info-title,
    h3.div-box-info-title {
        font-size: 2.5rem;
    }
}

h3.div-box-info-title a {
    color: #ffcc00;
}

h3.div-box-info-title a:hover {
    text-decoration: none;
    color: #AA8800;
}

.div-contatti {
    background-color: #f2f2f2;
    color: #000;
}

/**
 * Carousel
 */
.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-item {
    perspective: none;
}

.carousel-item img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    width: 10%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
    width: auto;
    height: auto;
    padding: 1em;
    /*border: 1px solid #fff;*/
}

.carousel-control-next-icon i,
.carousel-control-prev-icon i {
    font-size: 2em;
}

.carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    text-align: justify;
    background-color: rgba(0, 0, 0, .7);
    text-shadow: 1px 1px 1px #000000;
    font-size: 1.2em;
}

@media screen and (min-height: 640px) {
    .carousel-caption {
        bottom: auto;
        top: 60%;
    }
}

@media (min-width: 768px) {
    .carousel-caption {
        left: 15%;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .carousel-caption {
        width: 40%;
    }
}

.carousel-caption h5 {
    font-family: GalileoASI, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #fff;
    color: #ffcc00;
}

@media (min-width: 768px) {
    .carousel-caption h5 {
        font-size: 1.7rem;
    }
}

.carousel-caption h5 a {
    color: #ffcc00;
}

.carousel-caption h5 a:hover {
    text-decoration: none;
    color: #AA8800;
}

.fp-scroller {
    height: 100%;
}

/**
 * Hero
 */
.it-hero-wrapper {
    position: relative;
    min-height: 620px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.it-hero-wrapper.it-iframe-content {
    min-height: 320px;
}

.it-hero-wrapper .img-responsive-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}

.it-hero-wrapper .img-responsive-wrapper .img-responsive {
    padding-bottom: inherit;
    height: 100%;
    position: initial;
}

.img-responsive-wrapper .img-responsive .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-responsive-wrapper .img-responsive .img-wrapper img {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.it-hero-wrapper .breadcrumbContainer {
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.breadcrumbContainer.bg-white-alpha2 {
    background-color: rgba(40, 40, 40, 0.65);
}

.it-hero-wrapper .breadcrumb {
    display: block;
    margin: 0;
    border-radius: 0;
    background: none;
}

.it-hero-wrapper .breadcrumb-item {
    display: inline-block;
}

.it-hero-wrapper .breadcrumb-item.active,
.it-hero-wrapper .breadcrumb li a {
    color: #fff;
}

.it-hero-wrapper .breadcrumb-item.active {
    display: block;
    font-size: 2rem;
}


.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

.breadcrumb-item:after {
    display: inline-block;
    padding-left: .5rem;
    color: #fff;
    content: ">";
}

.breadcrumb-item:last-child:after {
    display: none;
}

/**
 * Breadcrumb
 */
#breadcrumbs {
    list-style: none;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    left: -20px;
    text-transform: uppercase;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: #fff;
}

#breadcrumbs li a,
#breadcrumbs li a:hover {
    color: #fff;
}

#breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #fff;
}

#breadcrumbs .item-current {
    display: block;
    font-size: 2rem;
    font-family: GalileoASI, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0.01em;
}

/**
 * Card
 */
.card-title {
    font-family: GalileoASI, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.48rem;
    text-transform: uppercase;
    color: #626262;
}

.card-top {
    position: relative;
}

.card-top img {
    object-fit: cover;
    height: 185px;
}

.card-top img.standard-img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.card-top .card-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    /*text-align: center;*/
    /*background-color: rgba(255, 255, 255, 0.7);*/
    background-color: rgba(40, 40, 40, 0.65);
    color: #fff;
    font-size: 1.5rem;
}

.card a.chevron {
    color: #727773;
}

.card.clear {
    background: none;
    border: none;
}

/**
 * Footer
 */
.div-footer {
    font-family: Lato, Helvetica, Arial, serif;
    font-weight: 300;
    background-color: rgb(245, 245, 245) !important;
}

.footer-message {
    padding: 1rem 0;
    text-align: center;
}

#wrapper .div-footer .footer-message h3.footer-title {
    font-family: GalileoASI, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #777777;
    font-size: 1.6rem;
    border-bottom: 1px solid #d6d6d6;
    text-transform: unset;
}

.footer-message .footer-area-message p {
    line-height: 1.6rem;
    font-size: 0.9rem;
}

.div-footer .list-group-item {
    background: none;
    border: none;
    padding: .3rem 0;
}

.div-footer a.list-group-item {
    color: #373737;
}

.div-footer .list-social {
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .div-footer .list-social {
        flex-direction: column;
        justify-content: center;
        margin: 0;
    }
}

.div-footer a.social {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #777;
}

.div-footer a.social i {
    vertical-align: -0.5em;
}

.div-footer a.social i:before {
    color: #fff !important;
}

/**
 * Info Footer
 */
.info-footer {
    background-color: #505050;
    color: #f5f5f5;
    font-family: Lato, Helvetica, Arial, serif;
    font-weight: 300;
    font-size: 0.8rem;
    height: 32px;
    width: 100%;
}

.home .info-footer {
    top: 92px;
    position: relative;
}

.info-footer-align {
    margin: 0;
    top: 6px;
    position: relative;
    text-align: center;
}

.info-footer-nav {
    font-family: Lato, Helvetica, Arial, serif;
    font-weight: 300;
    font-size: 0.8rem;
    margin: 0;
    top: -8px;
    position: relative;
}

.info-footer-nav a {
    color: #f5f5f5;
}

.info-footer-nav li {
    margin: 0 5px 0;
}

.info-footer-nav li.nav-item::after {
    /*content:" \00b7";*/ /* mid dot*/
    content: "\2014"; /* em dash */
}

/**
 * Search bar
 */
.search-form {
    position: absolute;
    top: 50%;
    right: 33.8em;
    -webkit-transform: translateX(-0%) translateY(-50%);
    transform: translateX(-0%) translateY(-50%);
}

.search-form * {
    outline: none;
    box-sizing: border-box;
}

.search-form-mobile {
    position: absolute;
    top: 3.2em;
    right: 2em;
    -webkit-transform: translateX(-0%) translateY(-50%);
    transform: translateX(-0%) translateY(-50%);
}

.search-form-mobile * {
    outline: none;
    box-sizing: border-box;
}

.search__wrapper {
    position: relative;
}

.search__field {
    width: 50px;
    height: 50px;
    color: transparent;
    font-family: Lato, sans-serif;
    font-size: 1.35em;
    padding: 0.35em 50px 0.35em 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: none;
    background: none;
}

.search__field:focus {
    border-bottom-color: #ccc;
    width: 24vw;
    color: #fff;
    cursor: default;
}

.search__field:focus ~ .search__icon {
    background-color: transparent;
    cursor: pointer;
    pointer-events: auto;
}

.search__icon {
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 1.35em;
    text-align: center;
    pointer-events: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
    border: none;
    background: none;
    color: #fff;
}

.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

/**
 * Search results
 */
.search-results #searchform {
    margin-bottom: 50px;
}

.search-results #searchform input#s {
    width: 75%;
}

.search-results #searchform input#searchsubmit {
    width: 20%;
}

h2.search-title {
    font-size: 20px;
    margin: 20px 0 40px 0;
}

h2.search-title .searched-word {
    text-decoration: underline;
    font-style: italic;
}

h2.search-title .search-number-posts {
    font-size: 26px;
    font-weight: 700;
    color: #800c0c;
}

.card-body.search-result {
    display: flex;
}

.card-body.search-result .post-date {
    font-size: 13px;
}

.card-body .search-btn-more {
    float: right;
}

.card-body .search-title {
    font-family: GalileoASI, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #081b3e !important;
}

.card-body .card-text {
    font-weight: 300;
    text-align: justify;
}

.card-body .card-text a.more-link {
    display: none;
}

.card-body .card-text .text-muted {
    color: #484f55 !important;
}

.card-body #fimage {
    margin-bottom: 10px;
    text-align: center;
}

.card-body #fimage img {
    max-width: 310px;
    height: auto;
}

p.post-date.posts-list-by-cat {
    font-size: 13px;
    margin: 0 0 10px 5px;
}

.main section.text a,
.d-block.mx-auto.img-fluid.logo {
    color: #0054b0;
}

.main .row #file-sepa {
    margin-left: 10px;
    margin-right: 10px;
}

.main .row.file-attach {
    display: block;
    margin-bottom: 5px;
}

.main .row.file-attach a {
    text-decoration: none;
    color: #0054b0;
}

.bottom-header .navbar-nav a.nav-link {
    background-color: rgba(80, 80, 80, 0);
}

.bottom-header.navbar.py-4.align-items-start {
    color: rgb(160, 160, 160);
    background-color: rgba(50, 50, 50, 0);
}

@media (max-width: 768px) {
    .header {
        height: 100px;
    }

    .bottom-header.navbar.py-4.align-items-start {
        transform: translate(-20px, 10px) scale(0.8);
    }

    .header .logo-header {
        /*transform: translateY(-110px) scale(0.60);*/
        transform: translate(-15px, -105px) scale(0.60);
    }

    .carousel-caption h5 {
        font-size: 1.2rem;
        border-bottom: none;
        margin-bottom: unset;
        padding-bottom: unset;
    }

    .carousel-caption p,
    #wrapper .div-box-info p {
        font-size: 1rem;
    }

    .carousel-inner, .carousel-item {
        height: 500px;
    }

    .div-section.fullpage {
        /*height: 410px;*/
        position: relative;
        top: -105px;
    }

    #wrapper .hp h3.div-box-info-title {
        font-size: 22px;
        padding-bottom: unset;
        margin-bottom: unset;
        border-bottom: none;
    }

    .footer-message .img-fluid {
        max-width: 50%;
    }

    #Footer .div-section .footer-menu-1,
    #Footer .div-section .footer-menu-2,
    #Footer .div-section .footer-menu-3 {
        font-size: 0.8rem;
    }

    .slideshow-link {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.navbar-toggler {
    color: rgb(160, 160, 160);
}

.box-alignment {
    margin: 2rem auto;
    text-align: center;
}

.disclaimer {
    text-align: justify-all;
    font-size: 0.8rem;
    padding: 2rem;
}

.internal-image {
    padding: 2rem;
}

.divider {
    background: url(img/divider.png) no-repeat center center;
    width: 100%;
    height: 45px;
}

.attachments.cat-list-bandi-concorsi {
    margin-bottom: 70px;
}

.map-title {
    font-family: Lato, Helvetica, Arial, serif;
    color: #626262;
    font-weight: 700;
}

/**
 * Menu privacy in header
 */
.privacy-menu .list-inline-item:last-child {
    margin-right: .6rem !important;
}

.privacy-menu > li {
    list-style-type: none;
}

.privacy-menu > li > a {
    color: #fff;
}

.privacy-menu .li-separator {
    color: #fff;
    margin-left: 5px;
}

/**
 * Grid Posts List
 */
.list-posts .rt-img-holder img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.list-posts .rt-holder .entry-title::after {
    content: " \2023";
}

/**
 * Accordion on posts list
 */
.page-list.accordion .card {
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: .25rem !important;
}

.page-list.accordion .card-header:after {
    content: "\25B2";
    float: right;
}

.page-list.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\25BC";
}

.page-list.accordion .card-title {
    font-family: GalileoASI, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 1.1rem;
    letter-spacing: 0.01em;
}

.page-list.accordion .card-body a {
    color: #081b3e;
    font-size: 1.03rem;
}

.page-list.accordion .card-body span#icon-link {
    color: #081b3e;
    font-size: 1.6rem;
    position: relative;
    top: 4px;
    text-decoration: none;
}

.page-list.accordion .card-body #meta-datas {
    font-size: 0.7rem;
}

.page-list.accordion .card-body .media img {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}

#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.notfound .notfound-404 {
    position: relative;
    height: 200px;
    margin: 0px auto 20px;
    z-index: -1;
}

.notfound .notfound-404 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 236px;
    font-weight: 200;
    margin: 0px;
    color: #003571;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0080c6;
    background: #fff;
    padding: 10px 5px;
    margin: auto;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.notfound a {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 23px;
    background: #003571;
    font-size: 18px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound a:hover {
    color: #003571;
    background: #36b2e3;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h1 {
        font-size: 148px;
    }

    .slideshow-link {
        margin-top: 30px;
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 148px;
        margin: 0px auto 10px;
    }

    .notfound .notfound-404 h1 {
        font-size: 86px;
    }

    .notfound .notfound-404 h2 {
        font-size: 16px;
    }

    .notfound a {
        padding: 7px 15px;
        font-size: 14px;
    }

    .slideshow-link {
        margin-top: 30px;
        margin-bottom: 30px;
    }

}

/**
 List Bandi e Concorsi
 */
section p.list-bandi-content a {
    text-decoration: none;
    color: #626262;
}

h2.no-elements-bandi {
    font-family: GalileoASI, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0.01em;

    color: #003571;
    font-size: 1.6rem;
}

.list-bandi .hr-style10 {
    border-top: 1px dotted #8c8b8b;
    border-bottom: 1px dotted #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff !important;
}

.element-bando {
	/*
    border-top: 1px dotted #8c8b8b;
    border-bottom: 1px dotted #fff;
	*/
    padding-bottom: 5px;
}

.element-bando.last {
	/*
    border-bottom: 1px dotted #8c8b8b;
	*/
}

.element-bando:nth-child(even) {
    background-color: #fff;
}

.element-bando:nth-child(odd) {
    background: #e8e8e8; /* Old Browsers */
    background: -moz-linear-gradient(left, #e8e8e8 0%, #e8e8e8 70%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e8e8e8), color-stop(70%, #e8e8e8), color-stop(100%, #ffffff)); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, #e8e8e8 0%, #e8e8e8 70%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #e8e8e8 0%, #e8e8e8 70%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #e8e8e8 0%, #e8e8e8 70%, #ffffff 100%); /* IE 10+ */
    background: linear-gradient(to right, #e8e8e8 0%, #e8e8e8 70%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
}

.img-element-bando {
    padding-right: 10px;
    padding-left: 8px;
    padding-top: 4px;
}

.bando-title h2 {
    font-family: GalileoASI, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.8em;
    letter-spacing: 0.01em;
}

.bando-title a {
    color: #003571;
    font-size: 1.3rem;
    text-decoration: none;
}

.list.bando-text {
    padding-left: 15px;
}

.bando-data {
    font-style: italic;
}

.bando-scadenza {
    margin-top: 20px;
    margin-bottom: 10px;
}

.bando-scadenza-data {
    font-weight: bold;
}

/** Attach singolo bando e concorso */
.section-attach h3,
.section-link h3 {
    font-family: GalileoASI, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    margin: 25px 0 15px;
}

.section-attach h3 span,
.section-link h3 span {
    border-bottom: solid 0.01rem #777;
    color: #777;
}

.section-link a {
    text-decoration: none;
    color: #0054b0;
}

.section-link #section-link-icon {
    font-size: 24px;
}

/** Pagination */
.pagination {
    background: #E7E6E5;
    background: rgba(255, 255, 255, 0.35);
    padding: 7px 10px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pagination .page-numbers {
    padding: 3px 6px;
    font-size: 15px;
    font-weight: bold;
    color: #a7a7a7;
}

.pagination .current {
    color: #003571;
}

.row.mission,
.row.list-bandi {
    margin-top: 25px;
}

.table-experiment-content {
    margin-top: 25px;
}

.table-experiment,
.table-experiment tr {
    width: 100%;
}

.table-experiment th,
.table-experiment td {
    width: 17%;
    text-align: center;
}

.table-experiment td {
    font-size: 14px;
    vertical-align: middle;
}

.desc-experiment {
    margin-bottom: 25px;
}

.img-experiment {
    text-align: right;
}

section .lead,
.title-experiment {
    font-weight: 700;
    font-size: 1.3rem;
    text-align: justify;
}

section.text {
    font-weight: 400;
    text-align: justify;
}

.div-link-all-news {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    text-align: right;
}

.div-link-all-news #link-all-news {
    font-size: 0.8rem;
}

.div-link-all-news #link-all-news,
h2.div-box-info-title a {
    text-decoration: none;
    color: #003571;
}

.description-attachments {
    margin-bottom: 2em !important;
    padding-left: 15px;
    font-size: 14px;
}

.title-attachments {
    font-size: 1.05em;
    font-weight: 700;
    font-style: italic;
    color: #626262;
    margin-bottom: 1em !important;
}

.attachments-list ul,
.links-list ul {
    list-style: none;
}

.attachments-list li,
.links-list li {
    margin: 0 0 3px;
}

.attachments-list li a,
.links-list li a {
    color: #626262;
}

.attachments-list li a:hover,
.links-list li a:hover {
    color: #081b3e;
}

.single-bandi_e_concorsi ul#link {
    list-style: none;
}

.single-bandi_e_concorsi ul#link > li > a > img {
    float: none;
    border: none;
    box-shadow: none;
}

#advanced_iframe {
    margin-top: 25px;
}

.slideshow-link {
    margin-top: 70px;
}

.social-share .sfsi_shortcode_container {
    float: none;
    margin-bottom: 20px;
}

.attachment-description {
    padding-left: 58px;
    font-size: 13px;
    width: 90%;
    font-weight: 300;
    font-style: italic;
    padding-top: 6px;
}

.fa-external-link-alt:before {
    font-size: 26px;
}

.data-pubblicazione {
    margin-bottom: 25px;
    font-size: 0.85em;
    font-style: italic;
    text-align: right;
}

.list-elements {
    margin-top: 35px;
}

.popover {
    max-width: 450px;
}

.feed-image {
    float: left;
    object-fit: contain;
    padding: 10px 20px 20px 5px;
}

.globalscience-newsletter {
    background-color: #999;
    border-radius: 0.5em;
    display: inline-block;
    padding: 10px;
    margin: 25px 0 10px 0;
    width: auto;
    height: auto;
}

#tribe-events-content a, .tribe-events-event-meta a {
    color: #0054b0 !important;
}

.list-bandi-title {
    padding: 0 0 35px 0;
    width: 100%;
}
.list-bandi-title .numero-elementi {
    font-weight: 700;
    color: darkred;
}

.link-e-allegati {
    margin-top: 50px;
}




/* added by Luca Colombo - Reply */


#menu-accordion .card-body{
	padding: 0.25rem;
}

#menu-accordion .card-header {
  padding: .25rem .75rem;

  background-color: rgba(47, 47, 47, 0.51);
	
	  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

#menu-accordion .card-header a{
	color: #fff;
}


#menu-accordion .card-header .btn.focus, #menu-accordion .card-header .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,0,0,0.0);
}


#sidebar{
	background-color: #E9E9E9;

    
	
}

#sidebar .panel-title a{
	font-size: 11.5px;
  white-space: nowrap;
  text-align: left;
  padding-left: 0;
}

body.lc-sidebar-active #sidebar{
	box-shadow: 0 0 1.2rem rgba(0,0,0,0.7);
    border-right: 3px solid #fff;
}


#sidebar #menu-accordion .card-header a .fas {
  border-right: 2px solid #acacac;
  padding-right: 8px;
  margin-right: 6px;
  padding-top: 3px;
  padding-bottom: 0;
  padding-left: 0;
  margin-left: 0;
  color: #acacac;
}




	#menu-accordion ul.list-social{
		margin: 16px auto 11px !important;
    position: relative;
    display: block !important;
    text-align: center;
    border: none !important;
	}
	
	
	#menu-accordion a.social {
  width: 34px;
  height: 34px;
		border: 1px solid #CECECE;
	}
	
	#menu-accordion a.social i{
		margin-left: 0;
		position: relative;
		margin-top: 10px;
	}

.lc-laguage-switch{
	text-align: center;
}


.reply-mobile-only{
	
}

@media(min-width:992px) {
	.reply-mobile-only{
	opacity: 0.0;
		display: none;
		visibility: hidden;
		z-index: -1;
}
}

@media(max-width:992px) {
	
	a.lc-laguage-switch-link{
		padding: 4px 8px;
		color: #333;
		display: inline-block;
	}
	
	a.lc-laguage-switch-link-en{
		
	}
	
	#sidebar{
		min-width: 300px;
	}

#menu-accordion li.nav-item{
	
}
	

	
	.bottom-header{
		z-index: 999999;
	}
	
	.bottom-header .navbar-toggler.is-open______ {
  color: rgba(160, 160, 160, 0.5);
    background-color: #000000d4;
    padding: 20px !important;
    width: 50px;
    height: 50px;
    margin: -12px 0 0 -12px;
}
	
	body.lc-sidebar-active .search-form-mobile, body.lc-sidebar-active .cky-revisit-bottom-left{
		display: none;
		
	}

}




/* reply 2023 */

/* recupero gli stili di allineameto definiti nell'editor di test WYSIWYG */

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

img.alignnone{
	float: none;
	margin: 0 0 1em 1em;
}
.alignnone{
	float: none;
}


table.aligncenter{
	height: auto !important;
}

/* correggo twitte con X */
.fab.fa-twitter_, .myX{
	background-image: url("img/icons/new-x.png");
	background-repeat: no-repeat;
	background-size: 12px;
	
}


.fa-twitter_::before {
  content: " ";
}



/* correggo sovrapposizione logo/menu */

@media (max-width: 1460px) {
	.header .logo-header{
		width: 20%;
	}
	
	.header.collapsed .logo-header{
		width: 30%;
	}	
	
}

@media (max-width: 768px) {
	.header .logo-header{
		width: 30%;
		border: 0px dotted #f00;
	}
	
}


/* Accordion ASI */

.accordionAsi{
	
}


.accordionAsi .btn.focus, .accordionAsi .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 transparent;
  border: 1px solid #ddd;
  background-color: #3a6089;
  color: #fff !important;
  text-decoration: none;
}

.accordionAsi .card{
	border-radius: 0;
}

.accordionAsi .card .box-text{
	padding: 6px;
}

.accordionAsi .card .row{
	margin-bottom: 1em;
}

.accordionAsi .card .btn-link{
	color: #333;
	font-weight: bold;
	
}

.accordionSoloPagine{
	
}


.accordionAsi img{
	max-width: 100%;
	height: auto;
	border: 1px solid #ccc;
	
} 

.div-box-reply{
	background-size: cover; background-attachment: fixed;
}


@media (max-width: 768px) {
		.div-box-reply{
			border: 0 dotted #000;
    background-size: cover;
    background-attachment: unset;
	}
}
