@import url("https://fonts.googleapis.com/css?family=Cinzel:400,700,900|PT+Serif:400,700|Roboto:300,400,500,700|Playfair+Display:400,700,900");
body {
  font-family: "Roboto", serif;
  font-weight: 100; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif; }

@media (min-width: 1200px) {
  .container {
    max-width: 1250px; } }
a.no-style {
  color: inherit;
  text-decoration: none !important; }
  a.no-style:hover {
    text-decoration: none; }

.font-cinzel {
  font-family: "Cinzel"; }

.btn {
  border-radius: 0;
  border: none;
  padding: 0.375rem 3rem; }
  .btn.btn-main {
    background: #102734;
    color: white; }

.bg-main {
  background: #102734;
  color: #aebac1; }

.bg-secondary {
  background: #f7535f !important;
  color: #aebac1; }

.bg-light-grey {
  background: #dde1e3;
  color: #102734; }

.bg-expertise-grey {
  background: #c3c9cc;
  color: #102734; }

.bg-grey {
  background: #939ca8;
  color: #102734; }

.text-main {
  color: #102734 !important; }

.text-secondary {
  color: #f7535f !important; }

.text-grey {
  color: #aebac1; }

.text-greydarker {
  color: #939ca8; }

.bold-300 {
  font-weight: 300; }

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

.bold-500 {
  font-weight: 500; }

.bold-700 {
  font-weight: 700; }

.bold-800 {
  font-weight: 800; }

.bold-900 {
  font-weight: 900; }

.form-control {
  border-radius: 0; }

.k-checkbox [type="checkbox"] {
  display: none; }
  .k-checkbox [type="checkbox"]:checked + label:before {
    box-shadow: inset 0 0 0 10px #102734; }
  .k-checkbox [type="checkbox"] + label:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #eeeff1;
    display: inline-block;
    margin-right: 5px;
    transition: all 1s; }

header {
  font-family: "PT Serif", serif;
  background: #102734;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 666;
  height: auto; }
  header .header-wrapper {
    height: auto;
    transition: all 0.5s; }
  header #logo img {
    margin-left: 20px; }
  @media (max-width: 992px) {
    header #nav-desktop ul li.desktop {
      display: none; } }
  header.smaller {
    position: fixed; }
    header.smaller #logo img {
      max-width: 60px; }
    header.smaller #nav-desktop ul li.desktop {
      display: none; }

#logo img {
  max-width: 120px; }

#nav-desktop ul {
  padding: 0;
  margin: 0; }
  #nav-desktop ul li {
    display: inline-block; }
    #nav-desktop ul li a {
      color: #aebac1;
      font-size: 20px;
      margin: 20px; }
      #nav-desktop ul li a:hover, #nav-desktop ul li a.current {
        text-decoration: none;
        color: #f7535f; }

#sidebar {
  position: fixed;
  background-color: #f84e57;
  z-index: 666;
  padding: 110px;
  padding-top: 40px;
  width: 100vw;
  right: -100vw;
  height: 100%;
  transition: all 0.5s; }
  @media (min-width: 992px) {
    #sidebar {
      width: 50vw;
      right: -50vw; } }
  #sidebar.active {
    right: 0; }
  #sidebar #sidebar__close {
    margin-bottom: 90px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.5s;
    position: relative;
    z-index: 2; }
    #sidebar #sidebar__close img {
      width: 50px; }
    #sidebar #sidebar__close:hover {
      transform: rotate(180deg); }
  #sidebar ul {
    margin: 0;
    padding: 0;
    height: 100%;
    position: absolute;
    top: 0;
    padding-top: 65px; }
    #sidebar ul li {
      list-style: none;
      margin-bottom: 20px; }
      #sidebar ul li a {
        color: white;
        font-family: "PT Serif";
        font-size: 30px;
        font-weight: 600; }
        #sidebar ul li a:hover {
          text-decoration: none;
          color: #102734; }

.main-wrapper {
  padding-top: 80px;
  overflow: hidden; }

