@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");

* {
    margin: 0;
    padding: 0;
    outline: 0
}

body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #222
}

a, p, li, h1, h2, h3, h4 {
    text-decoration: none;
    color: #222;
    margin: 0;
    line-height: 1.4;
    font-size: 14px
}

h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-align: center;
    color: #9ebdc2;
    font-weight: 500;
    letter-spacing: 2px
}

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
}

p {
    font-family: 'Roboto', sans-serif;
    color: #222
}

.container-right, .container {
    width: 1600px;
    margin: 0 auto;
    display: block;
    position: relative;
    box-sizing: border-box
}

.container-right {
    padding-left: 320px
}

.txt .button, .button {
    background: transparent;
    padding: 12px 30px;
    border: 2px solid #9ebdc2;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}


.txt .button:hover, .button:hover {
    text-decoration: none;
    border-color: #9ebdc2;
    color: #fff;
    background: #9ebdc2;
}

.divider {
    height: 12px;
    opacity: 0.3;
    width: 100%;
    display: block;
    background-image: url("../images/bg2.png");
    background-position: 0 0;
    background-size: 8px
}

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
}

header .right-menu {
    text-align: right;
    float: right
}

header .right-menu li {
    float: left;
    padding: 0 8px
}

header .right-menu li a {
    display: block;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize
}

header .right-menu li.ar-menu {
    background-color: #9ebdc2;
    margin-left: 10px;
    padding: 0 15px;
    text-transform: uppercase
}

header .right-menu li.ar-menu:hover {
    background-color: #6f767a
}

.mobile-nav {
    display: none
}

nav {
    position: fixed;
    top: 30px;
    left: 0px;
    bottom: 0;
    background-color: #9ebdc2;
    display: flex;
    align-items: center;
    z-index: 100;
    box-sizing: border-box
}

nav .nav-lvl1 {
    width: 260px;
    padding: 0 30px;
    box-sizing: border-box;
}

nav .nav-lvl1 .head-top {
    position: absolute;
    top: 60px;
    left: 0;
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
    text-align: center
}

nav .nav-lvl1 #logo {
    position: absolute;
    top: 60px;
    left: 0;
    padding: 0 40px;
}

nav .nav-lvl1 #logo img {
    width: 180px;
}

nav .nav-lvl1 .head-top .info {
    padding-top: 10px
}

nav .nav-lvl1 .head-top .info p {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}

nav .nav-lvl1 .navbar > li {
    padding: 8px 0px;
    position: relative;
    line-height: 1.3;
}

nav .nav-lvl1 .navbar > li#lang-mob-li {
    display: none
}



nav .nav-lvl1 .navbar > li > span, nav .nav-lvl1 .navbar > li > a {
    display: block;
    color: #222;
    font-size: 19px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 300;
}

nav .nav-lvl1 .navbar > li:hover > span, nav .nav-lvl1 .navbar > li:hover > a {
    padding-left: 10px
}

nav .nav-lvl1 .navbar > li::after {
    content: '';
    background-color: #000;
    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:hover:after {
    width: 25px
}

nav .nav-lvl1 .navbar > li:first-child > a, nav .nav-lvl1 .navbar > li:first-child > span {
    border-top: 0px
}



nav .nav-lvl1 .navbar > li .nav-lvl2 {
    background-color: #b9d3d7;
    width: 0px;
    padding: 0px;
    padding-top: 0px;
    position: fixed;
    top: 30px;
    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: 60px;
    line-height: 1;
    left: 20px;
    font-size: 25px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 1px;
    font-weight: 400
}

nav .nav-lvl1 .navbar > li .nav-lvl2 .submenu {
    width: 260px;
    min-width: 260px;
    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: #4f84e4
}

nav .nav-lvl1 .navbar > li .nav-lvl2 .submenu > li > a {
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    cursor: pointer
}

nav .nav-lvl1 .navbar > li .nav-lvl2 .submenu > li > a:hover {
    color: #6f767a;
}


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: 115px;
    margin-top: 5px
}

.body {
    padding-top: 80px
}

.txt a, .desc a, .htmlcontent a {
    color: #9ebdc2
}

.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
}

