@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700");
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

@font-face {
    font-family: 'Helvetica';
    src: url("../fonts/Helvetica-lt.ttf");
    font-weight: 300
}

@font-face {
    font-family: 'Helvetica';
    src: url("../fonts/Helvetica.ttf");
    font-weight: 400
}

@font-face {
    font-family: 'Helvetica';
    src: url("../fonts/Helvetica-bl.ttf");
    font-weight: 500
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #222
}

a, p, li, h1, h2, h3, h4 {
    text-decoration: none;
    color: #222;
    margin: 0;
    line-height: 1.4;
    font-size: 14px
}

a:hover, a:focus, a:active {
    text-decoration: none
}

*[role=button] {
    cursor: pointer
}

input, textarea {
    box-sizing: border-box
}

button {
    cursor: pointer
}

ul {
    list-style: none;
    padding: 0
}

.container-right, .container {
    width: 1300px;
    margin: 0 auto;
    display: block;
    position: relative;
    box-sizing: border-box
}

header .container,
.mobile-nav .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

header {
    background-color: #222;
    overflow: hidden;
    height: 30px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100
}

header .social {
    text-align: left;
    float: left
}

header .social li {
    float: left;
    padding: 6px 8px 6px 0
}

header .social li a {
    display: block
}

header .social li a img {
    vertical-align: top;
    width: 18px
}

.mobile-nav .right-menu {
    text-align: right;
    float: right;
    margin-right: 60px;
}

.mobile-nav #lang {
    margin-right: 60px;
}

.mobile-nav .right-menu li,
.mobile-nav #lang li {
    float: left;
    padding: 0 10px;
    font-family: 'Raleway', sans-serif;
}

.mobile-nav .right-menu li:last-child,
.mobile-nav #lang li:last-child {
    padding-right: 0px
}

.mobile-nav .right-menu li a,
.mobile-nav #lang li a {
    display: block;
    color: #fff;
    line-height: 30px;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.mobile-nav .right-menu li a:hover,
.mobile-nav #lang li a:hover {
    color: #838bc5;
}

.mobile-nav .right-menu li.ar-menu {
    background-color: #838bc5;
    margin-left: 10px;
    padding: 0 15px;
    text-transform: uppercase
}

.mobile-nav .right-menu li.ar-menu:hover {
    background-color: #6f767a
}

.mobile-nav {
    display: block;
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 15px 0;
    z-index: 200;
    overflow: hidden;
}

.mobile-nav #burger {
    float: right;
    height: 28px;
    width: 28px;
    position: relative;
    cursor: pointer;
    margin-top: 5px
}

.mobile-nav .container {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.mobile-nav #logo-mob {
    display: block;
    float: left
}

.mobile-nav #logo-mob img {
    height: 40px;
    vertical-align: top;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.mobile-nav.white #logo-mob img {
    height: 40px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.mobile-nav #burger {
    float: right;
    height: 28px;
    width: 28px;
    position: relative
}

.mobile-nav #burger span {
    width: 28px;
    height: 4px;
    background: #fff;
    display: block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.mobile-nav #burger:hover span {
    background: #838bc5;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}


.mobile-nav #burger span:nth-child(2) {
    margin-top: 6px
}

.mobile-nav #burger span:nth-child(3) {
    margin-top: 6px
}

.mobile-nav .parte-left-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mobile-nav .parte-right-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.mobile-nav .speednews,
.speednews {
    font-family: 'Raleway', sans-serif;
}

.only-mob {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 17px;
    background-color: #edf1f3;
    padding: 25px
}

.mobile-nav .speednews {
    font-size: 14px;
    color: #fff;
    padding-left: 25px
}

nav {
    position: fixed;
    top: 30px;
    bottom: 0;
    background-color: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    z-index: 100;
    box-sizing: border-box;
    /*opacity:0.85;*/
}

nav .nav-lvl1 {
    width: 260px;
    padding: 0 30px;
    box-sizing: border-box
}

nav .nav-lvl1 #logo {
    position: absolute;
    top: 60px;
    left: 0;
    padding: 0 40px
}

nav .nav-lvl1 #logo img {
    width: 220px
}

nav .nav-lvl1 #logo.hide {
    opacity: 0
}

nav .nav-lvl1 .navbar {
    margin-bottom: 0px;
}

nav .nav-lvl1 .navbar > li {
    padding: 8px 0;
    position: relative;
    line-height: 1.3;
}

nav .nav-lvl1 .navbar > li:after {
    content: '';
    background-color: #fff;
    left: -30px;
    top: 50%;
    position: absolute;
    height: 2px;
    width: 0px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

nav .nav-lvl1 .navbar > li > span, nav .nav-lvl1 .navbar > li > a {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

nav .nav-lvl1 .navbar > li:hover > span, nav .nav-lvl1 .navbar > li:hover > a {
    padding-left: 10px
}

nav .nav-lvl1 .navbar > li:hover:after {
    width: 25px
}

nav .nav-lvl1 .navbar > li .nav-lvl2 {
    background-color: rgba(221,221,221,0.85);
    width: 0px;
    padding: 0px;
    position: fixed;
    top: 0px;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden
}

nav .nav-lvl1 .navbar > li .nav-lvl2.show {
    width: 260px
}

nav .nav-lvl1 .navbar > li .nav-lvl2 .lvl2-title {
    position: absolute;
    top: 80px;
    line-height: 1;
    left: 10px;
    font-size: 42px;
    color: #000;
    letter-spacing: -1px;
    font-weight: 300
}

nav .nav-lvl1 .navbar > li .nav-lvl2 .submenu {
    width: 300px;
    min-width: 300px;
    padding: 0 30px;
    box-sizing: border-box
}

nav .nav-lvl1 .navbar > li .nav-lvl2 .submenu > li {
    padding: 10px 0
}

nav .nav-lvl1 .navbar > li .nav-lvl2 .submenu > li.blue a {
    color: #838bc5
}

nav .nav-lvl1 .navbar > li .nav-lvl2 .submenu > li > a {
    font-size: 16px;
    color: #222;
    line-height: 1.2;
    cursor: pointer
}

nav .nav-lvl1 .navbar > li .nav-lvl2 .submenu > li > a:hover {
    color: #838bc5
}

nav .nav-lvl1 .nav-organiz {
    width: 100%;
    text-align: left;
    position: absolute;
    padding: 30px;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box
}

nav .nav-lvl1 .nav-organiz p {
    color: #fff
}

nav .nav-lvl1 .nav-organiz img {
    max-width: 100%;
    width: 150px;
    margin-top: 10px
}

nav.mob-open {
    right: 0px;
    top: 0;
}

nav {
    width: 300px;
    right: -300px;
    top: 0px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.body {
    padding-top: 80px
}

.body.home {
    padding-top: 0px
}

.txt a, .desc a, .htmlcontent a {
    color: #838bc5
}

.txt a:hover, .desc a:hover, .htmlcontent a:hover {
    text-decoration: underline
}

.txt img, .desc img, .htmlcontent img {
    max-width: 100%;
    height: auto
}

.txt ul, .desc ul, .htmlcontent ul {
    list-style: disc;
    padding-left: 20px
}

.txt ul li, .desc ul li, .htmlcontent ul li {
    padding: 0px
}

.intro-home {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.intro-home img {
    float: left;
    margin-right: 30px;
    width: 600px;
    /*margin-bottom: -5px*/
}

.intro-home .txt {
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.3
}

.slick-dots {
    bottom: 20px;
}

.slick-dots li button::before {
    font-size: 20px;
    color: #fff !important;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
}

.slider-home-box {
    width: 100%;
    margin: 0px
}

.slider-home-box #slider-home .item-home img {
    width: 100%
}

.slider-home-box #slider-home .item-home {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-color: #000;
}

.item-home .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
    opacity: 0.7
}

@media (min-width: 992px) {
    .item-home .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}

.item-home .slide__img img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
}

