@charset "UTF-8";
@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;
*/
/* CSS reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }
figure {
  line-height: 0;
}

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: none; }

q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

:focus {
  outline: 0; }

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0; }

/* end CSS reset */
/*
calcolo em da base 16px

pixels 		em
8px			0.5em
9px			0.563em
10px		0.625em
11px		0.688em
12px		0.75em
13px		0.813em
14px		0.875em
15px		0.938em
16px		1em
17px		1.063em
18px		1.125em
19px		1.188em
20px		1.25em
21px		1.313em
22px		1.375em
23px		1.438em
24px		1.5em
25px		1.5625em
26px		1.625em
27px		1.6875em
28px		1.75em
29px		1.8125em
30px		1.875em
31px		1.9375em
32px		2em
*/
body {
  font: 400 16px/25px sans-serif;
  color: #000000;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background: #f6f6f7; }

a {
  color: #000000;
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent; }

.ameheader_logo a:hover, .ameheader_second_logo a:hover {
  opacity: 1; }

.ic-page {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  max-width: 100%;
  -ms-flex-direction: column;
  flex-direction: column; }

.ic-sitewidth {
  margin: 0 auto; }

.ic-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative;
  z-index: 2;
  margin: 0 0 0px; }
  .ic-header.ic-inner {
    max-width: 80vw; }

.ic-wrapper {
  width: 100%;
  position: relative;
  transition: opacity 300ms;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }

.ameheader_overlay_opened .ic-wrapper {
  margin-top: 50px; }

.ic-content {
  font-size: 1.125rem; }

@media only screen and (max-width: 767px) {
  main.ic-content {
    padding: 10px 0;
    width: calc(100vw - 20px); } }

.ic-columnwidth {
  width: 300px; }
  @media only screen and (max-width: 767px) {
    .ic-columnwidth {
      margin: 0 auto; } }

.ic-outer {
  width: 100vw;
  overflow-x: hidden; }

.ic-inner {
  margin: 0 5vw; }

.ic-sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }
  .ic-sidebar .ic-side-native {
    -ms-flex-item-align: end;
    align-self: flex-end; }

.ic-elevator {
  width: 100%; }

.ic-adv-content {
  margin-bottom: 30px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .ic-header {
      margin-bottom: 10px;}
    .ic-adv-content.mobile {
      margin-bottom: 0;
    }
  }

.ic-adv-slot {
  width: 100%; }
  .ic-adv-slot.ic-adv-mobile {
    width: 300px; }
  @media only screen and (max-width: 767px) {
    .ic-adv-slot {
      margin-bottom: 25px !important; } }

main.ic-content.ic-content-video-hp {
  max-width: 100%; }
  main.ic-content.ic-content-video-hp .ic-columnwidth.ic-columnfull.ic-foglia {
    max-width: 100%; }

.ic-sidebar .ic-adv-slot, .ic-adv-slot.ic-adv-mobile {
  max-width: 300px;
  margin: 0 auto; }