.ban-home {
    width: 100%;
    opacity: 0.3
}

.title-home {
    position: relative;
    margin-top: -67px;
    margin-bottom: 50px
}

.title-home .txt {
    text-align: center;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.title-home .txt img {
    width: 450px
}

.intro-home .txt {
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;
}

.title-home .txt p {
    font-size: 20px;
    text-transform: uppercase;
    width: 360px;
    min-width: 360px;
    padding-left: 20px;
    line-height: 24px;
    color: #222;
    font-weight: 500;
    text-align: left
}

.intro-home {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.intro-home .txt {
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;
}

.intro-home img {
    float: left;
    margin-right: 30px;
    width: 600px;
    margin-bottom: -2px;
}

.slider-home-box {
    width: 100%;
    margin: 0px
}

.slider-home-box #slider-home .item-home img {
    width: 100%
}

.slider-home-box .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider-home-box .slick-dots {
    bottom: 35px;
}

.slider-home-box .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slider-home-box .slick-dots li button::before {
    font-size: 20px;
    color: #fff !important;
}

.slide-home-transition {
    background: transparent url(../images/container-home.jpg) repeat 0 0;
    width: 100%;
    margin: 0;
    text-align: center;
    height: 450px;
    box-sizing: border-box;
    -webkit-animation: slide 120s linear infinite;
}

.home-news {
    margin-bottom: 80px !important;
}

.home-news .single-news {
    padding: 0 40px 10px 20px;
    margin: 50px 21px 40px;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #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 .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: ""
}

.home-about {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}

.home-about .img-about {
    position: absolute;
    width: 60%;
    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: 80%;
    float: right;
    padding: 30px 0px 140px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
}

.home-about .txt-about .txt {
    position: relative;
    z-index: 1;
    text-align: justify;
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 40px;
}

.home-about .txt-about .txt p, .home-about .txt-about .txt ul li {
    color: #fff !important;
    line-height: 17px;
}

.home-about .img-about .text-center {
    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%);
    padding: 30px;
    text-align: center;
    width: 450px;
    max-width: 90%;
    background: rgba(158,189,194,0.3);
}

.home-about .txt-about .txt h2 {
    margin-bottom: 15px;
    font-size: 40px;
    color: #222;
    font-weight: 300;
    letter-spacing: -1px;
    text-align: left;
    color: #fff !important;
}

.home-about .txt-about .txt h2 span {
    color: #9ebdc2;
}

/*.home-about .txt-about .bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 130px;
    background-color: rgba(158,189,194,0.3);
}*/

.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: #9ebdc2;
}

.fascia-h2 {
    background-color: rgba(158,189,194,0.3);
    padding: 0px 20px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 70px;
}

.staff-home ul {
    overflow: hidden;
    margin-bottom: 80px;
}

/*.staff-home ul li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 50px 20px;
    text-align: center;
    position: relative;
}

.staff-home ul li .bg {
    position: absolute;
    z-index: -1;
    width: 45%;
    left: 20px;
    top: 0;
    bottom: 0;
    background-color: rgba(158,189,194,0.3);
}
    */

.staff-home ul li img {
    border-radius: 50%;
    border: 4px solid #9ebdc2;
    margin-right: 20px;
    width: 120px;
    height: 120px;
}

.staff-home ul li {
    display: flex;
    align-items: center;
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 13px 0px;
    text-align: left;
    position: relative;
}

.staff-home ul li .bg {
    background-color: rgba(158,189,194,0.3);
    height: 5px;
    width: 100%;
    margin-top: 10px;
}

.staff-home ul li .name {
    font-size: 19px;
}


.organ-home {
    position: relative
}

.organ-home .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(158,189,194,0.3);
    height: 40px;
    z-index: -1;
    width: 100%;
}

.organ-home .container-right .col h2 span {
    color: #9ebdc2;
}

.organ-home .container-right {
    box-sizing: border-box;
    overflow: hidden
}

.organ-home .container-right .col {
    width: 33.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: #9ebdc2
}

.organ-home .container-right .col ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    padding: 0 20px
}

.organ-home .container-right .col ul li {
    padding: 0 10px
}

