h1, h2, h3, h4, h5, h6, h3 a {
  font-family: "Roboto Slab", serif;
  font-weight: 400; }

a, label, p {
  font-family: "Open Sans", sans-serif; }

h1 {
  font-size: 32px; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 36px; } }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 40px; } }
h2 {
  font-size: 28px; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 32px; } }
  @media screen and (min-width: 1024px) {
    h2 {
      font-size: 36px; } }
h3 {
  font-size: 26px; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 30px; } }
  @media screen and (min-width: 1024px) {
    h3 {
      font-size: 34px; } }
p {
  font-size: 12px; }
  @media screen and (min-width: 1024px) {
    p {
      font-size: 14px; } }
.ul-reset, body#template_standard .condivisione_social_network, .box_centrale_due_elementi ul, .box_home_centrale ul, .box_home_full .sotto_pagine, .box_statistiche ul, .box_scelta_lingua_mobile, header .logo-language-cta-box .language-cta ul, header nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clear {
  content: '';
  display: block;
  clear: both; }

.text-center {
  text-align: center; }

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

.text-left {
  text-align: left; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-capitalize {
  text-transform: capitalize; }

textarea:focus, input:focus {
  outline: none; }

textarea {
  resize: none; }

.cotainer {
  width: 100%; }

.container--center {
  max-width: 1200px;
  margin: 0 auto; }

.container__content {
  padding: 0 30px; }

.container--bg-gray {
  background: #F3F3F3; }

*, *:before, *:after {
  box-sizing: border-box; }

* {
  margin: 0; }

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif; }

html, body {
  height: 100%; }

header {
  background: #F3F3F3; }
  header .header__container {
    padding-top: 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100px;
    background-color: #962600; }
    @media screen and (min-width: 1024px) {
      header .header__container {
        max-height: 360px;
        min-height: 180px; } }
  header nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #E7792B;
    z-index: 100; }
    header nav ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      header nav ul li {
        -webkit-box-flex: 1 1 auto;
        -moz-box-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center; }
        header nav ul li a {
          display: block;
          height: 45px;
          text-decoration: none;
          color: #FFFFFF;
          padding: 12px 20px;
          font-size: 16px;
          font-weight: 400;
          font-family: "Open Sans", sans-serif;
          text-transform: capitalize;
          background-color: transparent;
          transition: background 0.5s ease; }
          header nav ul li a:hover {
            text-decoration: none;
            background: #FFFFFF;
            color: #E7792B;
            transition: background 0.5s ease; }
    header nav#navigazione_principale {
      display: none; }
      @media screen and (min-width: 1024px) {
        header nav#navigazione_principale {
          display: block; } }
  header #menumobile {
    order: 1;
    display: block;
    z-index: 100;
    position: absolute;
    left: 30px;
    top: 35px; }
    @media screen and (min-width: 1024px) {
      header #menumobile {
        display: none; } }
    header #menumobile a i {
      color: #FFFFFF;
      font-size: 30px; }
  header .logo-language-cta-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
    padding: 0 30px; }
    @media screen and (min-width: 1024px) {
      header .logo-language-cta-box {
        justify-content: space-between; } }
    header .logo-language-cta-box #logo-cta {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      max-width: 130px; }
      header .logo-language-cta-box #logo-cta a img {
        width: 100%;
        height: auto; }
        @media screen and (min-width: 1024px) {
          header .logo-language-cta-box #logo-cta a img {
            width: 200px; } }
      @media screen and (min-width: 1024px) {
        header .logo-language-cta-box #logo-cta {
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          -ms-flex-order: 1;
          -webkit-order: 1;
          order: 1;
          max-width: auto;
          max-width: 200px; } }
    header .logo-language-cta-box .language-cta {
      display: none; }
      @media screen and (min-width: 1024px) {
        header .logo-language-cta-box .language-cta {
          display: block;
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          -ms-flex-order: 2;
          -webkit-order: 2;
          order: 2; } }
      header .logo-language-cta-box .language-cta ul li {
        display: inline-block;
        margin-right: 22px;
        padding-bottom: 2px; }
        header .logo-language-cta-box .language-cta ul li a {
          color: #FFFFFF;
          text-decoration: none;
          font-size: 13px;
          font-weight: 300;
          font-family: "Open Sans", sans-serif;
          text-transform: capitalize; }
          header .logo-language-cta-box .language-cta ul li a:last-type-of {
            margin-right: 0; }
        header .logo-language-cta-box .language-cta ul li img {
          margin-right: 15px; }
        header .logo-language-cta-box .language-cta ul li:hover {
          border-bottom: 1px solid #E7792B; }
  header .slideshow_testata {
    position: relative;
    top: 0;
    z-index: 1;
    margin-top: -81px; }
    @media screen and (min-width: 1024px) {
      header .slideshow_testata {
        margin-top: -107px; } }
    header .slideshow_testata .slideshow .immagine {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      header .slideshow_testata .slideshow .immagine img {
        width: 100%;
        height: auto;
        min-height: 100px;
        flex-shrink: 0;
        min-width: 100%; }

.box_scelta_lingua_mobile {
  margin-left: 20px; }
  .box_scelta_lingua_mobile li {
    padding: 10px 0; }
    .box_scelta_lingua_mobile li img {
      margin-right: 10px; }
    .box_scelta_lingua_mobile li a {
      color: #353535; }

#wrapper {
  min-height: 100%;
  background: #FFFFFF; }
  #wrapper::after {
    content: "";
    display: block;
    margin-bottom: -300px; }

.box_statistiche ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 1024px) {
    .box_statistiche ul {
      flex-direction: row; } }
  .box_statistiche ul li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #F3F3F3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    margin-bottom: 2px; }
    @media screen and (min-width: 1024px) {
      .box_statistiche ul li {
        padding: 50px 0 35px 0;
        margin-bottom: 0;
        margin-right: 2px;
        -webkit-box-flex: 1 1 33%;
        -moz-box-flex: 1 1 33%;
        -webkit-flex: 1 1 33%;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%; } }
    .box_statistiche ul li:last-child {
      margin-right: 0; }
    .box_statistiche ul li a {
      margin-bottom: 15px;
      display: block; }
    .box_statistiche ul li h3 {
      order: 2;
      display: block;
      font-weight: 300;
      font-size: 30px;
      font-family: "Roboto Slab", serif; }
      .box_statistiche ul li h3 a {
        color: #353535;
        text-decoration: none;
        font-size: 30px;
        font-family: "Roboto Slab", serif;
        font-weight: 300; }
    .box_statistiche ul li .contenuto_breve {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
      .box_statistiche ul li .contenuto_breve p {
        font-size: 60px;
        font-family: "Roboto Slab", serif;
        font-weight: 300;
        color: #004C94; }
        @media screen and (min-width: 1024px) {
          .box_statistiche ul li .contenuto_breve p {
            font-size: 100px; } }
    .box_statistiche ul li .clear {
      visibility: hidden;
      width: 0; }

.logo-slideshow {
  margin: 30px 0; }
  .logo-slideshow h2 {
    color: #E7792B;
    font-size: 40px;
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-weight: 400; }
  .logo-slideshow .links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 24px 40px;
    flex-wrap: wrap; }
    .logo-slideshow .links .link {
      margin: 15px; }
      .logo-slideshow .links .link:last-child {
        margin-right: 0; }
      .logo-slideshow .links .link img {
        max-height: 80px; }
      @media screen and (min-width: 768px) {
        .logo-slideshow .links .link {
          margin-right: 20px; } }
.box_home_full {
  position: relative;
  height: 384px; }
  .box_home_full .sotto_pagine {
    height: 384px; }
    .box_home_full .sotto_pagine .sotto_pagina {
      background-repeat: no-repeat;
      height: 384px; }
      @media screen and (max-width: 667px) {
        .box_home_full .sotto_pagine .sotto_pagina {
          background-size: 100%; } }
  .box_home_full .a_generale {
    display: block;
    height: 384px;
    color: #1e426a;
    text-decoration: none; }
  .box_home_full .sotto_pagina_wrapper {
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px; }
    @media screen and (min-width: 650px) {
      .box_home_full .sotto_pagina_wrapper {
        position: absolute;
        top: 50px;
        right: 30px;
        width: 590px; } }
  .box_home_full .contenuto_breve {
    text-align: justify;
    font-size: 23px; }
    .box_home_full .contenuto_breve p {
      font-size: 23px; }
  .box_home_full .continua {
    display: block;
    text-align: center;
    margin: 10px auto 0 auto;
    position: relative;
    background: #E7792B;
    color: #FFFFFF;
    transition: background 0.5s ease;
    max-width: 150px;
    text-transform: uppercase;
    padding: 5px 15px; }

@media screen and (min-width: 1024px) {
  .box_home_centrale {
    padding-top: 35px;
    margin-top: 45px; } }

.box_home_centrale ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 1024px) {
    .box_home_centrale ul {
      flex-direction: row; } }
  .box_home_centrale ul li {
    display: block;
    -webkit-box-flex: 1 1 33%;
    -moz-box-flex: 1 1 33%;
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    margin-right: 0;
    background-color: rgba(53, 53, 53, 0.6);
    padding: 30px;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .box_home_centrale ul li {
        margin-right: 25px;
        min-height: 280px; } }
    .box_home_centrale ul li:last-child {
      margin-right: 0; }
    .box_home_centrale ul li h3 {
      font-weight: 400;
      text-align: center;
      color: #FFFFFF; }
      @media screen and (min-width: 1024px) {
        .box_home_centrale ul li h3 {
          text-align: left; } }
      .box_home_centrale ul li h3 a {
        font-family: "Roboto Slab", serif;
        font-weight: 400;
        color: #FFFFFF;
        font-size: 35px;
        text-decoration: none; }
        .box_home_centrale ul li h3 a:hover {
          text-decoration: none; }
    .box_home_centrale ul li:nth-child(2) {
      background-color: #E7792B; }
    .box_home_centrale ul li .contenuto_breve {
      margin-top: 30px;
      margin-bottom: 30px;
      text-align: center; }
      @media screen and (min-width: 1024px) {
        .box_home_centrale ul li .contenuto_breve {
          margin-top: 15px;
          margin-bottom: 30px;
          text-align: left; } }
      .box_home_centrale ul li .contenuto_breve p {
        color: #FFFFFF;
        font-size: 14px;
        font-family: "Open Sans", sans-serif; }
      .box_home_centrale ul li .contenuto_breve a {
        color: #FFFFFF; }
        .box_home_centrale ul li .contenuto_breve a:hover {
          text-decoration: none; }
    .box_home_centrale ul li .continua {
      display: block;
      text-align: center;
      margin: 0 auto;
      position: relative;
      max-width: 50%;
      text-align: center;
      background: #E7792B;
      color: #FFFFFF;
      transition: background 0.5s ease; }
      @media screen and (min-width: 1024px) {
        .box_home_centrale ul li .continua {
          position: absolute;
          bottom: 0;
          right: 15px;
          max-width: auto; } }
      .box_home_centrale ul li .continua a {
        text-decoration: none;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        display: block;
        padding: 10px 15px; }
        @media screen and (min-width: 1024px) {
          .box_home_centrale ul li .continua a {
            padding: 5px 15px; } }
      .box_home_centrale ul li .continua:hover {
        background: #FFFFFF;
        transition: background 0.5s ease; }
        .box_home_centrale ul li .continua:hover a {
          color: #E7792B; }
    .box_home_centrale ul li:nth-child(2) .continua {
      background-color: #818181; }
      .box_home_centrale ul li:nth-child(2) .continua a {
        color: #FFFFFF; }
        .box_home_centrale ul li:nth-child(2) .continua a:hover {
          color: #E7792B; }
      .box_home_centrale ul li:nth-child(2) .continua:hover {
        background: #FFFFFF; }

@media screen and (min-width: 1024px) {
  .box_centrale_due_elementi {
    margin-top: 35px; } }

.box_centrale_due_elementi ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 1024px) {
    .box_centrale_due_elementi ul {
      flex-direction: row; } }
  .box_centrale_due_elementi ul li {
    display: block;
    position: relative;
    -webkit-box-flex: 1 1 50%;
    -moz-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
    .box_centrale_due_elementi ul li:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1024px) {
      .box_centrale_due_elementi ul li {
        margin-right: 35px;
        max-height: 340px; } }
    .box_centrale_due_elementi ul li h3 {
      text-align: center; }
      @media screen and (min-width: 1024px) {
        .box_centrale_due_elementi ul li h3 {
          text-align: left; } }
      .box_centrale_due_elementi ul li h3 a {
        font-size: 35px;
        color: #E7792B;
        text-decoration: none; }
        @media screen and (min-width: 1024px) {
          .box_centrale_due_elementi ul li h3 a {
            color: #FFFFFF; } }
    .box_centrale_due_elementi ul li a {
      z-index: 1; }
    .box_centrale_due_elementi ul li img {
      width: 100%;
      height: auto;
      max-height: 340px; }
    .box_centrale_due_elementi ul li .sotto_pagina_wrapper {
      padding: 30px;
      background: none;
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .box_centrale_due_elementi ul li .sotto_pagina_wrapper {
          position: absolute;
          bottom: 0;
          z-index: 2;
          background: rgba(53, 53, 53, 0.6); } }
      .box_centrale_due_elementi ul li .sotto_pagina_wrapper p {
        color: #353535;
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        line-height: 19px; }
        @media screen and (min-width: 1024px) {
          .box_centrale_due_elementi ul li .sotto_pagina_wrapper p {
            color: #FFFFFF; } }
      .box_centrale_due_elementi ul li .sotto_pagina_wrapper .continua {
        display: block;
        text-align: center;
        margin: 0 auto;
        position: relative;
        background: #E7792B;
        color: #FFFFFF;
        transition: background 0.5s ease;
        max-width: 150px; }
        @media screen and (min-width: 1024px) {
          .box_centrale_due_elementi ul li .sotto_pagina_wrapper .continua {
            position: absolute;
            bottom: 0;
            right: 15px;
            margin: auto; } }
        .box_centrale_due_elementi ul li .sotto_pagina_wrapper .continua a {
          text-decoration: none;
          color: #FFFFFF;
          text-transform: uppercase;
          font-size: 14px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          display: block;
          padding: 10px 15px; }
          @media screen and (min-width: 1024px) {
            .box_centrale_due_elementi ul li .sotto_pagina_wrapper .continua a {
              padding: 5px 15px; } }
        .box_centrale_due_elementi ul li .sotto_pagina_wrapper .continua:hover {
          background: #FFFFFF;
          transition: background 0.5s ease; }
          .box_centrale_due_elementi ul li .sotto_pagina_wrapper .continua:hover a {
            color: #E7792B; }
      .box_centrale_due_elementi ul li .sotto_pagina_wrapper .contenuto_breve {
        margin: 30px 0;
        text-align: center; }
        @media screen and (min-width: 1024px) {
          .box_centrale_due_elementi ul li .sotto_pagina_wrapper .contenuto_breve {
            margin: auto;
            text-align: left; } }
      .box_centrale_due_elementi ul li .sotto_pagina_wrapper .data_anteprima {
        position: absolute;
        right: 0;
        top: 0;
        padding: 5px 10px;
        box-sizing: border-box;
        background: #E7792B;
        color: #FFFFFF;
        font-size: 14px; }

.paginazione {
  border-top: 1px solid #bbbbbb;
  margin: 15px 0;
  padding-top: 20px;
  text-align: right; }
  .paginazione span, .paginazione a {
    color: #818181;
    font-weight: 300;
    font-family: "Open Sans", sans-serif; }
  .paginazione a {
    text-decoration: none;
    color: #818181; }
    .paginazione a:hover {
      text-decoration: none; }
  .paginazione .corrente {
    font-weight: bold;
    color: #E7792B; }
  @media screen and (min-width: 1024px) {
    .paginazione {
      margin: 30px 0; } }
footer .footer__box {
  padding: 20px 30px; }
  @media screen and (min-width: 1024px) {
    footer .footer__box {
      padding: 40px 0; } }
  footer .footer__box .container--center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (min-width: 1024px) {
      footer .footer__box .container--center {
        flex-direction: row;
        padding: 0 100px;
        flex-wrap: nowrap; } }
    footer .footer__box .container--center:last-type-of {
      padding: 0 350px; }
    footer .footer__box .container--center div {
      -webkit-box-flex: 1 0 100%;
      -moz-box-flex: 1 0 100%;
      -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      margin: 15px 0; }
      @media screen and (min-width: 1024px) {
        footer .footer__box .container--center div {
          margin: auto;
          -webkit-box-flex: none;
          -moz-box-flex: none;
          -webkit-flex: none;
          -ms-flex: none;
          flex: none; } }
    footer .footer__box .container--center div.first {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      flex: 1; }
      @media screen and (min-width: 1024px) {
        footer .footer__box .container--center div.first {
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          -ms-flex-order: 1;
          -webkit-order: 1;
          order: 1; } }
      footer .footer__box .container--center div.first img {
        width: 120px; }
        @media screen and (min-width: 1024px) {
          footer .footer__box .container--center div.first img {
            width: 245px; } }
    footer .footer__box .container--center div.second {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3;
      -webkit-box-flex: 1 1 100%;
      -moz-box-flex: 1 1 100%;
      -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; }
      @media screen and (min-width: 1024px) {
        footer .footer__box .container--center div.second {
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          -ms-flex-order: 2;
          -webkit-order: 2;
          order: 2;
          flex: 2; } }
    footer .footer__box .container--center div.third {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      flex: 1; }
      @media screen and (min-width: 1024px) {
        footer .footer__box .container--center div.third {
          -webkit-box-ordinal-group: 3;
          -moz-box-ordinal-group: 3;
          -ms-flex-order: 3;
          -webkit-order: 3;
          order: 3;
          flex: 1; } }
      footer .footer__box .container--center div.third img {
        width: 50px;
        margin: 0 10px; }
      footer .footer__box .container--center div.third .social-icon {
        opacity: 0.2; }
        footer .footer__box .container--center div.third .social-icon:hover {
          opacity: 0.5; }
  footer .footer__box .contact-us {
    text-align: center; }
    @media screen and (min-width: 768px) {
      footer .footer__box .contact-us {
        display: none; } }
    footer .footer__box .contact-us a {
      background: #E7792B;
      color: #fff;
      display: inline-block;
      padding: 12px 30px;
      text-transform: uppercase;
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      text-decoration: none; }
      footer .footer__box .contact-us a:hover {
        background: #FFFFFF;
        transition: background 0.5s ease;
        color: #E7792B; }
  footer .footer__box p {
    font-size: 12px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    line-height: 24px; }
    @media screen and (min-width: 375px) {
      footer .footer__box p {
        font-size: 16px; } }
    @media screen and (min-width: 1024px) {
      footer .footer__box p {
        font-size: 18px; } }
footer .scrolltop-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 100; }
  @media screen and (min-width: 1024px) {
    footer .scrolltop-cta {
      bottom: 50px;
      right: 40px; } }
body#template_standard .container a, body#template_standard .container a:hover {
  color: #E7792B; }

body#template_standard h1 {
  color: #E7792B;
  margin: 30px 0 15px 0; }

body#template_standard h2, body#template_standard h3 {
  color: #818181; }

body#template_standard p {
  line-height: 24px;
  margin: 14px 0; }

body#template_standard footer {
  margin-top: 30px; }

body#template_standard .videos, body#template_standard .video iframe {
  margin: 30px 0; }

body#template_standard .videos .info_video {
  margin-top: 60px; }

body#template_standard .allegati {
  margin: 30px 0; }
  @media screen and (min-width: 1024px) {
    body#template_standard .allegati {
      margin: 30px 0; } }
  body#template_standard .allegati h2 {
    border-bottom: 1px solid #818181;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  body#template_standard .allegati .allegato {
    font-size: 14px;
    margin-bottom: 5px; }
    body#template_standard .allegati .allegato a {
      color: #E7792B;
      font-size: 14px;
      text-decoration: none; }
      body#template_standard .allegati .allegato a:hover {
        color: #E7792B;
        text-decoration: underline; }
    body#template_standard .allegati .allegato .file_size {
      color: #353535;
      font-size: 12px; }
  body#template_standard .allegati #allegato-52 {
    margin-bottom: 20px; }

body#template_standard .condivisione_social_network {
  padding-top: 15px;
  margin: 30px 0; }
  body#template_standard .condivisione_social_network li {
    display: inline-block;
    margin-right: 15px; }
    @media screen and (min-width: 1024px) {
      body#template_standard .condivisione_social_network li li {
        margin-right: 30px; } }
  body#template_standard .condivisione_social_network li.tasto_facebook div.fb-like span {
    vertical-align: inherit !important; }