/* end layout structure styles */
@media only screen and (min-width: 768px) {
  /* transition enabled from 768px breakpoint */
  .ic-header, .ic-content, .ic-sidebar, .ic-footer {
    transition: all .3s; }
  .ic-header, .ic-content, .ic-sidebar {
    transform-origin: center; }
  .ic-footer {
    transform-origin: center; }
    .ic-footer .ic-sitewidth {
      max-width: 718px; }
  /* end transition enabled from 768px breakpoint */
  .ic-sitewidth {
    max-width: 718px; }
  .ic-wrapper {
    padding: 0 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: inherit;
    align-items: inherit;
    transition: all .3s, margin-top 0s; }
  .ic-header {
    width: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .ic-columnwidth.ic-columnfull {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .ic-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
    .ic-content + .ic-sidebar.ic-columnwidth {
      margin: 0 calc((100% - 300px) / 2); }
  .ic-outer {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%); } }

.ic-box-group {
  width: 950px;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 5px; }
  .ic-box-group .bordered-title {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    width: 100%; }
  .ic-box-group .block.ic-columnwidth.ic-columnfull {
    width: 100%;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin-right: 0; }
  .ic-box-group .block.ic-columnwidth {
    min-height: 320px; }
    @media only screen and (max-width: 767px) {
      .ic-box-group .block.ic-columnwidth {
        min-height: 0; } }
    .ic-box-group .block.ic-columnwidth.video-block {
      text-align: left; }

@media only screen and (max-width: 767px) {
  .block {
    margin-bottom: 25px; } }

.ic-box-group-sponsored {
  background: #ECEADE;
  width: 950px;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .ic-box-group-sponsored .bordered-title {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    width: 100%; }
  .ic-box-group-sponsored .block.ic-columnwidth.ic-columnfull {
    width: 100%;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin-right: 0; }

.ic-outer .swiper-container.horizontal-carousel {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible; }
.header-internal-row .second-level .sub-menu,
.ameheader_nav .second-level .sub-menu {
  display: none;
}
@media only screen and (min-width: 1000px) {
  /* layout structure styles from 1000px breakpoint */
  .ic-header {
    margin-bottom: 20px;}
  .header-internal-row .second-level,
  .ameheader_nav .second-level {
    overflow: visible;
  }
  .header-internal-row .second-level .menu-item,
  .ameheader_nav .second-level .menu-item {
    position: relative;
  }
  .header-internal-row .second-level .menu-item-has-children:not(.current_page_item):hover > a,
  .ameheader_nav .second-level .menu-item-has-children:not(.current_page_item):hover > a {
    border-bottom-color: transparent;
  }
  .header-internal-row .second-level .menu-item-has-children > a:after,
  .ameheader_nav .second-level .menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid #A8A7A6;
    border-left-color: transparent;
    border-top-color: transparent;
    background-color: transparent;
    transform: rotate(45deg) translateY(-6px);
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: middle;
    opacity: 1;
  }
  .header-internal-row .second-level .sub-menu,
  .ameheader_nav .second-level .sub-menu {
    display: block;
    position: absolute;
    /* left: -4px; */
    min-width: 200px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .0s linear;
    overflow-y: auto;
    /* border-radius: 3px; */
    background-color: #ffffff;
    /* box-shadow: 0 0 20px rgba(0,0,0,0.07), 0 0px 8px rgba(0,0,0,0.2); */
    padding: 9px 10px 4px 24px;
    z-index: 16;
  }
  .header-internal-row .second-level .sub-menu li,
  .ameheader_nav .second-level .sub-menu li {
    display: block;
    margin: 0;
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    transition: background-color 0.3s ease-in-out;
    position: relative;
  }
  .header-internal-row .second-level .sub-menu li:before,
  .ameheader_nav .second-level .sub-menu li:before,
  .header-internal-row .second-level .sub-menu li:after,
  .ameheader_nav .second-level .sub-menu li:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg) translateX(0%) translateY(50%);
    top: 45%;
  }
  .header-internal-row .second-level .sub-menu li:after,
  .ameheader_nav .second-level .sub-menu li:after {
    transform: rotate(-45deg) translateX(0%) translateY(-50%);
  }
  .header-internal-row .second-level .sub-menu li:hover,
  .ameheader_nav .second-level .sub-menu li:hover {
    background-color: rgba(0, 0, 0, 0.1)
  }
  .header-internal-row .second-level .sub-menu li:last-child,
  .ameheader_nav .second-level .sub-menu li:last-child {
    border:none;
  }
  .header-internal-row .second-level .sub-menu li a,
  .ameheader_nav .second-level .sub-menu li a {
    border: none;
    color: #ffffff;
    font-size: 17px;
    padding: 11.5px 30px 11.5px 12px;
    display: block;
  }
  .header-internal-row .second-level .sub-menu li a:hover,
  .ameheader_nav .second-level .sub-menu li a:hover {
    opacity: 1;
  }
  .header-internal-row .second-level > .menu-item > a,
  .ameheader_nav .second-level > .menu-item > a {
    /* height: 40px; */
    display: inline-block;
    padding: 10px;
    /* margin-bottom: 10px; */
  }
  .header-internal-row .second-level .menu-item:hover > .sub-menu,
  .ameheader_nav .second-level .menu-item:hover > .sub-menu {
    max-height: 500px;
    opacity: 1;
    transition: max-height .3s ease-in-out;
    background-color: #B44949;
    padding: 0;
    margin: 0;
    box-shadow: none;
  }

  .ic-footer .ic-sitewidth, .ic-sitewidth {
    max-width: 950px; }
  .ic-wrapper {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .ameheader_overlay_opened .ic-wrapper {
    margin-top: 0;
    padding-top: 0; }
  .ameheader_overlay_opened .ameheader_sticky .ic-wrapper {
    margin-top: 70px; }
  .ic-content {
    width: 625px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .ic-content + .ic-sidebar.ic-columnwidth {
      margin: 0; }
  .ic-elevator {
    top: 10px;
    width: 300px;
    opacity: 1;
    transition: opacity 150ms ease-in-out;
    z-index: 1; }
  .ic-adv-slot {
    opacity: 1;
    transition: opacity 150ms ease-in-out; }
  .cabinElevatorHide {
    opacity: 0; }
  .elevatorAmeFixed {
    position: fixed; }
    .elevatorAmeFixed .ic-adv-slot {
      position: fixed; }
  .ic-inner {
    margin: 0 25px; }
  .ic-header.ic-inner {
    max-width: 900px; }
  .ic-box-group {
    width: 950px;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ic-box-group .bordered-title {
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
      width: 100%; }
    .ic-box-group .block.ic-columnwidth.ic-columnfull {
      width: 625px;
      -ms-flex: 2 2 auto;
          flex: 2 2 auto;
      margin-right: 25px; } }

.ic-outer, .ic-columnwidth {
  margin-bottom: 30px; }
  @media only screen and (min-width: 1000px) {
    .ic-outer, .ic-columnwidth {
      /* min-height: 420px; */
     } }
.ic-outer .ic-outer {
  margin-bottom: 0;
}
.ic-columnwidth.ic-columnfull {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .ic-columnwidth.ic-columnfull {
      width: 100%; } }

.ic-sidebar.ic-columnwidth {
  height: auto; }

.ic-content + .ic-sidebar.ic-columnwidth {
  margin-bottom: 30px; }

/* header */
.ameheader_bottom_container .ameheader_logo {
  top: 40px;
  transform: translate(0, -50%); }
  @media only screen and (min-width: 1000px) {
    .ameheader_bottom_container .ameheader_logo {
      top: 80px; } }
  .ameheader_bottom_container .ameheader_logo a {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }

/* start carousel */
.horizontal-carousel .swiper-slide {
  width: auto;
  max-width: 100vw;
  height: auto; }
  @media only screen and (max-width: 767px) {
    .horizontal-carousel .swiper-slide {
      height: calc(100vh - 80px);
      width: 100vw;
      overflow: hidden; } }
  .horizontal-carousel .swiper-slide .carousel-item {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .horizontal-carousel .swiper-slide .carousel-item {
        margin: 0; } }
    .horizontal-carousel .swiper-slide .carousel-item .figure {
      display: block;
      position: relative;
      z-index: 0; }
      @media only screen and (max-width: 767px) {
        .horizontal-carousel .swiper-slide .carousel-item .figure {
          height: calc(100vh - 80px);
          width: 100vw;
          background: white; } }
      .horizontal-carousel .swiper-slide .carousel-item .figure img {
        display: block;
        max-width: 100vw; }
        @media only screen and (max-width: 767px) {
          .horizontal-carousel .swiper-slide .carousel-item .figure img {
            margin: 0;
            position: absolute;
            left: 50%;
            top: 0;
            height: 100%;
            max-width: 99999em;
            transform: translate(-50%, 0);
            width: auto; } }
      .horizontal-carousel .swiper-slide .carousel-item .figure:after {
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        content: '';
        position: absolute;
        z-index: 1;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
        background-blend-mode: darken; }
    .horizontal-carousel .swiper-slide .carousel-item .caption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 20px 20px 50px;
      z-index: 2;
      text-align: center; }

.desktop-switch {
  display: none; }
  @media only screen and (min-width: 1000px) {
    .desktop-switch {
      display: block; } }

.mobile-switch {
  display: none; }
  @media only screen and (max-width: 999px) {
    .mobile-switch {
      display: block; } }

.overimage {
  position: relative; }
  .overimage .figure {
    display: block;
    position: relative;
    z-index: 0; }
    .overimage .figure a {
      display: block;
      position: relative;
      z-index: 0; }
      .overimage .figure a:after {
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        content: '';
        position: absolute;
        z-index: 1;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
        background-blend-mode: darken; }
    .overimage .figure img {
      display: block;
      width: 100%; }
  .overimage .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 50px;
    z-index: 2;
    text-align: center; }

