@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/*$primary-color: #A69C45;
$primary-light: #C9C172;
*/
@media only screen and (max-width: 767px) {
  .swiper-pagination-cont:before {
    content: url(../images/gallery-mobile-icon.svg); } }
.title {
  font-family: "Playfair Display";
  font-weight: 700;
  line-height: 120%; }
  .title, .title a {
    color: #000000; }
  .title.inverse, .title.inverse a {
    color: white; }
  .title.main {
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 40px; }
    @media only screen and (max-width: 999px) {
      .title.main {
        font-size: 32px; } }
  .title.medium {
    font-size: 34px; }
    @media only screen and (max-width: 999px) {
      .title.medium {
        font-size: 26px;
        line-height: 28px; } }
  .title.small {
    font-size: 26px;
    margin-bottom: 10px; }

.white-bg {
  background: white !important; }

.bordered-title {
  background: #f6f6f7;
  padding: 0 60px;
  text-align: center;
  position: relative;
  margin: 0 auto 40px;
  display: inline-block; }
  @media only screen and (max-width: 999px) {
    .bordered-title {
      padding: 30px 20px;
      width: calc(100% - 40px); } }
  .bordered-title:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    border-top: 1px solid #B44949;
    bottom: calc(50% - 1px);
    padding-bottom: 0;
    z-index: 0;
    left: 10px; }
  .bordered-title h1, .bordered-title h2, .bordered-title h3, .bordered-title h4, .bordered-title h5, .bordered-title h6, .bordered-title p {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 auto; }
    .bordered-title h1 .inside, .bordered-title h2 .inside, .bordered-title h3 .inside, .bordered-title h4 .inside, .bordered-title h5 .inside, .bordered-title h6 .inside, .bordered-title p .inside {
      display: inline-block;
      padding: 20px 15px;
      background: #f6f6f7;
      min-width: 200px;
      color: #B44949;
      font-family: "Barlow Condensed";
      font-style: italic;
      font-weight: 600;
      font-size: 40px;
      line-height: 120%;
      letter-spacing: 4px;
      text-transform: uppercase;
      position: relative;
      z-index: 1; }
      .bordered-title h1 .inside .payoff, .bordered-title h2 .inside .payoff, .bordered-title h3 .inside .payoff, .bordered-title h4 .inside .payoff, .bordered-title h5 .inside .payoff, .bordered-title h6 .inside .payoff, .bordered-title p .inside .payoff {
        font-size: 14px;
        line-height: 120%;
        display: block; }
      .bordered-title h1 .inside img, .bordered-title h2 .inside img, .bordered-title h3 .inside img, .bordered-title h4 .inside img, .bordered-title h5 .inside img, .bordered-title h6 .inside img, .bordered-title p .inside img {
        max-width: 120px; }
      @media only screen and (max-width: 999px) {
        .bordered-title h1 .inside, .bordered-title h2 .inside, .bordered-title h3 .inside, .bordered-title h4 .inside, .bordered-title h5 .inside, .bordered-title h6 .inside, .bordered-title p .inside {
          font-size: 36px; } }
  .bordered-title.white-bg h1 .inside, .bordered-title.white-bg h2 .inside, .bordered-title.white-bg h3 .inside, .bordered-title.white-bg h4 .inside, .bordered-title.white-bg h5 .inside, .bordered-title.white-bg h6 .inside, .bordered-title.white-bg p .inside {
    background: white; }
.bordered-title.white-bg {
  margin-top: 40px;
}
main.ic-content .bordered-title:before {
  width: 100%;
  left: 0; }

