.white {
  color: #fff;
}

.grey {
  color: #5f5f5f;
}

.l-grey {
  color: #878787;
}

.red {
  color: #c4161c;
}

.primary {
  background-color: #392396 !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@font-face {
  font-family: "Trebuchet";
  src: url("../fonts/trebuc.ttf"), url("../fonts/Trebuchet-MS-Italic.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "ticons";
  src: url("../fonts/ticons.woff2");
}
.treb-font {
  font-family: "Trebuchet";
}

.montrest {
  font-family: "Montserrat", sans-serif;
}

.w-400 {
  font-weight: 400;
}

.w-600 {
  font-weight: 600;
}

.size-12 {
  font-size: 12px;
}

.size-14 {
  font-size: 14px;
}

.size-15 {
  font-size: 15px;
}

.size-16 {
  font-size: 16px;
}

.size-18 {
  font-size: 18px;
}

.size-20 {
  font-size: 20px;
}

.size-22 {
  font-size: 22px;
}

.size-24 {
  font-size: 24px;
}

.size-30 {
  font-size: 30px;
}

.size-40 {
  font-size: 40px;
}

.txtcntr {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.up-first::first-letter {
  text-transform: uppercase;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
}
@media (max-width: 768px) {
  body.mobile-mode .logo {
    display: none;
  }
}
body.mobile-mode .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999999999999;
}
body.mobile-mode .nav .hamburgmenu {
  display: none;
}
body.mobile-mode .nav .nav-list {
  display: block;
  margin-left: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
body.mobile-mode .nav .nav-list li a {
  font-size: 28.8px;
  text-align: center;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  color: #5f5f5f;
  padding: 2px 0;
}
body.mobile-mode .nav .nav-list li:last-child {
  display: none;
}
body.mobile-mode .nav .close-nav {
  display: block;
}
body.mobile-mode .nav .logo {
  top: 50px;
  left: 50px;
}
body.mobile-mode .form-navbar {
  display: block !important;
  display: block !important;
  z-index: 990000000000000100;
  bottom: 17% !important;
  /* top: 50%; */
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block !important;
  width: 300px;
  background-color: transparent !important;
  border-top: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.mobile-mode .form-navbar input {
  background-color: transparent !important;
  border-bottom: 1px solid #000 !important;
  text-align: center;
  width: 100%;
  border-radius: 0 !important;
}
body.mobile-mode .form-navbar input::-webkit-input-placeholder {
  font-size: 18px !important;
}
body.mobile-mode .form-navbar input::-moz-placeholder {
  font-size: 18px !important;
}
body.mobile-mode .form-navbar input:-ms-input-placeholder {
  font-size: 18px !important;
}
body.mobile-mode .form-navbar input::-ms-input-placeholder {
  font-size: 18px !important;
}
body.mobile-mode .form-navbar input::placeholder {
  font-size: 18px !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
}

.container-Anaci {
  width: 1260px;
  margin: auto;
  max-width: 92%;
}

.call-to-action {
  font-size: 14px;
  width: 200px;
  padding: 12px 0;
  background-color: #c4161c;
  color: #fff;
  position: relative;
  border-radius: 3px;
  padding-left: 20px;
  font-weight: 400;
}
.call-to-action span {
  display: block;
  position: relative;
  color: #fff;
  position: absolute;
  right: 28px;
  top: 13px;
}
.call-to-action span::after {
  display:none;
  content: "\f178";
  position: absolute;
  font-family: "ticons";
}

.footer {
  background-color: #202020;
  padding: 25px 0;
  margin-top: 50px;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 769px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__content > div {
  width: 22%;
}
.footer__content > div:first-of-type {
  width: 48%;
}
.footer__content > div:first-of-type .logo {
  margin-bottom: 15px;
}
@media (max-width: 769px) {
  .footer__content > div {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.footer .part2 > h5, .footer .part3 > h5 {
  margin-bottom: 15px;
  font-size: 16px;
}
.footer .part2 ul, .footer .part3 ul {
  padding-left: 18px;
}
.footer .part2 ul > li:first-of-type, .footer .part3 ul > li:first-of-type {
  display: none;
}
.footer .part2 a, .footer .part3 a {
  display: inline-block;
  position: relative;
}
/**
.footer .part2 a::after, .footer .part3 a::after {
  content: "\f0da";
  font-family: "ticons";
  color: #fff;
  position: absolute;
  left: -15px;
}
*/
.bottom-footer {
  background-color: #000;
  color: #9e9e9e;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
}
.bottom-footer p {
  width: 90%;
  margin: auto;
  padding: 15px 0;
}

a.scroll-to-top {
  height: 35px;
  line-height: 35px;
  width: 35px;
  font-size: 16px;
  z-index: 998;
  display: inline-block;
  display: inline-block;
  position: fixed;
  bottom: 60px;
  right: 15px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  z-index: -1;
}
a.scroll-to-top.show {
  opacity: 1;
  z-index: 999999999;
}
a.scroll-to-top:hover {
  background-color: #c4161c;
  color: #fff;
}
a.scroll-to-top:hover span::after {
  color: #fff;
}
a.scroll-to-top span {
  position: relative;
}
a.scroll-to-top span::after {
  content: "\f077";
  font-family: "ticons";
  color: #9e9e9e;
}

.navabar {
  padding: 20px 0;
}
@media (max-width: 992px) {
  .navabar {
    /*position: fixed;*/
    width: 100%;
    background-color: #fff;
    z-index: 100000000000000030000000;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
}
@media (max-width: 375px) {
  .navabar {
    padding: 30px 0;
  }
}
.navabar .nav {
  position: relative;
}
.navabar .nav .logo {
  position: absolute;
  top: -10px;
  z-index: 100000000000000020000;
  background: white;
  border-radius: 10px;
}
@media (max-width: 375px) {
  .navabar .nav .logo {
    top: -20px;
  }
}
.navabar .nav .logo a {
  background-color: #fff;
  border-radius: 12px;
  padding: 0 10px;
}
@media (max-width: 375px) {
  .navabar .nav .logo a {
    padding: 0 10px;
  }
}
.navabar .nav .logo img {
  width: 200px;
  height: 125px;
}
.navabar .nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  .navabar .nav .nav-list {
    /*
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    */
    display: none;
  }
}
.navabar .nav .nav-list > li {
  position: relative;
}
/**.navabar .nav .nav-list > li:last-child a::after {
  content: "\f002";
  font-family: "ticons";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 0 10px;
}*/
.navabar .nav .nav-list > li a {
  font-family: "Trebuchet";
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  padding: 0 10px;
  color: #555;
  font-weight: 500;
}
@media (max-width: 992px) {
  .navabar .nav .nav-list > li a {
    /*
    font-size: 28px;
    text-align: center;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    color: #5f5f5f;
    padding: 8px 0;
    */
  }
  .navabar .nav .nav-list > li a:active {
    opacity: 0.4;
  }
}
.navabar .nav .nav-list > li a.active {
  color: #c4161c;
}
.navabar .nav .nav-list > li a:hover {
  color: #c4161c;
}
.navabar .nav .close-nav {
  position: absolute;
  right: 38px;
  display: none;
  top: 50px;
}
.navabar .nav .close-nav span {
  display: block;
  width: 35px;
  height: 1px;
  background-color: #5f5f5f;
}
.navabar .nav .close-nav span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translateX(-1px);
          transform: rotate(-45deg) translateX(-1px);
}
.navabar .nav .close-nav span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navabar .nav .close-nav i {
  font-size: 30px;
}
.navabar .nav .form-navbar {
  position: absolute;
  bottom: -90px;
  right: 0;
  padding: 15px 15px;
  background-color: #fff;
  border-radius: 0px;
  border-top: 2px solid #c4161c;
  display: none;
}
.navabar .nav .form-navbar.show {
  display: block;
}
.navabar .nav .form-navbar input {
  border: none;
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 12px 10px;
}
.navabar .nav .form-navbar input:focus {
  outline: 0;
}
.navabar .hamburgmenu {
  position: absolute;
  right: -5px;
  top: -10px;
  cursor: pointer;
  display: none;
}
@media (max-width: 992px) {
  .navabar .hamburgmenu {
    display: block;
  }
}
.navabar .hamburgmenu span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #616161;
}
.navabar .hamburgmenu span:nth-child(2) {
  margin: 5px 0;
}

.hero-area {
  height: 700px;
  background-image: url("/imgs/home/anaci_venezia_slide.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .hero-area {
    background-image: url("/imgs/home/anaci_venezia_slide_mobile.jpg");
    height: 235px;
    /*background-position: 0 40px;*/
  }
}

.hero-content {
  background-color: #c4161c !important;
  padding-top: 50px;
  padding-bottom: 120px;
}
.hero-content .desc {
  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;
  
}
@media (max-width: 769px) {
  .hero-content .desc {
    -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 (max-width: 1000px) {
  .hero-content .desc > p {
    margin-bottom: 25px;
  }
}
.hero-content .desc > p:nth-of-type(2) {
  width: 910px;
  max-width: 95%;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .hero-content .desc > p:nth-of-type(2) {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .hero-content .desc > p:nth-of-type(2) {
    width: 100%;
  }
}

.three-cards {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  padding: 50px 0;
  padding-bottom: 0;
}
.three-cards .cards-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 769px) {
  .three-cards .cards-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.three-cards .cards-content .card-tmeplate {
  width: 31.8%;
  -webkit-box-shadow: 0 0 8px 1px #a3a5a8;
          box-shadow: 0 0 8px 1px #a3a5a8;
  padding-top: 50px;
  background-color: #fff;
  max-width: 100%;
}
@media (max-width: 992px) {
  .three-cards .cards-content .card-tmeplate:nth-child(2) {
    height: 620px;
  }
}
@media (max-width: 769px) {
  .three-cards .cards-content .card-tmeplate {
    width: 95%;
    margin-bottom: 50px;
    height: 590px;
  }
}
.three-cards .cards-content .card-tmeplate img {
  display: block;
  margin: auto;
  max-width: 90%;
}
.three-cards .cards-content .card-tmeplate .name {
  color: #5f5f5f;
  font-size: 15px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.three-cards .cards-content .card-tmeplate .title {
  font-size: 36px;
  color: #c4161c;
  font-weight: 400;
  padding: 25px 0;
  padding-top: 0;
}
.three-cards .cards-content .card-tmeplate .desc {
  font-size: 16px;
  color: #5f5f5f;
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
}
.three-cards .cards-content .card-tmeplate a {
  color: #5f5f5f;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #c4161c;
  padding-bottom: 50px;
}

.Venezia {
  background-color: #c4161c;
  color: #fff;
}
.Venezia h3 {
  font-weight: 400;
  margin-bottom: 25px;
}
.Venezia .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 769px) {
  .Venezia .contents {
    -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;
  }
}
.Venezia .contents .left-side {
  width: 52%;
}
@media (max-width: 769px) {
  .Venezia .contents .left-side {
    width: 100%;
    margin-bottom: 25px;
  }
}
.Venezia .contents .left-side p {
  line-height: 1.6;
}
.Venezia .contents .left-side p:nth-of-type(2) {
  margin: 20px 0;
}
.Venezia .contents .right-side {
  width: 40%;
}
@media (max-width: 769px) {
  .Venezia .contents .right-side {
    width: 100%;
  }
}
.Venezia .contents .right-side img {
  width: 500px;
  width: 100%;
  display: block;
}

.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 769px) {
  .news__content {
    -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;
  }
}
.news .left-side {
  width: 100%;
}
@media (max-width: 769px) {
  .news .left-side {
    width: 100%;
  }
}
.news .left-side > h2 {
  padding-top: 50px;
}
.news .left-side .call-to-action {
  font-size: 14px;
  width: 200px;
  padding: 10px 10px 10px 10px;
  background-color: #c4161c;
  color: #fff;
  position: relative;
  border-radius: 3px;
  font-weight: 400;
}
.news .left-side .call-to-action span {
  display: block;
  position: relative;
  color: #fff;
  position: absolute;
  right: 28px;
  top: 13px;
}
.news .left-side .call-to-action span::after {
  content: "\f178";
  position: absolute;
  font-family: "ticons";
}
.news .blocks .block {
  border-bottom: 1px solid #ebebeb;
  padding: 40px 0;
}
.news .blocks .block .news-txt {
  margin-top: 10px;
  margin-bottom: 25px;
}
.news .blocks > div:last-child {
  border-bottom: none;
  margin-bottom: 25px;
}
@media (max-width: 769px) {
  .news .right-side {
    width: 100%;
    margin-top: 50px;
  }
}
.news .right-side div:nth-of-type(1) {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .news .right-side img {
    width: 70%;
    display: block;
    margin-left: auto;
  }
}
@media (max-width: 769px) {
  .news .right-side img {
    width: auto;
    margin: 0;
  }
}

.hero-about {
  background-color: #c4161c;
  padding: 30px 0;
}
@media (max-width: 375px) {
  .hero-about {
    padding: 25px 0;
  }
}
.hero-about .hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .hero-about .hero-text {
    width: 93%;
    margin-top: 150px;
  }
}
.hero-about .hero-about-list {
  width: 70%;
  margin-left: auto;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .hero-about .hero-about-list {
    width: 93%;
    margin-top: 15px;
  }
}
.hero-about .hero-about-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 992px) {
  .hero-about .hero-about-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 992px) {
  .hero-about .hero-about-list ul li {
    margin-bottom: 15px;
  }
}
.hero-about .hero-about-list ul li a {
  color: #fff;
  text-transform: uppercase;
  padding-right: 10px;
  position: relative;
}
.hero-about .hero-about-list ul li a::after {
  content: "";
  position: absolute;
  right: 5px;
  width: 1px;
  height: 15px;
  background-color: #fff;
  color: #fff;
  top: 5px;
}
@media (max-width: 992px) {
  .hero-about .hero-about-list ul li a::after {
    display: none;
  }
}
.hero-about .hero-about-list ul li:last-child a {
  text-transform: lowercase;
}
.hero-about .hero-about-list ul li:last-child a::after {
  display: none;
}

.middle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 1200px) {
  .middle-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.middle-content .left-side {
  width: 70%;
}
@media (max-width: 1200px) {
  .middle-content .left-side {
    width: 100%;
  }
}
.middle-content .left-side ul li {
  border-bottom: 1px solid #ebebeb;
}
.middle-content .left-side ul li .second-txt {
  margin: 10px 0;
}
.middle-content .left-side ul li:not(:first-of-type) {
  padding-top: 20px;
}
.middle-content .right-side {
  width: 25%;
}
@media (max-width: 1200px) {
  .middle-content .right-side {
    width: 100%;
    margin-top: 25px;
  }
}
.middle-content .right-side a.call-to-action {
  width: 130px;
}
.middle-content .right-side a.call-to-action:hover {
  text-decoration: underline;
}
.middle-content .right-side .part2 {
  border: 1px solid #c9c9c9;
  padding: 40px 10px;
  width: 90%;
  padding-left: 20px;
  margin-top: 40px;
}
.middle-content .right-side .part2 p {
  line-height: 1.2;
}
.middle-content .right-side .part2 p:nth-child(2) {
  padding: 30px 0;
  font-size: 18px;
  line-height: 1.5;
}

.sperto-page .sperto-about {
  padding: 45px 0;
}
.sperto-page .sperto-about .hero-text {
  width: 70.5%;
}
@media (max-width: 992px) {
  .sperto-page .sperto-about .hero-text {
    margin-top: 50px;
  }
}
@media (max-width: 870px) {
  .sperto-page .sperto-about .hero-text {
    margin-top: 120px;
    width: 95%;
  }
}
@media (max-width: 375px) {
  .sperto-page .sperto-about .hero-text {
    width: 94%;
    margin-top: 140px;
  }
}
.sperto-page .call-to-action {
  width: 124px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sperto-page .desc-sperto {
  margin-top: 5px;
  margin-bottom: 25px;
}
.sperto-page .left-side ul li {
  padding: 25px 0;
}
.sperto-page .right-side .part2 {
  padding-top: 50px;
}
.sperto-page .right-side .part2 > h2 {
  line-height: 1.2;
}
.sperto-page .right-side .part2 > p {
  margin: 15px 0;
  line-height: 1.6 !important;
}
.sperto-page .right-side .reset {
  padding: 0 !important;
  font-size: 14px !important;
  line-height: normal !important;
}
.sperto-page  form label {
  font-size: 18px;
  color: #616161;
}
.sperto-page form textarea {
  margin-bottom: 10px;
}
.sperto-page form .subBtn {
  width: 80px;
  border: none;
  color: #fff;
  background-color: #c4161c;
  font-size: 18px;
  cursor: pointer;
  margin-top: 10px;
}

.sperto-page form input, .sperto-page form textarea {
  border: none;
  border-bottom: 1px solid black;
  padding-left: 15px;
  padding: 10px 0;
  padding-left: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  display: block;
  width: 95%;
}

.sperto-page form input::-webkit-input-placeholder, .sperto-page form textarea::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #141414;
}
.sperto-page form input::-moz-placeholder, .sperto-page form textarea::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #141414;
}
.sperto-page form input:-ms-input-placeholder, .sperto-page form textarea:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #141414;
}
.sperto-page  form input::-ms-input-placeholder, .sperto-page  form textarea::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #141414;
}
.sperto-page  form input::placeholder, .sperto-page  form textarea::placeholder {
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #141414;
}
.sperto-page  form input:focus, .sperto-page  form textarea:focus {
  outline: 0;
}
.sperto-page  form input[type=checkbox], .sperto-page form textarea[type=checkbox] {
  display: inline-block;
  width: auto;
}


@media only screen and (max-width:992px) {
  .navabar .nav .nav-list > li a.active  {
   color: #000;
   font-weight: 500;
  }
  body.mobile-mode .nav .nav-list li a{
    color: #000;
  }
  .middle-content .right-side .part2{
    width: 100%;
  }
  .middle-content{
    margin-top: 40px;
  }
}

.navabar .nav .form-navbar input::placeholder{
  
  font-weight: 300 !important;
  font-family: "Montserrat", sans-serif;
}
.sperto-page .middle-content .left-side ul li >p:nth-of-type(1){
  line-height: 1.2;
  margin-bottom: 10px;
}
.sperto-page .call-to-action{
  margin-bottom: 10px;
}
@media only screen and (max-width: 400px) {
  .navabar .nav .form-navbar input::placeholder {
    font-size: 24px !important;
  }
  .three-cards{
    transform: translateY(-120px);
  }
}



/***** lista associati *****/
#legenda {
	width: 100%;
	height: 75px;
	margin-bottom: 10px;
	background-color: #C4161C;
	color: #FFF;
	margin-top: 40px;
}
#listagb1 {
    border-top-style: solid;
	border-top-color: #ccc;
	border-top-width: 1px;
}
#listagb2 {
	border-top-style: solid;
	border-top-color: #ccc;
	border-top-width: 1px;
}
#listanome {
	width: 60%;
	height: max-content;
	color: #FFF;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-top-width: 1px;
}
.listanome a {
	text-decoration:none;
	color:#666;
}
.listanome a:hover {
	text-decoration:none;
	color:#C4161C;
}

#listacitta {
	width: 40%;
	height: max-content;
	color: #FFF;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-top-width: 1px;
}
.listacitta a {
	text-decoration:none;
	color:#666;
}
.listacitta a:hover {
	text-decoration:none;
	color:#C4161C;
}

#numpag {
	color:#C4161C;
	font-size:16px;
}
#numpagoff {
	color: #CCC;
	font-size:16px;
}

#box1 {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 10px;
    border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
}
