@font-face {
  font-family: "din-light";
  src: url("fonts/din-light-webfont.eot");
  src: url("fonts/din-light-webfont.eot?") format("embedded-opentype"), url("fonts/din-light-webfont.woff2") format("woff2"), url("fonts/din-light-webfont.woff") format("woff"), url("fonts/din-light-webfont.ttf") format("truetype"), url("fonts/din-light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body {
  margin: 0;
  padding: 0;
  font-family: "din-light";
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

#cookie-policy{
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 30px;
  width: 100%; 
  color: #212121;
  font-size: 14px;
  background: #e8e8e8;
  z-index: 9;
  box-sizing: border-box;
  text-align: center;
}

#close-cookie{
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  color: #555
}

.change-psw {
  width: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0;
  margin-top: 30px;
  border: 0;
  border-radius: 3px;
  background: rgba(85, 85, 85, 0.5);
  font-family: "din-light";
  font-size: 16px;
  color: #212121; }
  .change-psw:hover {
    cursor: pointer;
    background: #555555; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 30px;
  color: #555555; }
  .se-pre-con .loading {
    height: 20px;
    width: 20px;
    background: #555555;
    -webkit-animation: animation-one 1s alternate infinite;
            animation: animation-one 1s alternate infinite;
    border-radius: 80px; }

.link-home {
  display: block;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 9; }
  @media screen and (max-width: 768px) {
    .link-home {
      top: 25px;
      right: 30px; } }
  .link-home svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 90px;
    opacity: 0.4;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .link-home svg:hover {
      opacity: 1; }

main {
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: auto; }

.main-active {
  margin-left: 250px; }

a {
  color: #555555; }

footer {
  height: 50px;
  position: fixed;
  bottom: 0;
  font-size: 16px;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 99; }

h1 {
  text-align: center;
  font-family: "Din-light";
  color: #555555;
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 768px) {
    h1 {
      margin-top: 60px; } }

.back {
  text-decoration: none;
  font-size: 25px;
  margin-right: 20px;
  display: inline-block;
  opacity: 0.3; }
  @media screen and (max-width: 768px) {
    .back {
      margin-right: 10px;
      margin-left: -20px; } }
  .back:hover {
    opacity: 1; }

.container {
  position: relative; }
  .container::after {
    border-top: 1px solid rgba(68, 68, 68, 0.42);
    border-bottom: 1px solid rgba(68, 68, 68, 0.42);
    height: 100%;
    width: calc(100% + 30px);
    position: absolute;
    content: "";
    top: 0;
    left: -15px; }
  .container::before {
    border-left: 1px solid rgba(68, 68, 68, 0.42);
    border-right: 1px solid rgba(68, 68, 68, 0.42);
    height: calc(100% + 30px);
    width: 100%;
    position: absolute;
    content: "";
    top: -15px;
    left: 0; }

button:focus {
  outline: none; }

#logout {
  position: absolute;
  display: block;
  right: 100px;
  top: 48px;
  z-index: 900;
  background: rgba(85, 85, 85, 0.5);
  border-radius: 3px;
  padding: 5px 5px 3px;
  font-size: 12px; }
  @media screen and (max-width: 768px) {
    #logout {
      top: 22px;
      right: 60px; } }
  #logout:hover {
    cursor: pointer;
    background: rgba(85, 85, 85, 0.1); }

.new, input[type=submit] {
  border: 1px solid #555555;
  padding: 10px 0;
  text-decoration: none;
  margin: 0 auto;
  display: block;
  width: 175px;
  text-align: center;
  border-radius: 3px; }
  .new:hover, input[type=submit]:hover {
    color: #212121;
    background: #555555;
    cursor: pointer; }

