.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.yellow {
    color: #fff900;
}
.button-menu {
    text-transform: uppercase;
    border-right: 1px solid #c7c7c7;
    padding: 5px 10px 5px 5px;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
    color: #393939;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
}
.button-menu:last-child {
    border-right: 0;
}
.button-menu:hover {
    color: #b21232;
}
.button-black {
    color: #0d0e0d;
    text-transform: uppercase;
    border: 1px solid #0d0e0d;
    padding: 16px;
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
    text-decoration: none;
    font-size: 22px;
    text-align: center;
}
.button-black:hover {
    color: #ffffff;
    border: 1px solid #fff900;
    background: #0d0e0d;
}

.button-black:hover > span {
    color: #fff900;
    background: #0d0e0d;
}

#zd-fifth a{text-decoration: none!important;}

section.zd.first div.stick {
    background: #fff900;
    padding: 0 5px;
    margin: 0 0 3px;
    font-size: 40px;
    line-height: 51px;
    max-width: 56%;
    color: #0d0e0d;
    text-transform: uppercase;
    display: block;
}
section.zd {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
}
section.zd.first {
  background: url('/content/dam/quattroruote/common/previsioni/first.jpg');
  background-size: cover;
  background-position: 50% 50%;
  height: 632px;
  line-height: 20px;
}
section.zd.first .banner {
    padding: 25px 25px 15px;
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
}
section.zd.first .banner h1 {
    font-size: 35px;
    font-weight: 700;
}
section.zd.first .banner div.title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

section.zd.menu {
  background: #ffffff;
  padding: 15px 25px;
  text-align: center;
}

section.zd.second {
  background: url('/content/dam/quattroruote/common/previsioni/second.jpg');
  background-size: cover;
  background-position: 50% 50%;
  height: 417px;
  color: #393939;
}
section.zd.third {
  background: url('/content/dam/quattroruote/common/previsioni/third.jpg');
  background-size: cover;
  background-position: 50% 50%;
  height: 417px;
}
section.zd.third.b {
  background: url('/content/dam/quattroruote/common/previsioni/third-b.jpg');
  background-size: cover;
  background-position: 50% 50%;
  height: 417px;
}

section.zd .box {
    width: 45%;
    padding: 50px 25px;
}
section.zd .box .stick {
    background: #b21232;
    padding: 3px 15px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
}
section.zd .box h1 {
    margin-top: 15px;
    margin-bottom: 1.5em;
    font-size: 24px;
    line-height: 24px;
}
section.zd .box .subtitle {
    color: #fff900;
    text-transform: uppercase;
    font-weight: 700;
}

section.zd.fourth {
  background: url('/content/dam/quattroruote/common/previsioni/fourth.jpg');
  background-size: cover;
  background-position: 50% 50%;
  height: 417px;
  color: #393939;
}
section.zd.fifth {
  background: #fff900;
  color: #0d0e0d;
}
section.zd.fifth .box {
  float: left;
  width: 313px;
  padding: 30px 0 5px 15px;
}
section.zd.fifth .box .stick {
  background: #0d0e0d;
  color: #ffffff;
  margin-top: 10px;
}
section.zd.fifth .box h2 {
  font-size: 22px;
  line-height: 29px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 0px;
}

section.zd.fifth .box:nth-child(3) h2{
  font-size: 22px;
  line-height: 23px;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 0px;
}

section.zd.sixth {
  background: #0d0e0d;
  height: 270px;
  border-bottom: 0;
}
section.zd.sixth .box {
    width: auto;
    padding: 25px 25px 0;
}
section.zd.sixth .box .stick {
  background: #0d0e0d;
  color: #ffffff;
  margin-top: 10px;
  display: block;
}
section.zd.sixth .box img {
  padding-left: 25px;
  padding-right: 25px;
}
section.zd.sixth .box img:nth-child(3) {
  border-left: 1px solid lightgrey;
}
section.zd.sixth .box img:last-child {
  border-left: 1px solid lightgrey;
}