/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }
}

.zoomInImage {
    animation-name: zoomInImage;
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }

    to {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }
}

.zoomOutImage {
    animation-name: zoomOutImage;
    transition: 1s;
}

.box-desc {
    position: absolute;
    left: 6%;
    top: 40%;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

.item-home .title-slider {
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    line-height: 55px;
}

.item-home .desc-slider {
    color: #fff;
    font-size: 24px;
    margin: 10px 0 20px 0;
    line-height: 1.2em;
}

.item-home .link-slider {
    background: #000;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
}

a.read-more {
    background: #838bc5;
    color: #fff !important;
    padding: 10px 15px;
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}


a.read-more:hover {
    text-decoration: underline;
}

.home-news {
    display: flex;
    align-items: flex-start;
    margin-top: -30px;
    margin-bottom: 80px
}

.home-news .single-news {
    flex: 1;
    box-sizing: border-box;
    position: relative
}

.home-news .single-news .bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px
}

.home-news .single-news .txt {
    position: relative;
    z-index: 1
}

.home-news .single-news .txt .data {
    font-size: 20px;
    font-weight: 500
}

.home-news .single-news .txt .title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px
}

.home-news .single-news .txt .desc {
    color: #6f767a;
    margin-bottom: 20px
}

.home-news .single-news .txt .btn {
    background-color: #fff;
    border: 2px solid;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 20px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s
}

.home-news .single-news:nth-child(1) .txt .data {
    color: #838bc5
}

.home-news .single-news:nth-child(1) .txt .btn {
    border-color: rgba(228,239,247,0.9);
    color: #838bc5
}

.home-news .single-news:nth-child(1) .bg {
    background-color: rgba(228,239,247,0.9)
}

.home-news .single-news:nth-child(2) .txt .data {
    color: #83d0be
}

.home-news .single-news:nth-child(2) .txt .btn {
    border-color: rgba(229,248,243,0.9);
    color: #83d0be
}

.home-news .single-news:nth-child(2) .bg {
    background-color: rgba(229,248,243,0.9)
}

.home-news .single-news:nth-child(3) .txt .data {
    color: #b6d174
}

.home-news .single-news:nth-child(3) .txt .btn {
    border-color: rgba(238,247,216,0.9);
    color: #b6d174
}

.home-news .single-news:nth-child(3) .bg {
    background-color: rgba(238,247,216,0.9)
}

.home-news .single-news .txt .btn:hover {
    border-color: #222;
    background-color: #222;
    color: #fff
}

.home-about {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px
}

.home-about .img-about {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}

.home-about .img-about img {
    vertical-align: top;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.home-about .txt-about {
    width: 50%;
    float: right;
    padding: 60px 0px 70px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center
}

.home-about .txt-about .bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 130px;
    background-color: #f3f7f9
}

.home-about .txt-about .txt {
    position: relative;
    z-index: 1;
    padding-left: 60px;
    text-align: justify
}

.home-about .txt-about .txt h2 {
    margin-bottom: 15px;
    font-size: 40px;
    color: #222;
    font-weight: 300;
    letter-spacing: -1px
}

.home-about .txt-about .txt h2 span {
    color: #838bc5
}

.fascia-h2 {
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
}

.fascia-h2 h2 {
    font-size: 40px;
    color: #222;
    font-weight: 300;
    letter-spacing: -1px;
    /*    bottom: -15px;*/
    position: relative;
    line-height: 1
}

.fascia-h2 h2 span {
    color: #838bc5
}

.section-home {
    text-align: center;
    padding: 60px 0;
}

.section-home h2,
.section-home-back h2 {
    font-size: 40px;
    color: #222;
    font-weight: 300;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 35px;
}

.staff-home {
    padding: 0px 0 20px;
    margin-bottom: 60px
}

.staff-home h2 {
    font-size: 40px;
    color: #222;
    font-weight: 300;
    letter-spacing: -1px;
    text-align: center;
}

.section-home-back {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 80px 0;
}

.section-home-back .col-sx {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 50px;
    width: 60%;
    box-sizing: border-box;
}

.section-home-back .col-sx .contenitore {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    width: 800px;
    box-sizing: border-box;
}

.section-home-back a.read-more {
    margin: 30px 0 0 0;
    text-transform: uppercase;
    width: auto !important
}

.section-home-back .col-dx {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    width: 40%;
    box-sizing: border-box;
}

.section-home-back .col-dx img {
    width: 100%;
    height: auto;
}

.staff-home #staff-slider {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 0 60px 0;
}

.staff-home #staff-slider .single {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center
}

.staff-home #staff-slider .single .img {
    border: 5px solid #838bc5;
    margin: 0px;
    min-width: 150px;
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.staff-home #staff-slider .single .img img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
}

.staff-home #staff-slider .single .txt {
    flex: 1;
    margin-left: 20px;
    margin-right: 50px;
    padding-bottom: 10px;
    border-bottom: 3px solid #c1c5e2;
}

.staff-home #staff-slider .single .txt .name {
    font-size: 17px;
    color: #222;
    white-space: nowrap;
}

.staff-home #staff-slider .single .desc {
    white-space: nowrap;
    font-size: 14px;
}

.slider-lavori {
    width: 100%;
    display: flex;
}

.slider-lavori .item-lavori {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}

.slider-lavori .item-lavori > img {
    vertical-align: top;
    height: 100%;
    top: 0%;
    right: 0%;
}