a.label, *.label {
  display: inline-block;
  padding: 5px 15px;
  border-bottom: 1px solid;
  margin-bottom: 15px; }
  a.label.borderless-label, *.label.borderless-label {
    border: none; }
  a.label, a.label a, *.label, *.label a {
    font-family: "Barlow Condensed";
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 4px;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    color: #B44949; }

.caption .label {
  border-bottom: 0 none;
  padding: 0 40px;
  background: #B44949; }
  .caption .label, .caption .label a {
    color: white; }

.caption.cover {
  font-size: 40px;
  line-height: 120%;
  border: 0;
  text-align: left;
  display: block; }
  @media only screen and (max-width: 767px) {
    .caption.cover {
      font-size: 23px; } }

figure img {
  max-width: 100%;
  height: auto; }

figure.tag-cover {
  color: #888080;
  font-family: "Raleway";
  line-height: 27px;
  text-align: left; }
  figure.tag-cover h2 {
    font-size: 22px;
    line-height: 120%;
    display: block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px; }
    figure.tag-cover h3 {
      font-family: "Raleway";
      font-size: 20px;
      line-height: 120%;
      color: #B44949;
      display: block;
      font-weight: 700;
    }
    figure.tag-cover h4,
    figure.tag-cover h5 {
      font-family: "Raleway";
      font-size: 18px;
      line-height: 120%;
      color: #B44949;
      display: inline;
      margin-bottom: 0;
      font-weight: 700;
    }
  figure.tag-cover p {
    font-size: 18px;
    color: #888080;
    max-height: none;
    overflow: visible;
    line-height: inherit;
    -webkit-line-clamp: inherit;
    font-weight: inherit;
    display: block;
    -webkit-box-orient: unset;
    margin-bottom: 30px; }
    figure.tag-cover p a {
      text-decoration: none;
      display: inline;
      border-bottom: 1px solid #B44949;
    }
    figure.tag-cover p strong {
      font-weight: 700; }
  figure.tag-cover ul {
    margin-bottom: 30px;
    padding-left: 15px;
  }
  figure.tag-cover li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 10px; }

.ic-main-text {
  line-height: 1.875rem; }
  .ic-main-text b, .ic-main-text strong {
    font-weight: bold; }
  .ic-main-text em {
    font-style: italic; }

.block.ic-columnwidth {
  text-align: center; }

  .block .thumb {
  margin-bottom: 10px; }

.block p {
  font-size: 14px;
  line-height: 18px;
  color: #665F5F;
  font-family: "Raleway";
  max-height: calc(1.3em * 4);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: 300; }

.block.video-block .thumb {
  position: relative;
  z-index: 0; }
  .block.video-block .thumb a {
    display: block; }
  .block.video-block .thumb:after {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 2;
    display: block;
    content: url("../images/play.svg"); }

.thumb.sponsored {
  position: relative;
  margin-bottom: 30px; }
  .thumb.sponsored .sponsored-label {
    position: absolute;
    margin: 0 auto;
    padding: 3px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    display: inline-block;
    bottom: -5px;
    left: 50%;
    transform: skewx(-20deg) translate(-50%, 0);
    background: rgba(180, 73, 73, 0.9);
    color: white;
    border-bottom: 0 none;
    border-radius: 3px; }
    .thumb.sponsored .sponsored-label span {
      transform: skewx(20deg);
      display: inline-block; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none; }

.header-internal-row li a,
.ameheader_nav ul li a,
.ameheader_section_name a,
.ameheader_overlay_nav ul li a {
  font-family: "Barlow Condensed";
  color: #000000;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase; }

h1.detail-title, h2.detail-title, h3.detail-title, h4.detail-title, h5.detail-title, h6.detail-title {
  line-height: 150%;
  font-weight: 700;
  padding: 0;
  margin: 0 0 15px; }
  h1.detail-title.main, h2.detail-title.main, h3.detail-title.main, h4.detail-title.main, h5.detail-title.main, h6.detail-title.main {
    font-size: 48px;
    font-family: "Playfair Display"; }
    @media only screen and (max-width: 999px) {
      h1.detail-title.main, h2.detail-title.main, h3.detail-title.main, h4.detail-title.main, h5.detail-title.main, h6.detail-title.main {
        font-size: 36px;
        line-height: 130%; } }
  h1.detail-title.medium, h2.detail-title.medium, h3.detail-title.medium, h4.detail-title.medium, h5.detail-title.medium, h6.detail-title.medium {
    font-family: "Raleway";
    font-size: 20px;
    display: block; }
  h1.detail-title.small, h2.detail-title.small, h3.detail-title.small, h4.detail-title.small, h5.detail-title.small, h6.detail-title.small {
    font-family: "Raleway";
    font-size: 20px;
    color: #B44949;
    display: block; }
  h1.detail-title.inline, h2.detail-title.inline, h3.detail-title.inline, h4.detail-title.inline, h5.detail-title.inline, h6.detail-title.inline {
    font-family: "Raleway";
    font-size: 20px;
    color: #B44949;
    display: inline;
    margin-bottom: 0; }

.ic-foglia-content {
  font-size: 18px;
  font-family: "Raleway";
  color: #888080;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 150%; }
  .ic-foglia-content h2 {
    font-family: "Raleway";
    font-size: 22px;
    line-height: 120%;
    display: block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px; }
  .ic-foglia-content h3 {
    font-family: "Raleway";
    font-size: 20px;
    line-height: 120%;
    color: #B44949;
    display: block;
    font-weight: 700; }
  .ic-foglia-content h4, .ic-foglia-content h5 {
    font-family: "Raleway";
    font-size: 18px;
    line-height: 120%;
    color: #B44949;
    display: inline;
    margin-bottom: 0;
    font-weight: 700; }
  .ic-foglia-content p, .ic-foglia-content blockquote {
    /* margin-bottom: 25px; */
  }

.ic-foglia-abstract {
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 150%;
  min-height: 5em;
  padding-top: 60px; }
  .ic-foglia-abstract p {
    margin-bottom: 25px; }
    .ic-foglia-abstract p::first-letter {
      font-size: 8em;
      line-height: 33px;
      font-weight: 400;
      color: #B44949;
      font-family: "Barlow Condensed";
      font-style: italic;
      float: left;
      display: block;
      padding: 0 5px;
      margin-left: -10px;
      margin-bottom: 35px;
      position: relative; }
@media only screen and (min-width: 767px) {
  .ic-foglia-abstract {
    padding-top: 0;
    min-height: 3em;
  }
  .ic-foglia-abstract p::first-letter {
    font-size: 6.5em;
    line-height: 0;
  }
}
.date-auth {
  font-family: "Raleway";
  color: #665F5F;
  font-size: 14px;
  line-height: 120%; }
  .date-auth a, .date-auth .auth {
    color: #000000;
    text-decoration: none; }

.detail-caption {
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .detail-caption {
      padding: 5px; } }
  .detail-caption, .detail-caption p {
    font-family: "Raleway";
    color: #665F5F;
    font-style: italic;
    font-size: 14px; }

.ic-foglia-content blockquote {
  padding: 25px 0 25px 55px;
  font-size: 20px;
  line-height: 120%;
  font-style: italic;
  font-weight: 700;
  color: #B44949;
  font-family: "Raleway";
  display: block; }

h1.title-upper, h2.title-upper, h3.title-upper, h4.title-upper, h5.title-upper, h6.title-upper, *.title-upper {
  text-transform: uppercase;
  color: #B44949;
  font-weight: 700;
  font-family: "Raleway";
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 20px; }

.black-title {
  color: #000000 !important; }

.table-content {
  padding: 20px;
  background: white;
  margin-bottom: 30px; }
  .table-content .table-rank {
    width: 100%;
    font-family: "Barlow Condensed";
    /*@media only screen and (max-width:767px){
      &, tbody, tr, td {
        display: block;
        //text-align: center;
        border:0 none;
      }
    }*/ }
    .table-content .table-rank td {
      border-top: 1px solid #D1CFCF;
      border-bottom: 1px solid #D1CFCF;
      /*@media only screen and (max-width:767px){
        display: block;
        margin-bottom: 10px;
        border-bottom: 0 none;
        text-align: left;
      }*/ }
      .table-content .table-rank td.td-score {
        border-left: 1px solid #D1CFCF; }
      .table-content .table-rank td:last-child {
        padding-right: 0; }
    .table-content .table-rank .td-score {
      text-align: center;
      vertical-align: middle; }
      .table-content .table-rank .td-score .bigscore {
        text-align: center; }
        .table-content .table-rank .td-score .bigscore .table-label {
          display: block;
          text-transform: uppercase;
          color: #665F5F;
          font-size: 18px;
          font-weight: 400; }
        .table-content .table-rank .td-score .bigscore b {
          font-size: 30px !important; }
  .table-content .table {
    width: 100%;
    margin-bottom: 20px;
    /*@media only screen and (max-width:767px){
      &, tbody, tr, td {
        display: block;
        text-align: center;

      }
    }*/ }
    .table-content .table td {
      font-family: "Barlow Condensed";
      color: #000000;
      font-weight: 600;
      border: 0 none;
      border-bottom: 1px solid #D1CFCF;
      padding: 5px;
      /*@media only screen and (max-width:767px){
        display: block;
        margin-bottom: 10px;
        border-bottom: 0 none;
      }*/ }
      .table-content .table td.table-label {
        text-transform: uppercase;
        color: #665F5F;
        font-size: 18px;
        font-weight: 400;
        width: 40%;
        /*@media only screen and (max-width:767px){
          width: auto;
          margin: 0;
          border-bottom: 1px solid $light-gray;
        }*/ }
    .table-content .table tr:last-child td {
      border-bottom: 0 none; }

@media only screen and (min-width: 768px) {
  .table-content-vote {
    display: -ms-flexbox;
    display: flex; }
    .table-content-vote .table-rank {
      width: 65%; }
      .table-content-vote .table-rank.table-score {
        height: 100%;
        width: 35%; } }

@media only screen and (max-width: 767px) {
  .table-content-vote .table-rank.table-score {
    width: 100%; }
    .table-content-vote .table-rank.table-score tr td.td-score {
      border: 0 none !important; } }

.description-vote, .description-vote p {
  font-size: 16px;
  line-height: 130%; }

.number, .bigscore, .table-content .table td.number {
  color: #D1CFCF !important;
  text-align: center;
  font-size: 18px;
  line-height: 120%; }
  .number b, .bigscore b, .table-content .table td.number b {
    color: #B44949 !important;
    font-size: 20px; }

.playfair-title {
  line-height: 150%;
  font-weight: 700;
  padding: 0;
  text-align: center;
  margin: 0 0 15px;
  font-family: "Playfair Display";
  font-size: 36px; }

.icon-title {
  font-family: "Barlow Condensed";
  text-transform: uppercase;
  font-size: 28px;
  line-height: 120%;
  color: #665F5F;
  font-weight: 700; }

.ic-foglia-content p, .ic-foglia p {
  margin-bottom: 30px; }
  .ic-foglia-content p a, .ic-foglia p a {
    text-decoration: none;
    display: inline;
    border-bottom: 1px solid #B44949;
  }
.ic-foglia-content i, .ic-foglia-content em, .ic-foglia i, .ic-foglia em {
  font-style: italic; }

.ic-foglia-content b, .ic-foglia-content strong, .ic-foglia b, .ic-foglia strong {
  font-weight: 700; }

.ic-foglia-content ul, .ic-foglia ul {
  margin-bottom: 30px;
  padding-left: 15px; }
  .ic-foglia-content ul li, .ic-foglia ul li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 10px; }

.ic-foglia-content small, .ic-foglia small {
  font-size: 80%; }

.ic-foglia-content .detail-caption span, .ic-foglia .detail-caption span {
  padding: 5px 15px; }
.ic-foglia-content .detail-caption span:empty, .ic-foglia .detail-caption span:empty {
  padding: 0;
}
.ic-foglia-content .detail-caption p, .ic-foglia .detail-caption p {
  margin-bottom: 0; }

.vote {
  font-family: "Barlow Condensed";
  float: right;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #665F5F; }
  .vote .normal, .vote .red {
    display: inline-block; }
  .vote .red {
    color: #B44949;
    font-size: 20px; }

.clearfix:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
  overflow: hidden; }

.band {
  margin-bottom: 20px; }
  .band h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 45px; }
  .band .right-img {
    text-align: right;
    padding-left: 15px;
    padding-bottom: 15px;
    max-width: 300px;
    float: right; }
    .band .right-img img {
      margin-bottom: 10px; }
    .band .right-img .figcaption {
      max-width: 300px;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 300;
      text-align: left;
      display: block; }
  .band .art-head {
    float: none;
    width: auto;
    padding-bottom: 5px;
    min-height: 30px; }
    .band .art-head h5 {
      float: left; }
    .band .art-head .vote-section-right {
      float: right; }

@media only screen and (max-width: 767px) {
  .band {
    padding-top: 20px; }
    .band .right-img {
      float: none;
      clear: both;
      padding: 0;
      max-width: 100%;
      margin: 15px 0 5px 0; }
      .band .right-img img {
        width: 100%; }
    .band .art-head {
      float: none;
      clear: both;
      width: 100%; }
      .band .art-head:after {
        float: none;
        clear: both;
        width: 100%;
        content: "";
        height: 0;
        display: block; }
      .band .art-head .vote-section-right {
        margin-bottom: -25px; } }