.fascia-img-home {
    width: 100%;
    position: relative;
    margin-bottom: 80px
}

.fascia-img-home img {
    vertical-align: top;
    width: 100%
}

.parallax {
    background-image: url('../images/parallasse.jpg');
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax a p {
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    display: inline-block;
    padding: 20px 30px;
    border: 2px solid #fff;
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.support-home {
    position: relative
}

.support-home .divider {
    margin-bottom: 40px
}

.support-home .unis {
    overflow: hidden;
    text-align: center;
    margin-bottom: 80px
}

.support-home .unis li {
    padding: 15px;
    text-align: center;
    display: inline-block;
    max-width: 150px;
    box-sizing: border-box
}

.support-home .unis li img {
    vertical-align: top;
    margin-bottom: 4px;
    width: 100%
}

.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: #9ebdc2
}

.breadcrumbs ul li a:after {
    content: "/";
    padding-left: 5px
}

.body.generico, .body.form-pg, .body.news {
    padding-top: 30px
}

.generico-img {
    width: 100%;
    position: relative;
    overflow: hidden
}

.generico-img img {
    vertical-align: top;
    max-width: 100%
}

.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: #9ebdc2
}

#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: #9ebdc2;
    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: #9ebdc2
}

.sum-table .info {
    padding: 15px 0px 15px;
    box-sizing: border-box
}

.sum-table .info p {
    font-size: 14px
}

#staff {
    margin-bottom: 20px;
}

#staff li {
    width: 100%;
    border-left: 100px solid rgba(158,189,194,0.3);
    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 #9ebdc2;
    margin-left: -50px
}

#staff li .txt {
    padding-left: 40px;
    flex: 1
}

#staff li .txt .name {
    color: #9ebdc2;
    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: #9ebdc2;
    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: #9ebdc2;
    font-size: 20px
}

.form-ul label {
    display: block;
    color: #6f767a;
    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: #9ebdc2
}

.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: #9ebdc2
}

.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;
    padding: 0px;
    cursor: pointer;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg)
}

.form-ul input[type=button].confirm, .form-ul input[type=submit].confirm, .form-ul button[type=submit].confirm {
    background-color: #9ebdc2
}

.form-ul input[type=button].confirm:hover, .form-ul input[type=submit].confirm:hover, .form-ul button[type=submit].confirm:hover {
    background-color: #222;
    color: #fff
}

.form-ul input[type=button]:hover, .form-ul input[type=submit]:hover, .form-ul button[type=submit]:hover {
    background-color: #9ebdc2;
    color: #fff
}

.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#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
}

.gallery-box ul {
    overflow: hidden
}

.gallery-box ul li {
    padding: 20px 0;
    display: flex;
    float: left
}

.gallery-box ul li a {
    display: block
}

.gallery-box ul li .txt {
    padding-left: 40px
}

.gallery-box ul li .txt .title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #9ebdc2
}

.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: #9ebdc2
}

.video_gallery {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 100px;
    flex-wrap:wrap;
}

.video_gallery .video_box {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:40px;
}

.video_gallery .video_box .title {
    font-size: 20px;
    color: #9ebdc2;
    margin: 5px 0px;
}

.video_gallery .video_box .desc {
    font-weight: 400;
    color: #222;
}

.video_gallery .video_box .txt {
    text-align: center;
}

.legenda {
    margin: 10px 0
}

.legenda ul {
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center
}

.legenda ul li {
    display: flex;
    padding: 15px;
    align-items: center
}

.legenda ul li span {
    height: 30px;
    width: 30px;
    display: block;
    margin-right: 6px
}

.legenda ul li p {
    line-height: 1;
    font-weight: bold
}

#calendario {
    margin-bottom: 40px
}

#calendario .data {
    color: #ffffff;
    background: #222;
    margin: 0px 0px 2px;
    font-size: 18px;
    padding: 5px 10px
}

#calendario .class-table {
    margin-bottom: 50px
}

#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: 13px;
    font-weight: bold;
    line-height: 1.2
}

#calendario .class-table .class-tr .class-td .teach{
    font-size:13px;
}
#calendario .class-event a {
    text-decoration: underline;
    color: #222;
}