body#template_standard .lista_sotto_pagine {
  margin: 30px 0; }
  body#template_standard .lista_sotto_pagine .sotto_pagina {
    border-top: 1px solid #bbbbbb;
    padding: 20px 0;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      body#template_standard .lista_sotto_pagine .sotto_pagina {
        flex-direction: row; } }
    body#template_standard .lista_sotto_pagine .sotto_pagina .wrapper_testi {
      width: 100%; }
      @media screen and (min-width: 1024px) {
        body#template_standard .lista_sotto_pagine .sotto_pagina .wrapper_testi {
          position: relative; } }
      body#template_standard .lista_sotto_pagine .sotto_pagina .wrapper_testi h3 {
        text-align: center; }
        @media screen and (min-width: 1024px) {
          body#template_standard .lista_sotto_pagine .sotto_pagina .wrapper_testi h3 {
            text-align: left; } }
        body#template_standard .lista_sotto_pagine .sotto_pagina .wrapper_testi h3 a {
          font-size: 28px;
          color: #E7792B;
          text-decoration: none; }
          @media screen and (min-width: 1024px) {
            body#template_standard .lista_sotto_pagine .sotto_pagina .wrapper_testi h3 a {
              font-size: 35px; } }
      body#template_standard .lista_sotto_pagine .sotto_pagina .wrapper_testi .continua {
        display: block;
        text-align: center;
        margin: 0 auto;
        position: relative;
        background: #E7792B;
        color: #FFFFFF;
        transition: background 0.5s ease;
        max-width: 150px; }
        @media screen and (min-width: 1024px) {
          body#template_standard .lista_sotto_pagine .sotto_pagina .wrapper_testi .continua {
            position: absolute;
            bottom: 0;
            right: 15px;
            margin: auto; } }
        body#template_standard .lista_sotto_pagine .sotto_pagina .wrapper_testi .continua a {
          text-decoration: none;
          color: #FFFFFF;
          text-transform: uppercase;
          font-size: 14px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          display: block;
          padding: 10px 15px; }
          @media screen and (min-width: 1024px) {
            body#template_standard .lista_sotto_pagine .sotto_pagina .wrapper_testi .continua a {
              padding: 5px 15px; } }
        body#template_standard .lista_sotto_pagine .sotto_pagina .wrapper_testi .continua:hover {
          background: #818181;
          transition: background 0.5s ease; }
          body#template_standard .lista_sotto_pagine .sotto_pagina .wrapper_testi .continua:hover a {
            color: #FFFFFF; }
      body#template_standard .lista_sotto_pagine .sotto_pagina .wrapper_testi .contenuto_breve {
        margin: 30px 0;
        text-align: justify;
        display: block; }
        @media screen and (min-width: 1024px) {
          body#template_standard .lista_sotto_pagine .sotto_pagina .wrapper_testi .contenuto_breve {
            margin: auto;
            text-align: left; } }
      body#template_standard .lista_sotto_pagine .sotto_pagina .wrapper_testi time {
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        color: #818181;
        margin-bottom: 15px;
        display: block; }
    @media screen and (min-width: 1024px) {
      body#template_standard .lista_sotto_pagine .sotto_pagina .wrapper_immagine_elenco {
        margin-right: 30px; } }
    body#template_standard .lista_sotto_pagine .sotto_pagina .wrapper_immagine_elenco img {
      width: 100%;
      height: auto; }

