@import url("http://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic");
div.modal-root {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }
  div.modal-root div.modal-window {
    position: relative;
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888; }
    div.modal-root div.modal-window span.close {
      position: absolute;
      top: 8px;
      right: 20px;
      color: #aaa;
      font-size: 28px;
      font-weight: bold; }
      div.modal-root div.modal-window span.close:hover, div.modal-root div.modal-window span.close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer; }
    div.modal-root div.modal-window div.header {
      margin-bottom: 8px;
      font-size: 20px; }

body {
  padding: 0;
  margin: 0;
  color: #222;
  font-size: 11px;
  font-family: 'Roboto', sans-serif; }

h1 {
  display: none; }

h2 {
  margin: 0;
  font-size: 18px;
  color: #666; }
  h2 > span {
    color: #e9276a; }

p {
  margin: 0; }

hr {
  border: 0;
  height: 1px;
  margin: 12px 0;
  background: #222; }

a:link {
  text-decoration: none;
  outline: none;
  color: #9d1041; }

a:visited {
  color: #9d1041; }

a:hover,
a:visited:hover {
  color: #e9276a; }

a:focus,
a:active {
  color: #e9276a; }

a img {
  border: none; }

#header {
  background-image: url("/images/header_anteprima.jpg");
  background-repeat: no-repeat;
  background-position: center 24px; }
  #header > div.padding {
    height: 24px;
    background-color: #9d1041; }
  #header > div.main {
    margin: 0 auto;
    width: 800px;
    position: relative;
    top: -10px;
    height: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background-image: url("/images/logo2019.png");
    background-repeat: no-repeat;
    background-position: left top; }
    #header > div.main > p {
      font-size: 16px;
      font-weight: bold;
      text-shadow: 0 0 1px rgba(24, 24, 24, 0.2); }
      #header > div.main > p.underline {
        border-bottom: 1px solid; }
      #header > div.main > p.logos {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 36%; }
        #header > div.main > p.logos:first-of-type {
          padding-top: 10px; }
        #header > div.main > p.logos:nth-of-type(2) {
          padding-bottom: 10px; }
        #header > div.main > p.logos > img {
          margin-top: 10px; }
      #header > div.main > p.dates {
        padding-top: 6px;
        color: #9d1041; }
        #header > div.main > p.dates > span {
          font-size: 90%;
          font-weight: normal; }
      #header > div.main > p.entrance {
        margin: 12px 0;
        color: #666;
        border-color: #666; }

#menu {
  display: flex;
  justify-content: center;
  height: 24px;
  margin-top: 6px;
  background-color: #9d1041; }
  #menu > ul {
    width: 800px;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #menu > ul > li {
      flex: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      border-left: 3px solid white; }
      #menu > ul > li.active {
        background-color: #e9276a; }
      #menu > ul > li:last-of-type {
        flex: none;
        width: 267px;
        border-left: 3px solid white;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-weight: bold;
        color: white;
        text-align: right !important;
        font-size: 16px; }
      #menu > ul > li > a {
        font-weight: bold;
        color: white;
        font-size: 12px;
        text-decoration: none; }

#main {
  overflow: hidden;
  margin-top: 6px;
  padding-bottom: 36px;
  background-image: url("/images/grass.png");
  background-repeat: repeat-x;
  background-position: center bottom; }
  #main > div {
    margin: 0 auto;
    width: 800px; }

#content {
  float: left;
  width: 524px;
  margin-right: 6px;
  margin-bottom: 24px; }
  #content > p {
    margin: 12px 0; }

#sidebar {
  float: left;
  width: 262px;
  padding-left: 6px;
  border-left: 1px solid #222;
  margin-left: 1px;
  text-align: right; }
  #sidebar > a {
    display: block;
    margin-bottom: 6px;
    vertical-align: middle; }
    #sidebar > a > img {
      vertical-align: middle; }
  #sidebar > div {
    margin-bottom: 6px; }
    #sidebar > div.border {
      padding-bottom: 6px;
      border-bottom: 1px solid #222; }
    #sidebar > div.info > p {
      font-weight: bold; }
      #sidebar > div.info > p > span {
        color: #9d1041; }
    #sidebar > div.info > a > img {
      margin: 6px 0 6px 6px; }
      #sidebar > div.info > a > img[alt="Mediavalle App"], #sidebar > div.info > a > img[alt="App Store"], #sidebar > div.info > a > img[alt="Google Play"] {
        height: 18px; }
    #sidebar > div > p.heading {
      padding-right: 18px;
      margin-bottom: 6px;
      line-height: 24px;
      font-weight: bold;
      color: white;
      text-align: right !important;
      font-size: 16px; }
      #sidebar > div > p.heading.dark {
        background-color: #9d1041; }
      #sidebar > div > p.heading.light {
        background-color: #e9276a; }

#patrocinio {
  background-color: #666; }
  #patrocinio > p {
    margin: 0 auto;
    width: 800px;
    font-size: 14px;
    color: #ddd;
    line-height: 2; }

#patrocinio-logos {
  background-color: #ddd; }
  #patrocinio-logos > p {
    margin: 0 auto;
    width: 800px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #patrocinio-logos > p > a img {
      margin: 6px 0; }

#footer {
  padding-top: 12px;
  padding-bottom: 24px;
  background-color: #9d1041;
  color: white; }
  #footer > div:first-of-type {
    position: relative;
    margin: 0 auto;
    width: 800px; }
    #footer > div:first-of-type > div.links {
      overflow: hidden;
      padding: 12px 0;
      border-top: 3px solid white;
      border-bottom: 3px solid white; }
      #footer > div:first-of-type > div.links > div {
        float: left;
        width: 192px;
        margin-right: 90px; }
        #footer > div:first-of-type > div.links > div > p {
          padding-bottom: 6px;
          border-bottom: 1px solid white;
          margin-bottom: 6px;
          font-weight: bold; }
          #footer > div:first-of-type > div.links > div > p > a {
            color: white; }
    #footer > div:first-of-type div.logo {
      position: absolute;
      bottom: 18px;
      right: 0;
      text-align: right; }
      #footer > div:first-of-type div.logo > p:first-of-type img {
        margin-bottom: 12px; }
      #footer > div:first-of-type div.logo > p:nth-of-type(2) img {
        margin-bottom: 6px; }
  #footer > div:last-of-type {
    margin: 0 auto;
    width: 800px;
    margin-top: 6px;
    text-align: center; }
    #footer > div:last-of-type > a.white {
      color: white; }
      #footer > div:last-of-type > a.white:hover {
        text-decoration: underline; }

#camper {
  line-height: 24px;
  padding-right: 18px;
  color: white;
  cursor: pointer;
  background-image: url("/images/_sidebar/camper.png");
  background-position: 18px center;
  background-repeat: no-repeat;
  background-color: #9d1041; }

#camper-popup {
  max-width: 300px; }
  #camper-popup > p {
    margin: 0.5em 0; }

#content > ul {
  padding: 0;
  list-style-type: none; }