form {
  width: 50%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    form {
      width: 100%;
      padding: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  form .hidden {
    display: none; }
  form label {
    color: #555555;
    font-family: "din-light"; }
  form input[type=text], form select, form input[type=number] {
    height: 30px;
    margin: 5px 0 30px;
    background: white;
    border: 0;
    border-bottom: 2px solid #555555;
    font-size: 18px;
    color: #444; }
    form input[type=text]:focus, form select:focus, form input[type=number]:focus {
      outline: none; }
  form input[name=firma] {
    width: 200px; }
  form textarea {
    font-size: 15px;
    padding: 20px;
    line-height: 20px;
    height: 400px;
    color: #212121; }
    form textarea:focus {
      outline: none; }
  form input[type=submit] {
    background: transparent;
    margin-top: 20px;
    width: 80px;
    height: 40px;
    font-size: 15px; }
  form .mce-panel {
    border: 0 solid #999;
    border-radius: 2px;
    font-family: "din-light"; }

.main-page {
  width: 70%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
  font-family: "din-light";
  position: relative; }
  @media screen and (max-width: 768px) {
    .main-page {
      padding: 20px;
      width: 100%; } }
  .main-page img {
    max-width: 95%; }

.mce-content-body {
  font-family: "din-light" !important;
  padding: 10px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.msg {
  position: absolute;
  top: 20px;
  border-radius: 3px;
  background: #212121;
  color: #ffffff;
  font-family: "Din-light";
  right: 0;
  left: 0;
  margin: 0 auto;
  min-width: 200px;
  max-width: 350px;
  padding: 7px 5px 6px;
  text-align: center;
  z-index: 900; }

.img-left {
  float: left; }

.img-right {
  float: right; }

@-webkit-keyframes menu {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

@keyframes menu {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }
@-webkit-keyframes animation-one {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }
@keyframes animation-one {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }
#sidebar-menu {
  height: 100%;
  width: 250px;
  background: white;
  position: absolute;
  left: -250px;
  top: 0;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  #sidebar-menu a {
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #444; }
    #sidebar-menu a:hover {
      color: #555555; }

.link-home {
  text-align: center;
  padding-bottom: 10px; }
  .link-home svg {
    width: 30%; }

.pulsante-menu {
  display: block;
  text-align: center;
  font-size: 40px;
  width: 15px;
  height: 15px;
  background: rgba(85, 85, 85, 0.5);
  border-radius: 300px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: animation-one 1s alternate infinite;
          animation: animation-one 1s alternate infinite; }
  .pulsante-menu:hover {
    background: #555555; }
  .pulsante-menu:before {
    position: absolute;
    content: "";
    display: none;
    background: rgba(85, 85, 85, 0.5);
    z-index: -1;
    width: 25px;
    height: 25px;
    -webkit-animation: menu 1s infinite;
            animation: menu 1s infinite;
    border-radius: 300px; }

.menu-active {
  left: 0 !important; }

.cls-3 {
  fill: #555555; }

.nav-menu {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 40px;
  left: 40px;
  padding: 10px;
  z-index: 9; }
  @media screen and (max-width: 768px) {
    .nav-menu {
      top: 10px;
      left: 0px;
      padding-left: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%; } }
  .nav-menu:hover {
    display: block; }
  .nav-menu a {
    color: #555555;
    text-decoration: none;
    margin-right: 5px;
    padding: 5px; }
    .nav-menu a:hover {
      color: #212121; }
  .nav-menu .nav-up {
    font-size: 20px;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .nav-menu .nav-up {
        font-size: 15px;
        margin-bottom: 0px; } }
  .nav-menu .nav-down {
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .nav-menu .nav-down {
        font-size: 15px; } }
    .nav-menu .nav-down a {
      margin-right: 0px; }

.menu-show {
  z-index: 9;
  position: fixed;
  top: 45px;
  left: 45px;
  color: #555555;
  background: white;
  padding: 5px; }
  @media screen and (max-width: 768px) {
    .menu-show {
      top: 15px;
      left: 15px; } }
  .menu-show:hover {
    color: white; }

.nav-menu:hover ~ .menu-show {
  color: white; }

.menu-show:hover ~ .nav-menu {
  display: block; }
  @media screen and (max-width: 768px) {
    .menu-show:hover ~ .nav-menu {
      display: none; } }

.goBack {
  position: fixed;
  bottom: 30px;
  left: 30px;
  font-size: 30px;
  cursor: pointer;
  z-index: 900;
  height: 30px;
  width: 30px;
  opacity: 0.3;
  color: #212121; }
  .goBack:hover {
    opacity: 0.9; }

.main-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.logo {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "din-light";
  font-size: 100px;
  color: #444; }
  .logo span {
    display: inline-block;
    font-size: 25px; }
  .logo svg {
    width: 25%; }

.info-home {
  width: 100%;
  text-align: center;
  font-size: 17px; }
  @media screen and (max-width: 768px) {
    .info-home {
      font-size: 13px; } }
  .info-home p {
    margin: 5px 0; }
  .info-home .dati {
    color: #555; }
  .info-home .home-line {
    height: 0;
    width: 10%;
    border-bottom: 1px solid #999;
    margin: 15px auto; }

.signature {
  position: absolute;
  text-align: right;
  right: 40px;
  bottom: 40px;
  opacity: 0.2; }
  @media screen and (max-width: 768px) {
    .signature {
      font-size: 13px; } }
  .signature span {
    display: block;
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .signature span {
        font-size: 13px; } }

.news-container {
  margin: 20px auto;
  padding: 20px;
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 768px) {
    .news-container {
      width: 100%; } }
  .news-container .edit-news {
    position: absolute;
    font-size: 30px;
    left: -30px;
    top: 30px;
    color: rgba(33, 33, 33, 0.3); }
    .news-container .edit-news:hover {
      color: #555555; }
  .news-container .delete-news {
    position: absolute;
    font-size: 30px;
    left: -30px;
    top: 60px;
    color: rgba(33, 33, 33, 0.3); }
    .news-container .delete-news:hover {
      color: #555555; }
  .news-container .news-title {
    color: #333;
    font-size: 40px;
    margin-bottom: 10px;
    font-family: "din-light";
    position: relative;
    text-transform: capitalize; }
  .news-container .news-data {
    line-height: 20px;
    font-size: 17px;
    font-family: "din-light";
    color: #555555;
    text-align: left;
    padding: 5px 0; }
  .news-container .news-main {
    color: #212121;
    position: relative;
    text-align: justify; }
    .news-container .news-main p {
      text-align: justify; }
    .news-container .news-main img {
      max-width: 100%;
      border-radius: 2px; }
    .news-container .news-main span {
      color: #555555; }
  .news-container .firma {
    color: #222;
    font-size: 15px;
    text-align: right;
    font-family: "din-light";
    right: 10px; }

.staff-header {
  width: 400px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: justify;
  margin-bottom: 50px;
  text-align-last: center; }
  @media screen and (max-width: 768px) {
    .staff-header {
      width: 100%;
      padding: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

.staff-container {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 0 auto; }
  .staff-container .staff {
    width: 300px;
    margin: 0 10px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .staff-container .staff .staff-img {
      border-radius: 50px;
      border: 1px solid #555555;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100px;
      height: 100px;
      margin-right: 10px;
      margin-bottom: 10px; }
    .staff-container .staff div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: justify;
      text-align-last: center; }

.staff-name {
  color: #555555;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center; }

.edit-staff form {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 50px; }
  .edit-staff form textarea {
    height: 150px; }
  .edit-staff form .staff-img {
    height: 100px;
    width: 100px;
    border-radius: 300px;
    border: 1px solid #555555;
    margin: 10px auto; }
  .edit-staff form input[type=submit] {
    display: inline-block; }
.edit-staff h4 {
  text-align: center;
  font-size: 25px; }

.contacts-container .contacts {
  width: 285px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 20px; }
  .contacts-container .contacts:after {
    content: "";
    width: 100px;
    height: 0;
    border-bottom: 1px solid #444;
    display: block;
    margin: 20px auto; }
  .contacts-container .contacts .cont {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
    height: 25px; }
    .contacts-container .contacts .cont a {
      text-decoration: none; }
      .contacts-container .contacts .cont a:hover {
        color: black; }
    .contacts-container .contacts .cont span svg {
      width: 25px;
      height: 25px;
      display: inline-block;
      vertical-align: top;
      margin-right: 5px;
      fill: #555555;
      opacity: 0.5; }
.contacts-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 600px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .contacts-container form {
      width: 100%;
      padding: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  .contacts-container form .email-input {
    color: #444;
    font-family: "din-light";
    margin-bottom: 20px;
    border: 1px solid rgba(68, 68, 68, 0.5);
    border-radius: 3px;
    height: 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    padding: 0 5px; }
    .contacts-container form .email-input:focus {
      outline: none;
      border: 1px solid #555555; }
  .contacts-container form textarea {
    color: #444;
    font-family: "din-light";
    margin-bottom: 20px;
    border: 1px solid rgba(68, 68, 68, 0.5);
    border-radius: 3px;
    height: 250px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    padding: 10px;
    resize: none; }
    .contacts-container form textarea:focus {
      outline: none;
      border: 1px solid #555555; }
  .contacts-container form input[type=submit] {
    width: 80px;
    border: 1px solid #444;
    border-radius: 3px;
    background: white;
    font-family: "din-light";
    font-size: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto; }
    .contacts-container form input[type=submit]:hover {
      cursor: pointer;
      background: #555555;
      color: #212121;
      border: 1px solid #555555; }

.progetti {
  width: 100%;
  position: relative;
  text-align: justify;
  color: #333; }
  .progetti p {
    width: 30%;
    margin: 0 auto; }
  .progetti .nav {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .progetti .nav {
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
    .progetti .nav a {
      text-align: center;
      display: block;
      margin: 0 30px;
      color: #555;
      text-decoration: none; }
      @media screen and (max-width: 768px) {
        .progetti .nav a {
          margin: 0;
          font-size: 14px; } }
      .progetti .nav a:hover + .dropdown-content {
        height: 150px; }
      .progetti .nav a:hover {
        color: #212121; }
    .progetti .nav .active {
      color: black;
      font-weight: 900; }
  .progetti #cont-proj {
    max-width: 1020px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin-bottom: 70px; }
    .progetti #cont-proj .no-proj {
      margin-top: 50px; }
    .progetti #cont-proj h2 {
      position: absolute;
      left: -90px;
      font-weight: normal;
      text-align: right;
      width: 100px;
      text-transform: capitalize;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 0px;
      font-size: 17px;
      margin-bottom: 0px;
      z-index: 1;
      background: rgba(255, 255, 255, 0.5);
      padding: 5px; }
      @media screen and (max-width: 768px) {
        .progetti #cont-proj h2 {
          position: relative;
          text-align: center;
          width: 100%;
          left: 0; } }
    .progetti #cont-proj .status-wrap {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .progetti #cont-proj .status-wrap {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .progetti #cont-proj .proj-thumb {
      position: relative;
      margin: 20px; }
      .progetti #cont-proj .proj-thumb .thumb-wrap {
        height: 200px;
        width: 300px;
        position: relative;
        overflow: hidden; }
        .progetti #cont-proj .proj-thumb .thumb-wrap .prj-pic {
          width: 100%;
          -webkit-filter: grayscale(0);
                  filter: grayscale(0);
          height: 100%;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .progetti #cont-proj .proj-thumb .thumb-wrap .prj-pic:hover {
            -webkit-filter: grayscale(1);
                    filter: grayscale(1); }
      .progetti #cont-proj .proj-thumb .info {
        width: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 5px; }
        .progetti #cont-proj .proj-thumb .info .data {
          color: #555555;
          font-size: 15px;
          padding-left: 3px;
          -webkit-box-sizing: 3px;
                  box-sizing: 3px;
          text-align: right; }
        .progetti #cont-proj .proj-thumb .info .titolo {
          text-align: left;
          color: #555555;
          font-size: 15px;
          padding-right: 3px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }

.order-by {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 5; }
  .order-by a {
    text-align: right;
    margin: 2px 2px;
    display: block;
    font-size: 17px;
    color: #555555;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px; }
    .order-by a:hover {
      color: #212121; }
  .order-by .active {
    color: black;
    font-weight: 900; }
  @media screen and (max-width: 768px) {
    .order-by {
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      background: white;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      padding: 5px 0; } }

.container-status {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .container-status .name-status {
    width: 10%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 30px;
    text-transform: capitalize; }
  .container-status div[class^="swiper-container"] {
    padding-left: 10px;
    width: calc(90% - 130px);
    margin: 0;
    height: 190px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden; }
    .container-status div[class^="swiper-container"] .swiper-slide {
      width: 230px !important;
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .container-status div[class^="swiper-button-prev"] {
    background: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 100;
    opacity: 0.6;
    font-size: 40px;
    color: #555555;
    left: 10% !important; }
    .container-status div[class^="swiper-button-prev"]:hover {
      opacity: 1; }
  .container-status div[class^="swiper-button-next"] {
    background: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 100;
    opacity: 0.6;
    font-size: 40px;
    color: #555555;
    right: 100px !important; }
    .container-status div[class^="swiper-button-next"]:hover {
      opacity: 1; }
  .container-status .swiper-button-disabled {
    display: none; }

.swiper-container {
  width: 100%;
  height: calc(100% - 130px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto; }
  .swiper-container .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .swiper-container .swiper-pagination-bullet-active {
    background: #555555;
    opacity: 1 !important; }
  .swiper-container .swiper-pagination-bullet {
    opacity: 0.3; }

h3 {
  color: #212121;
  font-size: 30px;
  text-align: left;
  padding-left: 315px;
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    h3 {
      padding-left: 0px;
      font-size: 20px;
      text-align: center; } }

.edit, .delete {
  position: absolute;
  top: 50px;
  left: 220px;
  background: #212121;
  opacity: 0.3;
  color: white;
  text-decoration: none;
  padding: 5px;
  display: block;
  border-radius: 3px; }
  .edit:hover, .delete:hover {
    opacity: 1;
    cursor: pointer; }

.delete {
  left: 150px; }

.copertina {
  width: 100%;
  height: 600px;
  background-color: rgba(33, 33, 33, 0.3); }

.info-progetto {
  margin-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative; }
  .info-progetto .info-left {
    width: 300px; }
    .info-progetto .info-left .info {
      margin-bottom: 20px;
      width: 100%;
      min-height: 30px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-bottom: 5px;
      border-bottom: 1px solid rgba(85, 85, 85, 0.5); }
      .info-progetto .info-left .info label {
        color: #555555;
        font-size: 20px;
        text-align: left; }
      .info-progetto .info-left .info .dato {
        color: #212121;
        text-align: right;
        font-size: 17px;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
  .info-progetto .info-right {
    max-width: 600px;
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
    color: #212121;
    text-align: justify; }
    @media screen and (max-width: 768px) {
      .info-progetto .info-right {
        padding: 0; } }

.gallery {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .gallery {
      padding: 10px; } }
  .gallery .img-container {
    width: 80%;
    height: auto;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .gallery .img-container {
        width: 100%; } }
    .gallery .img-container img {
      max-width: 100%;
      height: auto; }
    .gallery .img-container:nth-child(even) {
      -ms-flex-item-align: end;
          align-self: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .gallery .img-container:nth-child(even) span {
        text-align: right; }
  .gallery span {
    width: 60%;
    display: block;
    font-size: 17px;
    color: #555555;
    font-style: italic;
    text-align: left;
    margin-top: 10px; }

.edit-img-link {
  display: block;
  border: 1px solid;
  width: 200px;
  padding: 10px;
  color: #212121;
  text-decoration: none;
  font-size: 17px;
  text-align: center;
  margin: 20px auto;
  border-radius: 3px; }
  .edit-img-link:hover {
    background: #212121;
    color: white;
    cursor: pointer; }

.inputfile {
  margin: 20px;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
  .inputfile + label {
    font-size: 1em;
    color: #212121;
    background-color: white;
    border: 1px solid;
    padding: 10px;
    width: 150px;
    text-align: center;
    border-radius: 5px;
    margin: 20px auto;
    display: inline-block; }
    .inputfile + label:hover {
      background: #212121;
      color: white;
      cursor: pointer; }

.img-form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 300px; }

.container-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px; }
  .container-img .img-container {
    margin: 30px;
    position: relative; }
    .container-img .img-container img {
      max-width: 300px;
      height: auto;
      border: 1px solid #555555;
      border-bottom: 0; }
    .container-img .img-container span {
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      .container-img .img-container span button {
        text-decoration: none;
        border: 0;
        background: white;
        border-radius: 3px;
        border: 1px solid;
        color: #212121;
        opacity: 0.7;
        font-size: 15px; }
        .container-img .img-container span button:hover {
          opacity: 1;
          background: #212121;
          color: white;
          cursor: pointer; }
    .container-img .img-container .form-descrizioni {
      width: 100%;
      margin: 0;
      padding: 0;
      margin-top: -5px;
      position: relative;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .container-img .img-container .form-descrizioni textarea {
        resize: none;
        width: 100%;
        height: 82px;
        border: 1px solid #555555;
        border-top: 0;
        padding: 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .container-img .img-container .form-descrizioni textarea:focus + input[type=submit] {
          display: block; }
      .container-img .img-container .form-descrizioni input[type=submit] {
        margin: 0;
        margin-top: 60px;
        position: absolute;
        padding: 5px !important;
        width: 50px;
        height: auto;
        display: none; }
        .container-img .img-container .form-descrizioni input[type=submit]:focus, .container-img .img-container .form-descrizioni input[type=submit]:active {
          display: block;
          outline: none; }