.pro__nome {
  font-size: 52px;
  color: #102734; }

.pro__ruolo {
  font-family: "PT Serif";
  font-weight: 800;
  color: #102734; }

.pro__contatti {
  line-height: 29px;
  color: #102734; }
  .pro__contatti a {
    text-decoration: none;
    color: #102734; }

.pro__riga {
  border-bottom: 1px solid #4b4c4d; }
  .pro__riga p {
    margin-bottom: 0; }

.pro__content {
  font-size: 25px;
  font-family: "PT Serif"; }

.pro__info-header {
  font-family: "Cinzel";
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: lowercase; }

.pro__info-body {
  color: #8b939c;
  font-family: "PT Serif";
  font-size: 20px; }

.pro__sezioni .sezione {
  padding: 110px 0; }
.pro__sezioni .sezione-titolo {
  font-size: 50px;
  color: #102734;
  font-family: "PT Serif";
  font-weight: 600;
  padding-bottom: 90px; }

.bg-parallax {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover; }

.page-header {
  background-size: cover; }

.page-header-wide {
  height: 100vh; }
  .page-header-wide .page-header-title {
    font-size: 60px;
    font-weight: 800;
    opacity: 0.4; }
    @media (min-width: 992px) {
      .page-header-wide .page-header-title {
        font-size: 140px; } }
  .page-header-wide i.fa {
    font-size: 60px;
    padding-top: 140px; }

@media (max-width: 991px) {
  #page-sub-header ul.nav {
    flex-direction: column; } }
#page-sub-header a {
  color: #939ca8;
  font-weight: 600;
  font-family: "PT Serif", serif;
  padding-left: 0;
  padding-right: 0;
  margin-right: 75px;
  font-size: 17px; }
  #page-sub-header a.active {
    color: #102734;
    border-bottom: 2px solid; }
#page-sub-header.partnership {
  background: #c3c9cc; }
  #page-sub-header.partnership a {
    color: #fff; }

.fade-card {
  position: absolute;
  transform: translateY(80px);
  opacity: 0;
  height: 0;
  transition: all 0.5s;
  padding: 6rem 0;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden; }
  .fade-card.active {
    position: relative;
    transform: translateY(0);
    height: auto;
    opacity: 1;
    z-index: 2; }
  .fade-card .fade-card-title {
    font-size: 70px;
    font-weight: 900;
    text-transform: lowercase;
    margin-bottom: 5rem;
    margin-top: 5rem;
    line-height: 61px; }
  .fade-card .fade-card-body {
    line-height: 35px;
    padding-bottom: 5rem; }
  .fade-card .city {
    font-family: "PT Serif", serif;
    font-weight: 600;
    margin-bottom: 150px; }
    .fade-card .city span {
      padding-left: 30px; }

#expertise-body .fade-card-body {
  line-height: 30px;
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 500; }
  #expertise-body .fade-card-body .col-sm-6 {
    line-height: 40px; }
  #expertise-body .fade-card-body a {
    color: inherit; }

.expertise-detail-body {
  font-family: "PT Serif";
  line-height: 37px;
  font-size: 22px; }
  .expertise-detail-body h4 {
    font-family: "PT Serif";
    font-weight: 100;
    color: #102734;
    font-size: 29px;
    line-height: 32px; }
    .expertise-detail-body h4:not(:first-child) {
      margin-bottom: 150px; }

#about-body .fade-card-title {
  margin-bottom: 9rem; }
#about-body .fade-card-body {
  font-size: 22px;
  font-family: "PT Serif"; }

#people-search-cont .form-cont {
  border-bottom: 1px solid #dde0e4;
  margin-bottom: 50px;
  padding-bottom: 50px; }
  #people-search-cont .form-cont .taxonomies-cont h5 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 5px; }
  #people-search-cont .form-cont .taxonomies-cont label {
    cursor: pointer;
    color: #808d94;
    font-size: 18px;
    font-family: "PT Serif", serif; }
#people-search-cont #term {
  background: #ffffff;
  padding: 3px 59px;
  border: none;
  border-bottom: 1px solid #dedede;
  font-family: "Playfair Display", serif;
  color: #102734;
  font-size: 39px;
  font-weight: 800;
  padding-bottom: 2px;
  height: auto; }
  #people-search-cont #term:focus, #people-search-cont #term:active {
    outline: none; }

.people-result-terms > span {
  font-size: 12px;
  font-family: "Playfair Display", serif;
  color: #808d94;
  letter-spacing: 2px;
  padding-left: 34px;
  padding-bottom: 6px;
  display: block; }
.people-result-terms .result-term {
  border: 1px solid #aebac1;
  color: #808d94;
  border-right: none;
  border-left: none;
  padding: 10px 34px;
  padding-right: 0;
  font-weight: 600;
  padding-bottom: 15px; }
.people-result-terms .result-taxonomies-cont {
  padding-left: 34px; }
.people-result-terms .result-taxonomies {
  position: relative;
  padding-left: 22px;
  margin: 10px 0;
  margin-right: 30px;
  display: inline-block; }
.people-result-terms .result-edit {
  text-align: right;
  color: #939ca8; }
  .people-result-terms .result-edit span {
    cursor: pointer; }

.people-result-cont .people-result-group {
  background: #e8eaed;
  margin-bottom: 40px; }
  .people-result-cont .people-result-group:hover .persona-pic {
    background-size: 110%; }
  .people-result-cont .people-result-group:hover .results-arrow-right {
    transform: translateX(40px); }
  .people-result-cont .people-result-group .persona-pic {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.2s; }
    .people-result-cont .people-result-group .persona-pic:after {
      content: "";
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 100%; }
  .people-result-cont .people-result-group .persona-nome {
    font-weight: 700;
    margin-bottom: 16px; }
  .people-result-cont .people-result-group .persona-professione {
    margin-bottom: 20px; }
  .people-result-cont .people-result-group .persona-ruolo {
    font-weight: 600;
    font-family: "Playfair Display"; }
  .people-result-cont .people-result-group .persona-contatti {
    margin: 12px 0; }
    .people-result-cont .people-result-group .persona-contatti span {
      font-size: 14px; }
  .people-result-cont .people-result-group .results-arrow-right {
    transition: all 0.2s; }

#contatti-body .fade-card {
  padding: 0; }