body#template_standard .breadcrumb {
  margin: 30px 0;
  color: #818181; }
  body#template_standard .breadcrumb a {
    color: #E7792B;
    text-decoration: none; }
    body#template_standard .breadcrumb a:hover {
      text-decoration: underline; }

body#template_standard .data_pagina {
  margin-bottom: 30px; }
  body#template_standard .data_pagina time {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #818181; }

body#template_standard .container__content__contatti {
  margin: 30px 0; }

@media screen and (min-width: 1024px) {
  body#template_standard .mappe, body#template_standard .box_form_contatti {
    float: left;
    width: 50%; } }

body#template_standard .mappe {
  margin-top: 30px; }
  @media screen and (min-width: 1024px) {
    body#template_standard .mappe {
      margin-top: 0; } }
  body#template_standard .mappe .mappa, body#template_standard .mappe .placeholder_mappa {
    width: 100%;
    height: 300px; }
    @media screen and (min-width: 1024px) {
      body#template_standard .mappe .mappa, body#template_standard .mappe .placeholder_mappa {
        height: 590px; } }
body#template_standard .gallerie {
  margin: 30px 0; }
  body#template_standard .gallerie .box_immagini {
    display: flex; }
    body#template_standard .gallerie .box_immagini a {
      display: block;
      margin-right: 30px;
      width: 100%;
      height: 100%;
      vertical-align: middle; }
      body#template_standard .gallerie .box_immagini a img {
        width: 100%; }
      body#template_standard .gallerie .box_immagini a:last-child {
        margin-right: 0; }