.ic-footer-blocco {
  max-width: 950px;
  margin: 0 auto; }

.ic-footer-newsletter {
  padding-top: 35px;
  text-align: center;
  padding-bottom: 40px;
  font-size: 16px;
  color: #665F5F; }

.ic-footer-newsletter-desc {
  margin: 0 auto;
  max-width: 600px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  padding: 0 20px; }

.ic-footer-newsletter .donnam-accent {
  font-size: 2.25em;
  color: white;
  line-height: 1em; }
  .ic-footer-newsletter .donnam-accent span {
    display: inline-block; }

.ic-footer-newsletter-form {
  display: inline-block;
  position: relative;
  width: calc(100% - 40px);
  max-width: 600px;
  height: 50px;
  margin: 30px 20px 20px;
  border: 2px solid #000000; }

.ic-footer-newsletter-form-input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 140px 0 30px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 300;
  color: #665F5F; }

.ic-footer-newsletter-form-input::-webkit-input-placeholder {
  color: #B3AAAA; }

.ic-footer-newsletter-form-input::-moz-placeholder {
  color: #B3AAAA; }

.ic-footer-newsletter-form-input:-ms-input-placeholder {
  color: #B3AAAA; }

.ic-footer-newsletter-form-input:-moz-placeholder {
  color: #B3AAAA; }

.ic-footer-newsletter-form-submit {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: 100%;
  text-transform: uppercase;
  padding: 0 30px;
  margin: 0;
  font-family: "Barlow Condensed";
  color: #B44949;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 3px; }

.ic-footer {
  background: white;
  z-index: 1; }

.ic-footer-social {
  display: block;
  text-align: center; }

.ic-footer-social-ico li {
  padding: 0 15px;
  display: inline-block;
  margin: 0; }
  .ic-footer-social-ico li:first-child {
    padding-left: 0; }
  .ic-footer-social-ico li:last-child {
    padding-right: 0; }

.ic-footer-link {
  padding-bottom: 50px; }
  .ic-footer-link a {
    color: #665F5F; }
  .ic-footer-link li {
    line-height: 45px;
    display: block; }
    @media only screen and (max-width: 767px) {
      .ic-footer-link li {
        display: inline-block; } }

.ic-footer-slim .ic-footer-link {
  padding: 20px 0;
  text-align: center; }
  .ic-footer-slim .ic-footer-link li {
    display: inline-block;
    padding: 0 10px; }

.ic-footer-second-title {
  display: none; }

.ic-footer-magazine {
  text-align: center; }
  .ic-footer-magazine img {
    max-width: 100%;
    margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .ic-footer-magazine {
      padding: 0 25px; } }

.ic-footer-abbonamenti {
  font-size: 16px;
  text-align: center;
  color: #665F5F;
  max-width: 200px;
  margin: 0 auto; }

.ic-footer-condizioni {
  font-size: 0.875em;
  display: inline-block;
  margin: 50px auto 0; }
  .ic-footer-condizioni a {
    color: #B44949; }

.donnam-footer-big {
  color: #B44949;
  font-size: 40px;
  line-height: 100%; }

.donnam-footer-small {
  font-size: 0.284445em;
  line-height: 1em; }

.donnam-footer-strike {
  text-decoration: line-through;
  color: #665F5F; }

.donnam-footer-color {
  color: #B44949;
  margin-bottom: 10px; }

.donnam-footer-badge {
  display: block;
  max-width: 215px;
  margin: 5px auto; }
  .donnam-footer-badge img {
    max-width: 100%; }

.donnam-footer-button {
  margin-top: 50px; }
  .donnam-footer-button a {
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 18px 0;
    display: inline-block;
    border: 2px solid #B44949;
    border-radius: 40px;
    min-width: 200px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.ic-footer-logo {
  background-color: #f6f6f7;
  margin: 50px 0 0;
  padding: 40px 20px;
  letter-spacing: 1px;
  position: relative;
  color: #665F5F;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: center; }
  .ic-footer-logo .ic-footer-logo-img img {
    max-width: 62px;
    padding-bottom: 30px; }
  .ic-footer-logo .ic-footer-link a {
    text-decoration: none; }
  .ic-footer-logo .ic-footer-newline {
    display: block;
    visibility: hidden;
    height: 0; }

.ic-footer-edicola img {
  max-width: 100%; }

.ic-footer-cred {
  margin-bottom: 40px; }

@media only screen and (min-width: 1000px) {
  .ic-footer-social {
    display: block; }
  .ic-footer-social-ico li {
    padding: 0 35px; }
  .ic-footer-edicola {
    max-width: 1000px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 15px; }
    .ic-footer-edicola .ic-footer-link {
      display: block;
      margin-top: 30px; }
  .ic-footer-magazine img {
    border: 12px solid #f6f6f7; }
  .ic-footer-tit.second-tit {
    border-top: none;
    padding: 40px 0 50px; }
  .ic-footer-link {
    text-align: left;
    font-size: 0.875em; }
    .ic-footer-link li {
      line-height: 3.5715em; }
  .donnam-footer-indent {
    margin-bottom: 15px; }
  .donnam-footer-big {
    margin-top: 20px; }
  .donnam-footer-small {
    font-size: 0.4em; }
  .ic-footer-cred {
    font-size: 12px;
    color: #665F5F; }
    .ic-footer-cred .ic-footer-newline:last-child {
      display: block;
      visibility: hidden;
      height: 0; }
  .ic-footer.ic-footer-slim .ic-footer-link li {
    padding: 0 25px; }
  .ic-footer-logo .ic-footer-newline {
    display: inline;
    visibility: visible;
    height: auto; }
  .ic-footer.ic-footer-slim .ic-footer-link li {
    display: inline-block;
    padding: 0 10px; } }

.grid-container {
  padding: 20px; }
  @media only screen and (min-width: 1000px) {
    .grid-container {
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    .grid-container {
      padding: 0; } }

@media only screen and (min-width: 768px) {
  .ic-footer-edicola {
    max-width: 625px; }
  .foot-social {
    grid-area: header; }
  .title-edicola {
    grid-area: subheader; }
  .left-foot-menu {
    grid-area: left; }
  .ic-footer-magazine {
    grid-area: main; }
  .ic-footer-abbonamenti  {
    grid-area: right; }
  .grid-container {
    display: -ms-grid;
    display: grid;
    grid-template-areas: 'header header header' 'subheader subheader subheader' 'left main right';
    grid-gap: 10px; } }

@media only screen and (max-width: 767px) {
  .ic-footer-link {
    padding: 20px;
    text-align: center; }
    .ic-footer-link li {
      display: inline-block;
      line-height: 30px;
      padding: 0 10px; } }

.detail-carousel-single, .detail-carousel-single-image {
  max-width: 960px;
  margin: 0 auto;
  width: 100%; }
  .detail-carousel-single .figure, .detail-carousel-single-image .figure {
    overflow: hidden;
    text-align: center; }

.multi-slide-carousel {
  position: relative;
  text-align: center;
  z-index: 1; }
  .multi-slide-carousel .multi-slides {
    text-align: left;
    max-width: 1440px; }
    @media only screen and (max-width: 767px) {
      .multi-slide-carousel .multi-slides {
        width: 300px;
        margin: 0 auto;
        overflow: visible; }
        .multi-slide-carousel .multi-slides .swiper-wrapper .swiper-slide {
          max-width: 300px; } }

.multi-slides {
  max-width: 90vw;
  margin: 0 auto;
  overflow: visible; }
  @media only screen and (max-width: 999px) {
    .multi-slides {
      max-width: 100%; } }
  .multi-slides .swiper-wrapper .title {
    max-width: 80%; }
    @media only screen and (max-width: 767px) {
      .multi-slides .swiper-wrapper .title {
        text-align: center;
        margin: 0 auto; } }
    .multi-slides .swiper-wrapper .title a {
      display: inline;
      border-bottom: 1px solid #B44949; }
  .multi-slides .swiper-button-prev {
    left: -20px; }
    @media only screen and (max-width: 999px) {
      .multi-slides .swiper-button-prev {
        left: 10px; } }
  .multi-slides .swiper-button-next {
    right: -20px; }
    @media only screen and (max-width: 999px) {
      .multi-slides .swiper-button-next {
        right: 10px; } }

.blog {
  width: 950px;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 999px) {
    .blog {
      -ms-flex-pack: center;
          justify-content: center; } }
  .blog .blog-block .thumb img {
    border-radius: 80px;
    border: 2px solid #B44949; }
  .blog .blog-block .title {
    position: relative;
    padding-bottom: 20px; }
    .blog .blog-block .title:before {
      content: '';
      display: block;
      position: absolute;
      width: 100px;
      border-top: 2px solid #B44949;
      bottom: 0;
      left: 50%;
      margin-left: -50px;
      padding-bottom: 0;
      z-index: 0; }

.buttons.centered-buttons {
  text-align: center;
  padding: 20px; }

.btn {
  display: inline-block;
  text-transform: uppercase;
  color: #B44949;
  font-family: "Raleway";
  font-size: 16px;
  background-color: transparent;
  padding: 10px;
  min-width: 260px;
  text-align: center;
  border: 1px solid #665F5F;
  max-width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
  text-decoration: none; }

.ic-list-header {
  width: 100%;
  padding: 30px 0; }
  @media only screen and (max-width: 767px) {
    .ic-list-header {
      padding: 20px;
      width: auto; } }
  .ic-list-header .title-upper {
    padding: 20px;
    margin: 0;
    font-style: italic; }

.ic-lisa-inputWrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0; }
  .ic-lisa-inputWrapper .ic-lisa-formInput {
    width: calc(100% - 4px);
    border-radius: 1px;
    border: 2px solid #9ba3b7;
    background-color: #ffffff;
    padding: 0;
    font-family: "Raleway";
    color: #665F5F;
    font-size: 23px;
    font-weight: 600;
    height: 66px;
    text-indent: 20px; }
  .ic-lisa-inputWrapper .ic-lisa-formButton {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #B44949;
    color: white;
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3.02px;
    display: block;
    line-height: 100%;
    padding: 0 30px;
    border: 0 none;
    height: 70px; }
    @media only screen and (max-width: 767px) {
      .ic-lisa-inputWrapper .ic-lisa-formButton {
        position: relative;
        width: 100%; } }

.ic-lisa-searchResults {
  color: #665F5F;
  text-align: left;
  padding: 20px; }

.video-detail {
  padding: 0;
  margin: 0 auto 20px;
  max-width: 100%; }

.video-content-responsive {
  max-width: 960px;
  width: 100%; }

.rwd-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative; }

.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.guide-content {
  width: 100%;
  padding: 0 25px; }
  @media only screen and (max-width: 767px) {
    .guide-content {
      padding: 0; } }
  .guide-content .guide, .guide-content .guide.ic-wrapper, .guide-content .tips, .guide-content .tips.ic-wrapper {
    padding: 0; }
  .guide-content .guide .ic-columnwidth, .guide-content .tips .ic-columnwidth {
    min-height: 200px; }
    .guide-content .guide .ic-columnwidth.block, .guide-content .tips .ic-columnwidth.block {
      width: 280px; }
  .guide-content .guide .title.small, .guide-content .tips .title.small {
    padding-bottom: 15px;
    border-bottom: 2px solid #B44949; }
  .guide-content .guide.ic-wrapper {
    margin-bottom: 30px; }

@media only screen and (min-width: 1000px) {
  .guide-content.tips.double-bg-tips .guide.ic-wrapper {
    display: table; } }

@media only screen and (min-width: 1000px) {
  .guide-content.tips.double-bg-tips .guide.ic-wrapper .ic-columnwidth.block {
    display: table-cell;
    width: auto; }
    .guide-content.tips.double-bg-tips .guide.ic-wrapper .ic-columnwidth.block article {
      padding: 20px;
      background: #f6f6f7; }
    .guide-content.tips.double-bg-tips .guide.ic-wrapper .ic-columnwidth.block .head {
      padding: 20px; } }

.video-caption-detail {
  padding: 20px 0 40px; }
  @media only screen and (max-width: 767px) {
    .video-caption-detail {
      padding: 20px; } }

/* 404 */
.ic-page404 {
  text-align: center;
  width: 100%;
  padding: 30px 0; }
  .ic-page404 p {
    font-size: 25px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none; }

.ic-big404 {
  font-size: 160px;
  line-height: 190px;
  font-weight: 100;
  color: #B44949;
  display: inline-block;
  margin-bottom: 20px; }

.ic-sidebar .block {
  margin-bottom: 25px; }

.author {
  padding: 30px 20px;
  text-align: center; }
  .author figure {
    text-align: center; }
    .author figure img {
      margin-bottom: 20px;
      border-radius: 100%;
      max-width: 100px; }
  .author .auth-name {
    margin-bottom: 15px;
    font-size: 26px;
    font-family: "Playfair Display";
    font-weight: 700; }
  .author .author-desc {
    max-width: 600px;
    margin: 0 auto 40px; }
    .author .author-desc p {
      font-size: 16px;
      font-style: italic;
      line-height: 1.4; }
  .author .detail-social-share {
    text-align: center; }

.head-category {
  margin-bottom: 30px;
  text-align: center;
  display: block;
  width: 100%; }
  .head-category header {
    text-align: center;
    display: block;
    width: 100%; }
    .head-category header h1, .head-category header h2, .head-category header h3 {
      padding: 10px 20px;
      margin: 20px 0;
      border-bottom: 1px solid #B44949;
      color: #B44949;
      line-height: 150%;
      display: inline-block;
      font-family: "Barlow Condensed";
      font-style: italic;
      font-weight: 600;
      font-size: 50px;
      letter-spacing: 4px;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .head-category header h1, .head-category header h2, .head-category header h3 {
          line-height: 100%; } }
  .head-category .lead, .head-category .lead p {
    color: #665F5F;
    font-size: 18px;
    font-weight: 500; }
    .head-category .lead strong, .head-category .lead b, .head-category .lead p strong, .head-category .lead p b {
      color: #000000;
      font-weight: 800; }
    .head-category .lead i, .head-category .lead em, .head-category .lead p i, .head-category .lead p em {
      font-style: italic; }
    .head-category .lead a, .head-category .lead p a {
      color: #000000; }

#ameheader_logo {
  opacity: 1;
  transition: opacity 1s ease; }
