.shared-detail.mini-apertura header,
.main-content .toolbar,
.shared-detail .social-content {
  display: none;
}
#social-share-top {
  width: 400px;
}
.shared-detail.mini-apertura {
  margin-right: 0px!important;
  width: 675px !important;
}
.shared-detail .main-content {
  width: 100% !important;
}
.shared-detail .body-text {
  float: none;
  width: 100%;
  margin-top: -20px;
}
/* Heading, Base Font */
p {
  margin: 1em 0;
}
a {
  color: #222;
  text-decoration: none;
}
.container-speciale {
  width: 100%;
}
.container-speciale header {
  display: block !important;
  width: 142%!important;
  background-color: #222;
  color: #fff;
  padding: 20px 18px 10px 15px;
  margin-bottom: 25px !important;
}
.container-speciale header h2 {
  font-size: 30px !important;
  line-height: 30px;
}
.container-speciale a:hover {
  border-bottom: none !important;
}
.container-speciale h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.container-speciale .regolamento {
  width: 100%;
  margin: 30px 30px 30px 0px;
}
.container-speciale .regolamento img {
  margin-left: 0px;
  width: 100%;
}
.logo-f1 {
  background: url("/static/speciale/2018/formulauno/assets/img/logo_f1.png") 0 0 no-repeat;
  background-size: 12%;
  padding-left: 120px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo-f1 {
    background-image: url("/static/speciale/2018/formulauno/assets/img/logo_f1@2x.png") !important;
    background-size: 80px 20px !important;
    -webkit-background-size: 80px 20px;
    -moz-background-size: 80px 20px;
    -o-background-size: 80px 20px;
  }
}
.nav-f1 {
  color: #fff;
  zoom: 1;
  width: auto;
  margin: 0px !important;
}
.nav-f1:before,
.nav-f1:after {
  content: "";
  display: table;
}
.nav-f1:after {
  clear: both;
}
.nav-f1 ul {
  margin: 15px 0 0 0 !important;
}
.nav-f1 ul li {
  float: left;
  list-style: none;
  margin-right: 15px !important;
}
.nav-f1 ul li:last-child {
  margin-right: 0px;
}
.nav-f1 ul li a {
  color: #fff !important;
  font-size: 14px;
  color: #ccc !important;
  text-transform: uppercase;
  font-weight: 400 !important;
}
.nav-f1 ul li :hover {
  color: #fff !important;
}
.gruppo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5em;
}
.gruppo .item .thumb {
  width: 100%;
  background-color: #000;
}
.gruppo .item .thumb img {
  width: 100%;
  height: auto;
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gruppo .item .thumb img:hover {
  opacity: 0.7;
}
.gruppo .item .circuito {
  padding: 1em;
  background: #eee;
}
.gruppo .item .circuito .name-gp {
  float: right;
  text-transform: uppercase;
  font: 700 22px/26px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.gruppo .item .circuito .cflag {
  width: 50px;
  height: 30px;
}
.gruppo .item .circuito .cflag img {
  width: 100%;
  height: 100%;
}
.gruppo .item .circuito h3 {
  margin: 10px 0 ;
  font-size: 18px;
  font-weight: 600;
}
.gruppo .item .circuito h3 a {
  color: #222;
}
.gruppo .item .circuito h3 a:hover {
  color: #ff1e00;
}
.gruppo .item .circuito .ainfo {
  font: 16px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #444;
}
.gruppo .item .circuito .ainfo .label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
h3 span {
  text-transform: uppercase;
  font-size: 14px;
  color: #c00;
}
.gruppo.circuito {
  display: grid;
  grid-template-areas: ' header header ' ' item item ' ' classifica classifica';
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto;
  grid-gap: 1em;
}
.gruppo.circuito .header {
  grid-area: header;
}
.gruppo.circuito .header h4 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.gruppo.circuito .item img {
  width: 100%;
  height: auto;
}
.gruppo.circuito .item .circuito {
  padding: .5em;
}
.gruppo.circuito .item .circuito .ainfo {
  font: 14px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
}
.gruppo.circuito .item .circuito .ainfo .label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.gruppo.circuito .classifica {
  grid-area: classifica;
}
.gruppo.circuito .classifica h4 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.gruppo.circuito .classifica table {
  width: 100%;
  font-size: 14px;
}
.gruppo.circuito .classifica table tr:nth-child(even) {
  background-color: #ebebeb;
}
.gruppo.circuito .classifica table tr:hover {
  background-color: #fcf0bb;
}
.gruppo.circuito .classifica table tr th {
  background-color: #222;
  color: #fff;
  padding: .5em;
  border: 1px solid #222;
  border-bottom: none;
  text-transform: uppercase;
}
.gruppo.circuito .classifica table tr th:nth-child(1) {
  text-align: center;
}
.gruppo.circuito .classifica table tr td {
  padding: .4em;
}
.gruppo.circuito .classifica table tr td:nth-child(1),
.gruppo.circuito .classifica table tr td:nth-child(4) {
  text-align: center;
}
.gruppo.circuito .classifica table tr td:nth-child(3) {
  text-transform: uppercase;
}
.gruppo.circuito .classifica table tr td a {
  color: #333;
}
.gruppo.team {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto;
  grid-row-gap: 1em;
  grid-column-gap: 0.05em;
}
.gruppo.team .pilota {
  background: #eee;
}
.gruppo.team .pilota img {
  width: 100%;
  height: auto;
  display: block;
}
.gruppo.team .pilota .circuito {
  padding: .8em;
}
.gruppo.team .pilota .circuito .place {
  float: right;
  font-size: 26px;
}
.gruppo.team .pilota .circuito .cflag {
  width: 40px;
  height: auto;
}
.gruppo.team .pilota .circuito .cflag img {
  width: 100%;
  height: 100%;
}
.gruppo.team .pilota .circuito h3 {
  font-size: 15px;
  padding-bottom: 0px;
  margin: 15px 0 15px 0;
}
.gruppo.team .pilota .circuito span {
  text-transform: uppercase;
  font-size: 14px;
}
.gruppo.team .pilota .circuito .ainfo {
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  line-height: 15px;
}
.gruppo.team .pilota .circuito .ainfo .label {
  font-size: 12px;
}
.gruppo.team .scuderia {
  background: #ccc;
}
.gruppo.team .scuderia img {
  width: 100%;
  height: auto;
}
.gruppo.team .scuderia .place {
  float: right;
  text-transform: uppercase;
  font: 700 22px/26px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.classifica-generale {
  width: 100%;
}
.classifica-generale .classifica {
  margin-top: 30px;
}
.classifica-generale .classifica table {
  width: 100%;
  font-size: 14px;
}
.classifica-generale .classifica table tr:nth-child(even) {
  background-color: #ebebeb;
}
.classifica-generale .classifica table tr:hover {
  background-color: #fcf0bb;
}
.classifica-generale .classifica table tr th {
  background-color: #222;
  color: #fff;
  padding: .5em;
  border: 1px solid #222;
  border-bottom: none;
  text-transform: uppercase;
}
.classifica-generale .classifica table tr th:nth-child(1) {
  text-align: center;
}
.classifica-generale .classifica table tr td {
  padding: .4em;
}
.classifica-generale .classifica table tr td:nth-child(1),
.classifica-generale .classifica table tr td:nth-child(4) {
  text-align: center;
}
.classifica-generale .classifica table tr td:nth-child(3) {
  text-transform: uppercase;
}
.classifica-generale .classifica table tr td a {
  color: #333;
}
.right-speciale {
  margin: 15px 0 15px 0;
  background-color: #ebebeb;
  padding: 20px;
}
.right-speciale h3 {
  font: 700 18px/24px Arial, 'Helvetica Neue', Helvetica, sans-serif;
  margin-bottom: 15px;
}
.right-speciale ul li {
  padding: 2px 0;
}
.right-speciale ul li a {
  font-weight: 400;
}
.right-speciale ul li a span {
  text-transform: uppercase;
}
.right-speciale ul li a:hover {
  color: #ff1e00;
}
#sidebar {
  margin-top: 168px;
}
@media only screen and (max-width: 768px) {
  .container-speciale header {
    width: 115% !important;
    margin: -20px;
    padding: 10px 5px !important;
  }
  .container-speciale header .logo-f1 {
    font-size: 18px !important;
    line-height: 20px !important;
    padding-left: 20% !important;
    margin-left: 4% !important;
    background-size: 20% !important;
    letter-spacing: -0.05em;
  }
  .container-speciale .nav-f1 {
    padding: 0px!important;
  }
  .container-speciale .nav-f1 ul {
    padding: 0 15px!important;
  }
  .gruppo {
    display: grid;
    grid-template-columns: 1fr;
  }
  .gruppo a {
    color: #222!important;
  }
  .gruppo .circuito h3 a {
    color: #222 !important;
  }
  .gruppo.circuito {
    display: grid;
    grid-template-areas: ' header ' ' item ' ' item ' ' classifica ';
    grid-template-columns: 1fr;
  }
  .gruppo.team {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 1em;
    grid-column-gap: 0.05em;
  }
  .gruppo.team .pilota .circuito .place {
    font-weight: 700;
  }
  .gruppo.team .pilota .circuito h3 {
    font-size: 28px;
    font-weight: 700;
  }
  .gruppo.team .pilota .circuito .ainfo {
    font: 16px/16px Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
  }
  .gruppo.team .pilota .circuito .ainfo .label {
    font-size: 14px;
  }
  .gruppo.team .pilota img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  .classifica-generale .classifica table th {
    text-align: left;
  }
  .classifica-generale .classifica table td a {
    color: #222!important;
  }
  .right-speciale {
    display: none;
  }
}