.slider-lavori .item-lavori .visible {
    position: absolute;
    bottom: 0%;
    left: 0%;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 15px;
    box-sizing: border-box;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slider-lavori .item-lavori .visible .name {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.slider-lavori .item-lavori .visible .desc {
    color: #fff;
    display: none;
}

.slider-lavori .item-lavori .overlay {
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 40px;
    opacity: 0;
    padding: 50px;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: flex;
    align-items: center;
}

.slider-lavori .item-lavori .overlay .txt p.name {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}

.slider-lavori .item-lavori .overlay .txt p.desc {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
}

.slider-lavori .item-lavori .overlay .txt p.type {
    font-size: 14px;
    color: #edf1f3;
    font-style: italic;
    margin-bottom: 25px;
    opacity: 0.8;
}

.slider-lavori .item-lavori .overlay .txt img {
    width: auto;
}

.slider-lavori .item-lavori:hover .visible {
    opacity: 0;
}

.slider-lavori .item-lavori:hover .overlay {
    top: 0;
    opacity: 0.85;
}

.slider-lavori .item-lavori.other {
    background: #222;
}

.slider-lavori .item-lavori.other .overlay {
    opacity: 1;
    top: 0;
}


.staff-home .slick-dots {
    padding: 0px;
    /*bottom: 0px*/
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.staff-home .slick-dots li {
    margin: 0 2px
}

.staff-home .slick-dots li button:before {
    color: #222 !important;
    font-size: 10px
}

.staff-home .slick-track {
    margin: 0 auto;
}

.organ-home {
    position: relative
}

.organ-home .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f3f7f9;
    height: 40px;
    z-index: -1;
    width: 100%
}

.organ-home .container-right {
    box-sizing: border-box;
    overflow: hidden
}

.organ-home .container-right .col {
    width: 33%;
    float: left;
    text-align: center
}

.organ-home .container-right .col h2 {
    font-size: 40px;
    color: #222;
    font-weight: 300;
    letter-spacing: -1px;
    position: relative;
    line-height: 1;
    top: 15px
}

.organ-home .container-right .col h2 span {
    color: #838bc5
}

.organ-home .container-right .col ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 80px;
    padding: 0 20px
}

.fascia-img-home {
    width: 100%;
    position: relative;
    margin-bottom: 80px
}

.fascia-img-home img {
    vertical-align: top;
    width: 100%
}

.support-home {
    position: relative
}

.support-home .unis {
    overflow: hidden;
    text-align: center;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.support-home .unis li {
    padding: 15px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    width: 20%;
}

.support-home .unis li img {
    vertical-align: top;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}

.support-home .unis li p {
    font-size: 14px
}

.breadcrumbs {
    text-align: center;
    padding: 5px 0;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #f3f7f9
}

.breadcrumbs ul li {
    display: inline-block;
    vertical-align: top
}

.breadcrumbs ul li span, .breadcrumbs ul li a {
    text-transform: uppercase;
    color: #6f767a;
    font-weight: bold;
    padding: 0 5px;
    font-size: 11px
}

.breadcrumbs ul li a:hover span {
    color: #838bc5
}

.breadcrumbs ul li a:after {
    content: "/";
    padding-left: 5px
}

.body.generico, .body.form-pg, .body.news {
    padding-top: 0px
}

.generico-img {
    width: 100%;
    height: 370px;
    position: relative;
    overflow: hidden
}

.generico-img img {
    /*    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 105%*/
    max-width: 100%;
    height: auto;
}

.generico-txt {
    padding-bottom: 100px;
    min-height: 350px;
    box-sizing: border-box
}

.generico-txt h1 {
    font-size: 35px;
    padding-top: 15px;
    margin-bottom: 40px;
    text-align: center;
    color: #838bc5;
    font-weight: 400
}

#news {
    padding: 20px 0 100px;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden
}

#news li {
    width: 33.33%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box
}

#news li a {
    display: block
}

#news li a img {
    width: 100%;
    margin-bottom: 10px;
    vertical-align: top
}

#news li a .txt {
    padding-left: 15px;
    border-left: 15px
}

#news li a .title {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase
}

#news li a .desc {
    text-align: justify;
    color: #6f767a
}

.sum-table {
    width: 100%;
    border-bottom: 4px solid #f3f7f9;
    margin-bottom: 50px
}

.sum-table .head-tab .title {
    font-size: 18px;
    font-weight: bold
}

.sum-table .head-tab .link {
    margin-bottom: 8px;
    color: #838bc5;
    display: block
}

.sum-table .main-tab {
    display: flex;
    overflow: hidden
}

.sum-table .main-tab .left-tab {
    padding: 0 25px 0 0;
    box-sizing: border-box;
    flex: 1
}

.sum-table .main-tab .left-tab img {
    width: 100%
}

.sum-table .main-tab .right-tab {
    flex: 2;
    box-sizing: border-box;
    text-align: center;
    border-top: 4px solid #f3f7f9;
    border-right: 4px solid #f3f7f9
}

.sum-table .main-tab .right-tab .thead {
    display: flex;
    background: #6f767a
}

.sum-table .main-tab .right-tab .thead .tab-tit {
    flex: 1;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #fff;
    border-left: 4px solid #f3f7f9;
    font-size: 13px;
    text-transform: uppercase
}

.sum-table .main-tab .right-tab .tbody {
    display: flex
}

.sum-table .main-tab .right-tab .tbody .td {
    flex: 1;
    padding: 8px 15px;
    box-sizing: border-box;
    border-left: 4px solid #f3f7f9;
    border-bottom: 4px solid #f3f7f9;
    text-align: left
}

.sum-table .main-tab .right-tab .tbody .td span {
    float: right;
    color: #838bc5
}

.sum-table .info {
    padding: 15px 0px 15px;
    box-sizing: border-box
}

.sum-table .info p {
    font-size: 14px
}

#staff li {
    width: 100%;
    border-left: 100px solid #f3f7f9;
    padding: 40px 0;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

#staff li img {
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #838bc5;
    margin-left: -50px
}

#staff li .txt {
    padding-left: 40px;
    flex: 1
}

#staff li .txt .name {
    color: #838bc5;
    font-size: 20px;
    margin-bottom: 10px
}

#staff li .txt .desc {
    text-align: justify
}

.documents-box {
    margin: 10px 0;
    overflow: hidden
}

.documents-box .thumbnail-doc {
    margin-right: 3px;
    margin-bottom: 5px;
    min-height: 50px;
    width: 250px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-image: url("../images/dwnl.png");
    background-size: 50px;
    background-color: #838bc5;
    vertical-align: top;
    float: left
}