#calendario a p, #calendario a {
    font-weight: bold
}

#calendario a p:hover, #calendario a:hover {
    color: #9ebdc2
}

#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
}

form .iubenda-ibadge {
    margin-top: 0px
}

footer {
    background-color: #222;
    padding: 30px 0;
    text-align: center;
    clear: both
}

footer p {
    color: #fff
}

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: #f3f7f9
}

footer a {
    color: #fff
}


/* 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;
}

.item-home .desc-slider.center {
    text-align: center;
}

.item-home .box-desc {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(-10%,-50%);
    -ms-transform: translate(-10%,-50%);
    transform: translate(-10%,-50%);
    text-align: right;
    font-weight: normal;
}

.item-home .title-slider {
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    line-height: 55px;
    text-shadow: #222 -1px -1px 2px;
}

.item-home .desc-slider {
    color: #fff;
    font-size: 24px;
    margin: 10px 0 20px 0;
    line-height: 30px;
    text-shadow: #222 -1px -1px 2px;
}

.item-home .link-slider {
    background: #000;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.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) {
    .container {
        width: 1400px
    }

    .container-right {
        width: 1400px
    }

    .intro-home img {
        width: 500px
    }

    .intro-home .txt {
        font-size: 15px
    }

    .home-about .txt-about {
        width: 77%;
    }

    /*nav .nav-lvl1 {
        padding-top: 100px
    }

    nav .nav-lvl1 .navbar > li > span, nav .nav-lvl1 .navbar > li > a {
        font-size: 17px;
    }*/
}


/*@media screen and (max-width: 1580px) {
    h1, h2, h3 {
        font-size: 22px;
        letter-spacing: 2px
    }

    .container {
        width: 1400px
    }

    .container-right {
        width: 1400px
    }

    nav .nav-lvl1 .navbar > li > span, nav .nav-lvl1 .navbar > li > a {
        font-size: 16px
    }

    nav .nav-lvl1 .head-top {
        top: 40px
    }
}*/

@media screen and (max-width: 1500px) {
    .container {
        width: 1170px
    }

    .container-right {
        width: 1170px
    }

    .staff-home ul li {
        width: 50%;
    }

    .staff-home ul li img {
        width: 100px;
        height: 100px;
    }

    .home-about .txt-about {
        width: 74%;
    }
}

@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
    }

    .staff-home ul .single .img {
        min-width: 100px;
        width: 100px;
        height: 120px
    }

    .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
    }

    nav .nav-lvl1 .head-top .info p {
        font-size: 13px
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2 .lvl2-title {
        letter-spacing: 1px
    }

    .title-home {
        margin-top: -46px
    }

    .title-home .txt img {
        width: 300px
    }

    .title-home .txt p {
        font-size: 16px;
        line-height: 20px;
        text-align: left
    }

    .home-news {
        margin: 0px -15px 0px;
        padding: 0px 0px 60px
    }

    .generico-txt h1 {
        font-size: 30px
    }
}

@media screen and (max-width: 1440px) {
    .video_gallery .video_box img {
        max-width: 100%;
        height: auto;
    }

    .video_gallery .video_box a {
        padding: 20px;
    }
}

@media screen and (max-width: 1280px) {


    .video_gallery .video_box a {
        padding: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 30px
    }

    .container-right {
        width: 100%;
        padding: 0 30px;
        padding-left: 250px
    }

    nav {
        left: 0px
    }


    nav .nav-lvl1 .navbar > li > span, nav .nav-lvl1 .navbar > li > a {
        font-size: 17px
    }

    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 {
        width: 220px
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2 .submenu {
        padding: 0 20px;
        width: 100%;
        min-width: 0px
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2 .submenu > li > a {
        font-size: 15px
    }

    nav .nav-lvl1 #logo {
        padding: 0px;
        width: 100%;
        box-sizing: border-box
    }

    nav .nav-lvl1 #logo img {
        max-width: 100%
    }

    nav .nav-lvl1 .head-top {
        padding: 0 20px
    }

    .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 .txt-about {
        width: 100%;
        padding: 0px 0 0 230px
    }


    footer .logo-footer img {
        width: 150px
    }

    footer .logo-footer .txt {
        font-size: 13px
    }

    #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
    }

    .home-about .txt {
        width: 100%
    }

    .title-home {
        margin-bottom: 20px
    }

    .title-home .txt p {
        width: auto;
        min-width: auto
    }

    .home-news .single-news .txt .button {
        margin-left: 10px
    }

    .staff-home ul .single .img {
        margin-left: 10px
    }

    .organ-home .container-right .col {
        width: 100%
    }
}

