﻿.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.punto-elenco {
    list-style-type: circle;
}

.no-punto-elenco {
    list-style-type: none;
}

.iconDropdown {
    background: url(/img_NEW/icon-dropdown.svg) center no-repeat;
    background-size: 100%;
    width: 23px;
    height: 13px;
    margin: -1px 0 0;
    transition: all .3s ease-in-out;
    border: 0;
    transform: rotate(180deg);
}

    .iconDropdown.navbar-toggler.collapsed {
        background: url(/img_NEW/icon-dropdown.svg) center no-repeat;
        transform: rotate(0);
    }

.navbar {
    border-bottom: 1px solid;
}

/* ANIMATED X */
/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none !important;
        box-shadow: none !important;
        border: 0 !important;
    }

/* Lines of the Toggler */
.toggler-icon {
    width: 30px;
    height: 3px;
    background-color: #e74c3c;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: #777777;
}
/* END ANIMATED X */
.toggler-icon {
    // linea sottile nera per burger menu width: 32px;
    height: 1px;
    background-color: #000;
    display: block;
    margin: 8px 0;
    transition: all .3s ease-in-out;
}

.nav-lang-list {
    position: absolute;
    right: 0px;
    top: 54px;
    z-index: 10;
}

    .nav-lang-list ul {
        display: block;
        width: 85px;
        height: auto;
        margin: 6px 0 0;
        padding: 0;
        border-left: 1px solid black;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
    }

ul {
    list-style: none;
}

.offcanvas.offcanvas-start {
    top: 60px;
    width: 50%;
    border-right: 1px solid #000;
    background: none;
    color: #000;
    font-size: 30px;
}

.trasparenza {
    background-color: #fff;
    opacity: 0.1;
}

.hidden {
    display: none;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.pdf {
    height: 50px;
}

.social {
    height: 40px;
}

a, a:visited, a:active {
    color: #000;
}

.img200 {
    max-width: 200px;
}