.home-wide {
  height: 100%; }

.home-slides-cont {
  width: 100vw;
  position: relative;
  overflow: hidden; }

.home-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .home-header .home-slide-bg {
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    background-size: cover !important;
    transform: scale(1.2);
    transition: all 3s; }
    .home-header .home-slide-bg.animate {
      transform: scale(1);
      opacity: 1 !important; }
  .home-header .home-fascia {
    background: linear-gradient(to right, #0f2735 0%, rgba(15, 30, 53, 0.2) 160%);
    width: 100%;
    display: none;
    z-index: 2; }
    .home-header .home-fascia .container {
      opacity: 0; }
    .home-header .home-fascia .focus-label {
      background: #f7535f;
      color: white;
      display: inline-block;
      padding: 3px 14px;
      font-weight: 400;
      font-size: 12px; }
    .home-header .home-fascia .home-slide-wrapper {
      opacity: 0;
      width: 100%; }
    .home-header .home-fascia .home-slide-title {
      font-size: 30px;
      font-weight: 600;
      border-bottom: 1px solid white;
      padding-top: 90px;
      padding-bottom: 5px; }
      @media (min-width: 992px) {
        .home-header .home-fascia .home-slide-title {
          font-size: 50px; } }
    .home-header .home-fascia .home-slide-content {
      padding-bottom: 20px; }

.expertise-detail-body h2.title {
  font-weight: 700;
  padding-top: 80px;
  font-size: 52px; }

.expertise-related a {
  color: inherit; }

.relevance-title {
  font-family: Cinzel;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  margin-bottom: 15px; }

.news-body .news-group {
  margin-bottom: 70px; }
  .news-body .news-group .news-bg {
    width: 100%;
    height: 0;
    padding-bottom: 20%;
    background-size: cover;
    background-position: center;
    position: relative; }
    .news-body .news-group .news-bg:before {
      background: rgba(16, 39, 52, 0.83);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      content: ""; }
    .news-body .news-group .news-bg .news-title {
      position: absolute;
      bottom: 0;
      color: white;
      font-family: playfair display;
      font-size: 27px;
      font-weight: 600;
      padding-left: 10px;
      padding-bottom: 5px; }
      .news-body .news-group .news-bg .news-title span {
        font-size: 13px;
        font-family: cinzel;
        letter-spacing: 1px;
        color: #989898; }
  .news-body .news-group .news-text {
    padding: 14px 5px;
    font-size: 14px;
    line-height: 26px; }

footer .pre-footer {
  background-color: #102734; }
  footer .pre-footer .container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left; }
  footer .pre-footer .footer-blue {
    height: 80px; }
  footer .pre-footer ul {
    margin: 0;
    padding: 0; }
    footer .pre-footer ul li {
      display: inline; }
      footer .pre-footer ul li a {
        color: #f7535f;
        font-family: "PT Serif";
        font-size: 19px;
        margin-left: 20px;
        text-transform: lowercase; }
        footer .pre-footer ul li a:hover {
          color: #aebac1;
          text-decoration: none; }
footer .bg-secondary {
  color: white; }
  footer .bg-secondary a {
    color: white; }
  footer .bg-secondary .copyright-footer a:hover {
    text-decoration: none;
    color: #102734; }

a.expertise-detail-link:hover {
  text-decoration: none;
  color: white !important; }
a.no-underline {
  text-decoration: none !important; }

#recruiting .form-group {
  margin: 20px 0; }
#recruiting input.form-control {
  background: #182d3a;
  border: #182d3a;
  color: white; }
  #recruiting input.form-control:focus {
    box-shadow: 0 0 3px 0px white; }

#search-overlay {
  display: none;
  position: fixed;
  z-index: 666; }
  #search-overlay .search-cont-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 666;
    background: rgba(8, 35, 50, 0.7);
    position: fixed; }
  #search-overlay .search-cont {
    width: 90%;
    max-width: 760px;
    position: relative; }
    #search-overlay .search-cont input {
      padding-right: 55px; }
    #search-overlay .search-cont button {
      position: absolute;
      right: 0;
      top: 0;
      padding: 7px 15px;
      color: white; }
  #search-overlay #close-search {
    cursor: pointer; }

.follow {
  animation: follow 1s linear 0s infinite; }

@keyframes follow {
  0% {
    opacity: 1;
    transform: translateY(0); }
  99.99% {
    transform: translateY(40px);
    opacity: 0; }
  100% {
    transform: translateY(0); } }

/*# sourceMappingURL=stile.css.map */