@media screen and (max-width: 1000px) {
    #calendario .class-table .class-tr .class-td.class-orario {
        max-width: 50px;
        min-width: 50px
    }

    .item-home .title-slider.center {
        font-size: 40px;
        line-height: 42px;
    }
}

@media screen and (max-width: 800px) {
    header .social {
        display: none
    }

    header .right-menu {
        text-align: left;
        float: none
    }

    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 {
        padding-top: 50px
    }

    header .right-menu li.ar-menu {
        margin: 0 10px 0 0
    }

    .body.generico, .body.form-pg, .body.news {
        padding-top: 90px
    }

    .mobile-nav {
        display: block;
        position: fixed;
        top: 30px;
        width: 100%;
        padding: 15px 0;
        z-index: 200;
        background: #222;
        overflow: hidden
    }

    .mobile-nav .container {
        overflow: hidden
    }

    .mobile-nav #logo-mob {
        display: block;
        float: left
    }

    .mobile-nav #logo-mob img {
        height: 30px;
        vertical-align: top
    }

    .mobile-nav #burger {
        float: right;
        height: 28px;
        width: 28px;
        position: relative
    }

    .mobile-nav #burger span {
        width: 28px;
        height: 4px;
        background: #fff;
        display: block
    }

    .mobile-nav #burger span:nth-child(2) {
        margin-top: 6px
    }

    .mobile-nav #burger span:nth-child(3) {
        margin-top: 6px
    }

    .body {
        padding-top: 110px
    }

    .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
    }

    .item-home .title-slider.center {
        font-size: 35px;
        line-height: 37px;
    }
}

