@charset "UTF-8";
/*---CSS RESET---*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
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, hr, 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-size: 100%;
  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; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

b, strong {
  font-weight: bold; }

em {
  font-style: italic; }

a {
  text-decoration: none; }

a img {
  border: none; }

/*! normalize.css v2.0.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover,
a:focus {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0; }

.js-focus-visible :focus:not(.focus-visible) {
  outline: 0; }

.flickity-enabled:focus {
  outline: none; }

/* PATHS */
/* COLORS */
/* SEZIONI */
/* FONTS */
@font-face {
  font-family: "Acto";
  src: url("../webfonts/Acto-Light.woff2") format("woff2"), url("../webfonts/Acto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Acto";
  src: url("../webfonts/Acto-LightItalic.woff2") format("woff2"), url("../webfonts/Acto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Acto";
  src: url("../webfonts/Acto-Medium.woff2") format("woff2"), url("../webfonts/Acto-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Acto";
  src: url("../webfonts/Acto-Bold.woff2") format("woff2"), url("../webfonts/Acto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Acto";
  src: url("../webfonts/Acto-Black.woff2") format("woff2"), url("../webfonts/Acto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
/* LAYOUT */
/* ANIMATIONS */
/* BREAKPOINTS */
/* LOGHI TESTATE ARTICOLI */
/*
 * Box-sizing =  border-box behaviour
 * 
 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box !important; }

body {
  background-color: #e3e3e3;
  padding-top: 65px; }

#page {
  width: 1186px;
  margin: 0 auto;
  background-color: #fff; }
  @media (max-width: 1369px) {
    #page {
      width: 1018px;
      padding-left: 0; } }
  @media (max-width: 1023px) {
    #page {
      width: 768px; } }
  @media (max-width: 727px) {
    #page {
      width: 375px; } }

.content-wrapper {
  padding-top: 40px; }
  .content-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  @media (max-width: 1369px) {
    .content-wrapper {
      float: none;
      width: 100%;
      padding-top: 0px; } }
  .content-wrapper .main-nav-wrapper {
    float: left;
    width: 168px; }
    @media (max-width: 1369px) {
      .content-wrapper .main-nav-wrapper {
        float: none;
        width: 100%; } }
  .content-wrapper #content {
    float: right;
    width: calc(100% - 168px); }
    @media (max-width: 1369px) {
      .content-wrapper #content {
        float: none;
        width: 100%;
        padding-top: 30px; } }

#content {
  position: relative; }
  #content:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #D5D5D5; }
    @media (max-width: 1369px) {
      #content:before {
        display: none; } }
  #content > .section-header {
    padding-left: 49px; }

.is-media {
  background-color: #000;
  color: white; }
  .is-media #page {
    background-color: #1C1C22; }
  .is-media #content {
    width: 100%; }
    .is-media #content:before {
      width: 0; }
  @media (min-width: 1370px) {
    .is-media .main-section__main {
      width: 820px; } }
  @media (min-width: 1370px) {
    .is-media .main-section__article-row .article, .is-media .small-section__article-row .article {
      width: 380px; } }
  .is-media .section-header {
    border-bottom-color: #169FC5; }
    .is-media .section-header__title {
      color: #169FC5; }
  .is-media .article__title, .is-media .prima-pagina__title, .is-media body.is-motori .prima-pagina__title, body.is-motori .is-media .prima-pagina__title, .is-media .article__author, .is-media .article__date {
    color: white; }
  .is-media .article__occhiello, .is-media .single-header__occhiello, .is-media .foto-header__occhiello, .is-media .article__comments, .is-media .single-header__comments, .is-media .foto-header__comments {
    color: #169FC5; }
  .is-media .article__content__top, .is-media .single-header__top, .is-media .foto-header__top {
    border-bottom-color: #169FC5; }
  .is-media .article__comments:before, .is-media .single-header__comments:before, .is-media .foto-header__comments:before {
    border-top-color: #169FC5; }
  .is-media .article__comments:after, .is-media .single-header__comments:after, .is-media .foto-header__comments:after {
    border-top-color: black; }
  .is-media .main-footer__main {
    background: linear-gradient(180deg, #141415 0%, #202020 100%); }
  .is-media .main-footer__nav-item a {
    color: white; }
  .is-media .edicola-digitale__content {
    color: white; }
  .is-media .edicola-digitale__anchor {
    color: white; }

body {
  font-family: "Acto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Vendors */
/*
 * Core styles for PriorityNav.js
 * These styles are not optional and should always be included
 *
 * Free to use under the MIT License.
 * http://twitter.com/GijsRoge
 */
.priority-nav {
  white-space: nowrap;
  /*
    * Makes sure the menu's are inline-block so they don't take up
    * the entire width of its parent. This will break the plugin.
    */ }

.priority-nav > ul {
  display: inline-block; }

.priority-nav > ul > li {
  display: inline-block; }

.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
  position: relative; }

.priority-nav__wrapper {
  position: relative; }

.priority-nav__dropdown {
  position: absolute;
  visibility: hidden; }

.priority-nav__dropdown.show {
  visibility: visible; }

.priority-nav__dropdown-toggle {
  visibility: hidden;
  position: absolute; }

.priority-nav-is-visible {
  visibility: visible; }

.priority-nav-is-hidden {
  visibility: hidden; }

/* Layout */
.main-section {
  padding-left: 19px;
  padding-right: 19px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 100%; }
  .main-section--is-inverted {
    padding-top: 20px;
    margin-bottom: 20px;
    background-color: black; }
    .main-section--is-inverted .article__title, .main-section--is-inverted .prima-pagina__title, .main-section--is-inverted body.is-motori .prima-pagina__title, body.is-motori .main-section--is-inverted .prima-pagina__title, .main-section--is-inverted .article__author, .main-section--is-inverted .article__date {
      color: white; }
    .main-section--is-inverted .article__occhiello, .main-section--is-inverted .single-header__occhiello, .main-section--is-inverted .foto-header__occhiello, .main-section--is-inverted .article__comments, .main-section--is-inverted .single-header__comments, .main-section--is-inverted .foto-header__comments {
      color: #169FC5; }
    .main-section--is-inverted .article__content__top, .main-section--is-inverted .single-header__top, .main-section--is-inverted .foto-header__top {
      border-bottom-color: #169FC5; }
    .main-section--is-inverted .article__comments:before, .main-section--is-inverted .single-header__comments:before, .main-section--is-inverted .foto-header__comments:before {
      border-top-color: #169FC5; }
    .main-section--is-inverted .article__comments:after, .main-section--is-inverted .single-header__comments:after, .main-section--is-inverted .foto-header__comments:after {
      border-top-color: black; }
  .main-section--is-tuttosporttv .main-section__main .article__figure {
    padding-bottom: 0px; }
  .main-section .article {
    margin-bottom: 30px; }
  .main-section__main {
    width: 652px;
    flex: 0 0 auto;
    margin-right: 4px; }
    @media (max-width: 1023px) {
      .main-section__main {
        width: 100%; } }
  .main-section__article-row, .small-section__article-row {
    max-width: 100%;
    margin-bottom: 20px; }
    .main-section__article-row:after, .small-section__article-row:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .main-section__article-row .article, .small-section__article-row .article {
      width: 324px;
      float: left;
      margin-right: 4px; }
      .main-section__article-row .article:last-child, .small-section__article-row .article:last-child {
        margin-right: 0; }
      @media (max-width: 1023px) {
        .main-section__article-row .article, .small-section__article-row .article {
          width: calc(50% - 2px); } }
    @media (max-width: 1023px) {
      .main-section__article-row.main-section__bottom .article, .main-section__bottom.small-section__article-row .article {
        width: calc((100% - 8px)/3); } }
  .main-section__side {
    /*width: 324px;*/
    width: 300px;
    margin-left: 24px;
    -webkit-box-flex: 0;
    flex: 0 0 300px; }
    @media (max-width: 1023px) {
      .main-section__side {
        width: 100%;
        order: 2;
        margin-left: 0;
        flex: 0 0 100%; } }
    .main-section__side-container, .main-section__side-top, .main-section__side-bottom {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      width: 100%;
      padding-left: 0px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      position: relative; }
      .main-section__side-container:after, .main-section__side-top:after, .main-section__side-bottom:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc(100% - 12px);
        height: 1px; }
      .main-section__side-container--base-color:after, .main-section__side-top--base-color:after, .main-section__side-bottom--base-color:after {
        background-color: #9E3B21; }
      .main-section__side-container--torino:after, .main-section__side-top--torino:after, .main-section__side-bottom--torino:after {
        background-color: #9f2a33; }
      .main-section__side-container--juventus:after, .main-section__side-top--juventus:after, .main-section__side-bottom--juventus:after {
        background-color: #000000; }
      .main-section__side-container--blue:after, .main-section__side-top--blue:after, .main-section__side-bottom--blue:after {
        background-color: #0071af; }
      .main-section__side-container--green:after, .main-section__side-top--green:after, .main-section__side-bottom--green:after {
        background-color: #00a259; }
      .main-section__side-container--red:after, .main-section__side-top--red:after, .main-section__side-bottom--red:after {
        background-color: #da3832; }
      .main-section__side-container .article, .main-section__side-top .article, .main-section__side-bottom .article {
        margin-left: 0px;
        flex: 0 1 300px; }
        .main-section__side-container .article:last-child, .main-section__side-top .article:last-child, .main-section__side-bottom .article:last-child {
          margin-bottom: 0; }
      @media (max-width: 1023px) {
        .main-section__side-container, .main-section__side-top, .main-section__side-bottom {
          width: 660px;
          margin: 0 auto 20px;
          padding-left: 0; }
          .main-section__side-container > *, .main-section__side-top > *, .main-section__side-bottom > * {
            flex: 0 1 100%; }
          .main-section__side-container .article,
          .main-section__side-container .prima-pagina, .main-section__side-top .article,
          .main-section__side-top .prima-pagina, .main-section__side-bottom .article,
          .main-section__side-bottom .prima-pagina {
            margin-left: 0;
            flex: 0 1 324px; }
          .main-section__side-container .widget, .main-section__side-top .widget, .main-section__side-bottom .widget {
            flex: 0 1 100%; }
          .main-section__side-container .adv, .main-section__side-top .adv, .main-section__side-bottom .adv {
            text-align: center; } }
    @media (max-width: 1023px) and (max-width: 1024px) {
      .main-section__side-container .adv, .main-section__side-top .adv, .main-section__side-bottom .adv {
        flex: 0 1 100%; } }

    @media (min-width: 1024px) {
      .main-section__side--has-title {
        padding-top: 16px; } }
  .main-section__bottom {
    flex: 0 0 auto; }
    @media (max-width: 1023px) {
      .main-section__bottom {
        order: 1; } }
  .main-section--iniziative-editoriali .main-section__side-container, .main-section--iniziative-editoriali .main-section__side-top, .main-section--iniziative-editoriali .main-section__side-bottom {
    padding-left: 0; }
    @media (max-width: 1023px) {
      .main-section--iniziative-editoriali .main-section__side-container, .main-section--iniziative-editoriali .main-section__side-top, .main-section--iniziative-editoriali .main-section__side-bottom {
        justify-content: center; }
        .main-section--iniziative-editoriali .main-section__side-container > *, .main-section--iniziative-editoriali .main-section__side-top > *, .main-section--iniziative-editoriali .main-section__side-bottom > * {
          flex: 0 1 51%; } }
    .main-section--iniziative-editoriali .main-section__side-container .section-header--is-secondary, .main-section--iniziative-editoriali .main-section__side-top .section-header--is-secondary, .main-section--iniziative-editoriali .main-section__side-bottom .section-header--is-secondary {
      width: 100%; }
      @media (max-width: 1023px) {
        .main-section--iniziative-editoriali .main-section__side-container .section-header--is-secondary, .main-section--iniziative-editoriali .main-section__side-top .section-header--is-secondary, .main-section--iniziative-editoriali .main-section__side-bottom .section-header--is-secondary {
          flex: 0 1 51%;
          margin-right: 0; } }
  .main-section__related .main-section__article-row .article, .main-section__related .small-section__article-row .article {
    width: calc(50% - 2px); }

.small-section {
  padding-left: 19px;
  padding-right: 19px;
  margin-top: 30px;
  margin-bottom: 30px; }
  .small-section__article-row .article:nth-child(3n) {
    margin-right: 0; }
  @media (max-width: 1023px) {
    .small-section__article-row .article {
      width: calc((100% - 8px)/3); } }
  .small-section--is-inverted {
    margin-right: -19px; }
    .small-section--is-inverted .small-section__article-row {
      padding: 20px 19px 30px 0;
      background-color: black; }
    .small-section--is-inverted .article__title, .small-section--is-inverted .prima-pagina__title, .small-section--is-inverted body.is-motori .prima-pagina__title, body.is-motori .small-section--is-inverted .prima-pagina__title, .small-section--is-inverted .article__author, .small-section--is-inverted .article__date {
      color: white; }
    .small-section--is-inverted .article__occhiello, .small-section--is-inverted .single-header__occhiello, .small-section--is-inverted .foto-header__occhiello, .small-section--is-inverted .article__comments, .small-section--is-inverted .single-header__comments, .small-section--is-inverted .foto-header__comments {
      color: #169FC5; }
    .small-section--is-inverted .article__content__top, .small-section--is-inverted .single-header__top, .small-section--is-inverted .foto-header__top {
      border-bottom-color: #169FC5; }
    .small-section--is-inverted .article__comments:before, .small-section--is-inverted .single-header__comments:before, .small-section--is-inverted .foto-header__comments:before {
      border-top-color: #169FC5; }
    .small-section--is-inverted .article__comments:after, .small-section--is-inverted .single-header__comments:after, .small-section--is-inverted .foto-header__comments:after {
      border-top-color: black; }

.featured {
  padding-left: 19px;
  padding-top: 25px;
  background-color: #006A87;
  overflow: hidden; }
  .featured .section-header {
    max-width: 890px;
    border-bottom-color: #169FC5; }
    .featured .section-header__title {
      color: white; }
  .featured__slider {
    position: relative; }
    .featured__slider:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .featured__slider .article {
      width: 294px;
      margin-right: 4px;
      opacity: .5; }
      .featured__slider .article.is-selected {
        opacity: 1; }
    .featured__slider .article__title, .featured__slider .prima-pagina__title, .featured__slider body.is-motori .prima-pagina__title, body.is-motori .featured__slider .prima-pagina__title,
    .featured__slider .article__author,
    .featured__slider .article__date {
      color: white; }
    .featured__slider .article__occhiello, .featured__slider .single-header__occhiello, .featured__slider .foto-header__occhiello,
    .featured__slider .article__comments,
    .featured__slider .single-header__comments,
    .featured__slider .foto-header__comments {
      color: white; }
    .featured__slider .article__content__top, .featured__slider .single-header__top, .featured__slider .foto-header__top {
      border-bottom-color: white; }
    .featured__slider .article__comments:before, .featured__slider .single-header__comments:before, .featured__slider .foto-header__comments:before {
      border-top-color: white; }
    .featured__slider .article__comments:after, .featured__slider .single-header__comments:after, .featured__slider .foto-header__comments:after {
      border-top-color: #006A87; }
    .featured__slider .flickity-prev-next-button {
      width: 40px;
      height: 40px;
      padding: 12px 14px;
      position: absolute;
      right: 30px;
      top: 20px;
      border-radius: 50%;
      background-color: #169FC5;
      box-shadow: 0 1px 2px 0 rgba(10, 39, 51, 0.16), 0 4px 8px 0 rgba(11, 32, 65, 0.51); }
      .featured__slider .flickity-prev-next-button svg path {
        fill: white; }
      .featured__slider .flickity-prev-next-button.previous {
        top: 80px; }
      .featured__slider .flickity-prev-next-button:disabled {
        opacity: 0.7; }
  .featured.featured--is-store {
    background-color: transparent;
    padding-left: 0;
    padding-top: 0; }
    .featured.featured--is-store .section-header {
      max-width: none;
      padding-left: 49px;
      border: none; }
    .featured.featured--is-store .tab__nav {
      padding-left: 40px;
      position: relative; }
      .featured.featured--is-store .tab__nav-element--is-selected a {
        color: #25AC1A; }
    .featured.featured--is-store .featured__slider {
      padding-top: 10px;
      padding-left: 19px;
      padding-bottom: 30px;
      background-color: #f2f2f2; }
      .featured.featured--is-store .featured__slider .product {
        width: 294px;
        margin-right: 4px;
        opacity: .5; }
        .featured.featured--is-store .featured__slider .product.is-selected {
          opacity: 1; }
      .featured.featured--is-store .featured__slider .flickity-prev-next-button {
        background-color: #25AC1A; }
  .featured.featured--is-store.featured--is-iniziative-editoriali {
    padding-top: 0;
    padding-bottom: 0; }
    .featured.featured--is-store.featured--is-iniziative-editoriali .featured__slider {
      padding-left: 0; }
      .featured.featured--is-store.featured--is-iniziative-editoriali .featured__slider .product {
        width: 188px;
        margin-right: 4px; }
        .featured.featured--is-store.featured--is-iniziative-editoriali .featured__slider .product__image {
          width: 168px;
          height: 242px; }
        .featured.featured--is-store.featured--is-iniziative-editoriali .featured__slider .product__content {
          padding: 0 10px; }
        .featured.featured--is-store.featured--is-iniziative-editoriali .featured__slider .product__title {
          font-size: 1rem;
          text-align: center; }
      .featured.featured--is-store.featured--is-iniziative-editoriali .featured__slider .flickity-prev-next-button {
        background-color: #9F3919; }
  .featured + .featured {
    padding-top: 0; }

.adv {
  text-align: center;
  margin-bottom: 20px; }
  @media (max-width: 1023px) {
    .adv.adv-980x60 {
      display: none; } }

.manchette.right {
  float: right;
  margin-top: 10px;
  margin-left: 24px; }
  @media (max-width: 1369px) {
    .manchette.right {
      display: none; } }
  .main-header--is-expanded .manchette.right {
    margin-top: 30px; }

.ligatus-box {
  margin-bottom: 20px; }
  .ligatus-box .article {
    margin-bottom: 10px; }
    .ligatus-box .article__comments, .ligatus-box .single-header__comments, .ligatus-box .foto-header__comments {
      display: none; }
  .ligatus-box__link {
    margin-top: -10px;
    font-size: 14px;
    text-align: right; }
    .ligatus-box__link a {
      color: #555862; }
      .ligatus-box__link a:visited {
        color: #555862; }
    .ligatus-box__link img {
      max-height: 16px;
      vertical-align: text-bottom;
      margin-left: 4px; }

.ob .article__comments, .ob .single-header__comments, .ob .foto-header__comments {
  display: none; }
.ob_what {
  text-align: right;
  font-size: 14px;
  width: 100%; }
  .ob_what a {
    color: #555862; }
    .ob_what a:visited {
      color: #555862; }
.ob_amelia {
  display: inline-block;
  background: url(http://widgets.outbrain.com/images/widgetIcons/ob_logo_16x16.png) no-repeat center top;
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
  margin-left: 4px; }

@media (max-width: 1023px) {
  .hide-on-small {
    display: none; } }

.show-on-small {
  display: none; }
  @media (max-width: 1023px) {
    .show-on-small {
      display: block; } }

#adv-mrect-top-2 {
  height: 600px; }
  #adv-mrect-top-2 img {
    position: sticky;
    top: 68px; }
    @media (max-width: 1369px) {
      #adv-mrect-top-2 img {
        top: 98px; } }

.adv-sticky-container {
  height: 600px; }
  @media (max-width: 1023px) {
    .adv-sticky-container {
      display: none; } }
  .adv-sticky-container .adv {
    top: 67px; }
    .is-media .adv-sticky-container .adv {
      top: 127px; }
    @media (max-width: 1369px) {
      .adv-sticky-container .adv {
        top: 127px; } }
  .adv-sticky-container.fixed .adv {
    position: fixed;
    z-index: 9999; }

.stickyfill {
  position: -webkit-sticky;
  position: sticky; }

#cont-adv-mrect-top .stickyfill {
  top: 39px; }

.has-rubrica-nav.has-scrolled-header #cont-adv-mrect-top .stickyfill {
  top: 99px; }

.megabox {
  padding: 20px 19px;
  background-color: #D5D5D5;
  margin: 30px 0; }
  @media (max-width: 1023px) {
    .megabox {
      padding: 10px 54px; } }
  .megabox__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .megabox .adv {
    flex: 0 0 auto; }
  .megabox .article {
    width: 324px;
    flex: 0 0 auto;
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
      .megabox .article {
        width: 300px; } }
    .megabox .article .article__content__top, .megabox .article .single-header__top, .megabox .article .foto-header__top {
      border-bottom-color: #0071af; }
    .megabox .article .article__comments:before, .megabox .article .single-header__comments:before, .megabox .article .foto-header__comments:before {
      border-top-color: #0071af; }
    .megabox .article .article__comments:after, .megabox .article .single-header__comments:after, .megabox .article .foto-header__comments:after {
      border-top-color: #D5D5D5; }
    .megabox .article:last-child {
      display: none; }
      @media (max-width: 1023px) {
        .megabox .article:last-child {
          display: block; } }
  .megabox__footer {
    padding-top: 20px; }
    .megabox__footer a {
      display: inline-block;
      padding-right: 20px;
      margin-right: 40px;
      color: black;
      position: relative; }
      .megabox__footer a:visited {
        color: black; }
      .megabox__footer a:after {
        content: "";
        position: absolute;
        right: 5px;
        top: 50%;
        height: 5px;
        width: 5px;
        border: 2px solid black;
        border-left-width: 0;
        border-bottom-width: 0;
        transform: translateY(-50%) rotate(45deg); }

/* Components */
.article.article--is-hero .related li {
  display: inline;
  margin-right: 15px; }

/*Box Video Spalla DX */
.boxVideo .ultimi_video {
  background: #000 !important; }

.titleVideoDx {
  float: left;
  padding: 10px; }

.titleVideoDx a:link, .titleVideoDx a:visited, .titleVideoDx a:active {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none; }

.article__figure-wrapper {
  margin-bottom: 18px; }
.article__figure {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden; }
  .article__figure img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translate(-50%);
    transition: all .4s ease;
    z-index: 1; }
    .article__figure img.lazyload, .article__figure img.lazyloading {
      opacity: 0; }
    .article__figure img.lazyloaded {
      opacity: 1; }
.article__content, .product__content {
  padding-left: 24px;
  position: relative; }
  .article__content__top, .single-header__top, .foto-header__top {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 6px;
    margin-bottom: 10px;
    position: relative; }
    .article__content__top:after, .single-header__top:after, .foto-header__top:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .article__content__top .article__occhiello, .single-header__top .article__occhiello, .foto-header__top .article__occhiello, .article__content__top .single-header__occhiello, .single-header__top .single-header__occhiello, .foto-header__top .single-header__occhiello, .article__content__top .foto-header__occhiello, .single-header__top .foto-header__occhiello, .foto-header__top .foto-header__occhiello {
      float: left; }
    .article__content__top .article__comments, .single-header__top .article__comments, .foto-header__top .article__comments, .article__content__top .single-header__comments, .single-header__top .single-header__comments, .foto-header__top .single-header__comments, .article__content__top .foto-header__comments, .single-header__top .foto-header__comments, .foto-header__top .foto-header__comments {
      float: right; }
  .article__content__bottom {
    margin-top: 10px; }
  .article__content .related, .product__content .related {
    margin-top: 10px; }
    .article__content .related li, .product__content .related li {
      line-height: 1.2; }
      .article__content .related li a, .product__content .related li a {
        padding-left: .8em;
        position: relative;
        font-size: 0.875rem;
        color: black; }
        .article__content .related li a:before, .product__content .related li a:before {
          content: "";
          position: absolute;
          left: 0;
          top: 5px;
          height: 5px;
          width: 5px;
          border-top: 2px solid #000;
          border-right: 2px solid #000;
          transform: rotate(45deg) scale(0.8); }
        .article__content .related li a:hover, .product__content .related li a:hover {
          opacity: .7; }
.article__occhiello, .single-header__occhiello, .foto-header__occhiello {
  font-size: 0.875rem;
  text-transform: uppercase; }
  .article__occhiello.base-color, .base-color.single-header__occhiello, .base-color.foto-header__occhiello {
    color: #9E3B21; }
  .article__occhiello.torino, .torino.single-header__occhiello, .torino.foto-header__occhiello {
    color: #9f2a33; }
  .article__occhiello.juventus, .juventus.single-header__occhiello, .juventus.foto-header__occhiello {
    color: #000000; }
  .article__occhiello.blue, .blue.single-header__occhiello, .blue.foto-header__occhiello {
    color: #0071af; }
  .article__occhiello.green, .green.single-header__occhiello, .green.foto-header__occhiello {
    color: #00a259; }
  .article__occhiello.red, .red.single-header__occhiello, .red.foto-header__occhiello {
    color: #da3832; }
.article__comments, .single-header__comments, .foto-header__comments {
  font-size: 0.875rem;
  text-align: right;
  margin-right: 10px;
  position: relative;
  color: #000000; }
  .article__comments:before, .single-header__comments:before, .foto-header__comments:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #D5D5D5 transparent transparent transparent;
    position: absolute;
    top: calc(100% + 6px);
    left: 0; }
  .article__comments:after, .single-header__comments:after, .foto-header__comments:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 0;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: calc(100% + 5px);
    left: 1px; }
.article__title, .prima-pagina__title, body.is-motori .prima-pagina__title {
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 700;
  color: #000000;
  transition: opacity 0.3s; }
  .article__title:hover, .prima-pagina__title:hover, body.is-motori .prima-pagina__title:hover {
    opacity: 0.7; }
.article__author {
  font-size: 0.8125rem;
  font-weight: 700;
  display: inline-block;
  color: #000000; }
.article__date {
  font-size: 0.8125rem;
  font-weight: 300;
  display: inline-block;
  margin-left: 9px;
  color: #000000; }
.article.article--has-gallery .article__figure, .article.article--has-video .article__figure {
  position: relative; }
  .article.article--has-gallery .article__figure:before, .article.article--has-video .article__figure:before {
    content: url(../images/icons/gallery-white.svg);
    width: 36px;
    height: 25px;
    border-radius: 50%;
    display: block;
    background-color: #169FC5;
    position: absolute;
    bottom: 20px;
    left: 24px;
    text-align: center;
    padding-top: 11px;
    z-index: 2;
    pointer-events: none; }
  .article.article--has-gallery .article__figure:after, .article.article--has-video .article__figure:after {
    content: "Guarda la Gallery";
    display: block;
    color: #ffffff;
    line-height: 36px;
    position: absolute;
    bottom: 20px;
    left: 66px;
    font-size: 0.875rem;
    font-weight: 700;
    z-index: 2;
    pointer-events: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.article.article--has-video .article__figure {
  position: relative; }
  .article.article--has-video .article__figure:before {
    content: url(../images/icons/play-white.svg);
    width: 32px;
    height: 28px;
    padding-top: 8px;
    padding-left: 4px; }
  .article.article--has-video .article__figure:after {
    content: "Guarda il video"; }
.article.article--is-juventus .article__content:before, .article.article--is-juventus .product__content:before {
  content: "J";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -3px;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 24px;
  border: 1px solid #ffffff;
  z-index: 2; }
.article.article--is-juventus .article__occhiello, .article.article--is-juventus .single-header__occhiello, .article.article--is-juventus .foto-header__occhiello {
  color: #000000; }
.article.article--is-torino .article__content:before, .article.article--is-torino .product__content:before {
  content: "T";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -3px;
  background-color: #9f2a33;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 24px;
  border: 1px solid #ffffff;
  z-index: 2; }
.article.article--is-torino .article__occhiello, .article.article--is-torino .single-header__occhiello, .article.article--is-torino .foto-header__occhiello {
  color: #9f2a33; }
.article.article--is-autoit {
  padding-top: 40px;
  background-image: url(../images/logos/autoit@2x.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 104px 24px; }
.article.article--is-autosprint {
  padding-top: 54px;
  background-image: url(../images/logos/autosprint@2x.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 71px 38px; }
.article.article--is-inmotoit {
  padding-top: 38px;
  background-image: url(../images/logos/inmotoit.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 118px 22px; }
.article.article--is-motorsprint {
  padding-top: 43px;
  background-image: url(../images/logos/motorsprint@2x.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 101px 27px; }
.article.article--is-guerinsportivo {
  padding-top: 67px;
  background-image: url(../images/logos/guerinsportivo.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 101px 51px; }
.article.article--is-horizontal {
  display: flex;
  flex-direction: row; }
  .article.article--is-horizontal .article__figure-wrapper {
    width: 60%;
    margin-bottom: 0; }
  .article.article--is-horizontal .article__content, .article.article--is-horizontal .product__content {
    width: 40%;
    padding-top: 8px;
    padding-left: 20px;
    padding-bottom: 30px;
    position: relative; }
    .article.article--is-horizontal .article__content__bottom {
      position: absolute;
      bottom: 0; }
  .article.article--is-horizontal.article--has-category .article__content:before, .article.article--is-horizontal.article--has-category .product__content:before {
    position: absolute;
    top: 0;
    left: -13px; }
.article.article--has-side-space {
  padding-left: 24px;
  position: relative; }
  @media (max-width: 1024px) {
    .article.article--has-side-space {
      padding-left: 0px;
      width: 50%;
      float: left;
      padding: 6% 1% 1%; } }
  .article.article--has-side-space:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    left: 12px;
    top: 0;
    background-color: transparent; }
    @media (max-width: 1024px) {
      .article.article--has-side-space:before {
        width: 0px; } }
  .article.article--has-side-space .article__content, .article.article--has-side-space .product__content {
    padding-left: 0; }
  .article.article--has-side-space.article--has-side-space--base {
    border-color: #D5D5D5; }
    .article.article--has-side-space.article--has-side-space--base:before {
      background-color: #D5D5D5; }
    .article.article--has-side-space.article--has-side-space--base.article--is-autoit {
      background-position: 24px 0; }
      .article.article--has-side-space.article--has-side-space--base.article--is-autoit:before {
        background-color: #B11715; }
    .article.article--has-side-space.article--has-side-space--base.article--is-autosprint {
      background-position: 24px 0; }
      .article.article--has-side-space.article--has-side-space--base.article--is-autosprint:before {
        background-color: #D8232A; }
    .article.article--has-side-space.article--has-side-space--base.article--is-inmotoit {
      background-position: 24px 0; }
      .article.article--has-side-space.article--has-side-space--base.article--is-inmotoit:before {
        background-color: #FCD600; }
    .article.article--has-side-space.article--has-side-space--base.article--is-motorsprint {
      background-position: 24px 0; }
      .article.article--has-side-space.article--has-side-space--base.article--is-motorsprint:before {
        background-color: #E2001A; }
    .article.article--has-side-space.article--has-side-space--base.article--is-guerinsportivo {
      background-position: 24px 0; }
      .article.article--has-side-space.article--has-side-space--base.article--is-guerinsportivo:before {
        background-color: #FFF101; }
  .article.article--has-side-space.article--has-side-space--base-color {
    border-color: #9E3B21; }
    .article.article--has-side-space.article--has-side-space--base-color::before {
      background-color: #9E3B21; }
  .article.article--has-side-space.article--has-side-space--torino {
    border-color: #9f2a33; }
    .article.article--has-side-space.article--has-side-space--torino::before {
      background-color: #9f2a33; }
  .article.article--has-side-space.article--has-side-space--juventus {
    border-color: #000000; }
    .article.article--has-side-space.article--has-side-space--juventus::before {
      background-color: #000000; }
  .article.article--has-side-space.article--has-side-space--blue {
    border-color: #0071af; }
    .article.article--has-side-space.article--has-side-space--blue::before {
      background-color: #0071af; }
  .article.article--has-side-space.article--has-side-space--green {
    border-color: #00a259; }
    .article.article--has-side-space.article--has-side-space--green::before {
      background-color: #00a259; }
  .article.article--has-side-space.article--has-side-space--red {
    border-color: #da3832; }
    .article.article--has-side-space.article--has-side-space--red::before {
      background-color: #da3832; }
  .article.article--has-side-space.article--has-side-space--special {
    padding-left: 0; }
    .article.article--has-side-space.article--has-side-space--special:before {
      background-color: transparent; }
    .article.article--has-side-space.article--has-side-space--special .article__content, .article.article--has-side-space.article--has-side-space--special .product__content {
      margin-left: 12px;
      padding-left: 11px;
      border-left-width: 1px;
      border-left-style: solid;
      border-left-color: inherit; }
  .article.article--has-side-space.article--has-category .article__content:before, .article.article--has-side-space.article--has-category .product__content:before {
    left: 0; }
  .article.article--has-side-space.article--has-category .article__occhiello, .article.article--has-side-space.article--has-category .single-header__occhiello, .article.article--has-side-space.article--has-category .foto-header__occhiello {
    margin-left: 30px; }
.article.article--is-hero .article__figure-wrapper {
  margin-bottom: 24px;
  position: relative; }
.article.article--is-hero .article__content, .article.article--is-hero .product__content {
  padding-left: 30px; }
.article.article--is-hero .article__title, .article.article--is-hero .prima-pagina__title {
  font-size: 2.75rem; }
.article.article--is-hero .article__hero-label {
  position: absolute;
  right: 0;
  bottom: -12px;
  padding: 12px 22px;
  color: #ffffff;
  font-size: 4.0625rem;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  background-color: #0071af;
  z-index: 2; }
  .article.article--is-hero .article__hero-label:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #00507c transparent transparent; }
.article.article--is-hero.article--has-gallery .article__figure:before, .article.article--is-hero.article--has-video .article__figure:before {
  left: 30px;
  bottom: 22px; }
.article.article--is-hero.article--has-gallery .article__figure:after, .article.article--is-hero.article--has-video .article__figure:after {
  left: 72px;
  bottom: 22px; }

.button-rounded {
  display: inline-block;
  text-align: center;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  background-color: #000000;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 24px;
  border-radius: 16px; }

.section-header {
  padding: 20px 0 20px 30px;
  border-bottom: 4px solid #000000;
  margin-bottom: 4px;
  width: 100%; }
  .section-header__title {
    font-size: 2.75rem;
    font-weight: 900;
    color: #000000;
    margin-right: 12px;
    display: inline-block; }
  .section-header__links {
    display: inline-block;
    vertical-align: text-bottom; }
    .section-header__links-item {
      display: inline-block;
      margin-right: 10px; }
      .section-header__links-item:last-child {
        margin-right: 0; }
  .section-header.section-header--is-base-color {
    border-color: #9E3B21; }
    .section-header.section-header--is-base-color .section-header__title {
      color: #9E3B21; }
    .section-header.section-header--is-base-color .section-header__links-item > a {
      background-color: #9E3B21; }
  .section-header.section-header--is-torino {
    border-color: #9f2a33; }
    .section-header.section-header--is-torino .section-header__title {
      color: #9f2a33; }
    .section-header.section-header--is-torino .section-header__links-item > a {
      background-color: #9f2a33; }
  .section-header.section-header--is-juventus {
    border-color: #000000; }
    .section-header.section-header--is-juventus .section-header__title {
      color: #000000; }
    .section-header.section-header--is-juventus .section-header__links-item > a {
      background-color: #000000; }
  .section-header.section-header--is-blue {
    border-color: #0071af; }
    .section-header.section-header--is-blue .section-header__title {
      color: #0071af; }
    .section-header.section-header--is-blue .section-header__links-item > a {
      background-color: #0071af; }
  .section-header.section-header--is-green {
    border-color: #00a259; }
    .section-header.section-header--is-green .section-header__title {
      color: #00a259; }
    .section-header.section-header--is-green .section-header__links-item > a {
      background-color: #00a259; }
  .section-header.section-header--is-red {
    border-color: #da3832; }
    .section-header.section-header--is-red .section-header__title {
      color: #da3832; }
    .section-header.section-header--is-red .section-header__links-item > a {
      background-color: #da3832; }
  .section-header.section-header--is-autoit {
    padding-top: 40px;
    background-image: url("../images/logos/autoit@2x.png");
    background-repeat: no-repeat;
    background-position: 0px 43px;
    background-size: 104px 24px;
    padding-left: 144px; }
  .section-header.section-header--is-autoit h1 {
    display: none; }
  .section-header.section-header--is-autosprint {
    padding-top: 54px;
    background-image: url("../images/logos/autosprint@2x.png");
    background-repeat: no-repeat;
    background-position: 0px 43px;
    background-size: 71px 38px;
    padding-left: 144px; }
  .section-header.section-header--is-autosprint h1 {
    display: none; }
  .section-header.section-header--is-inmotoit {
    padding-top: 38px;
    background-image: url("../images/logos/inmotoit.svg");
    background-repeat: no-repeat;
    background-position: 0px 43px;
    background-size: 118px 22px;
    padding-left: 144px; }
  .section-header.section-header--is-inmotoit h1 {
    display: none; }
  .section-header.section-header--is-motorsprint {
    padding-top: 43px;
    background-image: url("../images/logos/motorsprint@2x.png");
    background-repeat: no-repeat;
    background-position: 0px 43px;
    background-size: 101px 27px;
    padding-left: 144px; }
  .section-header.section-header--is-motorsprint h1 {
    display: none; }
  .section-header.section-header--is-guerinsportivo {
    padding-top: 67px;
    background-image: url("../images/logos/guerinsportivo.svg");
    background-repeat: no-repeat;
    background-position: 0px 43px;
    background-size: 101px 51px;
    padding-left: 144px; }
  .section-header.section-header--is-guerinsportivo h1 {
    display: none; }
  .section-header--is-featured {
    border-color: #169FC5; }
    .section-header--is-featured .section-header__title {
      color: white; }
    .section-header--is-featured .section-header__links-item > a {
      background-color: #169FC5; }
  .section-header--is-secondary {
    padding-left: 14px; }
    .section-header--is-secondary .section-header__title {
      font-size: 1.75rem; }

@media (min-width: 1024px) {
  .main-section__side .section-header {
    width: 300px; } }
@media (max-width: 1023px) {
  .main-section__side .section-header {
    flex: 0 0 100%;
    margin-right: 0; } }
@media (min-width: 1024px) {
  .main-section__side .section-header--offset {
    width: 300px;
    margin-left: 0px; } }
@media (max-width: 1023px) {
  .main-section__side .section-header--small-on-tablet {
    flex: 0 0 324px;
    margin-right: 336px; } }

.main-section__side .stickyfill .section-header--offset {
  width: 300px;
  margin-left: 0; }

.main-section__side .stickyfill .section-header__title {
  margin-right: 0px !important; }

.top-bar {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 38px;
  line-height: 37px;
  z-index: 1001;
  border-bottom: 1px solid #D5D5D5;
  background-color: #ffffff; }
  .top-bar__content {
    max-width: 1186px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative; }
    .top-bar__content:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .top-bar__content .user-logbox {
      position: absolute;
      top: calc(100% - 2px);
      right: 0;
      background-color: white;
      padding: 10px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      box-shadow: 0 2px 2px 0 rgba(10, 39, 51, 0.16);
      display: none; }
      .top-bar__content .user-logbox.open {
        display: block; }
      .top-bar__content .user-logbox .button {
        display: block;
        text-align: center;
        height: 32px;
        line-height: 32px;
        color: #fff;
        background-color: #9E3B21;
        font-size: 1rem;
        text-transform: uppercase;
        padding: 0 24px;
        border-radius: 16px; }
        .top-bar__content .user-logbox .button:hover {
          opacity: .7; }
        .top-bar__content .user-logbox .button:first-of-type {
          margin-bottom: 5px; }
  .top-bar .top-nav {
    float: left;
    width: calc(100% - 150px); }
  .top-bar .user-nav__list {
    float: right; }

.top-nav__list {
  display: inline-block; }
.top-nav__item {
  display: inline-block;
  font-size: 1rem;
  color: #555862; }
  .top-nav__item a {
    color: #555862;
    display: block;
    padding: 0 5px; }
  .top-nav__item:last-child {
    margin-right: 0; }
  .top-nav__item--has-subnav {
    position: relative; }
    .top-nav__item--has-subnav > a {
      position: relative;
      padding-right: 15px; }
      .top-nav__item--has-subnav > a:after {
        content: url(../images/ui/expand-nav.svg);
        display: block;
        position: absolute;
        height: 5px;
        right: 0;
        top: 50%;
        line-height: 0;
        transform: translate3d(0, -50%, 0);
        transition: transform 0.2s; }
    .top-nav__item--has-subnav.is-open a:after {
      transform: translate3d(0, -50%, 0) rotate(-180deg); }
    .top-nav__item--has-subnav.is-open .top-nav__subnav {
      display: block; }
  .top-nav__item--live a {
    color: #F21D25;
    position: relative;
    padding-left: 14px; }
    .top-nav__item--live a:before {
      content: url(../images/icons/live-dot.svg);
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      line-height: 1em; }
  .top-nav__item--store a {
    color: #25AC1A; }
    .top-nav__item--store a:before {
      content: url(../images/icons/cart-green.svg);
      display: inline-block;
      margin-right: 4px;
      vertical-align: middle; }
.top-nav__subnav {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #ffffff;
  left: -22px;
  top: 100%;
  padding-bottom: 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24); }
  .top-nav__subnav .top-nav__subitem {
    line-height: 1em; }
    .top-nav__subnav .top-nav__subitem a {
      padding: 10px 27px; }
.top-nav .nav__dropdown-wrapper {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  color: #555862; }
.top-nav .nav__dropdown-toggle {
  font-size: 1rem;
  color: #555862;
  padding: 0 15px 0 5px;
  position: relative; }
  .top-nav .nav__dropdown-toggle:after {
    content: url(../images/ui/expand-nav.svg);
    display: block;
    position: absolute;
    height: 5px;
    right: 0;
    top: 50%;
    line-height: 0;
    transform: translate3d(0, -50%, 0);
    transition: transform 0.2s; }
  .top-nav .nav__dropdown-toggle.is-open:after {
    transform: translate3d(0, -50%, 0) rotate(-180deg); }
.top-nav .nav__dropdown {
  background-color: #ffffff;
  left: -22px;
  top: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
  z-index: 100; }
  @media (max-width: 727px) {
    .top-nav .nav__dropdown {
      left: 0; } }
  .top-nav .nav__dropdown .top-nav__item {
    display: block;
    line-height: 1em; }
    .top-nav .nav__dropdown .top-nav__item > a {
      padding: 10px 27px; }
    .top-nav .nav__dropdown .top-nav__item:last-child {
      margin-bottom: 0; }
    .top-nav .nav__dropdown .top-nav__item--has-subnav > a:after {
      right: 22px; }
  .top-nav .nav__dropdown .top-nav__subnav {
    position: static;
    box-shadow: none;
    background-color: #eeeeee;
    padding-top: 8px;
    padding-bottom: 8px; }
    .top-nav .nav__dropdown .top-nav__subnav .top-nav__subitem a {
      padding: 6px 27px; }
  .top-nav .nav__dropdown .social-nav__list {
    margin-left: 0;
    padding: 10px 27px; }
    .top-nav .nav__dropdown .social-nav__list .social-nav__item {
      margin-right: 8px; }
      .top-nav .nav__dropdown .social-nav__list .social-nav__item:last-child {
        margin-right: 0; }

.social-nav__list {
  margin-left: 10px; }
.social-nav__item {
  display: inline-block; }
  .social-nav__item:last-child {
    margin-right: 0; }

.user-nav__item {
  display: inline-block;
  margin-right: 24px;
  font-size: 0.8125rem;
  color: #555862; }
  .user-nav__item a {
    color: #555862; }
  .user-nav__item:last-child {
    margin-right: 0; }

.edicola-digitale {
  width: 310px; }
  .edicola-digitale:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  @media (max-width: 1369px) {
    .edicola-digitale {
      width: 230px; } }
  @media (max-width: 1023px) {
    .edicola-digitale {
      width: auto; } }
  @media (max-width: 727px) {
    .edicola-digitale {
      display: none; } }
  .edicola-digitale .edicola-digitale__figure {
    overflow: hidden;
    float: left; }
  .edicola-digitale .edicola-digitale__content {
    float: right;
    color: #4A4C53;
    font-size: 0.875rem;
    padding: 0px; }
    @media (max-width: 1369px) {
      .edicola-digitale .edicola-digitale__content {
        width: calc(100% - -2px);
        padding: 0px 0px 0px 14px;
        font-size: 0.875rem; } }
    @media (max-width: 1023px) {
      .edicola-digitale .edicola-digitale__content {
        padding: 0px 0px 0px 0px;
        width: calc(100% - 0px); } }
  .edicola-digitale .edicola-digitale__text {
    line-height: 1.2;
    margin-bottom: 12px; }
  .edicola-digitale .edicola-digitale__actions:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .edicola-digitale .edicola-digitale__anchor {
    float: left;
    font-weight: 700;
    color: #ffffff;
    background-color: #0071af;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 13px; }
    @media (max-width: 1023px) {
      .edicola-digitale .edicola-digitale__anchor {
        clear: both;
        padding: 0 20px; } }
  .edicola-digitale .edicola-digitale__button {
    float: left;
    font-weight: 700;
    color: #ffffff;
    background-color: #9E3B21;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 13px;
    margin-right: 10px; }
    @media (max-width: 1023px) {
      .edicola-digitale .edicola-digitale__button {
        padding: 0 29px;
        margin-bottom: 5px; } }

.main-header {
  background-image: linear-gradient(-180deg, #FFFFFF 2%, #ECECEC 97%);
  height: 110px;
  border-bottom: 1px solid #dddddd; }
  .main-header__content {
    max-width: 1186px;
    margin: 0 auto;
    padding: 0 24px; }
    .main-header__content:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .main-header__logo {
    float: left;
    text-indent: -999em;
    margin-top: 30px; }
    @media (max-width: 1023px) {
      .main-header__logo {
        margin-top: 35px; } }
    .main-header__logo a {
      display: block;
      width: 265px;
      height: 50px;
      background-image: url(../images/commons/logo.svg);
      background-size: 100%; }
      @media (max-width: 1369px) {
        .main-header__logo a {
          width: 263px;
          height: 50px; } }
      @media (max-width: 1023px) {
        .main-header__logo a {
          width: 210px;
          height: 40px; } }
  .main-header__search-wrapper {
    padding: 0 12px 0 24px;
    float: left;
    width: 330px;
    margin: 35px 0 0 130px; }
    .main-header__search-wrapper:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    @media (max-width: 1369px) {
      .main-header__search-wrapper {
        float: left;
        height: 60px;
        padding: 0;
        width: 330px;
        margin: 35px 0 0 90px; } }
  @media (max-width: 1369px) and (max-width: 1023px) {
    .main-header__search-wrapper {
      width: 250px;
      margin: 35px 0 0 50px; } }
    @media (max-width: 1369px) {
        .main-header__search-wrapper__.search {
          background-color: #555862;
          position: absolute;
          top: 100%;
          width: 100%;
          z-index: 4;
          left: 0;
          padding: 14px 19px;
          display: none; }
        .main-header__search-wrapper.is-open .search {
          display: block; }
          .main-header__search-wrapper.is-open .search__trigger__open {
            display: none; }
          .main-header__search-wrapper.is-open .search__trigger__close {
            display: block; } }
  .main-header__search__input {
    display: block;
    width: calc(100% - 20px);
    float: left;
    font-size: 0.9375rem;
    line-height: 26px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px; }
    @media (max-width: 1369px) {
      .main-header__search__input {
        background-color: #ffffff;
        border: 1px solid #dddddd;
        border-bottom: 0;
        padding: 0 8px;
        color: #ffffff;
        width: calc(100% - 25px);
        line-height: 32px; } }
  .main-header__search__submit {
    display: block;
    width: 17px;
    float: left;
    margin-top: 8px;
    margin-left: -27px; }
    @media (max-width: 1369px) {
      .main-header__search__submit {
        float: left;
        margin-left: -39px; } }
    .main-header__search__submit__image {
      width: 17px; }
    .main-header__search__submit__text {
      display: none; }
    @media (max-width: 1369px) {
      .main-header__search__submit {
        width: 17px;
        height: 32px;
        line-height: 32px;
        padding: 0 12px;
        border-radius: 16px;
        margin-top: 0; }
        .main-header__search__submit .search__submit__image {
          display: none; }
        .main-header__search__submit .search__submit__text {
          display: inline; } }
  .main-header__search__trigger {
    display: none; }
    .main-header__search__trigger__close {
      display: none; }
    @media (max-width: 1369px) {
      .main-header__search__trigger {
        display: block;
        width: 60px;
        height: 60px;
        position: relative; } }
  @media (max-width: 1369px) and (max-width: 1369px) {
    .main-header__search__trigger {
      display: none; } }
    @media (max-width: 1369px) {
        .main-header__search__trigger .search__trigger__open, .main-header__search__trigger .search__trigger__close {
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate3d(0, -50%, 0); } }
    @media (max-width: 1369px) and (max-width: 1369px) {
      .main-header__search__trigger .search__trigger__open, .main-header__search__trigger .search__trigger__close {
        display: none; } }

  .main-header .edicola-digitale {
    float: right;
    margin-right: 0px;
    margin-top: 40px; }
    @media (max-width: 1369px) {
      .main-header .edicola-digitale {
        margin-right: 0;
        margin-top: 45px; } }
    @media (max-width: 1023px) {
      .main-header .edicola-digitale {
        margin-top: 25px; } }

.main-nav__logo {
  background-color: #9E3B21;
  background-image: url(../images/commons/logo-white.svg);
  background-repeat: no-repeat;
  background-size: 140px auto;
  background-position: center center;
  height: 0;
  display: block; }
  @media (max-width: 1369px) {
    .main-nav__logo {
      width: 60px;
      background-image: url(../images/commons/logo-reduced-white.svg);
      background-size: 40px auto; } }
.main-nav__list {
  display: block;
  padding-left: 20px; }
  @media (max-width: 1369px) {
    .main-nav__list {
      display: inline-block; } }
.main-nav__item {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 18px;
  display: block !important; }
  @media (max-width: 1369px) {
    .main-nav__item {
      display: inline-block !important;
      margin-right: 20px;
      margin-bottom: 0px; } }
  .main-nav__item a {
    color: #035793;
    display: block;
    padding-left: 15px;
    position: relative;
    transition: color 0.2s; }
    .main-nav__item a:before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate3d(0, -5px, 0);
      background-color: #D5D5D5;
      transition: background-color 0.2s, transform 0.2s; }
    .main-nav__item a:hover {
      color: #9E3B21; }
      .main-nav__item a:hover:before {
        background-color: #9E3B21;
        transform: translate3d(0, -5px, 0) scale(1.2); }
  .main-nav__item.main-nav__item--base-color a:hover {
    color: #9E3B21; }
    .main-nav__item.main-nav__item--base-color a:hover:before {
      background-color: #9E3B21; }
  .main-nav__item.main-nav__item--torino a:hover {
    color: #9f2a33; }
    .main-nav__item.main-nav__item--torino a:hover:before {
      background-color: #9f2a33; }
  .main-nav__item.main-nav__item--juventus a:hover {
    color: #000000; }
    .main-nav__item.main-nav__item--juventus a:hover:before {
      background-color: #000000; }
  .main-nav__item.main-nav__item--blue a:hover {
    color: #0071af; }
    .main-nav__item.main-nav__item--blue a:hover:before {
      background-color: #0071af; }
  .main-nav__item.main-nav__item--green a:hover {
    color: #00a259; }
    .main-nav__item.main-nav__item--green a:hover:before {
      background-color: #00a259; }
  .main-nav__item.main-nav__item--red a:hover {
    color: #da3832; }
    .main-nav__item.main-nav__item--red a:hover:before {
      background-color: #da3832; }
  .main-nav__item--is-active.main-nav__item--base-color {
    color: #9E3B21; }
    .main-nav__item--is-active.main-nav__item--base-color a:before {
      background-color: #9E3B21; }
  .main-nav__item--is-active.main-nav__item--torino {
    color: #9f2a33; }
    .main-nav__item--is-active.main-nav__item--torino a:before {
      background-color: #9f2a33; }
  .main-nav__item--is-active.main-nav__item--juventus {
    color: #000000; }
    .main-nav__item--is-active.main-nav__item--juventus a:before {
      background-color: #000000; }
  .main-nav__item--is-active.main-nav__item--blue {
    color: #0071af; }
    .main-nav__item--is-active.main-nav__item--blue a:before {
      background-color: #0071af; }
  .main-nav__item--is-active.main-nav__item--green {
    color: #00a259; }
    .main-nav__item--is-active.main-nav__item--green a:before {
      background-color: #00a259; }
  .main-nav__item--is-active.main-nav__item--red {
    color: #da3832; }
    .main-nav__item--is-active.main-nav__item--red a:before {
      background-color: #da3832; }
.main-nav .nav__dropdown-toggle {
  font-size: 1rem;
  text-transform: uppercase;
  color: #555862;
  position: relative;
  padding-right: 15px; }
  .main-nav .nav__dropdown-toggle:after {
    content: url(../images/ui/expand-nav.svg);
    display: block;
    position: absolute;
    height: 5px;
    right: 0;
    top: 50%;
    line-height: 0;
    transform: translate3d(0, -50%, 0);
    transition: transform 0.2s; }
  .main-nav .nav__dropdown-toggle:hover {
    color: #9E3B21; }
    .main-nav .nav__dropdown-toggle:hover:after {
      transform: translate3d(0, -50%, 0) scale(1.5); }
  .main-nav .nav__dropdown-toggle.is-open:after {
    transform: translate3d(0, -50%, 0) rotate(-180deg); }
  .main-nav .nav__dropdown-toggle.is-open:hover:after {
    transform: translate3d(0, -50%, 0) rotate(-180deg) scale(1.5); }
.main-nav .nav__dropdown {
  background-color: #ffffff;
  left: -22px;
  top: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
  z-index: 3;
  padding: 22px; }
  .main-nav .nav__dropdown .main-nav__item {
    display: block !important;
    line-height: 1em;
    margin-bottom: 18px; }
    .main-nav .nav__dropdown .main-nav__item:last-child {
      margin-bottom: 0; }

.main-nav-wrapper {
  background-color: #ffffff; }
  @media (max-width: 1369px) {
    .main-nav-wrapper .main-nav-top {
      height: 60px;
      line-height: 60px;
      padding-right: 20px;
      border-bottom: 2px solid rgba(158, 59, 33, 0.3);
      position: relative; }
      .main-nav-wrapper .main-nav-top:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0; } }
  @media (max-width: 1369px) {
    .main-nav-wrapper .main-nav {
      float: left;
      width: calc(100% - 60px); } }
  .main-nav-wrapper .search-wrapper {
    padding: 0 12px 0 24px; }
    .main-nav-wrapper .search-wrapper:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    @media (max-width: 1369px) {
      .main-nav-wrapper .search-wrapper {
        float: right;
        width: 60px;
        height: 60px;
        padding: 0; }
        .main-nav-wrapper .search-wrapper .search {
          background-color: #555862;
          position: absolute;
          top: 100%;
          width: 100%;
          z-index: 4;
          left: 0;
          padding: 14px 19px;
          display: none; }
        .main-nav-wrapper .search-wrapper.is-open .search {
          display: block; }
          .main-nav-wrapper .search-wrapper.is-open .search__trigger__open {
            display: none; }
          .main-nav-wrapper .search-wrapper.is-open .search__trigger__close {
            display: block; } }
  .main-nav-wrapper .search__input {
    display: block;
    width: calc(100% - 20px);
    float: left;
    font-size: 1rem;
    border: 0px;
    border-bottom: 1px solid #979797;
    line-height: 26px; }
    @media (max-width: 1369px) {
      .main-nav-wrapper .search__input {
        background-color: transparent;
        border-left: 2px solid #ffffff;
        border-bottom: 0;
        padding: 0 8px;
        color: #ffffff;
        width: calc(100% - 100px);
        line-height: 32px; } }
  .main-nav-wrapper .search__submit {
    display: block;
    width: 17px;
    float: right; }
    .main-nav-wrapper .search__submit__image {
      width: 17px; }
    .main-nav-wrapper .search__submit__text {
      display: none; }
    @media (max-width: 1369px) {
      .main-nav-wrapper .search__submit {
        width: 80px;
        height: 32px;
        line-height: 32px;
        background-color: #ffffff;
        padding: 0 12px;
        border-radius: 16px; }
        .main-nav-wrapper .search__submit .search__submit__image {
          display: none; }
        .main-nav-wrapper .search__submit .search__submit__text {
          display: inline; } }
  .main-nav-wrapper .search__trigger {
    display: none; }
    .main-nav-wrapper .search__trigger__close {
      display: none; }
    @media (max-width: 1369px) {
      .main-nav-wrapper .search__trigger {
        display: block;
        width: 60px;
        height: 60px;
        position: relative; }
        .main-nav-wrapper .search__trigger .search__trigger__open, .main-nav-wrapper .search__trigger .search__trigger__close {
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate3d(0, -50%, 0);
          transition: all .2s ease; }
          .main-nav-wrapper .search__trigger .search__trigger__open:hover, .main-nav-wrapper .search__trigger .search__trigger__close:hover {
            opacity: .7;
            transform: translate3d(0, -50%, 0) scale(1.2); } }

.has-rubrica-nav .content-wrapper {
  position: relative;
  padding-top: 90px; }
  @media (max-width: 1369px) {
    .has-rubrica-nav .content-wrapper {
      padding-top: 0; } }
.has-rubrica-nav .main-header {
  border-color: #ffffff; }
.has-rubrica-nav .main-nav-top  {
  border-bottom: 0; }
@media (max-width: 1369px) {
  .has-rubrica-nav.has-scrolled-header .content-wrapper {
    padding-top: 60px; } }
.has-rubrica-nav.has-scrolled-header .rubrica-nav {
  position: fixed;
  width: calc(1186px - 168px);
  top: 38px;
  left: 50%;
  transform: translate3d(-425px, 0, 0);
  padding-right: 0; }
  @media (max-width: 1369px) {
    .has-rubrica-nav.has-scrolled-header .rubrica-nav {
      width: 1018px;
      top: 98px;
      transform: translate3d(-509px, 0, 0); } }
  @media (max-width: 1023px) {
    .has-rubrica-nav.has-scrolled-header .rubrica-nav {
      width: 768px;
      transform: translate3d(-384px, 0, 0); } }

.rubrica-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #9E3B21;
  color: #ffffff;
  padding-right: 168px; }
  .rubrica-nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  @media (max-width: 1369px) {
    .rubrica-nav {
      position: relative;
      z-index: 2;
      padding-right: 0; } }
  .rubrica-nav__title {
    min-width: 168px;
    height: 60px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 58px;
    font-size: 1.5rem; }
  .rubrica-nav__list {
    float: left; }
  .rubrica-nav__item {
    margin-right: 24px;
    display: inline-block; }
    .rubrica-nav__item--is-active {
      font-weight: 700; }
      .rubrica-nav__item--is-active a {
        border-bottom: 2px solid #ffffff; }
    .rubrica-nav__item a:hover {
      border-bottom: 4px solid #ffffff; }
  .rubrica-nav__anchor {
    display: block;
    height: 60px;
    line-height: 68px;
    color: #ffffff;
    text-transform: uppercase; }
  .rubrica-nav--base-color {
    background-color: #9E3B21; }
    .rubrica-nav--base-color .nav__dropdown {
      background-color: #9E3B21; }
  .rubrica-nav--torino {
    background-color: #9f2a33; }
    .rubrica-nav--torino .nav__dropdown {
      background-color: #9f2a33; }
  .rubrica-nav--juventus {
    background-color: #000000; }
    .rubrica-nav--juventus .nav__dropdown {
      background-color: #000000; }
  .rubrica-nav--blue {
    background-color: #0071af; }
    .rubrica-nav--blue .nav__dropdown {
      background-color: #0071af; }
  .rubrica-nav--green {
    background-color: #00a259; }
    .rubrica-nav--green .nav__dropdown {
      background-color: #00a259; }
  .rubrica-nav--red {
    background-color: #da3832; }
    .rubrica-nav--red .nav__dropdown {
      background-color: #da3832; }
  .rubrica-nav .nav__dropdown-toggle {
    font-size: 1rem;
    text-transform: uppercase;
    color: white;
    position: relative;
    padding-right: 15px;
    height: 60px;
    line-height: 68px; }
    .rubrica-nav .nav__dropdown-toggle:after {
      content: url(../images/ui/expand-nav-white.svg);
      display: block;
      position: absolute;
      height: 5px;
      right: 0;
      top: 55%;
      line-height: 0;
      transform: translate3d(0, -50%, 0);
      transition: transform 0.2s; }
    .rubrica-nav .nav__dropdown-toggle:hover {
      opacity: .7; }
      .rubrica-nav .nav__dropdown-toggle:hover:after {
        transform: translate3d(0, -50%, 0) scale(1.5); }
    .rubrica-nav .nav__dropdown-toggle.is-open:after {
      transform: translate3d(0, -50%, 0) rotate(-180deg); }
    .rubrica-nav .nav__dropdown-toggle.is-open:hover:after {
      transform: translate3d(0, -50%, 0) rotate(-180deg) scale(1.5); }
  .rubrica-nav .nav__dropdown {
    left: -22px;
    top: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
    z-index: 3;
    padding: 22px; }
    .rubrica-nav .nav__dropdown .rubrica-nav__item {
      display: block !important;
      line-height: 1em;
      margin-bottom: 18px; }
      .rubrica-nav .nav__dropdown .rubrica-nav__item a {
        height: auto;
        line-height: 1.2; }
        .rubrica-nav .nav__dropdown .rubrica-nav__item a:hover {
          border-bottom: none;
          opacity: .7; }
      .rubrica-nav .nav__dropdown .rubrica-nav__item:last-child {
        margin-bottom: 0; }

.has-scrolled-header .main-nav-wrapper {
  position: fixed;
  top: 38px;
  z-index: 1000;
  border-bottom: 0; }
  @media (max-width: 1369px) {
    .has-scrolled-header .main-nav-wrapper {
      width: 1018px; } }
  @media (max-width: 1023px) {
    .has-scrolled-header .main-nav-wrapper {
      width: 768px; } }
.has-scrolled-header .main-nav-top  {
  border-bottom: 0; }
@media (max-width: 1369px) {
  .has-scrolled-header #content {
    padding-top: 90px; } }
@media (max-width: 1369px) {
  .has-scrolled-header .main-nav {
    width: calc(100% - 60px - 60px); } }
.has-scrolled-header .main-nav__list {
  padding-top: 30px; }
  @media (max-width: 1369px) {
    .has-scrolled-header .main-nav__list {
      padding-top: 0;
      max-width: calc(100% - 50px); } }
.has-scrolled-header .main-nav__logo {
  height: 60px; }
  @media (max-width: 1369px) {
    .has-scrolled-header .main-nav__logo {
      float: left; } }
@media (max-width: 1369px) {
  .has-scrolled-header.is-media #content {
    padding-top: 30px; } }

.main-header-inline {
  position: fixed;
  top: 38px;
  width: 100%;
  z-index: 1000; }
  .main-header-inline__content {
    width: 100%;
    max-width: 1186px;
    margin: 0 auto;
    display: flex;
    height: 60px; }
  .main-header-inline__logo {
    display: block;
    padding: 12px 20px; }
    .main-header-inline__logo a {
      text-indent: -999em;
      background-image: url(../images/commons/logo-white.svg);
      background-size: 171px 32px;
      background-repeat: no-repeat;
      background-position: right center;
      display: block;
      width: 198px;
      height: 32px;
      position: relative; }
      .main-header-inline__logo a:before {
        content: "";
        display: block;
        width: 27px;
        height: 32px;
        background-image: url(../images/ui/back-arrow.svg);
        background-size: 16px 12px;
        background-repeat: no-repeat;
        background-position: left center;
        position: absolute;
        top: 0;
        left: 0; }
  .main-header-inline__section-name {
    display: block;
    height: 60px;
    line-height: 53px;
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    font-weight: 900;
    padding: 0 20px; }
  .main-header-inline__nav-buttons {
    padding: 0 20px;
    height: 60px;
    line-height: 60px; }
    .main-header-inline__nav-buttons a {
      display: inline-block;
      height: 32px;
      line-height: 32px;
      background-color: rgba(255, 255, 255, 0.3);
      font-family: "Playfair Display", serif;
      font-size: 1.125rem;
      color: #ffffff;
      padding: 0 18px;
      border-radius: 16px; }
  .main-header-inline .rubrica-nav {
    background-color: #169FC5;
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    flex: 1 0 auto; }
    .main-header-inline .rubrica-nav__list {
      display: inline-block; }
    .main-header-inline .rubrica-nav__item {
      display: inline-block;
      margin-right: 24px; }
      .main-header-inline .rubrica-nav__item > a {
        height: 60px;
        line-height: 60px;
        color: #ffffff;
        padding: 0 5px;
        text-transform: uppercase;
        display: block; }
      .main-header-inline .rubrica-nav__item.rubrica-nav__item--is-active a {
        font-weight: 400;
        border-bottom: none; }
      .main-header-inline .rubrica-nav__item.rubrica-nav__item--is-active > a {
        font-weight: 700;
        border-bottom: 2px solid #ffffff; }
      .main-header-inline .rubrica-nav__item:last-child {
        margin-right: 0; }
      .main-header-inline .rubrica-nav__item--has-subnav {
        position: relative; }
        .main-header-inline .rubrica-nav__item--has-subnav > a {
          position: relative;
          padding-right: 15px; }
          .main-header-inline .rubrica-nav__item--has-subnav > a:after {
            content: url(../images/ui/expand-nav-white.svg);
            display: block;
            top: 30px;
            right: 0;
            position: absolute;
            height: 5px;
            transform: translate3d(0, -50%, 0);
            line-height: 0;
            transition: transform .2s; }
          .main-header-inline .rubrica-nav__item--has-subnav > a.is-open:after {
            transform: translate3d(0, -50%, 0) rotate(180deg); }
        .main-header-inline .rubrica-nav__item--has-subnav .rubrica-nav__list__subnav {
          display: none;
          position: absolute;
          width: 180px;
          z-index: 10;
          background-color: #ffffff;
          top: 55px;
          left: -5px;
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.24);
          padding: 10px 0; }
          .main-header-inline .rubrica-nav__item--has-subnav .rubrica-nav__list__subnav:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 15px 0 0 15px;
            border-color: transparent transparent transparent #ffffff;
            position: absolute;
            top: -15px;
            left: 10px; }
          .main-header-inline .rubrica-nav__item--has-subnav .rubrica-nav__list__subnav .rubrica-nav__list__subitem {
            display: block;
            margin-right: 0;
            padding: 8px 20px;
            height: auto;
            white-space: normal; }
            .main-header-inline .rubrica-nav__item--has-subnav .rubrica-nav__list__subnav .rubrica-nav__list__subitem > a {
              line-height: 1.2;
              height: auto;
              display: block; }
              .main-header-inline .rubrica-nav__item--has-subnav .rubrica-nav__list__subnav .rubrica-nav__list__subitem > a:hover {
                border: none;
                opacity: .7; }
        .main-header-inline .rubrica-nav__item--has-subnav.is-open .rubrica-nav__list__subnav {
          display: block; }
    .main-header-inline .rubrica-nav .priority-nav__dropdown-toggle {
      text-transform: uppercase;
      padding-right: 15px;
      position: relative;
      margin-left: 24px;
      line-height: 60px; }
      .main-header-inline .rubrica-nav .priority-nav__dropdown-toggle:after {
        content: url(../images/ui/expand-nav-white.svg);
        display: block;
        top: 50%;
        right: 0;
        position: absolute;
        height: 5px;
        transform: translate3d(0, -50%, 0);
        line-height: 0;
        transition: transform .2s; }
      .main-header-inline .rubrica-nav .priority-nav__dropdown-toggle.is-open:after {
        transform: translate3d(0, -50%, 0) rotate(180deg); }
    .main-header-inline .rubrica-nav .priority-nav__dropdown {
      width: 180px;
      z-index: 10;
      background-color: #ffffff;
      top: 35px;
      left: 15px;
      box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.24);
      padding: 10px 0; }
      .main-header-inline .rubrica-nav .priority-nav__dropdown:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 0 15px;
        border-color: transparent transparent transparent #ffffff;
        position: absolute;
        top: -15px;
        left: 10px; }
      .main-header-inline .rubrica-nav .priority-nav__dropdown .rubrica-nav__item {
        display: block;
        margin-right: 0;
        padding: 10px 20px;
        line-height: 1.2;
        height: auto; }
        .main-header-inline .rubrica-nav .priority-nav__dropdown .rubrica-nav__item--has-subnav a:after {
          top: 50%; }
        .main-header-inline .rubrica-nav .priority-nav__dropdown .rubrica-nav__item a {
          line-height: 1.2;
          height: auto; }
        .main-header-inline .rubrica-nav .priority-nav__dropdown .rubrica-nav__item .rubrica-nav__list__subnav {
          position: static;
          width: auto;
          box-shadow: none;
          margin: 10px -20px 0;
          background-color: rgba(0, 0, 0, 0.2); }
        .main-header-inline .rubrica-nav .priority-nav__dropdown .rubrica-nav__item .rubrica-nav__list__subitem a {
          padding: 0 5px; }
    .main-header-inline .rubrica-nav .rubrica-nav__list__subnav {
      background-color: #169FC5;
      color: #ffffff; }
      .main-header-inline .rubrica-nav .rubrica-nav__list__subnav a {
        color: #ffffff; }
      .main-header-inline .rubrica-nav .rubrica-nav__list__subnav:before {
        border-color: transparent transparent transparent #169FC5; }
    .main-header-inline .rubrica-nav .priority-nav__dropdown-toggle {
      color: #ffffff; }
    .main-header-inline .rubrica-nav .priority-nav__dropdown {
      background-color: #169FC5;
      color: #ffffff; }
      .main-header-inline .rubrica-nav .priority-nav__dropdown:before {
        border-color: transparent transparent transparent #169FC5; }
      .main-header-inline .rubrica-nav .priority-nav__dropdown .rubrica-nav__list__subnav {
        background-color: #117a97; }
  .main-header-inline--foto, .main-header-inline--video {
    color: #ffffff;
    background-color: #169FC5; }

.is-media {
  padding-top: 98px; }

.main-footer__main {
  background-color: #ffffff;
  background-image: linear-gradient(-180deg, #FFFFFF 2%, #D8D8D8 97%);
  padding-top: 60px;
  display: flex; }
  @media (max-width: 727px) {
    .main-footer__main {
      padding-top: 30px; } }
.main-footer__logo {
  width: 273px;
  margin-bottom: 50px; }
  @media (max-width: 727px) {
    .main-footer__logo {
      width: 70%;
      margin: 0 15%; } }
.main-footer__left-column {
  width: 410px;
  padding: 0px 50px 130px;
  position: relative; }
  .main-footer__left-column .edicola-digitale {
    position: absolute;
    top: 80px;
    left: 20px; }
    @media (max-width: 727px) {
      .main-footer__left-column .edicola-digitale {
        display: none; } }
  @media (max-width: 1369px) {
    .main-footer__left-column {
      padding: 0px 50px 100px; } }
  @media (max-width: 727px) {
    .main-footer__left-column {
      padding: 0px 50px 50px; } }
.main-footer__nav {
  width: calc(100% - 410px);
  padding: 0 16px 20px; }
  @media (max-width: 727px) {
    .main-footer__nav {
      display: none; } }
.main-footer__nav-list:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }
.main-footer__nav-item {
  width: 33.33333%;
  float: left;
  font-size: 1rem;
  margin-bottom: 12px;
  padding-right: 12px; }
  .main-footer__nav-item a {
    color: #000000; }
  @media (max-width: 1023px) {
    .main-footer__nav-item {
      width: 50%; } }
.main-footer__bottom {
  color: #ffffff;
  background: #000000;
  padding: 14px 50px; }

.footer .edicola-digitale .edicola-digitale__anchor {
  margin-right: 10px; }

.product {
  padding-bottom: 10px;
  transition: background-color .3s ease; }
  .product:hover {
    background-color: #fff; }
  .product__figure-wrapper {
    padding: 10px;
    margin-bottom: 20px; }
    .product__figure-wrapper .product__image {
      background-color: #ffffff;
      text-align: center;
      padding: 20px 0; }
  .product__image img {
    max-width: 100%; }
  .product__title {
    font-size: 1.625rem;
    line-height: 1.1;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize; }
  .product__price {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 29px;
    color: #89d824; }
  .product--is-iniziativa .product__content {
    padding: 0; }

.prima-pagina {
  background-color: #0071af;
  padding: 20px; }
  .prima-pagina__figure-wrapper {
    margin-bottom: 20px; }
  .prima-pagina__image img {
    width: 100%; }
  .prima-pagina__title {
    color: white; }

body.is-motori .prima-pagina {
  background-color: #00a259;
  padding: 20px; }
  body.is-motori .prima-pagina__figure-wrapper {
    margin-bottom: 20px; }
  body.is-motori .prima-pagina__image img {
    width: 100%; }
  body.is-motori .prima-pagina__title {
    color: white; }

.prima-pagina a.prima-pagina {
  float: left; }

.widget {
  width: 100%;
  padding: 20px 15px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #F3F3F3; }
  .widget__header {
    position: relative;
    border-bottom: 1px solid rgba(0, 113, 175, 0.5);
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #0071af; }
    .widget__header:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 0;
      border-color: rgba(0, 113, 175, 0.5) transparent transparent transparent;
      position: absolute;
      top: calc(100% + 1px);
      right: 20px; }
    .widget__header:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 9px 9px 0 0;
      border-color: #F3F3F3 transparent transparent transparent;
      position: absolute;
      top: 100%;
      right: 20px; }
  .widget__title {
    font-size: 1.375rem;
    font-weight: 800;
    text-transform: uppercase; }
  .widget__subtitle {
    font-size: 0.875rem;
    text-transform: uppercase; }
  .widget__footer {
    background-color: #0071af;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
    position: relative; }
    .widget__footer a {
      padding: 10px 20px;
      font-size: 0.875rem;
      display: block;
      position: relative;
      color: white;
      font-weight: 700; }
      .widget__footer a:visited {
        color: white; }
      .widget__footer a:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 50%;
        height: 5px;
        width: 5px;
        border: 2px solid white;
        border-left-width: 0;
        border-bottom-width: 0;
        transform: translateY(-50%) rotate(45deg); }
  .widget.widget--classifica table {
    width: 100%; }
  .widget.widget--classifica th {
    font-size: 11px;
    text-transform: uppercase;
    color: #555862;
    text-align: left;
    padding-bottom: 5px; }
    .widget.widget--classifica th:nth-child(2), .widget.widget--classifica th:nth-child(4) {
      text-align: right; }
    .widget.widget--classifica th:nth-child(2) {
      padding-right: 10px;
      border-right: 1px solid #D5D5D5; }
    .widget.widget--classifica th:nth-child(3) {
      padding-left: 10px; }
  .widget.widget--classifica td {
    font-size: 14px;
    padding: 5px 0; }
    .widget.widget--classifica td a {
      color: black; }
      .widget.widget--classifica td a:visited {
        color: black; }
      .widget.widget--classifica td a.type-1 {
        color: #0EAB06; }
      .widget.widget--classifica td a.type-2 {
        color: #ff0000; }
    .widget.widget--classifica td:nth-child(2), .widget.widget--classifica td:nth-child(4) {
      text-align: right;
      font-variant-numeric: tabular-nums; }
    .widget.widget--classifica td:nth-child(2) {
      padding-right: 10px;
      border-right: 1px solid #D5D5D5; }
    .widget.widget--classifica td:nth-child(3) {
      padding-left: 10px; }
  .widget.widget--risultati table {
    width: 100%; }
  .widget.widget--risultati td {
    font-size: 14px;
    padding: 5px 0; }
    .widget.widget--risultati td a {
      color: black; }
      .widget.widget--risultati td a:visited {
        color: black; }
    .widget.widget--risultati td:nth-child(2) {
      text-align: right;
      font-variant-numeric: tabular-nums;
      position: relative; }
      .widget.widget--risultati td:nth-child(2):before {
        content: "";
        position: absolute;
        height: 8px;
        width: 1px;
        background-color: rgba(0, 113, 175, 0.5);
        top: 6px;
        left: 0; }
  .widget.widget--classifica-orizzontale {
    padding-bottom: 24px; }
    .widget.widget--classifica-orizzontale .widget__header:before, .widget.widget--classifica-orizzontale .widget__header:after {
      content: none; }
    .widget.widget--classifica-orizzontale .widget__title, .widget.widget--classifica-orizzontale .widget__subtitle {
      text-transform: none;
      display: inline-block;
      margin-right: 5px; }
    .widget.widget--classifica-orizzontale ul {
      display: flex; }
      .widget.widget--classifica-orizzontale ul a {
        color: black; }
        .widget.widget--classifica-orizzontale ul a:visited {
          color: black; }
      .widget.widget--classifica-orizzontale ul li {
        flex: 0 1 auto;
        text-align: center;
        position: relative; }
        .widget.widget--classifica-orizzontale ul li:after {
          content: "";
          position: absolute;
          bottom: -8px;
          left: 50%;
          transform: translateX(-50%);
          height: 6px;
          width: 6px;
          border-radius: 50%;
          background-color: #D5D5D5; }
        .widget.widget--classifica-orizzontale ul li.type-1:after {
          background-color: #0071af; }
        .widget.widget--classifica-orizzontale ul li.type-2:after {
          background-color: #169FC5; }
        .widget.widget--classifica-orizzontale ul li.type-3:after {
          background-color: #FA880E; }
        .widget.widget--classifica-orizzontale ul li.type-4:after {
          background-color: #da3832; }
      .widget.widget--classifica-orizzontale ul img {
        display: block;
        max-width: 70%;
        height: auto;
        margin: 0 auto 5px; }
      .widget.widget--classifica-orizzontale ul span {
        font-size: 12px;
        font-weight: 700; }
  .widget.widget--live-orizzontale {
    padding: 0;
    background-color: transparent; }
    #content .widget.widget--live-orizzontale {
      margin-left: 19px;
      margin-right: 19px;
      max-width: calc(100% - 38px); }
    .widget.widget--live-orizzontale .widget__slider {
      position: relative;
      padding: 0 20px;
      background-color: #F3F3F3;
      height: 134px;
      overflow: hidden;
      opacity: 0;
      transition: opacity .2s ease; }
      .widget.widget--live-orizzontale .widget__slider.flickity-enabled {
        overflow: initial;
        opacity: 1; }
      .widget.widget--live-orizzontale .widget__slider .flickity-viewport {
        overflow: hidden; }
      .widget.widget--live-orizzontale .widget__slider .flickity-prev-next-button {
        width: 35px;
        height: 35px;
        padding: 8px 12px;
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        background-color: #0071af;
        box-shadow: 0 1px 2px 0 rgba(10, 39, 51, 0.16), 0 4px 8px 0 rgba(11, 32, 65, 0.51); }
        .widget.widget--live-orizzontale .widget__slider .flickity-prev-next-button svg path {
          fill: white; }
        .widget.widget--live-orizzontale .widget__slider .flickity-prev-next-button.previous {
          right: auto;
          left: -15px; }
        .widget.widget--live-orizzontale .widget__slider .flickity-prev-next-button:disabled {
          opacity: 0.5; }
    .widget.widget--live-orizzontale .widget__slide {
      width: 20%;
      padding: 10px 15px; }
      @media (max-width: 1023px) {
        .widget.widget--live-orizzontale .widget__slide {
          width: 25%; } }
    .widget.widget--live-orizzontale .header {
      font-size: 12px;
      font-weight: 300;
      text-transform: uppercase;
      height: 20px;
      line-height: 20px;
      border-bottom: 1px solid #D5D5D5; }
    .widget.widget--live-orizzontale .links {
      color: #000;
      display: block;
      padding: 8px 0; }
      .widget.widget--live-orizzontale .links:hover {
        color: #F21D25; }
    .widget.widget--live-orizzontale .team {
      font-size: 14px;
      font-weight: 500;
      line-height: 30px; }
      .widget.widget--live-orizzontale .team strong {
        float: right; }
      .widget.widget--live-orizzontale .team img {
        margin-right: 3px; }
      .widget.widget--live-orizzontale .team:first-child {
        margin-bottom: 5px; }
    .widget.widget--live-orizzontale .spec {
      font-size: 11px;
      font-weight: 300;
      text-align: center; }
  .widget.widget--live {
    overflow: hidden;
    padding: 0; }
    .widget.widget--live .widget--live__wrapper {
      max-height: 350px;
      padding-bottom: 15px;
      overflow: hidden;
      overflow-y: auto;
      position: relative; }
      .widget.widget--live .widget--live__wrapper:before {
        content: "";
        position: absolute;
        height: 20px;
        top: 0;
        width: 100%;
        background: linear-gradient(to bottom, #f3f3f3 0%, rgba(243, 243, 243, 0) 100%);
        z-index: 99; }
    .widget.widget--live header {
      margin: 15px 15px 10px;
      color: #F21D25;
      border-bottom-color: #F21D25; }
      .widget.widget--live header:before {
        border-top-color: #F21D25; }
    .widget.widget--live .widget__footer {
      background-color: #F21D25;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0; }
    .widget.widget--live dt {
      margin: 15px 15px 0;
      position: relative;
      font-size: 12px;
      font-weight: 300;
      height: 20px;
      line-height: 20px;
      border-bottom: 1px solid #D5D5D5;
      text-transform: uppercase; }
      .widget.widget--live dt a {
        color: #000; }
        .widget.widget--live dt a:hover {
          color: #F21D25; }
      .widget.widget--live dt span {
        text-transform: none;
        float: right; }
    .widget.widget--live dd ul li {
      padding: 5px 15px 10px; }
    .widget.widget--live dd a {
      color: #000; }
      .widget.widget--live dd a:hover {
        color: #F21D25; }
    .widget.widget--live .links {
      position: relative; }
      .widget.widget--live .links:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0; }
    .widget.widget--live .team {
      width: 50%;
      height: 30px;
      line-height: 30px;
      margin: 10px 0;
      font-size: 14px; }
      .widget.widget--live .team strong {
        font-weight: 400; }
      .widget.widget--live .team.left {
        float: left;
        text-align: left; }
        .widget.widget--live .team.left img {
          float: left;
          max-width: 30px;
          max-height: 30px;
          transform: translateX(-5px); }
      .widget.widget--live .team.right {
        float: right;
        text-align: right; }
        .widget.widget--live .team.right img {
          float: right;
          max-width: 30px;
          max-height: 30px;
          transform: translateX(5px); }
    .widget.widget--live .score {
      position: absolute;
      display: table;
      top: 15px;
      left: 50%;
      width: 100%;
      transform: translateX(-50%);
      text-align: center;
      font-variant-numeric: tabular-nums;
      font-weight: 900;
      font-size: 18px; }
      .widget.widget--live .score span {
        display: block;
        font-size: 12px;
        font-weight: 300;
        line-height: 20px; }

.most-read {
  padding: 0 15px; }
  .most-read__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .most-read__box {
    width: 22%;
    position: relative;
    padding: 40px 0 0 10px;
    margin: 20px 0;
    font-size: 1.625rem;
    line-height: 1.1;
    font-weight: 700; }
    .most-read__box:before {
      content: counter(list-item);
      position: absolute;
      top: 0px;
      left: 0px;
      color: rgba(158, 59, 33, 0.3);
      font-size: 3.25rem;
      font-family: "Playfair Display", serif; }
    .most-read__box a {
      color: black; }
      .most-read__box a:visited {
        color: black; }
    @media (max-width: 1023px) {
      .most-read__box {
        font-size: 1.125rem;
        padding: 25px 0 0 5px; }
        .most-read__box:before {
          font-size: 2rem; } }

.single-header {
  padding-left: 36px; }
  .single-header__image img {
    width: 100%;
    height: auto; }
  .single-header__image figcaption {
    text-align: right;
    height: 25px;
    line-height: 25px;
    font-size: 0.75rem;
    color: #555862; }
  .single-header__image.article--has-gallery, .single-header__image.article--has-video {
    position: relative; }
    .single-header__image.article--has-gallery:before, .single-header__image.article--has-video:before {
      content: url(../images/icons/gallery-white.svg);
      width: 36px;
      height: 25px;
      border-radius: 50%;
      display: block;
      background-color: #169FC5;
      position: absolute;
      bottom: 30px;
      left: 24px;
      text-align: center;
      padding-top: 11px;
      z-index: 2;
      pointer-events: none; }
    .single-header__image.article--has-gallery:after, .single-header__image.article--has-video:after {
      content: "Guarda la Gallery";
      display: block;
      color: #ffffff;
      line-height: 36px;
      position: absolute;
      bottom: 30px;
      left: 66px;
      font-size: 0.875rem;
      font-weight: 700;
      z-index: 2;
      pointer-events: none;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .single-header__image.article--has-video:before {
    content: url(../images/icons/play-white.svg);
    width: 32px;
    height: 28px;
    padding-top: 8px;
    padding-left: 4px; }
  .single-header__image.article--has-video:after {
    content: "Guarda il video"; }
  .single-header__top {
    margin-top: 10px; }
    body.is-juventus .single-header__top:before {
      content: "J";
      width: 22px;
      height: 22px;
      border-radius: 50%;
      position: absolute;
      top: -6px;
      left: -3px;
      background-color: #000;
      color: #ffffff;
      font-size: 14px;
      font-weight: 900;
      text-align: center;
      line-height: 24px;
      border: 1px solid #ffffff;
      left: -36px; }
    body.is-torino .single-header__top:before {
      content: "T";
      width: 22px;
      height: 22px;
      border-radius: 50%;
      position: absolute;
      top: -6px;
      left: -3px;
      background-color: #9E3B21;
      color: #ffffff;
      font-size: 14px;
      font-weight: 900;
      text-align: center;
      line-height: 24px;
      border: 1px solid #ffffff;
      left: -36px; }
  .single-header__main-title, .foto-header__main-title {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.1; }
  .single-header__subtitle, .foto-header__subtitle {
    font-size: 1.75rem;
    line-height: 1.28;
    font-style: italic;
    font-weight: 300;
    margin-top: 10px; }
  .single-header__meta {
    margin-top: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #D5D5D5; }
  .single-header__author {
    margin-right: 30px;
    font-weight: 700; }
  .single-header__date {
    font-weight: 300;
    font-size: 14px; }

.single-content {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 36px;
  position: relative; }
  .single-content .main-article__link_sommario {
    margin-top: 10px; }
    .single-content .main-article__link_sommario li {
      line-height: 1.2;
      margin-bottom: 10px; }
      .single-content .main-article__link_sommario li a {
        padding-left: .8em;
        position: relative;
        font-size: 0.875rem;
        color: black; }
        .single-content .main-article__link_sommario li a:before {
          content: "";
          position: absolute;
          left: 0;
          top: 5px;
          height: 5px;
          width: 5px;
          border-top: 2px solid #000;
          border-right: 2px solid #000;
          transform: rotate(45deg) scale(0.8); }
        .single-content .main-article__link_sommario li a:hover {
          opacity: .7; }
  .single-content__main {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.5;
    padding-right: 19px; }
    .single-content__main p {
      margin-bottom: 20px; }
    .single-content__main a {
      color: #9E3B21;
      text-decoration: underline; }
      .single-content__main a:visited {
        color: #9E3B21; }
  .single-content__breaker {
    margin-left: -55px;
    margin-bottom: 30px;
    padding: 20px 19px;
    background-color: black;
    position: relative;
    z-index: 2; }
    .single-content__breaker .article__title, .single-content__breaker .prima-pagina__title, .single-content__breaker body.is-motori .prima-pagina__title, body.is-motori .single-content__breaker .prima-pagina__title,
    .single-content__breaker .article__author,
    .single-content__breaker .article__date {
      color: white; }
    .single-content__breaker .article__occhiello, .single-content__breaker .single-header__occhiello, .single-content__breaker .foto-header__occhiello,
    .single-content__breaker .article__comments,
    .single-content__breaker .single-header__comments,
    .single-content__breaker .foto-header__comments {
      color: #169FC5; }
    .single-content__breaker .article__content__top, .single-content__breaker .single-header__top, .single-content__breaker .foto-header__top {
      border-bottom-color: #169FC5; }
    .single-content__breaker .article__comments:before, .single-content__breaker .single-header__comments:before, .single-content__breaker .foto-header__comments:before {
      border-top-color: #169FC5; }
    .single-content__breaker .article__comments:after, .single-content__breaker .single-header__comments:after, .single-content__breaker .foto-header__comments:after {
      border-top-color: black; }
  .single-content p.tags {
    text-transform: uppercase;
    font-size: 0.8125rem;
    margin-bottom: 5px;
    color: #555862;
    float: left; }
    .single-content p.tags a {
      margin-right: 10px;
      float: left;
      padding: 10px;
      color: white;
      border-radius: 4px;
      display: block;
      font-weight: 700;
      background-color: #0071af;
      margin-bottom: 10px; }
      .single-content p.tags a:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0; }
  .single-content__link-container a {
    color: #9E3B21;
    text-decoration: underline; }
    .single-content__link-container a:visited {
      color: #9E3B21; }
  .single-content__link-container {
    float: left;
    width: 100%;
    margin-bottom: 10px; }
  .single-content .extra--has-poll {
    width: 40%;
    border-top: 2px solid #9E3B21;
    padding: 10px 20px 20px;
    text-align: center; }
    .single-content .extra--has-poll p {
      font-weight: 500;
      line-height: 1.2;
      text-align: left;
      margin-bottom: 10px; }
    .single-content .extra--has-poll a {
      display: inline-block;
      text-align: center;
      height: 32px;
      line-height: 32px;
      color: #ffffff;
      background-color: #9E3B21;
      font-size: 1rem;
      text-transform: uppercase;
      padding: 0 24px;
      border-radius: 16px; }
    .single-content .extra--has-poll.right {
      float: right;
      margin-left: 10px; }
    .single-content .extra--has-poll.left {
      float: left;
      margin-right: 10px; }
  .single-content .post-image img {
    max-width: 100%;
    height: auto; }

.pagination {
  background: #F3F3F3;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 30px;
  position: relative; }
  .pagination:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .pagination a,
  .pagination a:visited {
    position: absolute;
    left: 0;
    padding-left: 10px;
    color: #9E3B21;
    font-family: "Acto", sans-serif;
    font-weight: 600; }
  .pagination a.next {
    padding-left: 0;
    padding-right: 10px;
    left: auto;
    right: 0; }
  .pagination .current strong {
    font-family: "Acto", sans-serif;
    font-weight: 700;
    color: #9E3B21; }

.foto-header {
  padding-left: 82px;
  position: relative;
  margin-bottom: 30px; }
  .foto-header__top {
    margin-top: 10px; }

.foto-slider {
  position: relative;
  margin-bottom: 60px; }
  .foto-slider__slide {
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    z-index: 1; }
    .foto-slider__slide img {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 100%;
      width: auto;
      max-width: 830px;
      max-height: 461px; }
    .foto-slider__slide figcaption {
      display: none;
      height: 40px;
      line-height: 40px;
      text-align: right; }
  .foto-slider .flickity-viewport {
    overflow: hidden; }
  .foto-slider .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    padding: 12px 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #169FC5;
    box-shadow: 0 1px 2px 0 rgba(10, 39, 51, 0.16), 0 4px 8px 0 rgba(11, 32, 65, 0.51); }
    .foto-slider .flickity-prev-next-button svg path {
      fill: white; }
    .foto-slider .flickity-prev-next-button.previous {
      right: auto;
      left: 20px; }
    .foto-slider .flickity-prev-next-button:disabled {
      opacity: 0.5; }
  .foto-slider .flickity-page-dots {
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 3; }
    .foto-slider .flickity-page-dots .dot {
      display: inline-block;
      vertical-align: middle;
      height: 6px;
      width: 6px;
      margin: 8px;
      background-color: white;
      border-radius: 50%;
      cursor: pointer; }
      .foto-slider .flickity-page-dots .dot.is-selected {
        background-color: #169FC5;
        transform: scale(2); }
  .foto-slider__counter {
    height: 40px;
    line-height: 40px;
    text-align: left;
    position: absolute;
    top: 100%; }
    .foto-slider__counter span {
      color: #169FC5; }
  .foto-slider__caption {
    height: 40px;
    line-height: 40px;
    text-align: right;
    right: 0;
    position: absolute;
    top: 100%;
    font-size: 0.75rem;
    color: #555862; }

.media-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .media-video iframe,
  .media-video object,
  .media-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.tab__nav {
  width: 100%; }
  .tab__nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .tab__nav-element {
    float: left; }
    .tab__nav-element a {
      display: block;
      color: #555862;
      padding: 15px;
      font-size: 1.0625rem;
      text-transform: uppercase;
      font-weight: 900;
      background-color: #D6D6D6; }
    .tab__nav-element--is-selected a {
      background-color: #F3F3F3;
      color: #F21D25; }
.tab__content {
  display: none; }
  .tab__content--is-current {
    display: block; }

.single-content__gigya-container {
  margin-bottom: 20px; }
  .single-content__gigya-container .gig-like {
    float: left; }
  .single-content__gigya-container .gig-button-container {
    display: block;
    border: 2px solid #979daf;
    border-radius: 50%;
    height: 43px;
    width: 43px;
    opacity: .7;
    margin-right: 15px;
    margin-bottom: 5px; }
    .single-content__gigya-container .gig-button-container.gig-button-container-like {
      background: url("../images/icons/gigya-up.svg") center center no-repeat; }
    .single-content__gigya-container .gig-button-container.gig-button-container-unlike {
      background: url("../images/icons/gigya-down.svg") center center no-repeat; }
    .single-content__gigya-container .gig-button-container.gig-button-container-facebook {
      background: url("../images/icons/gigya-facebook.svg") center center no-repeat; }
    .single-content__gigya-container .gig-button-container.gig-button-container-print {
      background: url("../images/icons/gigya-print.svg") center center no-repeat; }
    .single-content__gigya-container .gig-button-container.gig-button-container-twitter {
      background: url("../images/icons/gigya-twitter.svg") center center no-repeat; }
    .single-content__gigya-container .gig-button-container.gig-button-container-googleplus {
      background: url("../images/icons/gigya-google.svg") center center no-repeat; }
    .single-content__gigya-container .gig-button-container.gig-button-container-comments {
      background: url("../images/icons/gigya-comments.svg") center center no-repeat; }
    .single-content__gigya-container .gig-button-container.gig-button-container-email {
      background: url("../images/icons/gigya-mail.svg") center center no-repeat; }
    .single-content__gigya-container .gig-button-container.gig-button-container-whatsapp {
      background: url("../images/icons/gigya-whatsapp.svg") center center no-repeat; }
    .single-content__gigya-container .gig-button-container:hover {
      opacity: 1; }
    .single-content__gigya-container .gig-button-container tr:first-child {
      position: absolute;
      height: 43px;
      width: 43px; }
    .single-content__gigya-container .gig-button-container .gig-counter {
      position: absolute !important;
      background: none !important;
      height: 20px !important;
      width: auto !important;
      left: 80%;
      padding: 0 5px;
      text-align: left !important;
      background-color: #979daf !important;
      border-radius: 4px; }
      .single-content__gigya-container .gig-button-container .gig-counter-text {
        font-size: 12px !important;
        color: white !important;
        line-height: 20px !important;
        top: 0 !important; }
  .single-content__gigya-container .gig-button-text {
    display: none; }
  .single-content__gigya-container .gig-button table {
    opacity: 0; }

.gig-comments-container {
  padding: 20px 0 0 30px !important; }
  .gig-comments-container * {
    font-family: "Acto", sans-serif !important; }
  .gig-comments-container .gig-comment-body {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300; }

div#gigya-comments {
  width: 100% !important; }

body.is-media .single-content__gigya-container {
  margin-top: 20px; }
body.is-media .gig-comments-container *.gig-comments-header,
body.is-media .gig-comments-container *.gig-comment-footer {
  border-color: #555; }
body.is-media .gig-comments-container *.gig-comment-body {
  color: white; }
body.is-media .gig-comments-container *.gig-comment-username,
body.is-media .gig-comments-container *.gig-comments-count {
  color: #bbb; }

/* ARCHIVIO SONDAGGI */
.archivio-sondaggi .article {
  color: #000;
  line-height: 0;
  margin-bottom: 30px;
  position: relative;
  display: block;
  border-left: 5px solid #9e3b21;
  padding-left: 10px; }
  body.media .archivio-sondaggi .article, .media-section .archivio-sondaggi .article {
    color: #fff; }
  .archivio-sondaggi .article a {
    color: #000;
    text-decoration: none; }
    body.media .archivio-sondaggi .article a, .media-section .archivio-sondaggi .article a {
      color: #fff;
      border-bottom: 0px solid !important; }
  .archivio-sondaggi .article .title {
    font-size: 1.625rem;
    line-height: 110%;
    font-weight: bold;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .archivio-sondaggi .article .title a {
      transition: color .2s ease; }
    .archivio-sondaggi .article .title a:hover {
      color: #4d4d4d; }
      body.media .archivio-sondaggi .article .title a:hover, .media-section .archivio-sondaggi .article .title a:hover {
        color: #b3b3b3; }
  .archivio-sondaggi .article .occhiello {
    display: inline-block;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4px;
    color: #9e3b21; }
  .archivio-sondaggi .article .author {
    font-size: 14px;
    line-height: 100%;
    margin-top: 6px; }
    .archivio-sondaggi .article .author strong {
      font-weight: bold;
      color: #9e3b21; }
  .archivio-sondaggi .article .num-comments {
    font-size: 13px;
    line-height: 14px;
    position: absolute;
    top: 0;
    right: 0; }
    .archivio-sondaggi .article .num-comments:after {
      content: "";
      font: 16px/100% FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-indent: 0;
      margin-left: 4px;
      font-size: 14px; }
  .archivio-sondaggi .article .content a {
    pointer-events: auto; }
  .archivio-sondaggi .article .image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%; }
    .archivio-sondaggi .article .image .occhiello {
      color: #fff; }
    .archivio-sondaggi .article .image span {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      height: auto;
      display: block;
      text-align: center; }
    .archivio-sondaggi .article .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100% !important; }
    .archivio-sondaggi .article .image.squared span {
      padding-bottom: 100%; }
  .archivio-sondaggi .article .related {
    overflow: hidden;
    font-size: 13px;
    line-height: 16px;
    margin-top: 1px; }
    .archivio-sondaggi .article .related li {
      float: left;
      margin-right: 14px;
      margin-top: 5px; }
    .archivio-sondaggi .article .related li a {
      color: #000;
      text-decoration: none;
      padding-left: 10px;
      position: relative; }
      body.media .archivio-sondaggi .article .related li a, .media-section .archivio-sondaggi .article .related li a {
        color: #fff; }
      .archivio-sondaggi .article .related li a:hover {
        text-decoration: underline; }
      .archivio-sondaggi .article .related li a:before {
        content: "";
        font: 16px/100% FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-indent: 0;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 14px;
        line-height: 16px;
        color: #9e3b21; }
    .archivio-sondaggi .article .related li.store a {
      padding-left: 17px; }
    .archivio-sondaggi .article .related li.store a:before {
      content: "\f07a";
      font-size: 12px; }
    .archivio-sondaggi .article .related li.poll a {
      padding-left: 13px; }
    .archivio-sondaggi .article .related li.poll a:before {
      content: "\f128"; }
    .archivio-sondaggi .article .related li.chart a {
      padding-left: 18px; }
    .archivio-sondaggi .article .related li.chart a:before {
      content: "\f00b";
      top: 1px; }
    .archivio-sondaggi .article .related li.video a {
      padding-left: 14px; }
    .archivio-sondaggi .article .related li.video a:before {
      content: "\f04b";
      font-size: 12px; }
    .archivio-sondaggi .article .related li.twitter a {
      padding-left: 15px; }
    .archivio-sondaggi .article .related li.twitter a:before {
      content: "\f099"; }
    .archivio-sondaggi .article .related li.photo a {
      padding-left: 18px; }
    .archivio-sondaggi .article .related li.photo a:before {
      content: "\f030";
      font-size: 13px; }
  .archivio-sondaggi .article.has-photo .title:before, .archivio-sondaggi .article.has-video .title:before {
    content: "";
    font: 16px/100% FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    font-size: 18px;
    position: relative;
    top: -2px;
    margin-right: 5px; }
  .archivio-sondaggi .article.has-photo .image:after, .archivio-sondaggi .article.has-video .image:after {
    content: "";
    font: 16px/100% FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 18px;
    right: 18px;
    border: 3px solid #fff;
    border-radius: 100%;
    z-index: 1;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
    z-index: 2;
    line-height: 58px;
    font-size: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box; }
  .archivio-sondaggi .article.has-video .title:before {
    content: "\f04b"; }
  .archivio-sondaggi .article.has-video .image:after {
    content: "\f04b";
    padding-left: 6px; }
  .archivio-sondaggi .article.has-image {
    border-left: 0;
    padding-left: 406px;
    min-height: 219px; }
    .archivio-sondaggi .article.has-image .image:after {
      border-width: 2px;
      width: 32px;
      height: 32px;
      line-height: 28px;
      font-size: 14px;
      bottom: 10px;
      right: 10px; }
    .archivio-sondaggi .article.has-image.has-video .image:after {
      padding-left: 3px; }
    .archivio-sondaggi .article.has-image .related {
      margin-top: 4px; }
    .archivio-sondaggi .article.has-image .title:before {
      display: none; }
    .archivio-sondaggi .article.has-image .image {
      width: 390px;
      display: block; }
    .archivio-sondaggi .article.has-image .author {
      margin-top: 9px; }
    .archivio-sondaggi .article.has-image .related {
      margin-top: 5px; }
  .archivio-sondaggi .article.special {
    border-left: 0;
    padding-left: 0;
    padding-top: 56.25%;
    border-bottom: 1px solid #dadada !important;
    padding-bottom: 15px; }
    .archivio-sondaggi .article.special .title {
      font-size: 42px;
      line-height: 105%;
      margin-top: 13px;
      letter-spacing: -1px; }
    .archivio-sondaggi .article.special .title:before {
      display: none; }
    .archivio-sondaggi .article.special .image {
      display: block; }
    .archivio-sondaggi .article.special .occhiello {
      margin-top: 13px; }
    .archivio-sondaggi .article.special .occhiello + .title {
      margin-top: 0; }
    .archivio-sondaggi .article.special .num-comments {
      top: 10px;
      right: 10px;
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
      z-index: 1; }
    .archivio-sondaggi .article.special .special-title {
      position: absolute;
      top: 495px;
      right: 0;
      font: 48px/100% 'Source Sans Pro';
      font-weight: bold;
      z-index: 2;
      text-transform: uppercase;
      padding: 11px 18px;
      background: rgba(158, 59, 33, 0.95);
      color: #fff; }
  .archivio-sondaggi .article.image {
    border-left: 0;
    padding-left: 0;
    padding-top: 56.25%; }
    .archivio-sondaggi .article.image .occhiello {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      color: #fff !important;
      line-height: 31px;
      padding: 0 12px;
      z-index: 2; }
    .archivio-sondaggi .article.image .image {
      display: block; }
    .archivio-sondaggi .article.image .num-comments {
      top: 10px;
      right: 10px;
      color: #fff;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
      z-index: 2; }
    .archivio-sondaggi .article.image .title {
      font-size: 42px;
      line-height: 105%;
      position: absolute;
      top: 0;
      height: 0;
      padding-top: 56.25%;
      z-index: 2;
      right: 0;
      left: 0;
      color: #fff;
      user-select: none;
      -moz-user-select: none;
      pointer-events: none;
      text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
      z-index: 2;
      letter-spacing: -1px; }
      .archivio-sondaggi .article.image .title a, .archivio-sondaggi .article.image .title span {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        padding: 14px 20px;
        color: #fff;
        pointer-events: auto; }
      .archivio-sondaggi .article.image .title a:hover {
        color: #e6e6e6 !important; }
    .archivio-sondaggi .article.image .title:before {
      display: none; }
    .archivio-sondaggi .article.image .author {
      margin-top: 10px; }
    .archivio-sondaggi .article.image .related {
      margin-top: 5px; }
    .archivio-sondaggi .article.image .author + .related {
      margin-top: 2px; }
    .archivio-sondaggi .article.image .image:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1; }
    .archivio-sondaggi .article.image.has-photo .title a, .archivio-sondaggi .article.image.has-photo .title span, .archivio-sondaggi .article.image.has-video .title a, .archivio-sondaggi .article.image.has-video .title span {
      padding-right: 100px; }
  .archivio-sondaggi .article.calcio {
    border-color: #0560A0; }
    .archivio-sondaggi .article.calcio .related li a:before {
      color: #0560A0; }
    .archivio-sondaggi .article.calcio .occhiello {
      color: #0560A0; }
    .archivio-sondaggi .article.calcio.image .occhiello {
      background-color: #0560A0; }
    .archivio-sondaggi .article.calcio .special-title {
      background-color: rgba(5, 96, 160, 0.95); }
  .archivio-sondaggi .article.motori {
    border-color: #DB182C; }
    .archivio-sondaggi .article.motori .related li a:before {
      color: #DB182C; }
    .archivio-sondaggi .article.motori .occhiello {
      color: #DB182C; }
    .archivio-sondaggi .article.motori.image .occhiello {
      background-color: #DB182C; }
    .archivio-sondaggi .article.motori .special-title {
      background-color: rgba(219, 24, 44, 0.95); }
  .archivio-sondaggi .article.altro {
    border-color: #FF9326; }
    .archivio-sondaggi .article.altro .related li a:before {
      color: #FF9326; }
    .archivio-sondaggi .article.altro .occhiello {
      color: #FF9326; }
    .archivio-sondaggi .article.altro.image .occhiello {
      background-color: #FF9326; }
    .archivio-sondaggi .article.altro .special-title {
      background-color: rgba(255, 147, 38, 0.95); }
  .archivio-sondaggi .article.servizi {
    border-color: #4095B6; }
    .archivio-sondaggi .article.servizi .related li a:before {
      color: #4095B6; }
    .archivio-sondaggi .article.servizi .occhiello {
      color: #4095B6; }
    .archivio-sondaggi .article.servizi.image .occhiello {
      background-color: #4095B6; }
    .archivio-sondaggi .article.servizi .special-title {
      background-color: rgba(64, 149, 182, 0.95); }
  .archivio-sondaggi .article.media {
    border-color: #FFB200; }
    .archivio-sondaggi .article.media .related li a:before {
      color: #FFB200; }
    .archivio-sondaggi .article.media .occhiello {
      color: #FFB200; }
    .archivio-sondaggi .article.media.image .occhiello {
      background-color: #FFB200; }
    .archivio-sondaggi .article.media .special-title {
      background-color: rgba(255, 178, 0, 0.95); }
  .archivio-sondaggi .article.live {
    border-color: #FF2626; }
    .archivio-sondaggi .article.live .related li a:before {
      color: #FF2626; }
    .archivio-sondaggi .article.live .occhiello {
      color: #FF2626; }
    .archivio-sondaggi .article.live.image .occhiello {
      background-color: #FF2626; }
    .archivio-sondaggi .article.live .special-title {
      background-color: rgba(255, 38, 38, 0.95); }
  .archivio-sondaggi .article.store {
    border-color: #33A144; }
    .archivio-sondaggi .article.store .related li a:before {
      color: #33A144; }
    .archivio-sondaggi .article.store .occhiello {
      color: #33A144; }
    .archivio-sondaggi .article.store.image .occhiello {
      background-color: #33A144; }
    .archivio-sondaggi .article.store .special-title {
      background-color: rgba(51, 161, 68, 0.95); }
  .archivio-sondaggi .article.social {
    border-color: #4D61B9; }
    .archivio-sondaggi .article.social .related li a:before {
      color: #4D61B9; }
    .archivio-sondaggi .article.social .occhiello {
      color: #4D61B9; }
    .archivio-sondaggi .article.social.image .occhiello {
      background-color: #4D61B9; }
    .archivio-sondaggi .article.social .special-title {
      background-color: rgba(77, 97, 185, 0.95); }
  .archivio-sondaggi .article.dilettanti {
    border-color: #D88717; }
    .archivio-sondaggi .article.dilettanti .related li a:before {
      color: #D88717; }
    .archivio-sondaggi .article.dilettanti .occhiello {
      color: #D88717; }
    .archivio-sondaggi .article.dilettanti.image .occhiello {
      background-color: #D88717; }
    .archivio-sondaggi .article.dilettanti .special-title {
      background-color: rgba(216, 135, 23, 0.95); }
  .main .archivio-sondaggi .article.special .special-title {
    top: 308px; }
  .main-column .archivio-sondaggi .article .title, .sidebar .archivio-sondaggi .article .title {
    font-size: 18px;
    line-height: 20px; }
  .main-column .archivio-sondaggi .article .title:before, .sidebar .archivio-sondaggi .article .title:before {
    font-size: 12px;
    top: -1px;
    margin-right: 4px; }
  .main-column .archivio-sondaggi .article .image:after, .sidebar .archivio-sondaggi .article .image:after {
    border-width: 2px;
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
    bottom: 10px;
    right: 10px; }
  .main-column .archivio-sondaggi .article.has-video .image:after, .sidebar .archivio-sondaggi .article.has-video .image:after {
    padding-left: 3px; }
  .main-column .archivio-sondaggi .article.has-video .title, .sidebar .archivio-sondaggi .article.has-video .title {
    font-size: 16px;
    line-height: 18px; }
  .main-column .archivio-sondaggi .article.small, .sidebar .archivio-sondaggi .article.small {
    border-left: 0;
    padding-left: 0; }
    .main-column .archivio-sondaggi .article.small .title, .sidebar .archivio-sondaggi .article.small .title {
      font-size: 16px;
      line-height: 18px; }
  .main-column .archivio-sondaggi .article.has-image, .sidebar .archivio-sondaggi .article.has-image {
    padding-left: 148px;
    min-height: 138px; }
    .main-column .archivio-sondaggi .article.has-image .image, .sidebar .archivio-sondaggi .article.has-image .image {
      width: 138px; }
    .main-column .archivio-sondaggi .article.has-image.small, .sidebar .archivio-sondaggi .article.has-image.small {
      min-height: 78px; }
  .main-column .archivio-sondaggi .article.special .title, .sidebar .archivio-sondaggi .article.special .title {
    font-size: 20px;
    line-height: 24px; }
  .main-column .archivio-sondaggi .article.special .occhiello, .sidebar .archivio-sondaggi .article.special .occhiello {
    margin-top: 10px; }
  .main-column .archivio-sondaggi .article.special .num-comments, .sidebar .archivio-sondaggi .article.special .num-comments {
    top: 10px;
    right: 10px;
    color: #fff; }
  .main-column .archivio-sondaggi .article.special .special-title, .sidebar .archivio-sondaggi .article.special .special-title {
    display: none; }
  .main-column .archivio-sondaggi .article.image .related, .sidebar .archivio-sondaggi .article.image .related {
    padding-bottom: 0; }
  .main-column .archivio-sondaggi .article.image .image, .sidebar .archivio-sondaggi .article.image .image {
    display: block; }
  .main-column .archivio-sondaggi .article.image .title, .sidebar .archivio-sondaggi .article.image .title {
    font-size: 20px;
    line-height: 24px; }
  .main-column .archivio-sondaggi .article.image .title a, .main-column .archivio-sondaggi .article.image .title span, .sidebar .archivio-sondaggi .article.image .title a, .sidebar .archivio-sondaggi .article.image .title span {
    padding: 8px 12px; }
  .main-column .archivio-sondaggi .article.image.has-photo .title a, .main-column .archivio-sondaggi .article.image.has-photo .title span, .main-column .archivio-sondaggi .article.image.has-video .title a, .main-column .archivio-sondaggi .article.image.has-video .title span, .sidebar .archivio-sondaggi .article.image.has-photo .title a, .sidebar .archivio-sondaggi .article.image.has-photo .title span, .sidebar .archivio-sondaggi .article.image.has-video .title a, .sidebar .archivio-sondaggi .article.image.has-video .title span {
    padding-right: 55px; }

/* PRIMA PAGINA */
.edicola-nav {
  overflow: hidden;
  margin-left: -30px;
  font-size: 11px;
  line-height: 110%;
  margin-bottom: 30px; }
  .edicola-nav li {
    float: left;
    padding-left: 30px;
    width: 33.333333%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box; }
    .edicola-nav li a {
      display: block;
      background: url(../images/edicola-nav-bg.png);
      padding: 10px;
      position: relative;
      color: #fff;
      text-decoration: none; }
    .edicola-nav li img {
      display: block;
      max-width: 100%;
      height: auto !important; }
    .edicola-nav li .text {
      position: absolute;
      bottom: 10px;
      left: 10px;
      right: 10px;
      background: rgba(0, 0, 0, 0.7);
      padding: 10px;
      min-height: 57px; }
      .edicola-nav li .text .big {
        display: block;
        font-size: 17px;
        font-weight: bold;
        line-height: 100%;
        text-transform: uppercase;
        margin-bottom: 4px; }

.main-article-content {
  font-size: 21px;
  line-height: 130%;
  margin-bottom: 30px;
  /*a.image-has-video, a.image-has-photo {
  	position:relative;display:block;
  	&:before {@include insert-icon("\f030");width:64px;height:64px;position:absolute;bottom:18px;right:18px;border:3px solid #fff;border-radius:100%;z-index:1;color:#fff;text-align:center;text-shadow:0px 1px 0px rgba(0,0,0,0.6);z-index:2;line-height:58px;font-size:30px;@include box-sizing;}
  	margin:30px auto;
  	img {margin:0 auto;}
  }*/
  /*blockquote {
  	font:28px/120% 'Abril Fatface',serif; margin:24px;@include antialiased;
  	.as-tweet {
  		font:13px/100% 'Source Sans Pro',sans-serif;color:#717171;text-decoration:none;position:relative;top:-2px;
  		&:before {@include insert-icon("\f099");font-size:18px;line-height:100%;margin-right:2px;color:#00ABF0;position:relative;top:1px;}
  		&:hover {color:#00ABF0;}
  	}
  	p{font-style: italic}
  }*/ }
  .main-article-content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .main-article-content h2 {
    font-size: 24px;
    line-height: 110%;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 0px; }
  .main-article-content h2:first-child {
    margin-top: 0; }
  .main-article-content h3 {
    font-size: 20px;
    line-height: 110%;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 12px; }
  .main-article-content p {
    margin-bottom: 14px; }
  .main-article-content strong.special {
    text-transform: uppercase; }
  .main-article-content p + ul, .main-article-content p + ol {
    margin-top: -8px; }
  .main-article-content a {
    color: #9e3b21; }
  .main-article-content a.image-has-video:before {
    content: "\f04b";
    padding-left: 6px; }
  .main-article-content img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 30px 0; }
  .main-article-content ul {
    margin-bottom: 10px; }
    .main-article-content ul li {
      margin-bottom: 6px;
      list-style-type: disc;
      margin-left: 30px; }
    .main-article-content ul ol li {
      list-style-type: lower-alpha; }
  .main-article-content ol {
    margin-bottom: 10px; }
    p + .main-article-content ol {
      margin-top: -6px; }
    .main-article-content ol li {
      margin-bottom: 6px;
      list-style-type: lower-alpha;
      margin-left: 30px; }
    .main-article-content ol ul li {
      list-style-type: disc; }
  .main-article-content p.tags {
    color: #aaa;
    font-size: 16px;
    line-height: 110%;
    margin-top: 20px; }

/* TABLE */
.table_results .rubrica-nav {
  position: inherit;
  background-color: transparent;
  padding-right: inherit; }
  .table_results .rubrica-nav .rubrica-nav__item {
    margin-right: 12px; }
    .table_results .rubrica-nav .rubrica-nav__item .rubrica-nav__anchor {
      color: #000;
      font-size: 0.9rem;
      line-height: 50px;
      height: 50px; }
    .table_results .rubrica-nav .rubrica-nav__item .rubrica-nav__anchor:hover {
      border-bottom-color: #9e3b21; }
.table_results .main-column {
  float: right !important;
  width: 47%; }
.table_results .left {
  float: left !important;
  clear: both; }
.table_results table {
  background: transparent;
  border: 0px solid #d1d1d1;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
  line-height: 110%;
  color: #000; }
  .table_results table th {
    background: #fff;
    border: 1px solid #d1d1d1;
    padding: 8px 10px;
    color: #9e3b21;
    font-size: 12px;
    text-align: left;
    vertical-align: middle; }
  .table_results table th.special {
    font-size: 13px;
    color: #9e3b21;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 10px; }
  .table_results table .links {
    margin-bottom: -5px; }
  .table_results table tr.has-row-link {
    cursor: pointer; }
    .table_results table tr.has-row-link td {
      transition: background .2s ease; }
    .table_results table tr.has-row-link:hover td {
      background: #ececec; }
    .table_results table tr.has-row-link a {
      color: inherit;
      text-decoration: none; }
  .table_results table td {
    border: 1px solid #d1d1d1;
    padding: 6px 10px;
    vertical-align: middle;
    text-align: left; }
  .table_results table td a:link, .table_results table td a:visited {
    color: #000;
    text-decoration: none; }
  .table_results table td.val {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 6px;
    color: #333; }
    .table_results table td.val em {
      font-style: normal;
      font-weight: normal;
      padding-left: 2px; }
  .table_results table .a-center {
    text-align: center; }
  .table_results table .a-right {
    text-align: right !important; }
  .table_results table tr.even td {
    background: #fff; }
  .table_results table + .links {
    margin-top: 5px; }
  .table_results table + .link {
    margin-top: 10px; }
  .section-title + .table_results table {
    margin-top: -20px;
    border-top: 0; }
    .section-title + .table_results table tr:first-child th, .section-title + .table_results table tr:first-child td {
      border-top: 0; }
  .table_results table .type-1 a:link, .table_results table .type-1 a:visited {
    color: #0EAB06;
    text-decoration: none; }
  .table_results table .type-2, .table_results table .type-2 a:visited {
    color: #F26D04;
    text-decoration: none; }
  .table_results table .type-3, .table_results table .type-3 a:visited {
    color: #A604D3;
    text-decoration: none; }
  .table_results table .type-4, .table_results table .type-4 a:visited {
    color: #D11725;
    text-decoration: none; }
  .table_results table.players-standings .player {
    font-size: 12px;
    line-height: 100%; }
    .table_results table.players-standings .player div {
      position: relative;
      padding-left: 50px; }
    .table_results table.players-standings .player strong {
      font-weight: bold;
      display: block;
      font-size: 14px;
      margin-bottom: 2px;
      line-height: 100%; }
    .table_results table.players-standings .player em {
      display: block;
      font-size: 11px;
      margin-top: 2px;
      line-height: 100%; }
    .table_results table.players-standings .player img {
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 100%;
      width: 40px;
      height: 40px; }
  .table_results table.players-standings .result {
    font-size: 14px;
    line-height: 100%;
    text-align: center; }
    .table_results table.players-standings .result strong {
      font-size: 19px; }
    .table_results table.players-standings .result .spec {
      font-size: 11px;
      display: block;
      margin-top: 3px;
      color: #666; }
  .table_results table .last-results {
    font-size: 0;
    line-height: 0; }
    .table_results table .last-results span {
      display: inline-block;
      margin: 0 2px;
      color: #fff;
      width: 19px;
      height: 20px;
      background: #707070;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      line-height: 20px;
      border-radius: 100%;
      padding-left: 1px; }
    .table_results table .last-results span.w {
      background-color: #42b53f; }
    .table_results table .last-results span.l {
      background-color: #d4343e; }
  .table_results table.big {
    font-size: 16px;
    line-height: 110%; }
    .table_results table.big th {
      font-size: 13px;
      padding: 10px;
      min-width: 20px; }
      .table_results table.big th strong {
        font-size: 15px; }
    .table_results table.big td {
      padding: 14px 15px; }
    .table_results table.big td.a-center {
      padding: 14px 10px; }
    .table_results table.big td.val {
      font-size: 15px; }
      .table_results table.big td.val.ultrabig {
        font-size: 22px; }
  .table_results table.abbonamenti {
    margin-bottom: 25px; }
    .table_results table.abbonamenti td {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      padding: 10px; }
    .table_results table.abbonamenti th {
      font-size: 16px;
      padding: 10px 5px;
      text-align: center;
      text-transform: none;
      background: #f1f1f1;
      font-weight: bold; }
      .table_results table.abbonamenti th.special {
        font-size: 18px;
        text-transform: uppercase;
        background: #fff; }
  .table_results table.probabile-formazione {
    margin-bottom: 40px; }
    .table_results table.probabile-formazione .teams td {
      vertical-align: top; }
    .table_results table.probabile-formazione .teams .team {
      position: relative;
      min-height: 48px;
      font-size: 18px;
      line-height: 100%;
      padding: 16px 0;
      text-align: right;
      padding-right: 100px; }
      .table_results table.probabile-formazione .teams .team .name {
        font-size: 24px;
        line-height: 100%;
        display: block;
        font-weight: 600;
        margin-bottom: 6px; }
      .table_results table.probabile-formazione .teams .team img {
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 80px; }
      .table_results table.probabile-formazione .teams .team.home {
        padding-right: 0;
        padding-left: 100px;
        text-align: left; }
        .table_results table.probabile-formazione .teams .team.home img {
          right: auto;
          left: 0; }
    .table_results table.probabile-formazione .special-row th {
      background: #f1f1f1 !important; }
    .table_results table.probabile-formazione .special-row th, .table_results table.probabile-formazione .special-row td {
      border-left: 0;
      border-right: 0; }

/* PAGINAZIONE */
.pagination {
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 30px;
  background: none; }
  .pagination .page {
    display: inline-block;
    padding-bottom: 4px; }
    body.media .pagination .page {
      border-color: #06A0C7; }
    .pagination .page strong {
      font-weight: bold;
      color: #9e3b21; }
  .pagination ul {
    text-align: right;
    font-size: 0;
    line-height: 0;
    padding-top: 8px; }
    body.media .pagination ul {
      border-color: #06A0C7; }
    .pagination ul li {
      display: inline-block;
      margin-left: 3px;
      font-size: 14px;
      line-height: 100%; }
    .pagination ul a {
      display: block;
      color: #000;
      text-decoration: none;
      padding: 0 8px;
      transition: color .2s ease;
      position: inherit; }
      body.media .pagination ul a {
        color: #fff; }
      .pagination ul a:hover {
        color: #9e3b21 !important; }
        body.media .pagination ul a:hover {
          color: #06A0C7 !important; }
    .pagination ul li.current {
      font-weight: bold; }
      .pagination ul li.current a {
        color: #9e3b21; }
        body.media .pagination ul li.current a {
          color: #06A0C7 !important; }
    .pagination ul li.next, .pagination ul li.prev {
      font-weight: bold;
      margin-left: 15px; }
      .pagination ul li.next a, .pagination ul li.prev a {
        color: #000;
        padding: 0; }
        body.media .pagination ul li.next a, body.media .pagination ul li.prev a {
          color: #fff; }
    .pagination ul li.prev {
      margin-right: 5px; }
    .pagination ul li.next a:after {
      content: "";
      font: 16px/100% FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-indent: 0;
      font-size: 12px;
      padding-left: 5px;
      color: #9e3b21; }
    .pagination ul li.prev a:before {
      content: "";
      font: 16px/100% FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-indent: 0;
      font-size: 12px;
      padding-right: 5px; }

.team-view-intro .team-profile {
  width: 100%; }

/* RSS */
.main-column {
  float: left;
  width: 306px;
  margin-left: 30px; }

.main-column.left, .main-column.left-l {
  margin-left: 0;
  clear: both; }

.main-section {
  margin-bottom: 30px; }
  .main-section section {
    display: block; }
  .main-section h1 {
    clear: both; }
  .main-section a.link {
    width: 100%;
    text-align: center;
    color: #055998;
    text-decoration: underline; }

.archive-title {
  font-size: 18px;
  line-height: 120%;
  font-weight: normal;
  margin-bottom: 22px; }
  .archive-title strong {
    color: #035793; }

.rss-list {
  background: #F1F1F1;
  border: 1px solid #d1d1d1;
  font-size: 18px;
  line-height: 100%; }
  .rss-list li {
    border-top: 1px solid #e1e1e1;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    list-style-type: none !important; }
    .rss-list li:first-child {
      border-top: 0; }
    .rss-list li.even a {
      background: #fff; }
    .rss-list li a {
      display: block;
      color: #1F1F1F;
      text-decoration: none;
      font-weight: 600;
      padding: 20px;
      padding-left: 60px;
      position: relative; }
    .rss-list li a:before {
      /*@include insert-icon("\f09e");*/
      position: absolute;
      font-size: 26px;
      line-height: 30px;
      left: 20px;
      top: 50%;
      margin-top: -15px; }
    .rss-list li a:hover {
      background: #ededed; }
  .rss-list.teams {
    background: transparent;
    box-shadow: none;
    margin-left: -10px;
    font-size: 16px;
    overflow: hidden;
    border: none; }
    .rss-list.teams li {
      border: 0;
      padding-left: 10px;
      /*@include box-sizing;*/
      width: 33.3333%;
      float: left;
      margin-bottom: 10px; }
      .rss-list.teams li a {
        background: #F1F1F1;
        border: 1px solid #d1d1d1;
        padding: 15px;
        padding-left: 50px; }
        .rss-list.teams li a:before {
          display: none; }
        .rss-list.teams li a img {
          position: absolute;
          top: 50%;
          left: 10px;
          width: 30px;
          height: 30px;
          margin-top: -15px; }
        .rss-list.teams li a:hover {
          background: #ededed; }

/* SITEMAP */
#sitemap {
  overflow: hidden;
  width: 100%; }
  #sitemap .column {
    float: left;
    width: 23%;
    margin-left: 2.66666%; }
    #sitemap .column:first-child {
      margin-left: 0; }
  #sitemap dl {
    border-left: 5px solid #9e3b21;
    padding-left: 10px;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 30px; }
    #sitemap dl a {
      color: #000;
      text-decoration: none; }
      #sitemap dl a:hover {
        text-decoration: underline; }
    #sitemap dl dt {
      font-weight: bold;
      color: #9e3b21;
      text-transform: uppercase;
      margin-bottom: 2px;
      font-size: 17px; }
      #sitemap dl dt a {
        color: #9e3b21; }
    #sitemap dl dd {
      margin-bottom: 2px; }
    #sitemap dl.calcio {
      border-color: #0560A0; }
      #sitemap dl.calcio dt, #sitemap dl.calcio dt a {
        color: #0560A0; }
    #sitemap dl.motori {
      border-color: #DB182C; }
      #sitemap dl.motori dt, #sitemap dl.motori dt a {
        color: #DB182C; }
    #sitemap dl.altro {
      border-color: #FF9326; }
      #sitemap dl.altro dt, #sitemap dl.altro dt a {
        color: #FF9326; }
    #sitemap dl.servizi {
      border-color: #4095B6; }
      #sitemap dl.servizi dt, #sitemap dl.servizi dt a {
        color: #4095B6; }
    #sitemap dl.media {
      border-color: #FFB200; }
      #sitemap dl.media dt, #sitemap dl.media dt a {
        color: #FFB200; }
    #sitemap dl.live {
      border-color: #FF2626; }
      #sitemap dl.live dt, #sitemap dl.live dt a {
        color: #FF2626; }
    #sitemap dl.store {
      border-color: #33A144; }
      #sitemap dl.store dt, #sitemap dl.store dt a {
        color: #33A144; }
    #sitemap dl.social {
      border-color: #4D61B9; }
      #sitemap dl.social dt, #sitemap dl.social dt a {
        color: #4D61B9; }
    #sitemap dl.dilettanti {
      border-color: #D88717; }
      #sitemap dl.dilettanti dt, #sitemap dl.dilettanti dt a {
        color: #D88717; }

/* FORM CONTATTI */
.content-form {
  margin-bottom: 40px; }
  .content-form .field-note {
    font-size: 16px;
    line-height: 120%;
    margin-top: -20px;
    margin-bottom: 30px; }
  .content-form .field .field-note {
    margin-top: 5px; }
  .content-form a {
    color: #9e3b21; }
  .content-form .field {
    float: right;
    width: 49%;
    margin-bottom: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box; }
    .content-form .field.left {
      float: left;
      clear: both; }
    .content-form .field.wide {
      float: none;
      width: auto; }
    .content-form .field label {
      font-size: 16px;
      line-height: 20px;
      display: block;
      margin-bottom: 5px;
      color: #9e3b21;
      font-weight: bold; }
    .content-form .field.option {
      padding-left: 54px;
      position: relative; }
      .content-form .field.option .radio, .content-form .field.option .checker {
        position: absolute;
        top: 0;
        left: 0; }
      .content-form .field.option label {
        font-size: 21px;
        line-height: 130%;
        padding: 3px 0;
        font-weight: normal;
        color: #000; }
      .content-form .field.option.double .radio, .content-form .field.option.double .checker {
        top: 10px; }
  .content-form .options-group {
    margin-bottom: 35px; }
    .content-form .options-group .legend {
      font-size: 20px;
      line-height: 20px;
      color: #9e3b21;
      display: block;
      margin-bottom: 15px; }
    .content-form .options-group .field {
      margin-bottom: 15px; }

.checker {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: inline-block; }
  .checker span {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    border: 1px solid #aaa;
    transition: all .2s ease;
    background: #fff; }
    .checker span.checked {
      border-color: #000; }
    .checker span:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      top: 50%;
      left: 50%;
      margin-left: -5px;
      margin-top: -5px;
      background: #000;
      border-radius: 2px;
      opacity: 0;
      transition: all .2s ease; }
    .checker span.checked:before {
      opacity: 1; }
  .checker input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0;
    opacity: 0; }

input[type=text] {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 2px;
  height: 37px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 0 12px;
  font: 15px 'Source Sans Pro',sans-serif;
  color: #202020;
  width: 100%; }
  input[type=text]:focus {
    border-color: #9e3b21; }

textarea {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 2px;
  height: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 7px 12px;
  font: 15px/18px 'Source Sans Pro',sans-serif;
  color: #202020;
  width: 100%;
  resize: none; }
  textarea:focus {
    border-color: #9e3b21; }

.selector {
  border: 1px solid #ddd;
  background: #F8F8F8;
  border-radius: 2px;
  height: 37px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 0 26px 0 12px;
  font: 15px 'Source Sans Pro',sans-serif;
  color: #202020;
  width: 100%;
  position: relative;
  line-height: 35px;
  transition: all .2s ease; }
  .selector.disabled {
    background: #ddd;
    color: #666; }
  .selector:after {
    content: "";
    font: 16px/100% FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px; }
  .selector select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fffffe;
    opacity: 0;
    z-index: 1; }
  .selector span {
    display: block; }
  .selector.focus {
    border-color: #9e3b21; }
  .selector.focus:after {
    color: #9e3b21; }
  .field.calcio .selector.focus {
    border-color: #0560A0; }
    .field.calcio .selector.focus:after {
      color: #0560A0; }
  .field.motori .selector.focus {
    border-color: #DB182C; }
    .field.motori .selector.focus:after {
      color: #DB182C; }
  .field.altro .selector.focus {
    border-color: #FF9326; }
    .field.altro .selector.focus:after {
      color: #FF9326; }
  .field.servizi .selector.focus {
    border-color: #4095B6; }
    .field.servizi .selector.focus:after {
      color: #4095B6; }
  .field.media .selector.focus {
    border-color: #FFB200; }
    .field.media .selector.focus:after {
      color: #FFB200; }
  .field.live .selector.focus {
    border-color: #FF2626; }
    .field.live .selector.focus:after {
      color: #FF2626; }
  .field.store .selector.focus {
    border-color: #33A144; }
    .field.store .selector.focus:after {
      color: #33A144; }
  .field.social .selector.focus {
    border-color: #4D61B9; }
    .field.social .selector.focus:after {
      color: #4D61B9; }
  .field.dilettanti .selector.focus {
    border-color: #D88717; }
    .field.dilettanti .selector.focus:after {
      color: #D88717; }
  .field.loading .selector:after {
    content: "\f1ce";
    animation: rotate 1s infinite linear; }

/* FORM CONTATTI FINE */
/* PROBABILI FORMAZIONI */
.probabili-formazioni-list {
  background: #F1F1F1;
  border: 1px solid #d1d1d1;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px; }
  .probabili-formazioni-list .title {
    background: #fff;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #9e3b21;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #d1d1d1;
    line-height: 120%; }
  .probabili-formazioni-list li {
    border-top: 1px solid #ddd; }
    .probabili-formazioni-list li:first-child {
      border-top: 0; }
    .probabili-formazioni-list li a {
      padding: 15px;
      height: 60px;
      line-height: 30px;
      color: #1F1F1F;
      text-decoration: none;
      padding-right: 0;
      transition: background .2s ease;
      display: block; }
      .probabili-formazioni-list li a:hover {
        background: #fff; }
      .probabili-formazioni-list li a .team {
        padding-left: 40px;
        position: relative;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        width: 43%; }
        .probabili-formazioni-list li a .team img {
          position: absolute;
          top: 0;
          left: 0;
          height: 30px;
          width: 30px; }
      .probabili-formazioni-list li a .time {
        float: right;
        width: 9%;
        border-left: 1px solid #ddd;
        margin: 0;
        font-size: 12px;
        line-height: 15px;
        font-weight: 600;
        text-align: center;
        height: auto; }

.probabile-formazione-campo {
  background: url(../images/campo.png) no-repeat center top;
  height: 219px;
  width: 100%;
  position: relative;
  margin-top: 40px;
  background-size: contain; }
  .probabile-formazione-campo .team {
    position: absolute;
    top: 3.5%;
    bottom: 10%; }
    .probabile-formazione-campo .team.left {
      left: 11.3%;
      right: 55%; }
    .probabile-formazione-campo .team.right {
      left: 55%;
      right: 11.3%; }
      .probabile-formazione-campo .team.right .row .player .number {
        background-image: url(../images/maglia-2.png); }
    .probabile-formazione-campo .team.left .row.row-1 {
      left: 0;
      transform: skew(-18.5deg); }
      .probabile-formazione-campo .team.left .row.row-1 .player {
        transform: skew(+18.5deg); }
    .probabile-formazione-campo .team.left .row.row-2 {
      left: 33%;
      transform: skew(-13.5deg); }
      .probabile-formazione-campo .team.left .row.row-2 .player {
        transform: skew(+13.5deg); }
    .probabile-formazione-campo .team.left .row.row-3 {
      left: 66%;
      transform: skew(-8.5deg); }
      .probabile-formazione-campo .team.left .row.row-3 .player {
        transform: skew(+8.5deg); }
    .probabile-formazione-campo .team.left .row.row-4 {
      left: 100%;
      transform: skew(-3deg); }
      .probabile-formazione-campo .team.left .row.row-4 .player {
        transform: skew(+3deg); }
    .probabile-formazione-campo .team.left.has-5 .row.row-2 {
      left: 25%;
      transform: skew(-15deg); }
      .probabile-formazione-campo .team.left.has-5 .row.row-2 .player {
        transform: skew(+15deg); }
    .probabile-formazione-campo .team.left.has-5 .row.row-3 {
      left: 50%;
      transform: skew(-11deg); }
      .probabile-formazione-campo .team.left.has-5 .row.row-3 .player {
        transform: skew(+11deg); }
    .probabile-formazione-campo .team.left.has-5 .row.row-4 {
      left: 75%;
      transform: skew(-7deg); }
      .probabile-formazione-campo .team.left.has-5 .row.row-4 .player {
        transform: skew(+8.5deg); }
    .probabile-formazione-campo .team.left.has-5 .row.row-5 {
      left: 100%;
      transform: skew(-3deg); }
      .probabile-formazione-campo .team.left.has-5 .row.row-5 .player {
        transform: skew(+3deg); }
    .probabile-formazione-campo .team.left.has-6 .row.row-2 {
      left: 22%;
      transform: skew(-15deg); }
      .probabile-formazione-campo .team.left.has-6 .row.row-2 .player {
        transform: skew(+15deg); }
    .probabile-formazione-campo .team.left.has-6 .row.row-3 {
      left: 41%;
      transform: skew(-11deg); }
      .probabile-formazione-campo .team.left.has-6 .row.row-3 .player {
        transform: skew(+11deg); }
    .probabile-formazione-campo .team.left.has-6 .row.row-4 {
      left: 60%;
      transform: skew(-7deg); }
      .probabile-formazione-campo .team.left.has-6 .row.row-4 .player {
        transform: skew(+8.5deg); }
    .probabile-formazione-campo .team.left.has-6 .row.row-5 {
      left: 81%;
      transform: skew(-3deg); }
      .probabile-formazione-campo .team.left.has-6 .row.row-5 .player {
        transform: skew(+3deg); }
    .probabile-formazione-campo .team.left.has-6 .row.row-6 {
      left: 100%;
      transform: skew(-3deg); }
      .probabile-formazione-campo .team.left.has-6 .row.row-6 .player {
        transform: skew(+3deg); }
    .probabile-formazione-campo .team.right .row.row-1 {
      right: 0;
      transform: skew(+18.5deg); }
      .probabile-formazione-campo .team.right .row.row-1 .player {
        transform: skew(-18.5deg); }
    .probabile-formazione-campo .team.right .row.row-2 {
      right: 33%;
      transform: skew(+13.5deg); }
      .probabile-formazione-campo .team.right .row.row-2 .player {
        transform: skew(-13.5deg); }
    .probabile-formazione-campo .team.right .row.row-3 {
      right: 66%;
      transform: skew(+8.5deg); }
      .probabile-formazione-campo .team.right .row.row-3 .player {
        transform: skew(-8.5deg); }
    .probabile-formazione-campo .team.right .row.row-4 {
      right: 100%;
      transform: skew(+3deg); }
      .probabile-formazione-campo .team.right .row.row-4 .player {
        transform: skew(-3deg); }
    .probabile-formazione-campo .team.right.has-5 .row.row-2 {
      right: 25%;
      transform: skew(+15deg); }
      .probabile-formazione-campo .team.right.has-5 .row.row-2 .player {
        transform: skew(-15deg); }
    .probabile-formazione-campo .team.right.has-5 .row.row-3 {
      right: 50%;
      transform: skew(+11deg); }
      .probabile-formazione-campo .team.right.has-5 .row.row-3 .player {
        transform: skew(-11deg); }
    .probabile-formazione-campo .team.right.has-5 .row.row-4 {
      right: 75%;
      transform: skew(+7deg); }
      .probabile-formazione-campo .team.right.has-5 .row.row-4 .player {
        transform: skew(-8.5deg); }
    .probabile-formazione-campo .team.right.has-5 .row.row-5 {
      right: 100%;
      transform: skew(+3deg); }
      .probabile-formazione-campo .team.right.has-5 .row.row-5 .player {
        transform: skew(-3deg); }
    .probabile-formazione-campo .team.right.has-6 .row.row-2 {
      right: 22%;
      transform: skew(+15deg); }
      .probabile-formazione-campo .team.right.has-6 .row.row-2 .player {
        transform: skew(-15deg); }
    .probabile-formazione-campo .team.right.has-6 .row.row-3 {
      right: 41%;
      transform: skew(+11deg); }
      .probabile-formazione-campo .team.right.has-6 .row.row-3 .player {
        transform: skew(-11deg); }
    .probabile-formazione-campo .team.right.has-6 .row.row-4 {
      right: 60%;
      transform: skew(+7deg); }
      .probabile-formazione-campo .team.right.has-6 .row.row-4 .player {
        transform: skew(-8.5deg); }
    .probabile-formazione-campo .team.right.has-6 .row.row-5 {
      right: 81%;
      transform: skew(+3deg); }
      .probabile-formazione-campo .team.right.has-6 .row.row-5 .player {
        transform: skew(-3deg); }
    .probabile-formazione-campo .team.right.has-6 .row.row-6 {
      right: 100%;
      transform: skew(+3deg); }
      .probabile-formazione-campo .team.right.has-6 .row.row-6 .player {
        transform: skew(-3deg); }
    .probabile-formazione-campo .team .row {
      position: absolute;
      top: 0;
      bottom: 0; }
      .probabile-formazione-campo .team .row.has-3:last-child {
        top: 9%;
        bottom: 12%; }
      .probabile-formazione-campo .team .row .player {
        position: absolute;
        top: 0; }
        .probabile-formazione-campo .team .row .player a {
          color: #000; }
        .probabile-formazione-campo .team .row .player .number {
          position: absolute;
          top: -27px;
          left: -19px;
          width: 39px;
          height: 31px;
          background: url(../images/maglia-1.png) no-repeat center;
          text-align: center;
          font-size: 12px;
          line-height: 30px;
          font-weight: bold;
          color: #fff; }
        .probabile-formazione-campo .team .row .player .name {
          position: absolute;
          top: 2px;
          left: 0;
          text-align: center;
          font-size: 12px;
          color: #000;
          text-transform: uppercase;
          transform: translateX(-50%);
          line-height: 100%;
          min-width: 70px; }
      .probabile-formazione-campo .team .row.has-1 .player-1 {
        top: 43%; }
      .probabile-formazione-campo .team .row.has-2 .player-1 {
        top: 30%; }
      .probabile-formazione-campo .team .row.has-2 .player-2 {
        top: 59%; }
      .probabile-formazione-campo .team .row.has-3 .player-1 {
        top: 13%; }
      .probabile-formazione-campo .team .row.has-3 .player-2 {
        top: 43%; }
      .probabile-formazione-campo .team .row.has-3 .player-3 {
        top: 79%; }
      .probabile-formazione-campo .team .row.has-4 .player-1 {
        top: 6%; }
      .probabile-formazione-campo .team .row.has-4 .player-2 {
        top: 32%; }
      .probabile-formazione-campo .team .row.has-4 .player-3 {
        top: 60%; }
      .probabile-formazione-campo .team .row.has-4 .player-4 {
        top: 90%; }
      .probabile-formazione-campo .team .row.has-5 .player-1 {
        top: 3%; }
      .probabile-formazione-campo .team .row.has-5 .player-2 {
        top: 23%; }
      .probabile-formazione-campo .team .row.has-5 .player-3 {
        top: 43%; }
      .probabile-formazione-campo .team .row.has-5 .player-4 {
        top: 67%; }
      .probabile-formazione-campo .team .row.has-5 .player-5 {
        top: 93%; }
    .probabile-formazione-campo .team.left .row.has-3 .player-1, .probabile-formazione-campo .team.left .row.has-3 .player-3 {
      margin-left: 5px; }
    .probabile-formazione-campo .team.left .row.has-3 .player-2 {
      margin-left: -5px; }
    .probabile-formazione-campo .team.left .row.has-3:last-child .player-1, .probabile-formazione-campo .team.left .row.has-3:last-child .player-3 {
      margin-left: -5px; }
    .probabile-formazione-campo .team.left .row.has-3:last-child .player-2 {
      margin-left: 3px; }
    .probabile-formazione-campo .team.left .row.has-4 .player-1, .probabile-formazione-campo .team.left .row.has-4 .player-4 {
      margin-left: 5px; }
    .probabile-formazione-campo .team.left .row.has-4 .player-2, .probabile-formazione-campo .team.left .row.has-4 .player-3 {
      margin-left: -5px; }
    .probabile-formazione-campo .team.left .row.has-5 .player-1, .probabile-formazione-campo .team.left .row.has-5 .player-5 {
      margin-left: 8px; }
    .probabile-formazione-campo .team.left .row.has-5 .player-3 {
      margin-left: -8px; }
    .probabile-formazione-campo .team.right .row.has-3 .player-1, .probabile-formazione-campo .team.right .row.has-3 .player-3 {
      margin-left: -5px; }
    .probabile-formazione-campo .team.right .row.has-3 .player-2 {
      margin-left: 5px; }
    .probabile-formazione-campo .team.right .row.has-3:last-child .player-1, .probabile-formazione-campo .team.right .row.has-3:last-child .player-3 {
      margin-left: 5px; }
    .probabile-formazione-campo .team.right .row.has-3:last-child .player-2 {
      margin-left: -3px; }
    .probabile-formazione-campo .team.right .row.has-4 .player-1, .probabile-formazione-campo .team.right .row.has-4 .player-4 {
      margin-left: -5px; }
    .probabile-formazione-campo .team.right .row.has-4 .player-2, .probabile-formazione-campo .team.right .row.has-4 .player-3 {
      margin-left: 5px; }
    .probabile-formazione-campo .team.right .row.has-5 .player-1, .probabile-formazione-campo .team.right .row.has-5 .player-5 {
      margin-left: -8px; }
    .probabile-formazione-campo .team.right .row.has-5 .player-3 {
      margin-left: 8px; }

.block-selector {
  margin-bottom: 24px;
  position: relative;
  border: 1px solid #d1d1d1;
  background: #f1f1f1;
  overflow: hidden;
  padding: 10px;
  padding-left: 18px; }
  .section-title + .block-selector {
    margin-top: -20px;
    border-top: 0; }
  .block-selector .field {
    float: right;
    width: 200px; }
  .block-selector .title {
    float: left;
    line-height: 32px;
    color: #c1272d;
    font-weight: bold;
    font-size: 18px; }
  .block-selector .selector {
    height: 32px;
    padding: 0 24px 0 10px;
    font-size: 14px;
    line-height: 30px;
    background: #fff; }
  .block-selector.calcio .title {
    color: #0560A0; }
  .block-selector.motori .title {
    color: #DB182C; }
  .block-selector.altro .title {
    color: #FF9326; }
  .block-selector.servizi .title {
    color: #4095B6; }
  .block-selector.media .title {
    color: #FFB200; }
  .block-selector.live .title {
    color: #FF2626; }
  .block-selector.store .title {
    color: #33A144; }
  .block-selector.social .title {
    color: #4D61B9; }
  .block-selector.dilettanti .title {
    color: #D88717; }

.topflop-area .head {
  overflow: hidden;
  padding: 15px;
  border: 1px solid #d1d1d1;
  border-top: 0; }
  .topflop-area .head p {
    float: left;
    color: #843f22;
    font-size: 14px;
    font-weight: bold; }
  .topflop-area .head .legend {
    float: right;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase; }
    .topflop-area .head .legend li {
      position: relative;
      display: inline-block;
      padding-left: 60px;
      margin-right: 10px; }
      .topflop-area .head .legend li span {
        position: absolute;
        left: 0;
        top: 5px;
        display: block;
        height: 10px;
        width: 50px; }
      .topflop-area .head .legend li.drafting span {
        background-color: #9E3B21; }
      .topflop-area .head .legend li.readers span {
        background-color: #CDC60A; }
.topflop-area .items {
  text-align: left;
  font-size: 28px;
  font-weight: normal;
  line-height: 100%; }
  .topflop-area .items li {
    border: 1px solid #d1d1d1;
    background: #F1F1F1;
    position: relative;
    border-top: 0;
    padding: 16px 20px 9px 20px;
    font-weight: bold;
    min-height: 74px;
    font-size: 18px;
    line-height: 100%; }
    .topflop-area .items li.even {
      background-color: #fff; }
    .topflop-area .items li.has-image {
      padding-left: 190px; }
    .topflop-area .items li .position {
      position: absolute;
      left: 12px;
      top: 50%;
      font-weight: bold;
      font-size: 30px;
      line-height: 30px;
      color: #2eb509;
      margin-top: -15px; }
    .topflop-area .items li em {
      font-weight: normal; }
      .topflop-area .items li em:before {
        content: "- "; }
    .topflop-area .items li img {
      position: absolute;
      top: 12px;
      left: 40px;
      width: 138px;
      height: 78px; }
    .topflop-area .items li .value {
      display: block;
      margin-right: 100px;
      height: 20px;
      margin-top: 13px; }
      .topflop-area .items li .value + .value {
        margin-top: 4px; }
      .topflop-area .items li .value .bar {
        background: #CA1326;
        height: 10px;
        display: block;
        position: relative; }
        .topflop-area .items li .value .bar .num {
          position: absolute;
          left: 100%;
          top: -4px;
          padding-left: 12px;
          font-size: 16px;
          font-weight: 600;
          line-height: 100%;
          text-transform: uppercase; }
        .topflop-area .items li .value .bar.drafting {
          background-color: #9E3B21; }
        .topflop-area .items li .value .bar.readers {
          background-color: #CDC60A; }
    .topflop-area .items li .num-voti {
      font-size: 14px;
      color: #6D6D6D;
      line-height: 100%;
      margin-top: 8px;
      display: block; }
  .topflop-area .items.flop li .position {
    color: #c8001a; }

.topflop-vota {
  margin-bottom: 60px; }
  .topflop-vota .match-detail {
    border-bottom: 0;
    margin-bottom: 0;
    background: #f1f1f1; }
    .topflop-vota .match-detail .teams .result {
      color: #000; }
  .topflop-vota .button-area {
    padding: 20px;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    border-top: 0; }
    .topflop-vota .button-area .button {
      float: right; }
    .topflop-vota .button-area .to-votes {
      float: left;
      margin-top: 12px; }
  .topflop-vota .selector {
    margin: -10px 0; }
  .topflop-vota table .coach td, .topflop-vota table .coach th {
    border: 0; }

/* PROBABILI FORMAZIONI FINE */
.poll-area {
  text-align: center;
  margin-bottom: 30px; }
  .feedback-area + .poll-area {
    margin-top: -20px; }
  .poll-area .section-title {
    margin-bottom: 0;
    text-align: left; }
  .poll-area .content {
    border: 1px solid #d1d1d1;
    background: #F1F1F1; }
  .poll-area .section-title + .content {
    border-top: 0; }
  .section-title + .poll-area {
    margin-top: -20px; }
    .section-title + .poll-area .content {
      border-top: 0; }
  .poll-area .question {
    font-size: 18px;
    line-height: 120%;
    padding: 13px 16px 14px;
    border-bottom: 1px solid #d1d1d1;
    text-align: left;
    font-style: italic;
    color: #9e3b21;
    background: #fff; }
  .poll-area .note {
    border-top: 1px solid #ddd;
    padding: 13px 18px;
    font-size: 13px;
    line-height: 120%;
    text-align: left;
    background: #fff; }
  .poll-area .answer {
    padding: 10px 18px;
    text-align: left;
    font-size: 18px;
    line-height: 100%; }
    .poll-area .answer .big {
      font-size: 24px;
      line-height: 100%;
      font-weight: 600;
      margin-bottom: 8px; }
    .poll-area .answer .button-area {
      padding-left: 0 !important;
      padding-right: 0 !important;
      padding-bottom: 0 !important;
      overflow: visible !important;
      margin-top: 12px; }
    .poll-area .answer .wrapper {
      position: relative; }
    .poll-area .answer.has-image .wrapper {
      padding-left: 80px;
      min-height: auto;
      padding-left: 190px; }
      .poll-area .answer.has-image .wrapper p {
        font-size: 1.25rem; }
    .poll-area .answer img {
      position: absolute;
      top: 0;
      left: 0;
      width: 160px; }
  .poll-area .answers {
    font-size: 16px;
    line-height: 18px;
    text-align: left; }
    .poll-area .answers li {
      border-bottom: 1px solid #ddd;
      background: #fff;
      position: relative; }
      .poll-area .answers li:hover {
        background: #fafafa; }
      .poll-area .answers li.selected {
        background: #fafafa; }
      .poll-area .answers li.has-image label span {
        padding-left: 70px; }
      .poll-area .answers li label {
        display: table;
        width: 100%;
        height: 56px;
        cursor: pointer; }
        .poll-area .answers li label span {
          display: table-cell;
          vertical-align: middle;
          padding: 10px 18px;
          padding-right: 50px; }
        .poll-area .answers li label img {
          position: absolute;
          top: 3px;
          left: 3px;
          width: 50px;
          height: 50px; }
      .poll-area .answers li .radio {
        position: absolute;
        top: 50%;
        right: 18px;
        margin-top: -12px; }
      .poll-area .answers li.result {
        padding: 10px 18px;
        font-weight: normal;
        min-height: 36px; }
        .poll-area .answers li.result.has-image {
          padding-left: 70px; }
        .poll-area .answers li.result:hover {
          background: #fff; }
        .poll-area .answers li.result img {
          position: absolute;
          top: 3px;
          left: 3px;
          width: 50px;
          height: 50px; }
        .poll-area .answers li.result .value {
          margin-right: 80px;
          height: 15px;
          display: block;
          margin-top: 5px; }
          .poll-area .answers li.result .value .bar {
            background: #9e3b21;
            height: 15px;
            display: block;
            position: relative; }
            .poll-area .answers li.result .value .bar .num {
              position: absolute;
              left: 100%;
              top: -4px;
              padding-left: 12px;
              font-size: 23px;
              font-weight: bold;
              line-height: 100%; }
        .poll-area .answers li.result .num-voti {
          font-size: 14px;
          color: #9e3b21;
          line-height: 16px;
          margin-top: 5px;
          display: block;
          text-transform: uppercase; }
          .poll-area .answers li.result .num-voti strong {
            font-size: 16px; }
  .poll-area .button {
    margin: 10px auto; }
  .poll-area .button-area {
    overflow: hidden;
    padding: 10px 18px;
    text-align: left; }
    .poll-area .button-area .button {
      float: right;
      margin: 1px;
      background-color: #9e3b21;
      color: #fff;
      font-weight: 900;
      padding: 10px 20px;
      font-size: 18px; }
    .poll-area .button-area .num-voti {
      color: #fff !important;
      background-color: #055998;
      padding: 10px 20px;
      font-weight: 900;
      font-size: 18px; }
  .poll-area .links {
    margin-top: 12px; }
  .poll-area.big {
    margin-bottom: 40px;
    /*.button {@extend .button.big;}*/ }
    .poll-area.big .content {
      background: #fff; }
    .poll-area.big .question {
      font-size: 26px;
      font-weight: bold;
      line-height: 110%;
      padding: 18px 20px; }
    .poll-area.big .note {
      padding: 17px 20px; }
    .poll-area.big .button-area {
      overflow: hidden;
      padding: 15px 18px;
      text-align: left; }
      .poll-area.big .button-area .num-voti {
        font-size: 14px;
        line-height: 41px;
        text-transform: uppercase;
        color: #9e3b21; }
        .poll-area.big .button-area .num-voti strong {
          font-weight: bold;
          font-size: 16px; }
    .poll-area.big .answer {
      padding: 18px 20px;
      font-size: 28px;
      line-height: 100%; }
      .poll-area.big .answer .big {
        font-size: 1.75rem;
        line-height: 100%; }
      .poll-area.big .answer .button-area {
        margin-top: 18px; }
    .poll-area.big .answers {
      font-size: 1.25rem !important;
      font-weight: normal;
      line-height: 100%; }
      .poll-area.big .answers li label {
        height: 120px; }
        .poll-area.big .answers li label span {
          padding-right: 70px; }
      .poll-area.big .answers li img {
        top: 12px;
        left: 20px;
        width: 169px;
        height: 95px; }
      .poll-area.big .answers li.has-image label span {
        padding-left: 212px; }
      .poll-area.big .answers li .radio {
        right: 25px; }
      .poll-area.big .answers li.result {
        padding: 20px;
        font-weight: normal;
        min-height: 79px;
        font-size: 20px;
        line-height: 100%; }
        .poll-area.big .answers li.result .value {
          margin-right: 100px;
          height: 20px;
          margin-top: 8px; }
          .poll-area.big .answers li.result .value .bar {
            height: 20px; }
            .poll-area.big .answers li.result .value .bar .num {
              font-size: 28px;
              line-height: 100%; }
        .poll-area.big .answers li.result .num-voti {
          margin-top: 8px; }
        .poll-area.big .answers li.result.has-image {
          padding-left: 212px; }
        .poll-area.big .answers li.result:hover {
          background: #fff; }
  .poll-area.calcio .question {
    color: #0560A0; }
  .poll-area.calcio .radio span.checked {
    border-color: #0560A0; }
  .poll-area.calcio .radio span:before {
    background: #0560A0; }
  .poll-area.calcio .answers li.result .value .bar {
    background: #0560A0; }
  .poll-area.calcio .button-area .num-voti {
    color: #0560A0; }
  .poll-area.calcio .answers .result .num-voti {
    color: #0560A0; }
  .poll-area.motori .question {
    color: #DB182C; }
  .poll-area.motori .radio span.checked {
    border-color: #DB182C; }
  .poll-area.motori .radio span:before {
    background: #DB182C; }
  .poll-area.motori .answers li.result .value .bar {
    background: #DB182C; }
  .poll-area.motori .button-area .num-voti {
    color: #DB182C; }
  .poll-area.motori .answers .result .num-voti {
    color: #DB182C; }
  .poll-area.altro .question {
    color: #FF9326; }
  .poll-area.altro .radio span.checked {
    border-color: #FF9326; }
  .poll-area.altro .radio span:before {
    background: #FF9326; }
  .poll-area.altro .answers li.result .value .bar {
    background: #FF9326; }
  .poll-area.altro .button-area .num-voti {
    color: #FF9326; }
  .poll-area.altro .answers .result .num-voti {
    color: #FF9326; }
  .poll-area.servizi .question {
    color: #4095B6; }
  .poll-area.servizi .radio span.checked {
    border-color: #4095B6; }
  .poll-area.servizi .radio span:before {
    background: #4095B6; }
  .poll-area.servizi .answers li.result .value .bar {
    background: #4095B6; }
  .poll-area.servizi .button-area .num-voti {
    color: #4095B6; }
  .poll-area.servizi .answers .result .num-voti {
    color: #4095B6; }
  .poll-area.media .question {
    color: #FFB200; }
  .poll-area.media .radio span.checked {
    border-color: #FFB200; }
  .poll-area.media .radio span:before {
    background: #FFB200; }
  .poll-area.media .answers li.result .value .bar {
    background: #FFB200; }
  .poll-area.media .button-area .num-voti {
    color: #FFB200; }
  .poll-area.media .answers .result .num-voti {
    color: #FFB200; }
  .poll-area.live .question {
    color: #FF2626; }
  .poll-area.live .radio span.checked {
    border-color: #FF2626; }
  .poll-area.live .radio span:before {
    background: #FF2626; }
  .poll-area.live .answers li.result .value .bar {
    background: #FF2626; }
  .poll-area.live .button-area .num-voti {
    color: #FF2626; }
  .poll-area.live .answers .result .num-voti {
    color: #FF2626; }
  .poll-area.store .question {
    color: #33A144; }
  .poll-area.store .radio span.checked {
    border-color: #33A144; }
  .poll-area.store .radio span:before {
    background: #33A144; }
  .poll-area.store .answers li.result .value .bar {
    background: #33A144; }
  .poll-area.store .button-area .num-voti {
    color: #33A144; }
  .poll-area.store .answers .result .num-voti {
    color: #33A144; }
  .poll-area.social .question {
    color: #4D61B9; }
  .poll-area.social .radio span.checked {
    border-color: #4D61B9; }
  .poll-area.social .radio span:before {
    background: #4D61B9; }
  .poll-area.social .answers li.result .value .bar {
    background: #4D61B9; }
  .poll-area.social .button-area .num-voti {
    color: #4D61B9; }
  .poll-area.social .answers .result .num-voti {
    color: #4D61B9; }
  .poll-area.dilettanti .question {
    color: #D88717; }
  .poll-area.dilettanti .radio span.checked {
    border-color: #D88717; }
  .poll-area.dilettanti .radio span:before {
    background: #D88717; }
  .poll-area.dilettanti .answers li.result .value .bar {
    background: #D88717; }
  .poll-area.dilettanti .button-area .num-voti {
    color: #D88717; }
  .poll-area.dilettanti .answers .result .num-voti {
    color: #D88717; }

#poll-message .feedback-area {
  font-size: 1.25rem;
  margin: 30px 0;
  color: #cc0000; }

/* Il Mercato In Diretta*/
.newsthree .wrapper {
  height: auto; }

.live-strip .wrapper {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #ddd;
  height: 116px;
  overflow: hidden !important;
  position: relative; }

.tab-content.current {
  display: block !important; }

.section-slider {
  overflow: hidden !important;
  position: relative; }

.tab-content {
  clear: both;
  display: none; }

.newsthree {
  float: left;
  width: 100%; }

.newsthree .section-slider ul li {
  width: 269px !important;
  height: auto !important;
  font-size: 11px;
  line-height: 110%; }

.main-section.newsthree.mercato_diretta {
  padding-left: 0px;
  padding-right: 0px; }

.newsthree.mercato_diretta .section-slider ul li, .newsthree.mercato_diretta .carousel-container {
  width: 100% !important;
  padding: 0; }

.newsthree.mercato_diretta .section-header {
  border-bottom: 0px solid #000;
  padding: 20px 0 20px 0; }

.newsthree.mercato_diretta .section-header h1.section-title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #000;
  margin-right: 12px;
  display: inline-block; }

.newsthree.mercato_diretta .carousel-container {
  height: 179px;
  border-bottom: 1px solid #ddd; }

.newsthree.mercato_diretta ul li p.titlenews {
  border-bottom: 0 solid #ddd;
  font-size: 15px;
  margin: 0;
  padding: 15px 0 15px 10px;
  width: 100%;
  line-height: 130%; }

.newsthree.mercato_diretta ul li p.titlenews:nth-child(even) {
  background: #f2f2f2; }

.newsthree.mercato_diretta ul li p.titlenews:nth-child(odd) {
  background: #FFF; }

.newsthree .touchcarousel-container {
  width: 100% !important;
  position: relative; }

.newsthree .wrapper {
  height: auto; }

.newsthree ul li .spec {
  text-align: left !important;
  margin-top: 0px; }

.newsthree ul li p.titlenews {
  margin-top: 15px;
  font-size: 14px; }

.newsthree ul li p.archive {
  float: right;
  margin: 20px 0; }

.newsthree ul li p.archive a {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase; }

.newsthree .section-slider ul li .tournment {
  font-weight: bold;
  color: #000;
  display: inline;
  line-height: 14px;
  float: left;
  padding-left: 10px;
  padding-top: 10px; }

.newsthree .section-slider ul li img {
  padding-top: 4px;
  float: left; }

.newsthree .section-slider ul li a:link, .newsthree .section-slider ul li a:active, .newsthree .section-slider ul li a:visited {
  color: #000;
  text-decoration: none;
  font-size: 15px !important; }

.newsthree .section-slider ul li a.link, .newsthree .section-slider ul .links li a, .links .newsthree .section-slider ul li a {
  font-size: 14px;
  font-weight: normal;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  float: left; }

.newsthree .section-slider ul li .header {
  padding-right: 13px !important; }

.newsthree ul li span {
  font-weight: bold; }

.newsthree .carousel-container {
  float: left;
  height: 341px;
  overflow: hidden;
  padding: 0 10px 10px;
  position: relative; }

.newsthree.mercato_diretta .tags {
  padding: 4px;
  background: #ce0313;
  color: #fff !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  margin-right: 5px; }

.newsthree.mercato_diretta .tags.esclusiva {
  background: #ce0313; }

.newsthree.mercato_diretta .tags.prestito {
  background: #0DB4E2; }

.newsthree.mercato_diretta .tags.rumors {
  background: #F69109; }

.newsthree.mercato_diretta .tags.ufficiale {
  background: #EC14D3; }

.newsthree.mercato_diretta .tags.estero {
  background: #5B8406; }

.newsthree.mercato_diretta .section-slider ul li a:link {
  margin-top: 0;
  font-weight: normal !important; }

.newsthree.mercato_diretta .section-slider ul li a:hover {
  text-decoration: underline; }

.newsthree .arrow-holder {
  display: none !important; }

.newsthree .section-slider ul.related, .newsthree .main-column-3 ul.related {
  height: auto !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
  float: left;
  position: static;
  width: 100%;
  padding-top: 6px;
  position: absolute;
  top: 294px; }

.newsthree .titlenews.has-media.has-photo span:before {
  content: "\f030";
  font: 16px/100% FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  font-size: 14px;
  position: relative;
  top: -1px;
  margin-right: 3px; }

.newsthree .titlenews.has-media.has-video span:before {
  content: "\f04b";
  font: 16px/100% FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  font-size: 14px;
  position: relative;
  top: -1px;
  margin-right: 3px; }

.newsthree .main-column-3 ul.related {
  position: static !important; }

.newsthree .section-slider ul.related li, .newsthree .main-column-3 ul.related li {
  float: left;
  height: 30px !important;
  line-height: 30px;
  width: 40% !important;
  border-right: 0px;
  border-left: 0px;
  text-align: center;
  color: #ff0000; }

.newsthree.live-strip ul li .header {
  background: #fff;
  margin: 0 -10px;
  padding: 0 10px;
  height: 50px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
  padding-right: 36px;
  position: relative;
  font-size: 13px;
  line-height: 28px;
  text-transform: uppercase; }

.newsthree.live-strip ul li {
  float: left;
  width: 143px;
  height: 116px;
  padding: 0;
  margin-left: -1px;
  position: relative; }

.newsthree .main-column-3 ul.related li {
  width: 30% !important; }

.newsthree .section-slider ul.related li a, .newsthree .main-column-3 ul.related li a {
  color: #33D922;
  font-size: 13px; }

/* I più visti */
section h1.section-title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #000;
  margin-right: 12px;
  display: inline-block; }

section h1.section-title.live, section h1.section-title.calcio {
  font-size: 1.75rem; }

.posts-special-list {
  font-size: 22px;
  line-height: 120%;
  overflow: hidden;
  padding: 0 19px 10px; }
  .posts-special-list li {
    list-style-type: none;
    counter-increment: list;
    position: relative;
    float: left;
    width: 22%;
    margin-left: 4%;
    margin-bottom: 20px; }
    .posts-special-list li.first {
      margin-left: 0;
      clear: both; }
    .posts-special-list li a {
      color: #000;
      text-decoration: none;
      transition: color .2s ease;
      display: block; }
      .posts-special-list li a:hover {
        color: #4d4d4d; }
      .posts-special-list li a:before {
        content: counter(list);
        color: #9e3b21;
        font-size: 28px;
        font-family: 'Abril Fatface',serif;
        margin-right: 7px;
        position: relative;
        top: 1px; }
  .main .posts-special-list {
    font-size: 18px; }
    .main .posts-special-list li a:before {
      font-size: 22px;
      margin-right: 5px; }

/* Box feed calcionews24 (contenuti esterni) */
.ext-feed {
  position: relative;
  padding: 5px 15px 30px;
  background-color: #f3f3f3; }

.ext-feed .article.has-image .image.squared.squared-center {
  width: 100px;
  height: 80px; }

.ext-feed .article.has-image .image.squared.squared-center img {
  width: 100%;
  border-radius: 4px; }

.ext-feed > span img {
  width: 100px;
  float: left;
  margin-bottom: 20px; }

.ext-feed .section-title {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  color: #1a1a1a;
  padding: 10px 0;
  float: left;
  width: 100%; }

.ext-feed .article.has-image span.top {
  font-size: .875rem;
  height: 21px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  color: #ca1327; }

.ext-feed .article.has-image span.title {
  float: left; }

.ext-feed .article.has-image span.title a {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 6px;
  color: #000; }

.ext-feed .article.has-image {
  margin-bottom: 15px; }

.sidebar .ext-feed .news-list li.has-image {
  min-height: 80px;
  padding-top: 0;
  margin-bottom: 10px; }

.sidebar .ext-feed .article .title {
  font-size: 16px; }

.sidebar .ext-feed .article.has-image {
  padding-left: 110px; }

.ext-feed span.archive {
  position: absolute;
  bottom: 10px;
  right: 10px; }

.ext-feed span.archive a {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 14px; }

.sidebar .ext-feed .article .title {
  font-size: 16px;
  margin-bottom: 5px; }

/* Box feed calcionews24 (contenuti esterni) fine */
/* fix logo video */
.flowplayer .fp-logo img {
  width: 100%;
  position: static; }

/* 404 */
.content-404 {
  background: url(../images/commons/404.png) no-repeat center top;
  padding-top: 320px;
  font-size: 26px;
  line-height: 100%;
  color: #606B72;
  text-align: center; }
  .content-404 .title {
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 16px; }
  .content-404 a {
    color: #005FD1; }

/* Tab Nav Livescore */
.tab-nav.live li {
  float: left;
  margin-right: 10px;
  padding: 10px 0; }

.tab-nav.live li a {
  color: #00AEEF;
  font-weight: bold;
  text-decoration: none; }

.tab-nav.live li a:hover {
  text-decoration: underline; }

/* Tech Zone */
.tech-zone {
  background: url(../images/bg_tech_zone_ts.png) bottom left no-repeat;
  height: 114px;
  text-align: center;
  line-height: 100px;
  font-size: 3.75rem;
  font-weight: 900;
  color: #ff9900; }

.is-tech-zone .main-header {
  background-image: none; }

.is-tech-zone .main-header__content {
  padding: 0; }

.is-tech-zone .rubrica-nav {
  background-color: #f24200; }

/* Tutto running */
.running {
  background: url(../images/running_ts.png) bottom left no-repeat;
  height: 114px;
  text-align: center;
  line-height: 100px;
  font-size: 3.75rem;
  font-weight: 900;
  color: #ff9900;
  text-indent: -9000px;
  margin: 0 auto;
  background-position: center; }

/* Loghi Auto Sezione Motori*/
.brands-list {
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden; }
  .brands-list ul {
    overflow: hidden; }
  .brands-list li {
    float: left;
    width: 10%; }
    .brands-list li a {
      font-size: 12px;
      line-height: 110%;
      color: #FA880E;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      height: 24px;
      background: #fff;
      padding-top: 74px;
      text-align: center;
      position: relative;
      transition: all .2s ease;
      font-weight: bold; }
    .brands-list li a:hover {
      background: #f1f1f1; }
    .brands-list li img {
      position: absolute;
      top: 11px;
      left: 50%;
      margin-left: -40px;
      width: 80px; }

/* Goldenboy */
.category-home-golden-boy #page-intro h1 {
  padding-top: 19px;
  height: 125px;
  background: url(../images/bg_goldenboy.png) top left no-repeat;
  background-position: 0 20px;
  text-align: center; }

.category-home-golden-boy #page-intro h1 span {
  text-indent: -9999px;
  display: block;
  background: url(../images/title_goldenboy_n.png) no-repeat;
  height: 92px;
  width: 588px;
  margin: 0 auto; }

.category-home-golden-boy #page-intro .menu ul li a:hover {
  background: #b99b52 !important; }

.category-home-golden-boy header.main-header {
  background: #fff !important; }

/* Privacy policy */
.table_results_privacy {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 140%; }

.table_results_privacy table {
  width: 100%;
  float: left; }

.table_results_privacy table tr {
  width: 100%;
  float: left; }

.table_results_privacy table tr td {
  width: 25%;
  float: left; }

.table_results_privacy table tr td p a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* gruppo da testare */
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* ----------------- */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

/* Altri Campionati*/
.competitions-list-italia {
  background-color: #fff;
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 5px; }

.competitions-list-italia ul {
  float: left; }

.competitions-list-italia ul li {
  float: left;
  margin: 40px 20px 30px 45px;
  text-align: center; }

.competitions-list-italia ul li a {
  text-indent: -9000px; }

.competitions-list-italia ul li label {
  display: block;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  height: 24px;
  background: #fff;
  text-align: center;
  position: relative;
  margin-left: -1px;
  margin-bottom: -1px;
  margin-top: 10px; }

.competitions-list {
  background-color: #fff;
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 5px; }

.competitions-list ul {
  float: left; }

.competitions-list ul li {
  float: left;
  margin: 40px 15px 30px 50px;
  text-align: center;
  min-width: 133px; }

.competitions-list ul li img {
  background-color: #eee;
  padding: 3px; }

.competitions-list ul li a {
  display: block; }

.competitions-list ul li label {
  display: block;
  margin-bottom: 5px; }

.competitions-list ul li ul {
  width: 100%;
  height: 40px; }

.competitions-list ul li ul li {
  float: none;
  margin: 0; }

.competitions-list ul li ul li a {
  color: #1a1a1a;
  text-decoration: none;
  background: #fff;
  text-align: center;
  position: relative;
  margin-left: -1px;
  margin-bottom: -1px;
  font-size: 12px;
  margin-top: 5px; }

.europa ul li {
  margin: 40px 10px 30px 15px; }

.europa ul li ul {
  width: 100%;
  height: 100px; }

/* outbrain dettaglio foto e video */
section.main-section h1.section-title.servizi {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
  margin: 6px 0; }

body.is-media section.main-section h1.section-title.media {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #169fc5;
  margin: 6px 0; }

body.is-media .AR_1 .item-container {
  border-bottom: 0px dotted #DDDDDD;
  height: auto; }

body.is-media .AR_1 .ob-text-content .ob-tcolor, .AR_1 .ob-text-content .ob-tcolor {
  color: #fff;
  font-size: 0.9rem; }

body.is-media .outbrain-related .OUTBRAIN .AR_2 .strip-img, body.is-media .outbrain-related .OUTBRAIN .AR_3 .strip-img, body.is-media .outbrain-related .OUTBRAIN .VP0 .strip-img {
  width: 151px;
  height: 84px;
  border-radius: 0px;
  border: none !important;
  margin: 0px !important;
  display: block;
  padding: 0px !important; }

body.is-media .outbrain-related .OUTBRAIN .AR_2 .strip-rec-link-title, body.is-media .outbrain-related .OUTBRAIN .AR_3 .strip-rec-link-title, body.is-media .outbrain-related .OUTBRAIN .VP0 .strip-rec-link-title {
  font-size: 1rem;
  font-family: inherit; }

body.is-media .outbrain-related .OUTBRAIN .AR_2 .ob-text-content, body.is-media .outbrain-related .OUTBRAIN .AR_3 .ob-text-content, body.is-media .outbrain-related .OUTBRAIN .VP0 .ob-text-content {
  padding-left: 156px; }

body.is-media .AR_2 .rec-src-link {
  padding-left: 0; }

.content_type-articolo .AR_1 .item-container {
  border-bottom: 0px dotted #DDDDDD;
  height: auto; }

.content_type-articolo .outbrain-related .OUTBRAIN .AR_2 .strip-img, content_type-articolo .outbrain-related .OUTBRAIN .AR_3 .strip-img, content_type-articolo .outbrain-related .OUTBRAIN .VP0 .strip-img {
  width: 151px;
  height: auto;
  border-radius: 0px;
  border: none !important;
  margin: 0px !important;
  display: block;
  padding: 0px !important; }

.content_type-articolo .outbrain-related .OUTBRAIN .AR_2 .ob-text-content, .content_type-articolo .outbrain-related .OUTBRAIN .AR_3 .ob-text-content, .content_type-articolo .outbrain-related .OUTBRAIN .VP0 .ob-text-content {
  padding-left: 156px; }

.content_type-articolo .outbrain-related .OUTBRAIN .AR_2 .strip-rec-link-title, .content_type-articolo .outbrain-related .OUTBRAIN .AR_3 .strip-rec-link-title,
.content_type-articolo .outbrain-related .OUTBRAIN .VP0 .strip-rec-link-title {
  font-size: 13px;
  font-weight: 700;
  padding-left: 7px !important;
  font-family: inherit;
  color: #444444; }

.content_type-articolo .AR_1 .item-container-ad .paid-distribution {
  top: 13px !important;
  border: 0px;
  width: auto;
  padding: 2px 0;
  text-align: center; }

.category-home-mondiali-2018 .widget--classifica-orizzontale span.pt {
  display: none; }

.category-home-mondiali-2018 .widget.widget--classifica-orizzontale ul li:after {
  display: none; }

/* listino auto nuove search */
section.side-motori-search {
  width: 300px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 299px;
  background-color: #00a259;
  padding-bottom: 10px; }
  section.side-motori-search h1.section-title span {
    clear: both;
    font-size: 1.75rem;
    font-weight: 900;
    color: #ffffff;
    margin-right: 12px;
    display: inline-block; }
  section.side-motori-search .search label {
    color: #fff;
    line-height: 30px; }
  section.side-motori-search .search a.button {
    background-color: #1a1a1a;
    padding: 10px 15px;
    color: #fff;
    border-radius: 10px;
    float: left;
    margin: 15px 0 0 0;
    font-weight: 600; }
  section.side-motori-search .modelli {
    clear: both; }
    section.side-motori-search .modelli h2 {
      font-size: 1.75rem;
      color: #fff;
      font-weight: 900;
      line-height: 50px; }
    section.side-motori-search .modelli li {
      min-height: 115px;
      clear: both; }
      section.side-motori-search .modelli li a {
        color: #fff;
        font-weight: 600;
        line-height: 20px; }
      section.side-motori-search .modelli li span.brand {
        color: #eee;
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 30px;
        display: block; }
      section.side-motori-search .modelli li span.price {
        color: #eee;
        font-weight: 600;
        display: block; }
      section.side-motori-search .modelli li img {
        float: left;
        margin-right: 5px; }

/* Opta */
.Opta .Opta-H2, .Opta h2 {
  background: #0071af !important; }

.Opta .Opta-H2 .Opta-Title, .Opta .Opta-H2 .Opta-Title-Extra, .Opta h2 .Opta-Title, .Opta h2 .Opta-Title-Extra {
  font-size: 16px !important; }

/*.article--category-motori .article__date{display: none!important}*/
/* IMG responsiva Iniziativa Editoriale*/
.content_type-IniziativaEditoriale .single-content__main img {
  width: 99% !important;
  height: auto; }

/* modifica box store */
.sliderblock.sliderblock--is-store .sliderblock__slide a {
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 100%;
  position: absolute; }

/* Disattivazione categoria Fotogallery */
.is-media.content_type-Foto .foto-header__occhiello {
  display: none; }

/* Margine secondo leaderboard */
.adv.adv-728x90-bot {
  margin-top: 20px; }

.featured__slider .article__date {
  display: none; }

/* Fix menù terzo livello */
.has-rubrica-nav.has-scrolled-header #content .rubrica-nav {
  position: static !important;
  transform: translate3d(0px, 0, 0); }

.widget--marcatori td:nth-child(2), .widget--assistman td:nth-child(2), .widget--cattivi td:nth-child(2) {
  text-align: left !important;
  padding-left: 8px; }

.widget--risultati td, .widget--risultati td, .widget--risultati td {
  font-size: 12px !important; }

.widget--risultati td.player strong, .widget--risultati td.player strong, .widget--risultati td.player strong {
  margin-right: 5px; }

.widget--risultati td.result .spec, .widget--risultati td.result .spec, .widget--risultati td.result .spec {
  margin-left: 5px; }

#store-tabs .product__figure-wrapper a, #store-tabs .product__content a {
  text-indent: -9999px;
  float: left;
  width: 100%;
  height: 100%;
  position: absolute; }

/* figurine */
.showcase {
  float: left;
  width: 100%;
  text-align: center; }

.showcase h1 {
  margin: 0 auto;
  width: 300px;
  height: 45px;
  line-height: 45px;
  background: #65ac53;
  border-radius: 16px;
  color: #fff;
  font-weight: bold; }

.showcase ul {
  float: left;
  width: 100%;
  background: url("https://www.tuttosport.com/promo/topps/img-player/bg-px.png") center repeat-y; }

.showcase li {
  float: left;
  width: 500px;
  height: 240px;
  margin-top: 25px;
  background: url("https://www.tuttosport.com/promo/topps/img-player/circle.png") no-repeat;
  background-position: 282px 90px;
  background-size: 33px 33px; }
  @media (max-width: 1023px) {
    .showcase li {
      width: 596px;
      background-position: 321px 90px; } }

.showcase li.right {
  float: right;
  width: 500px;
  height: 240px;
  margin-top: 25px;
  background: url("https://www.tuttosport.com/promo/topps/img-player/circle.png") no-repeat;
  background-position: 185px 90px;
  background-size: 33px 33px; }
  @media (max-width: 1023px) {
    .showcase li.right {
      width: 596px;
      background-position: 242px 90px; } }

.sc-player {
  float: left;
  width: 207px;
  height: 237px; }

.showcase li.right .sc-player {
  float: right; }

.sc-player img {
  width: 130px;
  height: auto;
  margin-left: 57px;
  margin-top: 22px; }

.showcase li.right .sc-player img {
  margin-left: 20px; }

#sc-player-016 {
  background: url("https://www.tuttosport.com/promo/topps/img-player/bkg-sc-player-016.png") no-repeat; }

#sc-player-002 {
  background: url("https://www.tuttosport.com/promo/topps/img-player/bkg-sc-player-002.png") no-repeat; }

#sc-player-003 {
  background: url("https://www.tuttosport.com/promo/topps/img-player/bkg-sc-player-003.png") no-repeat; }

#sc-player-004 {
  background: url("https://www.tuttosport.com/promo/topps/img-player/bkg-sc-player-004.png") no-repeat; }

#sc-player-005 {
  background: url("https://www.tuttosport.com/promo/topps/img-player/bkg-sc-player-005.png") no-repeat; }

#sc-player-006 {
  background: url("https://www.tuttosport.com/promo/topps/img-player/bkg-sc-player-006.png") no-repeat; }

#sc-player-007 {
  background: url("https://www.tuttosport.com/promo/topps/img-player/bkg-sc-player-007.png") no-repeat; }

#sc-player-008 {
  background: url("https://www.tuttosport.com/promo/topps/img-player/bkg-sc-player-008.png") no-repeat; }

#sc-player-009 {
  background: url("https://www.tuttosport.com/promo/topps/img-player/bkg-sc-player-009.png") no-repeat; }

#sc-player-010 {
  background: url("https://www.tuttosport.com/promo/topps/img-player/bkg-sc-player-010.png") no-repeat; }

#sc-player-011 {
  background: url("https://www.tuttosport.com/promo/topps/img-player/bkg-sc-player-011.png") no-repeat; }

#sc-player-012 {
  background: url("https://www.tuttosport.com/promo/topps/img-player/bkg-sc-player-012.png") no-repeat; }

#sc-player-013 {
  background: url("https://www.tuttosport.com/promo/topps/img-player/bkg-sc-player-013.png") no-repeat; }

#sc-player-014 {
  background: url("https://www.tuttosport.com/promo/topps/img-player/bkg-sc-player-014.png") no-repeat; }

#sc-player-015 {
  background: url("https://www.tuttosport.com/promo/topps/img-player/bkg-sc-player-015.png") no-repeat; }

#sc-player-001 {
  background: url("https://www.tuttosport.com/promo/topps/img-player/bkg-sc-player-001.png") no-repeat; }

.player-name {
  float: left;
  font-weight: bold;
  font-size: 13px;
  width: 159px;
  margin-top: 87px;
  margin-left: 130px; }
  @media (max-width: 1023px) {
    .player-name {
      margin-left: 150px; } }

.release-date {
  float: left;
  font-weight: bold;
  font-size: 13px;
  width: 159px;
  margin-left: 130px;
  color: #65ac53;
  text-transform: capitalize; }
  @media (max-width: 1023px) {
    .release-date {
      margin-left: 150px; } }

.showcase li.right .player-name, .showcase li.right .release-date {
  margin-left: 10px; }
  @media (max-width: 1023px) {
    .showcase li.right .player-name, .showcase li.right .release-date {
      margin-left: 43px; } }

.zoom {
  width: 130px;
  height: 180px;
  transition: transform .2s; }

.zoom:hover {
  transform: scale(1.5); }

.figurine .foto-slider .flickity-prev-next-button, .figurine .foto-slider .flickity-page-dots .dot {
  background: #65ac53; }

.figurine .foto-slider .flickity-prev-next-button {
  line-height: 19px; }

/* Il Cuoio */
.section-header--is-il-cuoio h1.section-header__title {
  background: url(https://www.tuttosport.com/assets_2018/images/logos/cuoio_logo_b.png) left no-repeat;
  text-indent: -9999px;
  height: 53px;
  width: 272px; }

.section-header.section-header--is-il-cuoio {
  border-bottom: 4px solid #f7cb53; }

.main-section__side-container--il-cuoio h1.article__title, .main-section__side-container--il-cuoio h1.prima-pagina__title {
  color: #46362b; }

.main-section__side-container--is-il-cuoio .section-header--is-small {
  padding: 10px 0; }

.main-section__side-container.main-section__side-container--is-il-cuoio {
  padding: 10px 20px 20px 10px; }

/* Fine Il Cuoio */
/* 100 anni citroen */
.section-header--is-citroen-100-anni h1.section-header__title {
  background: url(https://www.tuttosport.com/assets_2018/images/logos/citroen_logo_b.png) left no-repeat;
  text-indent: -9999px;
  height: 53px;
  width: 272px; }

.section-header.section-header--is-citroen-100-anni {
  border-bottom: 4px solid #4a2c22; }

.main-section__side-container--citroen-100-anni h1.article__title, .main-section__side-container--citroen-100-anni h1.prima-pagina__title {
  color: #46362b; }

.main-section__side-container--is-citroen-100-anni .section-header--is-small {
  padding: 10px 0; }

.main-section__side-container.main-section__side-container--is-il-cuoio {
  padding: 10px 20px 20px 10px; }

/* 100 anni citroen */
/* Estratti LIVE HP */
.module-live-extract {
  width: 100%;
  margin-top: 10px;
  /*border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;*/
  background: #ededed; }

.module-live-extract a {
  color: #000;
  font-weight: bold;
  display: flex; }

.module-live-extract img {
  height: 25px;
  width: auto; }

.module-live-pulsating-button {
  width: 9.9%;
  display: flex;
  align-items: center;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  background: #dadada;
  text-align: center; }

.module-live-team-home, .module-live-team-away {
  width: 30%;
  display: flex;
  align-items: center;
  padding: 8px 6px !important; }

.module-live-center-col {
  width: 30%;
  /*	display: flex;
  	align-items: center;*/
  text-align: center;
  padding: 5px 15px; }

.module-live-match-time {
  margin: 0 auto; }

.module-live-team-home .module-live-team-logo {
  margin-right: 10px; }

.module-live-team-away .module-live-team-logo {
  margin-left: 10px; }

.module-live-team-away {
  direction: rtl; }

.module-live-match-date {
  display: block;
  font-size: 11px; }

.module-live-match-time {
  font-size: 11px; }

.module-live-match-results {
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
  display: inline-block; }

/* Pulsating button */
.pulse-button {
  position: relative;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border: none;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  border-radius: 50%;
  background-color: #e84c3d;
  background-size: cover;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); }

.pulse-button.disabled {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  background-color: #ccc; }

.pulse-button.finished {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none; }

.article--is-horizontal .module-live-team-logo {
  display: none; }

.article--is-horizontal .module-live-team-name {
  font-size: 12px; }

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0); } }
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0); } }
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0); } }
@keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0); } }
/* Fine Estratti LIVE HP */
/* TICKER NEWS */
.now-ticker {
  background: url(https://www.tuttosport.com/assets_2018/images/bg-left-ticker_2.png) left no-repeat #9e3b21;
  margin: 0 19px;
  width: auto;
  height: 40px !important;
  padding: 0 10px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 54px;
  position: relative;
  font-size: 20px; }
  .now-ticker .content__container {
    margin: 0;
    width: 150px;
    height: 100%;
    overflow: hidden;
    color: #fff; }
  .now-ticker ul {
    position: relative !important;
    height: 40px !important; }
  .now-ticker li {
    padding: 5px 0 !important;
    line-height: 30px;
    height: 30px !important;
    font-weight: bold; }
  .now-ticker li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    position: relative;
    padding-left: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box; }
  .now-ticker li a:hover {
    text-decoration: underline; }
  .now-ticker .close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    color: #000;
    cursor: pointer;
    opacity: .2;
    cursor: pointer;
    transition: opacity .2s ease; }
  .now-ticker .close:before {
    content: "";
    font: 16px/100% FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    text-align: center; }
  .now-ticker .close:hover {
    opacity: .4; }
  .now-ticker svg {
    width: 100%; }
  .now-ticker text {
    font-size: 190px; }

.news-category-motori .single-content__main h3 {
  color: #9e3b21;
  font-weight: bold;
  text-decoration: underline; }

.outbrain-related {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #eee; }

.outbrain-related .OUTBRAIN {
  float: none;
  padding: 0;
  margin: 0px; }

.outbrain-related .OUTBRAIN .AR_3 .ob_container_recs .item-container, .outbrain-related .OUTBRAIN .AR_2 .ob_container_recs .item-container, .outbrain-related .OUTBRAIN .VP0 .ob_container_recs .item-container {
  float: none;
  margin-bottom: 0;
  padding-right: 0;
  width: auto; }

.outbrain-related .OUTBRAIN .AR_3 .ob-rec-link-img, .outbrain-related .OUTBRAIN .AR_2 .ob-rec-link-img, .outbrain-related .OUTBRAIN .VP0 .ob-rec-link-img {
  float: left; }

.outbrain-related .OUTBRAIN .AR_3 .ob_container_recs, .outbrain-related .OUTBRAIN .AR_2 .ob_container_recs, .outbrain-related .OUTBRAIN .VP0 .ob_container_recs {
  position: static; }

.outbrain-related .OUTBRAIN .AR_3 .ob_container_shadow_outer, .outbrain-related .OUTBRAIN .AR_2 .ob_container_shadow_outer, .outbrain-related .OUTBRAIN .VP0 .ob_container_shadow_outer {
  display: none; }

.outbrain-related .OUTBRAIN .AR_3 .item-link-container, .outbrain-related .OUTBRAIN .AR_2 .item-link-container, .outbrain-related .OUTBRAIN .VP0 .item-link-container {
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
  overflow: hidden; }

.outbrain-related .OUTBRAIN .AR_3 .ob_what, .outbrain-related .OUTBRAIN .AR_2 .ob_what, .outbrain-related .OUTBRAIN .VP0 .ob_what {
  display: none; }

.outbrain-related .OUTBRAIN .AR_3 .ob-rec-link-img, .outbrain-related .OUTBRAIN .AR_2 .ob-rec-link-img, .outbrain-related .OUTBRAIN .VP0 .ob-rec-link-img {
  float: left; }

.outbrain-related .OUTBRAIN .AR_3 .strip-img, .outbrain-related .OUTBRAIN .AR_2 .strip-img, .outbrain-related .OUTBRAIN .VP0 .strip-img {
  width: 120px;
  height: auto;
  border-radius: 4px; }

.AR_3 .ob-rec-link-img {
  position: relative; }

.outbrain-related .OUTBRAIN .AR_3 .ob-text-content, .outbrain-related .OUTBRAIN .AR_2 .ob-text-content, .outbrain-related .OUTBRAIN .VP0 .ob-text-content {
  clear: none !important; }

.outbrain-related .OUTBRAIN .AR_3 .ob-text-content, .outbrain-related .OUTBRAIN .AR_2 .ob-text-content, .outbrain-related .OUTBRAIN .VP0 .ob-text-content {
  clear: none;
  text-align: left;
  padding-left: 140px;
  padding-top: 0; }

.outbrain-related .OUTBRAIN .AR_3 .strip-rec-link-title, .outbrain-related .OUTBRAIN .AR_2 .strip-rec-link-title, .outbrain-related .OUTBRAIN .VP0 .strip-rec-link-title {
  font-size: 1rem;
  line-height: 1.1;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color .2s ease;
  padding: 0 !important; }

.outbrain-related .OUTBRAIN .AR_3 .strip-rec-link-source, .outbrain-related .OUTBRAIN .AR_2 .strip-rec-link-source, .outbrain-related .OUTBRAIN .VP0 .strip-rec-link-source {
  font-size: 12px;
  line-height: 15px;
  color: #222;
  opacity: .7;
  margin-top: 5px; }

.outbrain-related .OUTBRAIN .VP0 .ob_what {
  display: block; }

.is-media .outbrain-related .OUTBRAIN .AR_3 .strip-rec-link-source, .is-media .outbrain-related .OUTBRAIN .AR_2 .strip-rec-link-source, .is-media .outbrain-related .OUTBRAIN .VP0 .strip-rec-link-source {
  color: white; }
.is-media .outbrain-related .OUTBRAIN .AR_3 .strip-rec-link-title, .is-media .outbrain-related .OUTBRAIN .AR_2 .strip-rec-link-title, .is-media .outbrain-related .OUTBRAIN .VP0 .strip-rec-link-title {
  color: white; }

.outbrain-related .OUTBRAIN .VR_1 .item-container {
  min-height: 86px !important;
  height: auto !important; }

.outbrain-related .OUTBRAIN .VR_1 .strip-rec-link-title {
  font-size: 14px !important;
  font-weight: bold !important; }

.outbrain-related .OUTBRAIN .ob-tcolor {
  color: #1a1a1a !important; }

.content_type-articolo .outbrain-related .OUTBRAIN .AR_2 .strip-rec-link-title, .content_type-articolo .outbrain-related .OUTBRAIN .AR_3 .strip-rec-link-title, .content_type-articolo .outbrain-related .OUTBRAIN .VP0 .strip-rec-link-title {
  font-size: 14px !important;
  font-weight: bold !important;
  color: #1a1a1a !important; }

.outbrain-related .OUTBRAIN .AR_1 .ob-text-content .strip-rec-link-title {
  font-size: 14px !important; }

.outbrain-related .OUTBRAIN .AR_1 .ob-text-content .ob-tcolor {
  color: #1a1a1a !important; }

.outbrain-related .OUTBRAIN .VR_1 .ob_what {
  display: none !important; }

.outbrain-related .OUTBRAIN .ob_org_header {
  display: none !important; }

.outbrain-related .OUTBRAIN .AR_2 .item-link-container, .outbrain-related .OUTBRAIN .AR_3 .item-link-container, .outbrain-related .OUTBRAIN .VP0 .item-link-container {
  margin-bottom: 0px !important; }

.outbrain-related .OUTBRAIN .VR_1 .strip-img {
  width: 131px !important;
  height: 73px !important; }

.content_type-articolo .outbrain-related .OUTBRAIN .AR_2 .strip-img, .content_type-articolo .outbrain-related .OUTBRAIN .AR_3 .strip-img, .content_type-articolo .outbrain-related .OUTBRAIN .VP0 .strip-img {
  width: 131px !important;
  height: 73px !important; }

.outbrain-related .OUTBRAIN .AR_1 .strip-img {
  width: 131px !important;
  height: 73px !important; }

.outbrain-related .OUTBRAIN .VR_1 .ob-text-content {
  padding-left: 136px !important; }

.outbrain-related .OUTBRAIN .AR_1 .ob-text-content {
  padding-left: 136px !important; }

.content_type-articolo .outbrain-related .OUTBRAIN .AR_2 .ob-text-content, .content_type-articolo .outbrain-related .OUTBRAIN .AR_3 .ob-text-content, .content_type-articolo .outbrain-related .OUTBRAIN .VP0 .ob-text-content {
  padding-left: 136px !important; }

/*# sourceMappingURL=style.css.map */