.documents-box .thumbnail-doc .doc-label {
    line-height: 1.2;
    font-size: 14px;
    color: #fff;
    text-align: left
}

.documents-box .thumbnail-doc:hover {
    background-color: #222
}

.form-ul {
    list-style: none !important;
    padding: 0 !important
}

.form-ul .form-subtit {
    width: 100% !important
}

.form-ul .form-subtit p {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #838bc5;
    font-size: 20px
}

.form-ul label {
    display: block;
    color: #6f767a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 6px;
    width: 100%
}

.form-ul input, .form-ul textarea, .form-ul select {
    background-color: #fff;
    border: 2px solid #d2dde2;
    border-radius: 3px;
    padding: 0 12px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    box-sizing: border-box
}

.form-ul input.error, .form-ul textarea.error, .form-ul select.error {
    border-color: #ef7070
}

.form-ul input textarea, .form-ul textarea textarea, .form-ul select textarea {
    padding: 12px;
    height: 90px
}

.form-ul input:focus, .form-ul textarea:focus, .form-ul select:focus {
    border-color: #222
}

.form-ul input[type=file], .form-ul textarea[type=file], .form-ul select[type=file] {
    border: 0;
    padding: 0;
    width: auto;
    line-height: 20px;
    background: transparent;
    padding: 10px 0
}

.form-ul input[type=radio], .form-ul input[type=checkbox], .form-ul textarea[type=radio], .form-ul textarea[type=checkbox], .form-ul select[type=radio], .form-ul select[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 17px;
    line-height: 1;
    width: 17px;
    margin: 0 8px 0px 0;
    padding: 0;
    vertical-align: top;
    display: block;
    float: left
}

.form-ul input[type=radio]:focus, .form-ul input[type=checkbox]:focus, .form-ul textarea[type=radio]:focus, .form-ul textarea[type=checkbox]:focus, .form-ul select[type=radio]:focus, .form-ul select[type=checkbox]:focus {
    border-color: #d2dde2
}

.form-ul input[type=radio]:checked, .form-ul input[type=checkbox]:checked, .form-ul textarea[type=radio]:checked, .form-ul textarea[type=checkbox]:checked, .form-ul select[type=radio]:checked, .form-ul select[type=checkbox]:checked {
    border-color: #222;
    background-color: #838bc5
}

.form-ul input[type=radio], .form-ul textarea[type=radio], .form-ul select[type=radio] {
    border-radius: 50%
}

.form-ul #captcha {
    float: left;
    width: 50%;
    height: 35px
}

.form-ul #captchaText {
    width: 50%
}

.form-ul #code {
    margin: 0 !important;
    height: 42px;
    vertical-align: top;
    width: 250px !important;
    max-width: 250px
}

.form-ul .tot {
    margin-top: 5px
}

.form-ul .tot .val {
    font-size: 18px
}

.form-ul .tot .val span {
    color: #838bc5
}

.form-ul input[type=button], .form-ul input[type=submit], .form-ul button[type=submit] {
    height: 42px;
    line-height: 42px;
    width: 250px;
    background-color: #222;
    color: #fff;
    text-align: center;
    border: 0;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
    margin: 0 auto
}

.form-ul input[type=button].confirm, .form-ul input[type=submit].confirm, .form-ul button[type=submit].confirm {
    background-color: #838bc5
}

.form-ul input[type=button].confirm:hover, .form-ul input[type=submit].confirm:hover, .form-ul button[type=submit].confirm:hover {
    background-color: #222
}

.check-ul, .radio-ul {
    list-style: none !important;
    padding: 15px 0 !important
}

.check-ul li, .radio-ul li {
    width: 100% !important;
    margin: 0 0 5px !important
}

.check-ul li p, .radio-ul li p {
    display: block
}

.check-ul li input, .radio-ul li input {
    display: block;
    float: left
}

.form-ul .info-box {
    background-color: rgb(131,139,197,0.5);
    width: 100% !important;
}

.form-ul .info-box p {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

form#newsletter {
    overflow: hidden;
    margin-top: 30px
}

form#newsletter ul {
    overflow: hidden;
    margin: 0 -10px
}

form#newsletter ul li {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden
}

form#newsletter ul li.full {
    width: 100%
}

form#newsletter ul li#privacy_info {
    overflow: hidden
}

form#newsletter ul li#privacy_info p {
    display: inline-block;
    vertical-align: top
}

form#paper_submission, form#registration_form, form#abstract_form {
    overflow: hidden
}

form#paper_submission ul, form#registration_form ul, form#abstract_form ul {
    overflow: hidden;
    margin: 0 -10px
}

form#paper_submission ul li, form#registration_form ul li, form#abstract_form ul li {
    width: 50%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden
}

form#paper_submission ul li.full, form#registration_form ul li.full, form#abstract_form ul li.full {
    width: 100%
}

form#paper_submission ul li.check input, form#paper_submission ul li.check p, form#registration_form ul li.check input, form#registration_form ul li.check p, form#abstract_form ul li.check input, form#abstract_form ul li.check p {
    display: inline-block;
    vertical-align: top
}

form#paper_submission ul li.center, form#registration_form ul li.center, form#abstract_form ul li.center {
    width: 100%
}

form#paper_submission ul li.center select, form#paper_submission ul li.center input[type=text], form#registration_form ul li.center select, form#registration_form ul li.center input[type=text], form#abstract_form ul li.center select, form#abstract_form ul li.center input[type=text] {
    width: 50%;
    margin: 0 auto 20px
}

form#paper_submission ul li#privacy_info, form#registration_form ul li#privacy_info, form#abstract_form ul li#privacy_info {
    overflow: hidden
}

form#paper_submission ul li#privacy_info p, form#registration_form ul li#privacy_info p, form#abstract_form ul li#privacy_info p {
    display: block;
    vertical-align: top
}

form#paper_submission ul li.center-capt, form#registration_form ul li.center-capt, form#abstract_form ul li.center-capt {
    width: 100%
}

form#paper_submission ul li.center-capt #captcha, form#paper_submission ul li.center-capt #captchaText, form#registration_form ul li.center-capt #captcha, form#registration_form ul li.center-capt #captchaText, form#abstract_form ul li.center-capt #captcha, form#abstract_form ul li.center-capt #captchaText {
    float: none;
    display: inline-block;
    max-width: 200px;
    width: 50%;
    vertical-align: top
}

form#paper_submission ul li.block-file, form#registration_form ul li.block-file, form#abstract_form ul li.block-file {
    background: #f3f7f9;
    padding: 20px 30px;
    box-sizing: border-box
}