@media screen and (max-width: 800px) and (min-width: 600px) {
    nav {
        left: -300px;
        top: 90px;
        -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 {
        left: 0px
    }



    nav .nav-lvl1 .navbar > li .nav-lvl2 {
        top: 90px
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2.show {
        width: 300px
    }

    header .right-menu li {
        padding: 0 14px 0 0
    }

    nav .nav-lvl1 .navbar > li > a {
        font-size: 19px
    }


    .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: 30px;
        line-height: 32px;
        margin-top: 15px;
    }

    .item-home .desc-slider.center {
        font-size: 22px;
    }

    .legenda ul li {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    nav {
        top: 85px;
        width: 50%;
        left: -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 {
        left: 0%
    }

    .container, .container-right {
        padding: 0 15px
    }

    .mobile-nav #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: 20px
    }

    .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)
    }

    header .right-menu li {
        padding: 0 12px 0 0
    }

    header .right-menu li.ar-menu {
        display: none
    }

    nav .nav-lvl1 .navbar > li > span, nav .nav-lvl1 .navbar > li > a {
        font-size: 15px
    }

    nav .nav-lvl1 {
        padding: 20px 20px 0;
        width: 100%;
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2 {
        top: 85px;
        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 .lvl2-title {
        font-size: 24px;
        top: 20px
    }


    nav .nav-lvl1 .navbar > li > span, nav .nav-lvl1 .navbar > li > a {
        font-size: 14px;
    }

    nav .nav-lvl1 .nav-organiz {
        padding: 20px
    }

    nav .nav-lvl1 .nav-organiz p {
        font-size: 12px
    }


    nav .nav-lvl1 .navbar > li .nav-lvl2.show {
        width: 50%
    }



    nav .nav-lvl1 .navbar > li .nav-lvl2 .submenu > li {
        padding: 6px 0
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2 .submenu > li > a {
        font-size: 13px
    }

    nav .nav-lvl1 .navbar > li .nav-lvl2 .lvl2-title {
        font-size: 18px;
        top: 20px;
        left: 15px
    }

    nav .nav-lvl1 .head-top {
        display: none
    }

    nav .nav-lvl1 .navbar > li#lang-mob-li {
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
        padding: 10px 15px
    }

    nav .nav-lvl1 .navbar > li#lang-mob-li ul {
        display: flex;
        justify-content: space-around
    }

    nav .nav-lvl1 .navbar > li#lang-mob-li ul li {
        background-color: transparent;
        flex: 1;
        text-align: center
    }

    nav .nav-lvl1 .navbar > li#lang-mob-li ul li a {
        display: block;
        text-align: center
    }

    header .right-menu li #lang {
        display: none
    }

    h1, h2, h3 {
        font-size: 18px;
        letter-spacing: 0px
    }

    .body {
        padding-top: 85px
    }

    .title-home {
        margin-top: 20px
    }

    .title-home .txt {
        display: block
    }

    .title-home .txt img {
        max-width: 100%
    }

    .title-home .txt p {
        padding: 0;
        text-align: center;
        font-size: 15px
    }

    .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%
    }

    .home-about .txt-about {
        padding: 0;
        margin-top: 10px;
    }

    .home-about .txt-about .txt {
        padding: 15px;
    }


    .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 .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%
    }

    .staff-home {
        margin-bottom: 30px
    }

    .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%
    }

    .body.generico, .body.form-pg, .body.news {
        padding-top: 85px
    }

    .staff-home {
        padding: 30px 0 20px
    }

    .staff-home ul {
        margin: 0px;
        padding: 0 0 20px
    }

    #staff li {
        display: block;
        border: 0;
        margin-bottom: 20px;
        text-align: center
    }

    #staff li img {
        margin-left: 0px
    }

    #staff li .txt {
        padding-left: 0px
    }

    .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;
        text-align: center
    }

    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
    }



    .home-about .img-about .text-center {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 15px 0px;
        text-align: center;
        width: 100%;
        max-width: 100%
    }

    .legenda ul {
        display: block;
        padding-left: 5px !important;
    }

    .legenda ul li {
        text-align: left;
        padding: 5px 0;
        clear: both;
        display: block;
        overflow: hidden;
    }

    .legenda ul li span {
        float: left;
    }

    .legenda ul li p {
        float: left;
        margin-top: 8px;
    }

    #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
    }

    .clock-item .text {
        margin-top: -38%;
    }

    .clock-item .text .val {
        font-size: 35px;
    }

    .clock-item .text .type-time {
        font-size: 12px;
    }

    .item-home .title-slider {
        font-size: 14px;
        line-height: 14px;
    }

    .item-home .desc-slider {
        font-size: 12px;
        line-height: 12px;
        margin: 2px 0 5px 0;
    }

    .item-home .link-slider {
        font-size: 12px;
        line-height: 12px;
        padding: 5px;
    }

    .item-home .title-slider.center {
        font-size: 14px;
        line-height: 15px;
    }

    .item-home .desc-slider.center {
        font-size: 12px;
    }

    .video_gallery .video_box a {
        padding: 0;
        display: block;
    }

    .video_gallery .video_box {
        width: 100%;
        display: flex;
    }
    .video_gallery {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}

@media screen and (max-width: 360px) {
    header .right-menu li {
        padding: 0px 10px 0px 0px
    }

    header .right-menu li a {
        font-size: 11px
    }

    .intro-home .txt {
        font-size: 12px
    }

    .parallax a p {
        width: 250px;
        font-size: 15px;
    }

    .home-news {
        margin-bottom: 40px !important;
    }

    .home-news .single-news {
        margin: 10px;
    }

    .home-news .single-news .work-img {
        display: none;
    }


    .item-home .title-slider {
        font-size: 14px;
        line-height: 14px;
    }

    .item-home .desc-slider {
        font-size: 12px;
        line-height: 12px;
        margin: 2px 0 5px 0;
    }

    .item-home .link-slider {
        font-size: 12px;
        line-height: 12px;
        padding: 5px;
    }

    .item-home .title-slider.center {
        font-size: 14px;
        line-height: 15px;
    }

    .item-home .desc-slider.center {
        font-size: 12px;
    }

    .desc-slider {
        display: none;
    }
}