body#template_standard.congressi_corsi h1 {
  text-align: center; }
  @media screen and (min-width: 1024px) {
    body#template_standard.congressi_corsi h1 {
      text-align: left; } }
body#template_standard.congressi_corsi .lista_sotto_pagine {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 1024px) {
    body#template_standard.congressi_corsi .lista_sotto_pagine {
      flex-direction: row; } }
  body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina {
    padding: 0;
    display: block;
    position: relative;
    flex: 1 1 50%; }
    body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina.ultima {
      margin-right: 0; }
    @media screen and (min-width: 1024px) {
      body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina {
        margin-right: 35px;
        max-height: 340px; } }
    body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina h3 {
      text-align: center; }
      @media screen and (min-width: 1024px) {
        body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina h3 {
          text-align: left; } }
      body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina h3 a {
        font-size: 28px;
        color: #E7792B;
        text-decoration: none; }
        @media screen and (min-width: 1024px) {
          body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina h3 a {
            color: #FFFFFF;
            font-size: 35px; } }
    body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina a {
      z-index: 1; }
      body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina a img {
        width: 100%;
        height: auto;
        max-height: 340px; }
    body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina .wrapper_testi {
      padding: 30px;
      background: none; }
      @media screen and (min-width: 1024px) {
        body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina .wrapper_testi {
          position: absolute;
          bottom: 0;
          z-index: 2;
          background: rgba(53, 53, 53, 0.6); } }
      body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina .wrapper_testi p {
        color: #353535;
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        line-height: 19px; }
        @media screen and (min-width: 1024px) {
          body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina .wrapper_testi p {
            color: #FFFFFF; } }
      body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina .wrapper_testi .continua {
        display: block;
        text-align: center;
        margin: 0 auto;
        position: relative;
        background: #E7792B;
        color: #FFFFFF;
        transition: background 0.5s ease;
        max-width: 150px; }
        @media screen and (min-width: 1024px) {
          body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina .wrapper_testi .continua {
            position: absolute;
            bottom: 0;
            right: 15px;
            margin: auto; } }
        body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina .wrapper_testi .continua a {
          text-decoration: none;
          color: #FFFFFF;
          text-transform: uppercase;
          font-size: 14px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          display: block;
          padding: 10px 15px; }
          @media screen and (min-width: 1024px) {
            body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina .wrapper_testi .continua a {
              padding: 5px 15px; } }
        body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina .wrapper_testi .continua:hover {
          background: #FFFFFF;
          transition: background 0.5s ease; }
          body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina .wrapper_testi .continua:hover a {
            color: #E7792B; }
      body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina .wrapper_testi .contenuto_breve {
        margin: 30px 0;
        text-align: justify;
        display: block; }
        @media screen and (min-width: 1024px) {
          body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina .wrapper_testi .contenuto_breve {
            margin: auto;
            text-align: left; } }
      body#template_standard.congressi_corsi .lista_sotto_pagine .sotto_pagina .wrapper_testi time {
        position: absolute;
        right: 0;
        top: 0;
        padding: 5px 10px;
        box-sizing: border-box;
        background: #E7792B;
        color: #FFFFFF;
        font-size: 14px; }

.tasto_arancione_ck {
  background: #E7792B;
  color: #FFFFFF;
  padding: 5px 20px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: inherit; }