.gallery-box {
    margin: 40px 0 40px;
    overflow: hidden;
}

.gallery-box ul li {
    padding: 20px 0;
    display: flex;
    float: left
}

.verticale.gallery-box ul li {
    margin-bottom: 10px;
}

.gallery-box ul li a {
    display: block
}

.gallery-box ul li .txt {
    padding-left: 40px
}

.verticale.gallery-box ul li .txt {
    padding: 0;
}

.gallery-box ul li .txt .title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #838bc5
}

.gallery-box ul li .txt .desc {
    text-align: justify
}

.gallery-media {
    margin: 40px 0 40px
}

.gallery-media ul {
    margin: 0 -15px;
    overflow: hidden
}

.gallery-media ul li {
    padding: 0px 15px 30px;
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    text-align: center
}

.gallery-media ul li a {
    display: block
}

.gallery-media ul li a img {
    vertical-align: top;
    display: inline-block;
    max-width: 100%
}

.gallery-atti {
    margin: 40px 0 40px
}

.gallery-atti ul {
    margin: 0 -15px;
    overflow: hidden
}

.gallery-atti ul li {
    padding: 0px 15px 30px;
    width: 33.33%;
    float: left;
    box-sizing: border-box
}

.gallery-atti ul li a {
    border: 10px solid #f3f7f9;
    display: block;
    padding: 30px;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

.gallery-atti ul li a img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 1;
    max-width: 100%
}

.gallery-atti ul li a:hover {
    border-color: #6f767a
}

.gallery-atti ul li a:hover img {
    opacity: 0.8
}

.gallery-atti ul li .txt {
    padding-top: 25px
}

.gallery-atti ul li .txt .title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #838bc5
}

.box-3 {
    overflow: hidden;
    margin-bottom: 20px;
}

.box-3 .container-right {
    overflow: hidden;
}

.box-3 .box {
    width: 33%;
    float: left;
}

.box-3 .box a {
    display: block;
    position: relative;
    position: relative;
}

.box-3 .box img {
    max-width: 100%;
}

.box-3 .title {
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
    color: #838bc5;
    font-weight: 300;
}

.box-3 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #838bc5;
}

.box-3 .box a:hover .overlay {
    opacity: 0.9;
}

.box-3 .box .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.legenda {
    margin: 10px 0
}

.legenda ul {
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-left: 0 !important;
    flex-wrap: wrap;
}

.legenda ul li {
    display: flex;
    padding: 15px 5px 15px 0;
    align-items: center;
    width: 143px;
   

}

.legenda ul li span {
    height: 30px;
    min-width: 15px;
    display: block;
    margin-right: 6px
}

.legenda ul li p {
    line-height: 1;
    font-weight: bold;
    text-align: left;
     font-size:13px;
}

#calendario {
    margin-bottom: 40px;
    clear: both;
}

#calendario .class-td.class-event {
    min-width: 90px;
}

#calendario .data {
    color: #ffffff;
    background: #222;
    margin: 0px 0px 2px;
    font-size: 18px;
    padding: 5px 10px
}

#calendario .class-table {
    margin-bottom: 50px;
    overflow-x: auto;
}

#calendario .class-table .class-tr {
    display: flex;
    /*overflow: hidden*/
}

#calendario .class-table .class-tr .class-td {
    flex: 1;
    text-align: center;
    border: 2px solid #fff;
    padding: 10px;
    line-height: 1.2;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center
}

#calendario .class-table .class-tr .class-td.class-orario {
    font-weight: bold;
    display: flex;
    align-items: center;
    max-width: 100px;
    min-width: 100px;
    background-color: #f3f7f9
}

#calendario .class-table .class-tr .class-td.class-orario p {
    font-size: 14px
}

#calendario .class-table .class-tr .class-td .sessione {
    font-size: 12px;
    display: block;
    color: #6c7579;
    opacity: 0.8;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px
}

#calendario .class-table .class-tr .class-td .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2
}

#calendario a p, #calendario a {
    font-weight: bold
}

#calendario a p:hover, #calendario a:hover {
    color: #838bc5
}

#i_badge-link, .iubenda-white {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    background-image: none;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top
}

.iubenda-ibadge {
    vertical-align: top;
    margin-top: 15px;
    margin-left: 6px
}

footer {
    /*background-color: #222;*/
    padding: 30px 0;
    text-align: center;
    clear: both;
    width: 100%;
    height: 100%;
    background: url(../images/mappa.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

footer p {
    color: #000;
}

footer .logo-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

footer .logo-footer .txt {
    margin-left: 20px;
    text-align: left;
    text-transform: uppercase
}

footer .bottom-footer p {
    font-size: 13px
}

footer .bottom-footer p.last {
    color: #000
}

footer a {
    color: #000
}



/* COUNT DOWN */

.percountdown {
    position: relative;
    background-color: #000;
}

.percountdown img {
    opacity: 0.3;
}

.item-home .title-slider.center {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    line-height: 55px;
    font-family: 'Oswald', sans-serif;
}

.item-home .desc-slider.center {
    text-align: center;
}

.percountdown a {
    display: block;
}

.contenitore-sopra {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 50%;
}

.countdown-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.clock.row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.clock-item {
    display: flex;
    flex-direction: column;
    width: 20%;
    box-sizing: border-box;
    justify-content: center;
}

.clock-item .inner {
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.clock-canvas {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50%;
    height: 0px;
    padding-bottom: 100%;
}

.clock-item .text {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.clock-item .text p {
    color: #fff;
}

.clock-item .text .val {
    font-size: 50px;
}

.clock-item .text .type-time {
    font-size: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .clock-item {
        margin-bottom: 30px;
    }

    .item-home .title-slider.center {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .clock-item {
        margin: 0px 0px 30px 0px;
    }

    .item-home .title-slider.center {
        margin-bottom: 10px;
    }
}

/* FINE COUNT DOWN */

@media screen and (max-width: 1700px) {

    .intro-home img {
        width: 500px
    }

    .intro-home .txt {
        font-size: 15px
    }
}

@media screen and (max-width: 1500px) {
    .container {
        width: 1170px
    }

    .section-home-back .col-sx {
        justify-content: flex-start;
    }

    .section-home-back .col-sx .contenitore {
        width: 100%
    }

    .container-right {
        width: 1170px
    }

    .home-news .single-news .img {
        width: 40%;
    }

    .home-news .single-news .testo {
        width: 55%;
    }
}

@media screen and (max-width: 1400px) {
    nav .nav-lvl1 .navbar > li {
        padding: 6px 0
    }

    form#newsletter ul li {
        width: 50%
    }

    .intro-home img {
        width: 380px
    }

    .intro-home .txt {
        font-size: 13px
    }

    .body {
        padding-top: 60px
    }

    .fascia-h2 h2, .organ-home .container-right .col h2, .home-about .txt-about .txt h2 {
        font-size: 32px
    }

    /*.staff-home ul li img {
        width: 90px;
        height: 90px
    }*/

    .staff-home ul li .name {
        font-size: 17px
    }

    .staff-home ul li .desc {
        font-size: 13px
    }

    .home-news .single-news .txt .desc {
        font-size: 13px
    }

    #news li a .title {
        font-size: 16px
    }
}

@media screen and (max-width: 1340px) {
    .mobile-nav .right-menu {
        margin-right: 80px;
    }

    .mobile-nav #lang {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        width: 970px
    }

    .container-right {
        width: 970px
    }
}

@media screen and (max-width: 1260px) {
    .mobile-nav .speednews {
        font-size: 13px;
        padding-left: 15px;
    }

    .mobile-nav .right-menu {
        margin-right: 60px;
    }

    .mobile-nav .right-menu li a, .mobile-nav #lang li a {
        font-size: 12px;
    }

    .mobile-nav #lang {
        margin-right: 30px;
    }

    .mobile-nav #lang li {
        float: left;
        padding: 0 7px;
        font-family: 'Raleway', sans-serif;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 30px
    }

    .container-right {
        width: 100%;
        padding: 0 30px;
    }

    nav .nav-lvl1 {
        width: 220px
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2.show {
        width: 220px
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2 .lvl2-title {
        font-size: 30px;
        left: -2px
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2 .submenu {
        padding: 0 25px;
        width: 100%;
        min-width: 0px
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2 .submenu > li > a {
        font-size: 15px
    }

    nav .nav-lvl1 #logo {
        padding: 0 25px;
        width: 100%;
        box-sizing: border-box
    }

    nav .nav-lvl1 #logo img {
        width: 100%
    }

    .intro-home img {
        width: 280px
    }

    .home-news .single-news {
        padding: 40px 30px
    }

    .home-news .single-news .txt .title, .home-news .single-news .txt .data {
        font-size: 18px
    }

    .home-about .img-about {
        display: none
    }

    .home-about .txt-about {
        width: 100%;
        padding: 0px 0 0 230px
    }

    .home-about .txt-about .txt {
        padding: 0
    }

    /*.staff-home ul li {
        width: 50%;
        padding: 30px 20px;
        margin-bottom: 20px
    }*/

    footer .logo-footer img {
        width: 150px
    }

    footer .logo-footer .txt {
        font-size: 13px
    }

    .generico-img {
        height: 260px
    }

    #news li {
        width: 50%
    }

    #news li a .title {
        font-size: 15px;
        font-weight: normal;
        text-transform: none
    }

    .gallery-atti ul li {
        width: 50%
    }

    .gallery-atti ul li a {
        padding: 20px
    }

    .fascia-img-home {
        margin-bottom: 40px
    }

    .lvl2-title {
        margin-left: 5%;
    }

    .slider-lavori .item-lavori .visible .name {
        font-size: 14px;
    }
}

@media screen and (max-width: 1160px) {

    .mobile-nav .speednews {
        display: none
    }
}

@media screen and (max-width: 1000px) {
    #calendario .class-table .class-tr .class-td.class-orario {
        max-width: 50px;
        min-width: 50px
    }

    .clock-item .text {
        margin-top: -40px;
    }

    .clock-item .text .val {
        font-size: 40px;
    }

    .clock-item .text .type-time {
        font-size: 15px;
    }

    .mobile-nav .right-menu {
        margin-right: 30px;
    }

    .mobile-nav #lang {
        margin-right: 30px;
    }

    .mobile-nav #logo-mob img {
        height: 30px;
    }
}

@media screen and (max-width: 800px) {
    header .social {
        display: none
    }

    .section-home-back .col-sx .contenitore {
        padding: 20px;
    }

    .mobile-nav .right-menu {
        text-align: left;
        float: none
    }

    .mobile-nav #logo-mob img,
    .mobile-nav.white #logo-mob img {
        height: 30px;
    }

    nav {
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out
    }

    nav .nav-lvl1 #logo {
        display: none !important
    }

    .mobile-nav .right-menu li.ar-menu {
        margin: 0 10px 0 0
    }

    .mobile-nav {
        display: block;
        position: fixed;
        width: 100%;
        padding: 15px 0;
        z-index: 200;
        background: #222;
        overflow: hidden
    }

    .mobile-nav .right-menu {
        margin-right: 20px;
    }

    .body {
        padding-top: 110px
    }

    .section-home {
        padding: 0 !important;
    }

    .container, .container-right {
        padding: 0 25px
    }

    .home-about .txt-about {
        padding: 20px 0 30px 40px
    }

    .generico-txt h1 {
        font-size: 30px
    }

    .gallery-box ul li {
        align-items: center
    }

    .sum-table .main-tab {
        display: block
    }

    .sum-table .head-tab {
        text-align: center
    }

    .sum-table .main-tab .left-tab {
        padding: 0;
        text-align: center
    }

    .sum-table .main-tab .left-tab img {
        width: auto;
        max-width: 100%;
        margin-bottom: 10px
    }

    .sum-table .main-tab .right-tab .tbody .td {
        font-size: 13px;
        padding: 8px
    }

    .staff-home ul li {
        width: auto;
        padding: 0;
    }

    .staff-home ul li img {
        width: 100%;
        height: auto;
    }

    .box-3 {
        margin-top: 30px;
    }

    .clock.row {
        display: none !important;
    }

    .slider-home-box #slider-home .item-home {
        height: auto;
    }

    .section-home-back {
        flex-direction: column;
    }

    .section-home-back .col-sx,
    .section-home-back .col-dx {
        width: 100%;
    }

    .home-news .single-news .img,
    .home-news .single-news .testo {
        width: 50% !important;
    }

    .home-news .single-news .testo {
        margin: 0 !important;
        padding: 20px !important;
    }

    .home-news .single-news .testo .title {
        font-size: 30px !important;
    }

    .home-news .single-news .testo .desc {
        font-size: 16px !important;
    }

    .slider-lavori {
        display: block;
        overflow: hidden;
    }

    .slider-lavori .item-lavori {
        width: 50%;
        height: auto !important;
    }

    .slider-lavori .item-lavori > img {
        width: 100%;
        height: auto;
    }

    .slider-lavori .item-lavori .visible {
        opacity: 0;
    }

    .slider-lavori .item-lavori .overlay {
        position: relative;
        display: block;
        opacity: 1;
        top: 0;
        padding: 30px;
    }

    .slider-lavori .item-lavori .overlay .txt p.name {
        font-size: 22px;
    }

    .item-lavori .overlay .txt p.name {
        font-size: 22px;
    }

    .right-menu.per-desktop {
        display: none
    }

    .right-menu.per-mobile {
        margin-top: 40px;
    }

    .right-menu.per-mobile li {
        margin-bottom: 8px
    }

    .right-menu.per-mobile li a {
        color: #fff;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 800px) and (min-width: 600px) {
    nav {
        width: 300px;
        right: -300px;
        top: 0px;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out
    }

    nav.mob-open {
        right: 0px;
    }

    nav .nav-lvl1 {
        width: 300px
    }

    nav .nav-lvl1 .navbar > li > a {
        font-size: 19px
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2.show {
        width: 300px
    }

    .mobile-nav .right-menu li {
        padding: 0 14px 0 0
    }
    /*
    .support-home {
        display: none
    }*/

    .section-home h2 {
        line-height: 45px !important;
    }

    .box-desc {
        top: 15%;
    }

    .item-home .title-slider {
        font-size: 40px;
        line-height: 45px;
    }

    .item-home .desc-slider {
        font-size: 22px;
        line-height: 1.1em;
    }

    .item-home .title-slider.center {
        font-size: 40px;
        line-height: 40px;
    }

    .item-home .desc-slider.center {
        font-size: 22px;
    }
}

@media screen and (max-width: 600px) {
    nav {
        top: 58px;
        width: 50%;
        right: -50%;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        align-items: flex-start
    }

    nav.mob-open {
        right: 0%;
        top: 58px;
    }

    .container, .container-right {
        padding: 0 15px
    }

    .mobile-nav #logo-mob img,
    .mobile-nav.white #logo-mob img {
        height: 25px
    }

    .mobile-nav #burger {
        width: 25px;
        height: 25px
    }

    .mobile-nav #burger span {
        width: 25px;
        height: 3px
    }

    .generico-txt h1 {
        margin-bottom: 20px;
        font-size: 24px
    }

    .generico-img {
        height: auto
    }

    .generico-img img {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        vertical-align: top;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .mobile-nav .right-menu {
        margin-top: 25px
    }

    .mobile-nav .right-menu li {
        padding: 0 12px 0 0
    }

    .mobile-nav .right-menu li.ar-menu {
        display: none
    }

    nav .nav-lvl1 {
        padding: 20px 20px 0;
        width: 100%
    }

    nav .nav-lvl1 .navbar > li > span, nav .nav-lvl1 .navbar > li > a {
        font-size: 15px
    }

    nav .nav-lvl1 .navbar > li:after {
        left: -20px;
    }

    .right-menu.per-mobile li {
        margin-bottom: 5px;
    }

    .right-menu.per-mobile li a {
        font-size: 12px
    }


    nav .nav-lvl1 .nav-organiz {
        padding: 20px
    }

    nav .nav-lvl1 .nav-organiz p {
        font-size: 12px
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2 {
        top: 58px;
        align-items: flex-start;
        padding-top: 62px
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2.show {
        width: 50%
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2 .submenu {
        padding: 0 20px
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2 .submenu > li {
        padding: 6px 0
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2 .submenu > li > a {
        font-size: 14px
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2 .lvl2-title {
        font-size: 24px;
        top: 20px
    }

    .body {
        padding-top: 85px
    }

    .intro-home img {
        display: none
    }

    .intro-home .txt {
        padding: 20px 0;
        font-size: 13px
    }

    .intro-home .txt br {
        display: none
    }

    .home-news {
        margin-top: 15px;
        display: block;
        margin-bottom: 30px
    }

    .home-news .single-news {
        padding: 20px;
        margin-bottom: 15px
    }

    .home-news .single-news .bg {
        width: 100%
    }

    .fascia-h2 h2, .organ-home .container-right .col h2, .home-about .txt-about .txt h2 {
        font-size: 22px
    }

    .home-about {
        margin-bottom: 30px
    }

    .home-about .txt-about {
        padding: 20px;
        margin-top: 15px
    }

    .home-about .txt-about .bg {
        width: 100%
    }

    .fascia-h2 {
        background-color: #fff;
        margin-bottom: 20px
    }

    .fascia-h2 h2 {
        bottom: 0
    }

    /*.staff-home ul li {
        width: 100%;
        padding: 20px
    }*/

    .staff-home ul li .bg {
        left: 0px;
        width: 100%
    }

    .organ-home .bg {
        background-color: #fff
    }

    .organ-home .container-right .col {
        width: 100%;
        margin-bottom: 10px;
        border: 6px solid #f3f7f9;
        box-sizing: border-box;
        padding: 20px 0 0
    }

    .organ-home .container-right .col h2 {
        top: 0
    }

    .organ-home .container-right .col ul {
        margin: 0;
        padding: 20px 0
    }

    .organ-home .container-right .col ul li img {
        max-width: 120px
    }

    .home-about .img-about {
        display: block;
        width: 100%;
        position: relative;
        width: 100%;
        height: auto
    }

    .home-about .img-about img {
        position: relative;
        vertical-align: top;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        left: 0;
        top: 0;
        width: 100%
    }

    #staff li {
        display: block;
        border: 0;
        margin-bottom: 20px;
        text-align: center
    }

    #staff li img {
        margin-left: 0px
    }

    #staff li .txt {
        padding-left: 0px
    }

    .body.generico, .body.form-pg, .body.news {
        padding-top: 60px
    }

    .staff-home ul {
        margin: 10px 0
    }

    .organ-home {
        margin-bottom: 20px
    }

    .generico-txt {
        padding-bottom: 50px
    }

    form#paper_submission ul li, form#registration_form ul li, form#abstract_form ul li, .form-ul input[type=button], .form-ul input[type=submit], .form-ul button[type=submit], form#newsletter ul li {
        width: 100%
    }

    .gallery-box ul li {
        padding: 0 0 30px;
        display: block
    }

    .gallery-box ul li .txt {
        padding: 20px 0
    }

    .gallery-box ul li .txt .title {
        font-size: 18px
    }

    #news {
        margin: 0;
        padding: 20px 0
    }

    #news li {
        width: 100%;
        padding: 0 0 20px
    }

    .gallery-atti ul li {
        width: 100%
    }

    footer .logo-footer {
        display: block;
        text-align: center
    }

    footer .logo-footer img {
        max-width: 100%
    }

    footer .logo-footer .txt {
        margin: 10px 0
    }

    footer .logo-footer .txt br {
        display: none
    }

    .documents-box .thumbnail-doc {
        width: 100%
    }

    .home-news .single-news .txt .btn {
        width: 100%;
        box-sizing: border-box;
        background-color: #fff
    }

    /*    .support-home {
        display: none
    }
*/
    #calendario .data {
        font-size: 20px
    }

    #calendario .class-table .class-tr {
        display: block
    }

    #calendario .class-table .class-tr .class-td.class-orario {
        max-width: none;
        min-width: 0px;
        margin-top: 20px
    }

    #calendario .class-table .class-tr .class-td.class-orario p {
        font-size: 20px
    }

    .box-desc {
        top: 5%;
    }

    .staff-home {
        padding: 25px 0 10px;
    }

    .box-3 .box {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .section-home h2 {
        line-height: 38px;
        font-size: 35px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .item-home .title-slider {
        font-size: 30px;
        line-height: 35px;
    }

    .item-home .desc-slider {
        font-size: 14px;
        margin: 5px 0 10px 0;
    }

    .item-home .link-slider {
        font-size: 14px;
    }

    .clock-item {
        margin: 0px 0px 0px 0px;
    }

    .clock-item .text .val {
        font-size: 20px;
    }

    .clock-item .text {
        margin-top: -20px;
    }

    .clock-item .text .type-time {
        font-size: 9px;
    }

    .support-home .unis li p {
        font-size: 12px;
        line-height: 13px;
    }

    .section-home-back .col-sx {
        padding: 20px;
    }

    .section-home-back h2 {
        font-size: 36px;
    }

    .home-news .single-news {
        flex-direction: column;
    }

    .home-news .single-news .img,
    .home-news .single-news .testo {
        width: 100% !important
    }

    .home-news .single-news .img {
        margin: -50px 0px 10px 0px !important;
    }

    .home-news .single-news .testo {
        margin: 0 px !important;
        padding: 20px !important;
    }

    .mobile-nav .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slider-lavori .item-lavori {
        width: 100%;
    }

    .only-mob {
        font-size: 15px;
    }

    .legenda ul {
        justify-content:left;
    }

    .legenda ul li {
        max-width: 50%;
    }
}

@media screen and (max-width: 360px) {
    .mobile-nav .right-menu li {
        padding: 0px 10px 0px 0px
    }

    .mobile-nav .right-menu li a {
        font-size: 11px
    }

    .box-desc {
        top: 1%;
    }

    .section-home h2 {
        line-height: 31px;
        font-size: 28px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .intro-home .txt {
        font-size: 12px
    }

    .item-home .title-slider {
        font-size: 20px;
        line-height: 21px;
    }

    .item-home .desc-slider {
        font-size: 12px;
        margin: 2px 0 5px 0;
    }

    .item-home .link-slider {
        font-size: 12px;
        padding: 5px;
    }

    .item-home .title-slider.center {
        font-size: 20px;
        line-height: 15px;
    }

    .item-home .desc-slider.center {
        font-size: 12px;
    }
}
/*# sourceMappingURL=style.css.map */
.home-news {
    margin-bottom: 80px !important;
}

.home-news .single-news {
    padding: 0;
    margin: 70px 0px 40px 0px;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #edf1f3;
}


.home-news .single-news .work-img {
    height: 180px;
    width: 180px;
    min-width: 180px;
    display: inline-block;
    -webkit-transform: translate(-43px, -30px);
    -moz-transform: translate(-43px, -30px);
    -ms-transform: translate(-43px, -30px);
    -o-transform: translate(-43px, -30px);
    transform: translate(-43px, -30px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.home-news .single-news .bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    background-color: rgba(158,189,194,0.3);
}

.home-news .single-news .txt {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-news .single-news .img {
    position: relative;
    text-align: right;
    width: 50%
}

.home-news .single-news .img img {
    width: 100%;
    height: auto;
}

.home-news .single-news .testo {
    position: relative;
    text-align: left;
    margin: 0;
    padding: 15px 10% 15px 50px;
    box-sizing: border-box;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.home-news .single-news .testo .title {
    font-size: 36px;
    color: #222;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 15px
}

.home-news .single-news .testo .line {
    display: block;
    width: 80px;
    border-top: 3px solid #c1c5e2;
    margin: 0 0 15px 0;
    box-sizing: border-box;
}

.home-news .single-news .testo .desc {
    font-weight: 400;
    bottom: 0;
    color: #222;
    font-size: 18px;
}

.home-news .single-news a.read-more {
    margin: 0;
    margin-top: 30px;
    text-transform: uppercase;
    width: auto !important
}

.home-news .single-news .txt .data {
    font-size: 20px;
    color: #9ebdc2;
    margin-bottom: 0px
}

.home-news .single-news .txt .title {
    font-size: 20px;
    font-weight: 400;
    color: #222;
    margin-bottom: 10px
}

.home-news .single-news .txt .desc {
    font-weight: 400;
    bottom: 0;
    color: #222
}

.home-news .single-news .txt .button {
    margin-top: 20px;
    width: 87px;
}

.home-news .slick-dots {
    bottom: 0px;
    left: 0px;
    position: absolute
}

.home-news .slick-dots li {
    margin: 0px
}

.home-news .slick-dots li {
    width: 45px;
    height: 5px;
}

.home-news .slick-dots li button {
    width: 45px;
    height: 5px;
}

.home-news .slick-dots li button:before {
    color: #9ebdc2;
    font-size: 10px;
    background-color: #9ebdc2;
    width: 45px;
    height: 5px;
    display: block;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: '';
}

.home-news .slick-prev {
    width: 50px;
    height: 50px;
    background-image: url("../images/prev.png");
    background-position: center;
    top: auto;
    bottom: 0px;
    left: 50%;
    margin-left: -50px
}

.home-news .slick-prev:before {
    content: ""
}

.home-news .slick-next {
    width: 50px;
    height: 50px;
    background-image: url("../images/next.png");
    background-position: center;
    top: auto;
    bottom: 0px;
    right: 50%;
    margin-right: -50px
}

.home-news .slick-next:before {
    content: ""
}

@media screen and (min-width: 801px) {

    #myHeader.sticky,
    #myHeader {
        transition: all .3s ease;
    }

    #myHeader.sticky {
        background-color: #000
    }

    .right-menu.per-mobile {
        display: none
    }
}

@media screen and (min-width: 1160px) {

    .only-mob {
        display: none
    }
}

#calendario .teach {
    font-size: 12px;
}

label.error {
    color: darkred;
}


@media screen and (max-width: 800px) {

    .support-home .unis li {
        width: 33%;
    }
}

@media screen and (max-width: 500px) {

    .support-home .unis li {
        width: 50%;
    }
}
