@font-face {
  font-family: 'frecce';
  src: url('fonts/frecce.eot?15394593');
  src: url('fonts/frecce.eot?15394593#iefix') format('embedded-opentype'),
  url('fonts/frecce.woff2?15394593') format('woff2'),
  url('fonts/frecce.woff?15394593') format('woff'),
  url('fonts/frecce.ttf?15394593') format('truetype'),
  url('fonts/frecce.svg?15394593#frecce') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  background: #EFEFEF;
  color: #292929;
  font-family: "proxima-nova",sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em !important;
  overflow-x: hidden;
}

body {
  /*height: 100%*/
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em !important
}

h5 {
  color: #A68DDA;
}

img {
  width: 100%;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

input:focus,
a:focus {
  outline: 0
}

a.purple {
  color: #CC0019;
}

.pt10 {
  padding-top: 10px
}

.containerInterna {
  max-width: 100%;
  margin: auto;
}

.containerSpecial {
  margin: 0 auto;
  padding: 0 15px
}

.imgContain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.imgCover {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.imgCover.centered {
  background-position: center;
}

.vcenter {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.hidden {
  display: none;
}

.openMobileMenu {
  -webkit-box-pack: end;
  display: flex;
  display: -webkit-box;
  justify-content: flex-end;
  width: 39px;
}

header .header {
  background: #FFFFFF;
  height: 66px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40
}

header .header .first {
  height: 66px;
}

header .header .second {
  height: 24px;
}

.admin-bar header .header {
  top: 32px
}

header #burger,
header #burgerWhite,
header #back,
header #userLogin,
header #userLogged,
header #network {
  height: 19px;
  width: 19px;
}

header #back {
  cursor: pointer;
  display: none;
}

header .mobileHeader {
  background: #FFFFFF;
  border-bottom: 2px solid #E5E5E5;
  /*height: 44px;*/
  height: auto;
  padding: 0 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2
}

header .mobileHeader .side {
  width: 39px
}

header .mobileHeader .centrale img {
  width: 50px;
  height: 50px;
  /*margin-top: 40px*/
  margin: 5px 0;
}

header .menuMobile {
  background: #292929;
  height: 100%;
  opacity: .90;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999
}

header .menuMobile .testata {
  height: 44px
}

header .menuMobile .contFirst,
header .menuMobile .contSecond {
  display: none;
}

header .menuMobile ul#menu-rds-soft {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

header .menuMobile ul#menu-rds-soft li {
  margin-bottom: 25px;
}

header .menuMobile ul#menu-rds-soft li:last-child {
  margin-bottom: 0
}

header .menuMobile ul#menu-rds-soft li a {
  color: #FFF;
  font-size: 16px;
  font-weight: 600
}

header .menuMobile ul#menu-rds-soft li a:hover,
header .menuMobile ul#menu-rds-soft li.current_page_item a,
header .menuMobile ul#menu-rds-soft li.current-menu-item a,
header .menuMobile ul#menu-rds-soft li.current-menu-ancestor a {
  color: #CC0019
}

header .menuMobile ul#menu-rds-soft li ul.sub-menu {
  display: none;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

header .menuMobile ul#menu-rds-soft li ul.sub-menu li {
  margin-bottom: 10px
}

header .menuMobile ul#menu-rds-soft li ul.sub-menu li:last-child {
  margin-bottom: 0
}

header .menuMobile ul#menu-rds-soft li ul.sub-menu li a {
  font-weight: 500;
  text-transform: none
}

header .menuMobile .contMobileMenuClone ul.sub-menu li.current-menu-item a {
  color: #CC0019
}

header .menuMobile .contMobileMenuClone ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

header .menuMobile .contMobileMenuClone ul > a {
  color: #CC0019;
  cursor: default;
  font-size: 16px;
  font-weight: 700;
}

header .menuMobile .contMobileMenuClone ul > ul {
  padding-top: 30px
}

header .menuMobile .contMobileMenuClone ul > ul li {
  margin-bottom: 20px
}

header .menuMobile .contMobileMenuClone ul > ul li:last-child {
  margin-bottom: 0
}

header .menuMobile .contMobileMenuClone ul > ul li a {
  color: #FFF;
  font-size: 16px;
  font-weight: 500
}

header .menuMobile .contMobileMenuClone ul > ul li a:hover {
  color: #CC0019
}

span.white {
  color: #FFF
}

.player {
  background: #CC0019;
  bottom: 0;
  color: #FFF;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  width: 100%;
  z-index: 3
}

.player .imgCover {
  height: 34px !important;
  min-width: 34px
}

#content.site-content {
  padding: 0
}

.header-content, #content {
  /*margin-top: 44px;*/
  margin-top: 62px;
  position: relative
}
.header-content ~ .header-content{
  margin-top: 0;
}
.home #content{
  margin-top: 0px !important;
}

#carousel .slick-slide {
  line-height: 0
}

#carousel .slider .imgCover,
.pageHeader {
  position: relative;
}

#carousel .slider .imgCover .overlay,
.pageHeader .overlay,
.sliderCentered .overlay,
.region .overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.region .overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  height: 110px;
}

#carousel .slider .imgCover .contDettagli,
#carousel .slider .cover .contDettagli,
.pageHeader .contDettagli,
.sliderCentered .contDettagli {
  bottom: 10px;
  position: absolute;
  z-index: 1;
}

#carousel .slider .imgCover .contDettagli,
#carousel .slider .cover .contDettagli {
  right: 20px
}

.sliderCentered .contDettagli {
  left: 20px
}

#carousel .slider .imgCover .dettagli h2,
#carousel .slider .imgCover .dettagli p,
.pageHeader .dettagli h2,
.sliderCentered .dettagli h2,
#carousel .slider .cover .dettagli h2,
#carousel .slider .cover .dettagli p {
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
#carousel .slider .cover .dettagli p{
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
#carousel .slider .imgCover .dettagli p,
.pageHeader .dettagli p {
  color: #FFF;
  display: none;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

#carousel .slider .imgCover .dettagli .quadrato,
#carousel .slider .cover .dettagli .quadrato,
.pageHeader .dettagli .quadrato,
.sliderCentered .imgCover .dettagli .quadrato {
  background: #CC0019;
  height: 21px;
  margin-left: -5px;
  margin-right: 5px;
  width: 3px;
}

.pageHeader .openVideoBtn {
  background: url("../img/iconPlay.svg") no-repeat center;
  height: 30px;
  position: absolute;
  width: 30px;
  z-index: 999;
}

.contOpenVideBtn {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
}

.sliderCentered .imgCover .dettagli .quadrato {
  height: 14px;
  margin-top: 3px;
}

main {
  margin-bottom: 57px
}

main section {
  padding: 20px 0
}

main .grey {
  background: #E5E5E5
}

main .chart.white .grey {
  background: #1D1D1D
}

main .chart .fascia {
  background: #1D1D1D
}

main h3.title {
  color: #292929;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 20px;
}

.home main h3.title {
  color: #CC0019;
}

.page-template-page-che-canzone-era main h3.title {
  margin-bottom: 0
}

main h3.title a {
  font-size: 18px;
  color: #292929;
  text-transform: uppercase;
  font-weight: 900
}

main .videoSticky .thumbVideo .imgCover {
  height: 193px;
}

main .videoSticky .thumbVideo .icona,
main .videoDesktop .thumbVideoDesktop .icona {
  background: url("../img/iconPlay.svg") no-repeat center;
  bottom: 30px;
  height: 25px;
  position: absolute;
  right: 5px;
  width: 25px;
}

main .videoSticky img {
  margin-bottom: 10px
}

main .videoSticky h4 {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  margin: 2px 0 10px 0
}

main .videoSticky span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

main .videoSticky p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 20px;
}

main .singleNews .imgCover,
main .singleConduttore .imgCover,
main .singleGioco .imgCover {
  height: 228px;
  margin-bottom: 10px
}

main .singleConduttore .cover {
  margin-bottom: 10px;
  background-color: #e6e6e6;
}

main .singleNews {
  margin-bottom: 20px;
  padding : 0 15px
}

main .singleNews span {
  color: #CC0019;
  font-size: 14px;
  font-weight: 400
}

#beat_of_the_city .singleNews span {
  color: #FFF
}

main .singleNews h4 {
  color: #292929;
  font-size: 16px;
  font-weight: 600;
  margin: 0
}

.post-type-archive-programma .singleNews h4 {
  color: inherit;
}

main .singleConduttore {
  margin-bottom: 10px
}

main .singleConduttore .fasciaConduzione {
  display: none
}

.logoCont {
  top: 10px;
  left: calc(50% - 25px)
}

#logo {
  width: 50px;
  height: 50px;
}

.onAir {
  background-color: #CC0019;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  padding: 1px 6px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
  width: auto;
}

.onAir.t0 {
  right: 0;
  top: 0
}

.page-template-page-palinsesto .onAir {
  position: relative;
  font-size:11px;
  width: 55px;
  text-align: center;
  left:0;
  top:0;
  margin-bottom: 5px
}

main .singleGioco {
  margin-bottom: 20px
}

main .singleGioco:last-child {
  margin-bottom: 0
}

main .singleConduttore h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0
}

main .singleGioco h6 {
  font-weight: 600;
  color: #CC0019;
}

main .singleGioco p {
  color: #292929;
  font-size: 16px;
  font-weight: 900
}
main .singleConduttore h4 {
  color: #292929;
  margin-bottom: 5px
}

main .singleGioco h4 {
  color: #292929;
  font-size: 16px;
  font-weight: 700
}

main .singleGioco .dettagliManifestazione {
  color: #CC0019;
  font-size: 14px;
  font-weight: 400
}

main .singleNews p {
  color: #292929;
  font-weight: 400
}

main .singleConduttore p {
  font-weight: 600;
  margin-bottom: 0
}

main .singleGioco a:hover {
  color: inherit;
}

main .singleGioco .premiInPalio {
  color: #6c6c6c;
  font-size: 15px;
  font-weight: 600;
}

main .singleGioco .concorso,
.single .concorso {
  background: #66C56B;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px
}

main .singleGioco .concorso.end,
.single .concorso.end {
  background: #CC0019
}

main .singleGioco .concorso.future,
.single .concorso.future {
  background: #9e9e9e;
}

main .chart ul {
  list-style: none;
  padding: 0
}

main .chart .brano {
  padding-bottom: 20px
}

main .chart .brano:last-child {
  padding-bottom: 0
}

main .chart .brano.grey {
  background: #F6F5F8
}

.brano .new {
  right: -9px;
  top: 10px
}

main .chart .brano .imgCover {
  height: 47px;
  min-width: 47px;
  width: 47px;
}

main .chart .brano .posizione {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin: 0 10px 0 0;
  min-width: 50px;
  padding: 10px 0;
  text-align: center;
  width: 50px
}

main .chart .brano .contTesti,
main .chartDesktop .brano .testi {
  width: calc(100% - 47px)
}

main .chart .brano span.titolo {
  color: #292929;
  font-size: 16px;
  font-weight: 500
}

main .chartDesktop .autore {
  color: #CC0019
}

main .chart .brano .andamento {
  font-size: 16px;
  line-height: 16px;
  margin-left: auto;
  min-width: 47px;
  padding: 10px 0;
  text-align: center;
  width: 47px
}

main .chart .brano .andamento .icona {
  background-image: url('../img/arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  height: 14px;
  margin: 0 0 0 auto;
  width: 14px;
}

main .chart .brano .andamento[type="stable"] .icona {
  background-image: url('../img/equal.svg');
}

main .chart .brano .andamento[type="new"] .icona {
  background-image: url('../img/new.svg');
  height: 18px;
  width: 32px
}

main .chart .brano .andamento[type="down"] .icona {
  background-image: url('../img/arrowDown.svg');
}

main .playlistNoSlick,
.home #load {
  display: none;
}

.home #load {
  margin: 10px 0 20px 0
}

.cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cover.contain {
  background-size: contain;
}

.cover .icona {
  background: url("../img/iconPlay.svg") no-repeat center;
  height: 25px;
  width: 25px
}

.img-responsive-40by21 {
  padding-top: 52.5%;
}

.embed-responsive-40by21 {
  padding-top: 52.5%;
  position: relative;
}

.cover.embed-responsive-16by9 {
  padding-top: 56.25%;
  position: relative;
}

.t0 {
  top: 0
}

.overlayResponsive {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  height: 100%;
  position: absolute;
  top: 1px;
  width: 100%;
}

main .playlist .brano,
main .playlistNoSlick .brano {
  position: relative;
}

main .playlist .brano h4,
main .playlistNoSlick .brano h4 {
  color: #6c6c6c;
  font-size: 14px;
  margin-bottom: 2px;
  margin-top: 5px
}
main .playlistNoSlick .brano h4 {
  color: #6c6c6c
}

main .playlist .brano p,
main .playlistNoSlick .brano p {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.home .playlist .brano h4,
.home .playlist .brano p {
  max-width: 130px
}

.playBtn {
  cursor: pointer;
}

main .playlist .brano .amplitude-play-pause,
main .playlistNoSlick .brano .amplitude-play-pause,
main .puntata .playBtn .amplitude-play-pause,
main .singoloPodcast .playBtn .amplitude-play-pause,
main .singoloPodcastMusicale .playBtn .amplitude-play-pause,
main .gContent .playBtn .amplitude-play-pause,
main .playerSingleNews .playBtn,
main .singleNews .playBtn,
main .singlePodNews .playBtn,
main .gladiatori .playBtn,
main .contributoAudio .playBtn,
img.iconVideo {
  background: url("../img/iconPlay.svg") no-repeat center;
  height: 25px;
  width: 25px;
  margin: 0 auto;
}

main .loader .spinner {
  width: 25px
}

main .playlist .brano .amplitude-play-pause.amplitude-playing,
main .playlistNoSlick .brano .amplitude-play-pause.amplitude-playing,
main .puntata .playBtn .amplitude-play-pause.amplitude-playing,
main .singoloPodcast .playBtn .amplitude-play-pause.amplitude-playing,
main .singoloPodcastMusicale .playBtn .amplitude-play-pause.amplitude-playing,
main .gContent .playBtn .amplitude-play-pause.amplitude-playing,
main .playerSingleNews .playBtn .amplitude-play-pause.amplitude-playing,
main .gladiatori .playBtn .amplitude-play-pause.amplitude-playing,
main .contributoAudio .playBtn .amplitude-play-pause.amplitude-playing,
main .singlePodNews .playBtn .amplitude-play-pause.amplitude-playing {
  background: url("../img/iconPause.svg") no-repeat center;
  height: 25px;
  width: 25px
}

main .playlist .brano .thumbVideo,
main .playlistNoSlick .brano .thumbVideo {
  position: absolute;
  width: 100%;
}

main .playlist .slick-slide {
  margin-right: 20px
}

main .playlist .slick-slide:last-child {
  margin-right: 0
}

.slick-dots {
  position: relative;
}

.slick-dots li {
  height: 15px;
  margin: 0;
  width: 15px;
}

.slick-dots li button {
  height: 15px;
  line-height: 15px;
  padding: 0;
  width: 15px;
}

.slick-dots li button:before {
  color: #CC0019 !important;
  height: 15px;
  line-height: 15px;
  width: 15px;
}

main ul#tabHeader,
main ul#tabHeaderClone {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

main #tabHeaderClone {
  display: none;
}

main ul#tabHeader li {
  margin-right: 20px;
}

main ul#tabHeader li a,
main ul#tabHeaderClone li a {
  font-size: 16px;
  font-weight: 700;
  color: #6c6c6c
}

main ul#tabHeader li a.active,
main ul#tabHeader li a:hover,
main ul#tabHeaderClone li a.active,
main ul#tabHeaderClone li a:hover {
  color: #CC0019;
}

main #tabContent {
  font-weight: 500;
  padding-bottom: 20px
}

main #tabContent ul {
  list-style: none;
  padding: 0
}

main #tabContent .frequenza {
  padding-bottom: 10px;
  padding-top: 10px
}

main #tabContent .giornata {
  padding-bottom: 0;
  padding-top: 20px
}

main #tabContent .frequenza:first-child,
main #tabContent .giornata:first-child {
  padding-top: 0;
}

main #tabContent .frequenza > div:last-child,
main #tabContent .giornata > div:last-child {
  color: #CC0019;
  font-weight: 600;
  line-height: 22px
}

main #tabContent .giornata a,
main #tabContent .giornata a:hover {
  color: #292929;
}

main #tabContent .giornata.grigia {
  background: #1A1A1A
}

main #tabContent .giornata .orario {
  color: #292929;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 5px
}

main #tabContent .giornata .conduttore {
  color: #CC0019;
  font-size: 16px;
  font-weight: 600
}

main #tabContent .giornata .riassunto {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

main #tabContentDesktop {
  display: none;
  position: relative;
}

.page-template-page-frequenze hr,
.page-template-page-palinsesto hr,
.page-template-page-classifiche hr {
  margin: 0 0 20px 0
}

main .gform_fields li label {
  color: #292929;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px
}

main .gform_fields li input {
  color: #6C6C6C;
  font-weight: 600;
  margin-top:3px
}

main .gform_fields li input[type="text"],
main .gform_fields li input[type="email"],
main .gform_fields li input[type="tel"] {
  font-size: 12px !important;
  padding: 15px 20px !important
}

main .gform_fields li input[type="text"]::-webkit-input-placeholder,
main .gform_fields li input[type="email"]::-webkit-input-placeholder,
main .gform_fields li input[type="tel"]::-webkit-input-placeholder {
  color: #6C6C6C;
  font-size: 12px;
  font-weight: 600
}

main .gform_fields li input[type="text"]:-ms-input-placeholder,
main .gform_fields li input[type="email"]:-ms-input-placeholder,
main .gform_fields li input[type="tel"]:-ms-input-placeholder {
  color: #6C6C6C;
  font-size: 12px;
  font-weight: 600
}

main .gform_fields li input[type="text"]::-moz-placeholder,
main .gform_fields li input[type="email"]::-moz-placeholder,
main .gform_fields li input[type="tel"]::-moz-placeholder {
  color: #6C6C6C;
  font-size: 12px;
  font-weight: 600
}

main .gform_fields li input[type="text"]::-ms-input-placeholder,
main .gform_fields li input[type="email"]::-ms-input-placeholder,
main .gform_fields li input[type="tel"]::-ms-input-placeholder {
  color: #6C6C6C;
  font-size: 12px;
  font-weight: 600
}

main .gform_fields li input[type="text"]::placeholder,
main .gform_fields li input[type="email"]::placeholder,
main .gform_fields li input[type="tel"]::placeholder {
  color: #6C6C6C;
  font-size: 12px;
  font-weight: 600
}

main .gform_fields li.gfield_contains_required span.gfield_required {
  display: none
}

main .gform_fields li.gfield_contains_required label::before {
  content: "*"
}

main .gform_fields li.dataNascita .clear-multi > div {
  margin: 0 20px 1px 0;
  position: relative;
  width: 100%
}

main .gform_fields li.dataNascita .clear-multi > div:last-child {
  margin-bottom: 0;
}

#input_1_2_3_container {
  margin-right: 0
}

main .gform_fields li.dataNascita .clear-multi select {
  -webkit-appearance: none;
  background: rgba(95, 95, 95, .1);
  border: 0;
  border-radius: 0;
  color: #6C6C6C;
  font-size: 12px;
  font-weight: 600;
  height: 45px;
  outline: 0;
  padding-left: 20px;
  width: 100%
}

main .gform_fields li.dataNascita .clear-multi select option {
  text-align: left;
}

main .gform_fields li input[type="file"] {
  color: rgba(186, 186, 186, .61);
  font-size: 12px;
  font-weight: 600;
  max-height: 45px;
  padding: 15px 20px
}

main input.gform_button[type="submit"],
#loadMore,
.backButton a,
.submit_button,
.nav-previous,
.nav-next,
.nav-disabled {
  background: none;
  border-radius: 22px;
  border: 2px solid #CC0019;
  color: #CC0019;
  font-size: 12px;
  font-weight: 900;
  margin: 0;
  outline: 0;
  text-transform: uppercase;
  padding: 5px 20px
}

.nav-disabled {
  border-color: #D6D6D6;
  color: #D6D6D6
}


.nav-previous,
.nav-next {
  align-items: center;
  -webkit-box-align: center;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
}

.backButton {
  padding: 20px 0;
  text-align: center
}

.backButton a {
  padding-bottom: 10px;
  padding-top: 10px
}

.logOut a {
  background-color: #CC0019;
  bottom: 0;
  color: #FFF;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.logOut a:hover {
  color: #FFF;
}

#load {
  text-align: center
}

main .gform_footer {
  margin: 0;
  padding-bottom: 0 !important;
  text-align: center
}

main .gform_wrapper {
  margin: 0
}

main .puntata,
main .puntata .dettagli {
  width: 100%;
}

main .puntata .dettagli > div {
  padding-right: 10px
}

main .puntata {
  background: #FFF;
  height: 50px
}

main .puntata .numero {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  padding-left: 10px;
  width: calc(10% + 20px)
}

main .puntata .edizione {
  width: 100%;
  color: #292929;
  font-weight: 700;
}

main .puntata .edizione.noBorder {
  border: 0
}

main .singlePodNews .edizione {
  font-size: 14px;
  line-height: 18px;
}

main .puntata .last {
  padding-right: 10px;
  width: calc(10% + 20px)
}

main .puntata .edizione span {
  color: #FFF;
  font-weight: 500
}

main .puntata .imgCover {
  background-position: center;
  background-size: contain;
  height: 30px;
  min-width: 30px
}

main .puntata .copertina {
  border-right: 1px solid #DBD6E6;
  min-width: 50px;
  padding: 0 20px;
  width: calc(10% + 20px)
}

.playlist .progress,
.playlistNoSlick .progress,
#gladiatori .gContent .progress,
.singlePodNews .progress {
  opacity: 0
}

.progress::-moz-progress-bar {
  background: #CC0019;
}

.progress::-webkit-progress-bar {
  background: transparent;
}

.progress::-webkit-progress-value {
  background: #CC0019;
}

.home .progress,
.page-template-page-playlist .progress {
  background: rgba(41, 41, 41, .3);
  height: 5px;
}

.progress {
  background: rgba(41, 41, 41, .3);
  border: 0;
  border-radius: 0;
  height: 5px;
  width: 100%;
}

.page-template-page-playlist .playlist .brano .thumbVideo,
.page-template-page-playlist .playlist .brano .imgCover {
  width: 100%;
}

.page-template-page-playlist .playlist .brano {
  margin-bottom: 20px;
  max-width: none;
}

.page-template-page-classifiche .imgCover {
  height: 110px;
}

.page-template-page-classifiche .region {
  padding: 0
}

.page-template-page-classifiche #it {
  padding-bottom: 2px
}

.page-template-page-classifiche #uk {
  padding-left: 2px;
}

.page-template-page-classifiche #uk .overlay {
  margin-left: 1px
}

.page-template-page-classifiche .region .testi {
  position: absolute;
  z-index: 1;
}

.page-template-page-classifiche .region .testi > div:first-child {
  color: #FFF;
  font-size: 14px;
  font-weight: 600
}

.page-template-page-classifiche .region .testi > div:last-child {
  color: #FFF;
  font-size: 13px;
  font-weight: 500
}

.page-template-page-classifiche select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  color: #292929;
  font-size: 12px;
  font-weight: 600;
  outline: 0
}

.page-template-page-classifiche .select::after {
  color: #292929;
  content: "\f107";
  font-family: FontAwesome, serif
}

.page-template-page-classifiche .brano {
  background: #FFFFFF;
  height: 57px;
  padding: 0 18px 0 0 !important
}

.page-template-page-classifiche .brano .testi .autore {
  color: #CC0019;
  font-size: 15px;
  font-weight: 700
}

.page-template-page-classifiche .brano .testi .titolo {
  font-size: 14px;
  font-weight: 400
}

.page-template-page-che-canzone-era .audioSticky {
  background-color: #F6F5F8;
}

.page-template-page-che-canzone-era .audioSticky .imgCover {
  width: 50%
}

.page-template-page-che-canzone-era .audioSticky .dettagli {
  padding: 0 0 20px 10px
}

.page-template-page-che-canzone-era .audioSticky .dettagli span {
  margin-bottom: 14px
}

.page-template-page-che-canzone-era .audioSticky .dettagli .artist {
  color: #A68DDA;
  font-size: 16px;
  font-weight: 600
}

.page-template-page-che-canzone-era .audioSticky .dettagli .title {
  font-weight: 700
}

.page-template-page-che-canzone-era .audioSticky .icona {
  background: url("../img/iconPlay.svg") no-repeat center;
  height: 30px;
  position: absolute;
  width: 30px
}

.page-template-page-che-canzone-era .testata .data {
  color: #CC0019;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0
}

.page-template-page-che-canzone-era #load {
  padding: 20px 0
}

.page-template-page-che-canzone-era .ccePlaylist .brano .singleThumb .dettagli .artista {
  color: #A68DDA;
  font-weight: 600
}

.page-template-page-che-canzone-era section {
  position: relative;
}

.page-template-page-che-canzone-era .filetto {
  border-left: 1px solid #CC0019;
  height: calc(100% - 280px);
  left: 5px;
  position: absolute;
  z-index: 0
}

.searchContainer {
  padding: 40px 0
}

.search-form {
  background-clip: padding-box; /* for Safari */
  border-bottom: 1px solid rgba(161, 161, 161, .5); /* for IE9+, Firefox 4+, Opera, Chrome */
}

.search-form .search-submit,
.search-form input {
  background-color: inherit;
  border: none;
}

.search-form label {
  margin-bottom: 0
}

.search-form input {
  color: #A1A1A1;
  font-size: 16px;
  font-weight: 600;
  width: 100%
}

form.search-form {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: flex;
  -ms-flex-align: center;
  justify-content: space-between;
  padding-bottom: 10px
}

form.search-form button {
  color: #A1A1A1;
  font-size: 20px;
  padding: 0
}

form.search-form input::-webkit-input-placeholder {
  color: #A1A1A1;
  font-size: 16px;
  font-weight: 600
}

form.search-form input:-ms-input-placeholder {
  color: #A1A1A1;
  font-size: 16px;
  font-weight: 600
}

form.search-form input::-moz-placeholder {
  color: #A1A1A1;
  font-size: 16px;
  font-weight: 600
}

form.search-form input::-ms-input-placeholder {
  color: #A1A1A1;
  font-size: 16px;
  font-weight: 600
}

form.search-form input::placeholder {
  color: #A1A1A1;
  font-size: 16px;
  font-weight: 600
}

.single .contDettagli h2 span.categoria {
  color: #CC0019
}

.single main h3.title,
.single main h6 {
  margin: 0 0 5px;
}

.single main h6 {
  margin-bottom: 10px
}

.single main .riassunto {
  color: #292929;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px
}

.single main .autore {
  color: #43BCCD;
  font-weight: 700
}

.single main .data {
  color: #CC0019;
  font-size: 14px;
  font-weight: 500
}

.single main .contenuto {
  font-weight: 400;
  padding-top: 20px
}

blockquote {
  background: #F6F5F8;
  margin-bottom: 1.5rem;
  padding: 30px 15px
}

blockquote::before {
  background-image: url('../img/virgolette.svg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  content: " ";
  height: 20px;
  position: absolute;
  width: 18px;
}

blockquote p:first-child {
  margin-top: 20px
}

blockquote p:last-child {
  margin-bottom: 0
}

.flowplayer {
  display: none;
  height: 100px;
  width: 100px
}

.social .d-flex > div:first-child,
.socialClone .d-flex > div:first-child {
  margin-bottom: 10px
}

.social .imgCover, .socialClone .imgCover {
  height: 23px;
  width: 23px
}

.socialClone {
  background-color: #121212;
  height: auto;
  padding-top: 33px;
  position: fixed;
  top: 0;
  z-index: 1;
}

.search .boxRicerca {
  background: #F6F5F8
}

.search main form {
  padding: 15px 0
}

.search main form input[type="search"] {
  color: #292929;
  font-size: 17px;
  font-weight: 700
}

.search main form label {
  padding-right: 10px;
  width: 100%
}

.search main form input::-webkit-input-placeholder {
  color: #292929;
  font-size: 17px;
  font-weight: 700
}

.search main form input:-ms-input-placeholder {
  color: #292929;
  font-size: 17px;
  font-weight: 700
}

.search main form input::-moz-placeholder {
  color: #292929;
  font-size: 17px;
  font-weight: 700
}

.search main form input::-ms-input-placeholder {
  color: #292929;
  font-size: 17px;
  font-weight: 700
}

.search main form input::placeholder {
  color: #292929;
  font-size: 17px;
  font-weight: 700
}

.search main .title span {
  color: #292929;
}

.search main .contenuto {
  font-weight: 500
}

.search main .thumbVideo .imgCover {
  height: 193px;
  margin-bottom: 10px
}

.search main .thumbVideo .icona {
  background: url("../img/iconPlay.svg") no-repeat center;
  height: 30px;
  position: absolute;
  width: 30px
}

.search main article .data {
  font-weight: 600
}

.search main article .titolo {
  color: #CC0019;
  font-size: 16px;
  font-weight: 600
}

.search main article {
  margin-bottom: 1.5em
}

.video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

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

/*LOADER*/
.spinner > div {
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background-color: #CC0019;
  border-radius: 100%;
  display: inline-block;
  height: 5px;
  width: 5px;
}

.spinner.white > div {
  background-color: #FFF;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

/*TENDINA LOGIN*/
.tendinaLogin {
  background: transparent;
  display: none
}

.tendinaLogin a.closeLoginForm,
.tendinaLogin a.closeRegisterForm {
  position: absolute;
  right: 15px;
  top: 15px;
}

.tendinaLogin a.closeRegisterForm {
  left: 15px;
  color: #292929;
}

.tendinaLogin a.closeLoginForm:hover,
.tendinaLogin a.closeRegisterForm:hover {
  color: inherit;
}

.tendinaLogin .modale {
  background-color: rgba(211,211,211,.6);
  max-width: 450px;
  padding: 30px 20px;
  position: relative;
  width: 90vw
}

.tendinaLogin .modale form h3 {
  color: #292929;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 15px;
  text-align: center
}

.tendinaLogin .modale form,
.tendinaLogin .modale form input {
  width: 100%
}

.tendinaLogin .modale form input[type="text"],
.tendinaLogin .modale form input[type="email"],
.tendinaLogin .modale form input[type="password"] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(186, 186, 186, .5);

  padding-bottom: 7px;
}

.tendinaLogin .modale form label {
  color: #292929;
  font-size: 16px;
  font-weight: 600;
  opacity: 1;
}

.tendinaLogin .modale form label span.required {
  color: #CC0019;
}

.tendinaLogin .modale span.oppure {
  color: #292929;
  font-weight: 500;
  margin: 10px 0
}

.tendinaLogin .modale .loginSocial {
  margin-bottom: 30px
}

.tendinaLogin .modale .loginSocial .wp-social-login-provider-list {
  margin-bottom: 30px;
  padding: 0
}

.tendinaLogin .modale .loginSocial .wp-social-login-provider-list a {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #FFF;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 12px;
  font-weight: 600;
  height: 38px;
  justify-content: center;
  line-height: 12px;
  min-width: 100px;
  padding: 10px 20px;
}

.tendinaLogin .modale a.lostPassword:hover {
  color: inherit;
  text-decoration: underline;
}

.tendinaLogin .modale .loginSocial .wp-social-login-provider-list a::before {
  content: "Accedi con";
  margin-right: 4px
}

.tendinaLogin .modale .loginSocial a.wp-social-login-provider-facebook {
  background-color: #4E69B2;
}

.tendinaLogin .modale form label.error {
  color: red;
  display: block !important;
  font-size: 12px;
  margin-top: 5px
}

.tendinaLogin .modale form .linea {
  margin-bottom: 30px
}

.tendinaLogin .modale form .linea.last {
  margin-bottom: 40px
}

.registerLink {
  color: #292929;
  font-weight: 700
}

.registerLink a {
  color: #CC0019
}

.registerLink a:hover {
  color: #CC0019;
  text-decoration: underline;
}

.blockCheckBox {
  margin-bottom: 20px
}

.blockCheckBox .checkbox {
  position: relative;
}

.blockCheckBox .checkbox input {
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 3px;
  width: auto !important
}

.blockCheckBox .checkbox label {
  font-size: 12px !important;
  padding-left: 20px
}

.blockCheckBox .checkbox label a {
  color: #CC0019
}

.blockCheckBox .checkbox label a:hover {
  color: #CC0019;
  text-decoration: underline;
}

.cookiePolicy {
  color: #292929;
  margin-bottom: 30px
}

.cookiePolicy a {
  color: #CC0019
}

.cookiePolicy a:hover {
  color: #CC0019;
  text-decoration: underline
}

.blockCheckBox .checkbox label.error {
  padding-left: 0
}

.welcome a {
  color: #CC0019;
}

.welcome a:hover {
  text-decoration: underline;
}

.welcome .buttons {
  margin-top: 5px;
  width: 100%
}

.welcome .buttons a {
  border-radius: 3px;
  color: #FFF;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  text-transform: uppercase
}

.welcome .buttons a:last-child {
  background: #CC0019;
  border: 1px solid #CC0019;
  color: #FFF
}

input:disabled {
  color: #0b0b0b
}

.fancybox-content {
  font-family: "proxima-nova",sans-serif;
  padding: 0;
}

.fancybox-bg {
  background: #EFEFEF
}

.fancybox-is-open .fancybox-bg {
  opacity: 1
}

.fancybox-slide--html .fancybox-content {
  margin: 15px 0
}

.fancybox-slide:before {
  margin: 0
}

.modal-body {
  padding: 0
}

.login-action-lostpassword #nav {
  display: none
}

.swal-text,
.swal-footer {
  text-align: center;
}

.page-template-default .autore {
  color: #A68DDA;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 20px 0
}

.page-template-default .data {
  font-size: 12px
}

/*VIDEO WORDPRESS*/
.wp-audio-shortcode {
  margin-bottom: 20px
}

.wp-video,
video.wp-video-shortcode,
.wp-video-shortcode.mejs-container,
.wp-video-shortcode.mejs-overlay.load {
  width: 100% !important;
}
.square-video.pageHeader{
  display: flex;
  justify-content: space-around;
}
.square-video .wp-video-shortcode.mejs-container{
  height: calc(90vh - 100px)!important;
  width: calc(90vh - 100px)!important;
}

.wp-video-shortcode .mejs-container {
  padding-top: 56.25%;
}

.wp-video, video.wp-video-shortcode {
  max-width: 100% !important;
}
.square-video .wp-video, .square-video video.wp-video-shortcode {
  height: calc(90vh - 113px - 60px);
  max-height: calc(90vh - 113px - 60px);;
  display: flex;
  align-items: center;
  justify-content: center;
}

video.wp-video-shortcode {
  position: relative;
}

.mejs-mediaelement {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.mejs-overlay-play {
  bottom: 0;
  height: auto !important;
  left: 0;
  right: 0;
  top: 0;
  width: auto !important;
}

section#giochi {
  position: relative;
}

.single-giochi .boxPartecipa {
  background: #d2d3d3
}

.single-giochi .descrizioneGioco {
  font-weight: 500;
}

.single-giochi .descrizioneGioco p {
  word-wrap: break-word;
}

.gform_wrapper div.validation_error,
.gform_wrapper li.gfield.gfield_error {
  color: red;
  font-size: 12px;
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message {
  color: red;
  margin: 10px 0
}

.gform_wrapper .validation_message {
  font-size: 12px;
}

.gform_hidden,
.gform_validation_container {
  display: none
}

.gform_body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#gform_fields_2 .gf_scroll_text {
  background: #e6e6e6;
  font-weight: 500;
  padding: 10px;
}

.scrollable {
  height: 210px;
  overflow-x: hidden;
  overflow-y: scroll;
}

#field_2_8 {
  margin: 20px 0 30px 0
}

#field_2_8 > label {
  display: none
}

.gchoice_2_8_1 {
  display: flex;
}

li.gchoice_2_8_1 label#label_2_8_1 {
  font-size: 12px;
  margin-left: 10px;
  margin-top: -2px
}

#gform_fields_2 .gf_scroll_text::before {
  content: "Modalità di partecipazione ai giochi";
  display: block;
  font-weight: 600;
  margin-bottom: 20px
}

#gform_fields_2 .gf_scroll_text h3 {
  font-size: 12px;
}

#field_2_8, ul#input_2_8 li {
  background: transparent;
  padding: 0
}

.gf_list_inline label {
  font-size: 12px;
}

ul#gform_fields_1 li {
  margin-bottom: 20px
}

ul#gform_fields_1 li > label {
  margin-bottom: 10px;
  margin-top: 0
}

ul#gform_fields_1 li input {
  background: rgba(95, 95, 95, .1);
  width: 100%;
}

.ginput_recaptcha > div {
  width: 100% !important
}

.g-recaptcha > label::before {
  content: "*"
}

img.gform_delete {
  height: 20px;
  width: 20px
}

iframe#ftmap {
  border: 0;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 100%
}

.home .backButton {
  display: none
}

.page-template-page-career main input {
  /* Remove First */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

  /* Then Style */
  border: 0;
  border-radius: 0;
  outline: none
}

.single-news main h3.title {
  margin: auto;
}

.single-news .col-2 {
  padding-right: 0
}

.single-news .titolo {
  display: none
}

section#videoD {
  display: none
}

.videoDesktop {
  display: none;
}

footer {
  background: #D2D3D3;
  color: #181818;
  display: none;
  height: 148px
}

.socialMobileMenu {
  bottom: 0;
  color: #FFF;
  display: none;
  height: 90px;
  line-height: 90px;
  position: absolute;
  width: calc(100% - 30px);
}

.socialMobileMenu ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.socialMobileMenu ul li {
  margin-right: 10px
}

.socialMobileMenu ul li:last-child {
  margin-right: 0
}

.socialMobileMenu ul li .imgContain {
  height: 24px;
  width: 24px
}

.desktopSearch {
  background: rgba(41, 41, 41, .85);
  display: none;
  position: fixed;
  top: 66px;
  width: 100%;
  z-index: 2
}

.desktopSearch .closeRicercaDesktop {
  position: absolute;
  right: 30px;
  top: 30px
}

.desktopSearch .closeRicercaDesktop a img {
  width: 30px
}

.desktopSearch h3 {
  color: #FFF;
  font-size: 28px;
  font-weight: 600
}

.desktopSearch .searchDesktopContainer {
  padding: 80px 0
}

.desktopSearch .searchDesktopContainer form {
  border-bottom: 1px solid white;
  width: 100%
}

.desktopSearch .searchDesktopContainer form input,
.desktopSearch .searchDesktopContainer form i {
  color: #FFF;
}

.desktopSearch .searchDesktopContainer form input::-webkit-input-placeholder {
  color: #FFF;
}

.desktopSearch .searchDesktopContainer form input:-ms-input-placeholder {
  color: #FFF;
}

.desktopSearch .searchDesktopContainer form input::-moz-placeholder {
  color: #FFF;
}

.desktopSearch .searchDesktopContainer form input::-ms-input-placeholder {
  color: #FFF;
}

.desktopSearch .searchDesktopContainer form input::placeholder {
  color: #FFF;
}

.chartDesktop {
  display: none;
}

.chartDesktop .brano {
  background-color: #1D1D1D;
  height: 90px;
  margin-bottom: 30px;
  padding: 0 30px;
}

.chartDesktop .brano,
.chartDesktop .brano .testi {
  font-size: 17px
}

.chartDesktop .brano .posizione {
  color: #CC0019
}

.chartDesktop .brano .andamento {
  height: 16px;
  margin-left: auto;
  width: 52px;
}

.chartDesktop .brano .andamento .icona {
  background-image: url('../img/arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  margin: 0 auto;
}

.chartDesktop .brano .andamento[type="stable"] .icona {
  background-image: url('../img/equal.svg');
  height: 13px;
  width: 52px
}

.chartDesktop .brano .andamento[type="new"] .icona {
  background-image: url('../img/new.svg');
  width: 52px;
}

.contAudioStickyDesktop {
  display: none;
}

.page-template-page-che-canzone-era .ccePlaylist .brano {
  border-bottom: 1px solid #F7F7F7;
  padding: 10px 0;
}

.page-template-page-che-canzone-era .ccePlaylist .brano .orario {
  border-right: 1px solid rgba(167, 141, 218, .2);
  color: #CC0019;
  padding: 10px 0;
  width: 20%
}

.page-template-page-che-canzone-era .ccePlaylist .brano .artista {
  border-right: 1px solid rgba(167, 141, 218, .2);
  padding: 10px;
  width: 40%;
}

.page-template-page-che-canzone-era .ccePlaylist .brano .name {
  font-weight: 500;
  padding: 10px;
  width: 45%
}

.page-template-page-che-canzone-era .ccePlaylist .brano.current,
.page-template-page-che-canzone-era .ccePlaylist .brano.current .orario {
  color: #CC0019
}

.page-template-page-che-canzone-era .dataLista {
  color: #292929
}

.containerDate {
  display: none;
}

#datepickerCCE input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  color: #CC0019;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  text-align: right
}

#datepickerCCE::after {
  color: #CC0019;
  content: "\f107";
  font-family: FontAwesome, serif;
  font-size: 16px;
  margin-left: 10px
}

.datepicker.dateRDS .datepicker--nav .datepicker--nav-title i {
  color: #CC0019
}

.datepicker.dateRDS .datepicker--content .datepicker--days-names .datepicker--day-name {
  color: #CC0019
}

.datepicker.dateRDS .datepicker--cell.-current- {
  color: #CC0019
}

.meteoRoma img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 69px
}

.meteoRoma .white {
  color: #FFF;
  font-size: 24px;
}

.img-responsive-16by9 {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.img-responsive-16by9 .icona {
  background: url("../img/iconPlay.svg") no-repeat center;
  height: 46px;
  position: absolute;
  width: 46px
}

.whiteSpace {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

footer {
  display: none
}

.pageLoader img {
  width: 30px
}

.contenutoTestuale {
  font-size: 14px;
  font-weight: 400
}

.contenutoTestuale h4 {
  color: #CC0019;
  font-weight: 600
}

.contenutoTestuale a {
  text-decoration: underline;
}

.contenutoTestuale strong {
  font-weight: bold
}

.contenutoArticolo .subTitle {
  font-size: 14px
}

.socialHeader ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.socialHeader ul li {
  margin-right: 10px
}

.socialHeader ul li:last-child {
  margin-right: 0
}

.socialHeader ul li a .imgCover {
  height: 24px;
  width: 24px
}
/* Music Lab */
#banner_musiclab{
  background: linear-gradient(90deg, #F90 0.04%, #FEB700 92.68%);
  border-bottom: 2px solid black;
  width: 100%;
  height: 10vh;
}
#banner_musiclab a{
  text-decoration: none;
}
#banner_musiclab .content_banner{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.logo_musiclab{
  width: 88px;
  margin-right: 2%;
}
#banner_musiclab .icon_music{
  width: 46px;
  padding-right: 1%;
}
#banner_musiclab .icon_headphones{
  width: 41px;
  padding-left: 2%;
}
#banner_musiclab .claim{
  text-transform: uppercase;
  color: white;
  font-style: italic;
  font-weight: 600;
}
#banner_musiclab .claim_mobile{
  font-size: 10px;
  line-height: 120%;
}
#banner_musiclab .claim_desktop{
  display: none;
  font-size: 32px;
}
/* END Music Lab */
section#podcast_musica .singoloPodcast {
  background: #FFFFFF;
  height: 80px;
}
section#podcast_musica .singoloPodcast .titolo h4 {
  color: #292929;
  font-size: 16px;
  font-weight: 900;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section#podcast_musica .podcastBlock {
  height: 85px;
  margin-bottom: 20px;
  overflow: hidden
}

section#podcast_musica .podcastBlock .podControls i {
  color: rgba(41, 41, 41, .3)
}

section#podcast_musica .podcastBlock .podControls a i {
  color: #292929
}

section#podcast_musica .singoloPodcast span {
  color: #292929;
  font-weight: 400;
}

section#podcast_musica .singoloPodcast .sharePodcast {
  color: #292929;
  opacity: .6;
  display: none
}

.playerDesktop {
  display: none
}

.playerDesktop .playerContent > div {
  flex: 10%;
}
.playerDesktop .playerContent > div:first-child,
.playerDesktop .playerContent > div:last-child {
  flex: 45%;
}

.frecce,
.frecceSlider {
  opacity: 0;
  padding: 0 15px;
  z-index: 1
}

.frecce i,
.frecceSlider i {
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px
}

.listenLive {
}

.toolSwitch {
  background: #CC0019;
  border-radius: 4px;
  color: #FFF;
  font-size: 12px;
  line-height: 15px;
  margin-top: 13px;
  padding: 10px;
  text-align: center;
  transition: 1s .5s;
  visibility: hidden;
}

.toolSwitch i {
  font-size: 18px;
}

.toolSwitch span {
  margin-left: 3px
}

.toolSwitch.visible {
  display: block;
  transition-delay: 0s;
  visibility: visible;
}

.toolSwitch::before {
  border-color: #CC0019 transparent;
  border-style: solid;
  border-width: 0 10px 10px;
  content: "";
  display: block;
  left: calc(50% - 5px);
  position: absolute;
  top: -6px;
  width: 0;
  z-index: 1;
}

h4, h5, h6 {
  clear: both;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 5px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0
}

.post-type-archive-news .singleNews p {
  margin-bottom: 0;
  padding : 0 15px
}

.post-type-archive-conduttore .singleConduttore .cover {
  margin-bottom: 10px
}

.post-type-archive-conduttore a.alternativa {
  color: #292929;
}

.post-type-archive-conduttore a.alternativa img,
.post-type-archive-programma a.alternativa img {
  height: 12px;
  width: 12px
}

.single-conduttore main .contenuto {
  padding: 0
}

.single-conduttore main .contenuto p:last-child {
  margin-bottom: 0
}

.page-template-page-classifiche h3.title {
  padding-bottom: 0
}

.boxPartecipa a {
  text-decoration: none;
}

.single-giochi h5 {
  color: #DC2340
}

.slick-dots {
  padding: 0 0 20px 0
}

.post-type-archive-news .sliderCentered .contDettagli {
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px)
}

.post-type-archive-news .sliderCentered .contDettagli .dettagli a h2 {
  font-size: 16px
}

.single-programma main .puntata .dettagli > div {
  padding: 0
}

.ctaButton button {
  background: none;
  border: 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  outline: 0;
  text-transform: uppercase;
}

.playMore {
  display: none
}

.playerSingleNews {
  background: #FFFFFF;
  margin-top: 20px;
  padding: 10px
}

.playerSingleNews > div {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: flex;
  -ms-flex-align: center;
  justify-content: space-between;
}

/* The radio */
.radio {
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 8px;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

/* Hide the browser's default radio button */
.radio input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

/* Create a custom radio button */
.checkround {
  background-color: #FFF;
  border-color: #CC0019;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 20px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 20px;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
  background-color: #FFF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
  content: "";
  display: none;
  position: absolute;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
  background: #F8204F;
  border-radius: 50%;
  height: 12px;
  left: 2px;
  top: 2px;
  width: 12px;
}

.cust-btn {
  background-color: #CC0019;
  border-color: #CC0019;
  border-width: 2px;
  color: #FFF;
  margin-bottom: 10px;
}

.cust-btn:hover {
  background-color: #FFF;
  border-color: #CC0019;
  border-radius: 20px;
  color: #CC0019;
}

.sceltaFrequenza {
  border: 2px solid #CC0019;
  bottom: 80px;
  color: #000;
  right: 14px;
  z-index: 100000
}

.sceltaFrequenza .boxSF {
  background: #FFF;
  border-radius: 0;
  height: auto;
  max-width: 250px;
  padding: 20px;
}

.sceltaFrequenza .boxSF::after {
  border-color: #CC0019 transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  bottom: -10px;
  content: "";
  display: block;
  left: 155px;
  position: absolute;
  width: 0;
  z-index: 1;
}

.sceltaFrequenza .boxSF .boxHeader {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px
}

.sceltaFrequenza .boxSF .boxHeader h3 {
  margin: 0
}

.sceltaFrequenza .boxSF .boxHeader img {
  height: 100%;
  margin-right: 10px;
  width: 80px
}

.sceltaFrequenza .boxSF .boxBody {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  padding: 20px 0
}

.sceltaFrequenza .boxSF .boxBody .boxScelta {
  padding: 10px 0
}

.sceltaFrequenza .boxSF .boxFooter {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 20px
}

button.fluxChange {
  background: #FFF;
  border: 0;
  border-radius: 0;
  color: #CC0019;
  font-size: 13px;
  font-weight: 600;
  height: 22px;
  opacity: .3;
  outline: 0;
  position: relative;
  text-transform: uppercase;
  width: 70px;
}

.player button.fluxChange {
  font-size: 12px;
}

.player .zona {
  margin-left: auto
}

.player .scritta {
  font-weight: 400;
  line-height: 19px
}

button.fluxChange:hover,
button.fluxChange:disabled {
  background: #FFF;
  opacity: 1;
}

button.fluxChange:first-child {
  margin-right: 2px
}

input[type="range"] {
  -webkit-appearance: none;
  background-color: inherit;
  cursor: pointer;
  height: 20px;
  margin: 0;
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #292929;
  border: 0;
  cursor: pointer;
  height: 5px;
  width: 10px;
}

input[type=range]::-moz-range-thumb {
  background: #292929;
  border: 0;
  cursor: pointer;
  height: 5px;
  width: 10px;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  background: #292929;
  border: 0;
  cursor: pointer;
  height: 5px;
  width: 10px;
}

.meteoWidget iframe .footer {
  display: none
}

#page {
  margin-top: 44px
}

.sliderVideo h2 {
  bottom: 0;
  color: #FFF;
  font-size: 12px;
  margin: 0;
  padding: 0
}

.gameTermined {
  background: #DE183E;
  color: #FFF;
  padding: 10px;
  text-align: center;
}

.modalFrequenza {
  background: rgba(0, 0, 0, .7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2
}

.modalFrequenza .content {
  background: #FFF;
  border: 2px solid #CC0019;
  bottom: 55px;
  max-width: 250px;
  padding: 10px;
  position: absolute;
  right: 14px;
  z-index: 10
}

.modalArrow {
  border-color: #FFF transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  bottom: 47px;
  display: block;
  position: fixed;
  right: 64px;
  width: 0;
  z-index: 999;
}

.singleChart {
  margin-bottom: 20px
}

.singleChart:last-child {
  margin-bottom: 0
}

.singleChart img {
  height: 47px;
  width: 47px;
}

.singleChart .cont {
  width: calc(100% - 47px)
}

.singleChart .testi {
  width: calc(100% - 77px)
}

.singleChart .testi h4 {
  color: #CC0019;
  font-size: 15px;
  font-weight: 600;
  margin-top: 0
}

.singleChart .testi h6 {
  color: #FFF;
  font-size: 14px;
  font-weight: 400
}

.singleChart .icona {
  min-width: 47px
}

.singleChart .icona img {
  height: 14px
}

.singleChart .icona img#new {
  height: 18px
}

.singleChart .posNum {
  font-size: 12px;
  font-weight: 400;
  min-width: 30px
}

.hiddenOnMobile {
  display: none;
}

.tendinaLogin .modale input.submit_button {
  border: 2px solid #CC0019;
  font-size: 13px;
  padding: 6px 40px;
  width: auto;
  line-height: 22px
}

a.lostPassword {
  color: #292929
}

.singleVideo {
  margin-top: 20px
}

.singleVideo:first-child {
  margin-top: 0
}

.singleVideo h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 0 0;
}

.singleVideo p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 2px 0 0 0;
}

.singleVideo .icona {
  z-index: 1;
}

.seguici {
  font-size: 16px
}

.apriRicercaDesktopCont i {
  font-size: 19px;
}

.apriRicercaDesktopCont span {
  color: #E4E4E4;
  font-size: 14px;
  font-weight: 400
}

.slidesPlayer div {
  height: 34px
}

.psgal {
  margin: 0 !important;
  text-align: left !important
}

.psgal figure {
  margin-bottom: 4px !important;
  padding: 0 !important;
  width: 150px !important
}

.pswp__button--share {
  display: none !important
}

.sponsor span {
  color: rgba(186, 186, 186, .8);
  font-size: 13px;
}

/*.sponsor img {*/
/*  height: 60px;*/
/*  width: auto*/
/*}*/
.sponsor img {
  max-width: 70px;
  max-height: 50px;
  height: auto;
  width: auto;
}

.astero .astero-large .astero-fc-date {
  color: #CC0019;
}

ul.astero-details .asterofont {
  font-size: 30px
}

ul.astero-details li {
  margin-bottom: 10px !important
}

ul.astero-details li .astero-small-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.astero-credit {
  display: none
}

.singoloPodcast i.fas {
  font-size: 13px
}

.SecondLevelMenu {
  background: #E5E5E5;
  display: none;
  height: calc(100% - 66px);
  left: 0;
  position: fixed;
  top: 66px;
  width: 100%;
  z-index: 30
}

.SecondLevelMenu .results ul {
  color: #292929;
  font-size: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.SecondLevelMenu .results ul li {
  margin-bottom: 18px;
}

.SecondLevelMenu .results ul li:last-child {
  margin-bottom: 0
}

.SecondLevelMenu .results ul li a:hover,
.SecondLevelMenu .results ul li a.active {
  color: #CC0019
}

.SecondLevelMenu .chiudi {
  right: 0;
  top: 60px;
  color: #292929
}

.singleFascia {
  background: none
}

.singleFascia .testi {
  padding-left: 0 !important
}

.sliderGiochi .singleGioco,
.sliderNews .singleNews {
  padding: 0 15px
}

.sliderNews-eventi-lifestyle{
  padding: 0 15px
}

#hoverPlayer span {
  font-size: 14px;
  font-weight: 600;
  color: #CC0019
}

.loginDesktop {
  font-size: 14px;
  font-weight: 600;
  height: 26px;
}

.fancybox-close-small svg {
  fill: #292929;
  opacity: 1;
  stroke: #292929;
}

.fancybox-close-small svg {
  stroke-width: 4px
}

.fancybox-close-small {
  height: 36px;
  padding: 2px;
  right: 10px;
  top: 10px;
  width: 36px;
}

.pcboxclassfica .pcdati {
  background: white;
  color: black
}

.pcboxclassfica .pcdati .pcgiocatorecondividi {
  cursor: pointer;
  right: 20px;
}

.new img {
  width: 64px
}

.fascia.containerMini {
  padding: 20px
}

.single .container {
  padding: 0 15px
}

.navigation .nav-disabled {
  opacity: .3
}

.navigation .freccia a {
  display: block;
}

.navigation .freccia img {
  height: 12px;
  width: 11px;
}

.navigation .freccia img.disabled {
  opacity: .3
}

.navigation .freccia.sx img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-id-617 strong {
  color: #CC0019;
}

.post-type-archive-programma .singleNews {
  margin-bottom: 20px
}

.contenuto a {
  color: #CC0019;
}

.flexcontainer {
  -webkit-column-count: 2;
  -moz-column-count: 2;
       column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
       column-gap: 50px
}

.titoloPlayer {
  font-size: 13px
}

.page-id-617 .contenutoTestuale a {
  text-decoration: none;
}

.lastImm span,
img.imgConduttore {
  display: none
}

#podcast_musica .singoloPodcastMusicale .imgCover {
  background-size: cover;
  min-width: 113px;
  width: 113px;
  height: 113px
}

#podcast_musica .singoloPodcastMusicale h3 {
  font-size: 22px;
  font-weight: 700
}
#podcast_musica .singoloPodcastMusicale h6 {
  color: #292929;
  font-size: 16px;
}

.arrows {
  z-index: 1;
  height: 100%;
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.arrows .box a::before {
  font-family: "frecce";
  font-style: normal;
  font-weight: 900;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  opacity: 1;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
  font-size: 12px;
  line-height: 25px;
  content: "\e800";
  color: #FFFFFF
}
.arrows .box {
  width: 25px;
  height: 25px;
  background-color: rgba(204,0,25,1);
  text-align: center;
}
.arrows.dx {
  right: 0
}
.arrows.dx .box a::before {
  content: "\e801";
}

.loader .spinner {
  margin: 0 auto;
}

.tracklist button {
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  outline: 0;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0
}
.tracklist button::after {
  content: "\f054";
  font-family: FontAwesome, serif;
  margin-left: 20px;
}
.tracklist button.opened::after {
  content: "\f078";
}
.tracklist button[disabled],
.tracklist .arrow .disabled {
  opacity: .2
}

.tracklist .arrow {
  font-size: 16px;
  line-height: 16px;
  color: #292929
}

#tracklist {
  font-size: 16px;
  color: #292929
}

#gladiatori h3 a {
  font-weight: 900
}
#gladiatori .bg-white a {
  font-weight: 500
}
#gladiatori .bg-white h4 {
  font-size: 16px;
  line-height: 18px !important;
}

#notizie_dalla_capitale .singleNews .data,
#video .singleVideoHome .data,
.page-template-page-news .singleVideo .data,
.singleCustom .data {
  font-size: 16px;
  color: #CC0019
}
#notizie_dalla_capitale .singleNews .titolo,
#video .singleVideoHome .titolo,
.page-template-page-news .singleVideo .titolo,
.singleCustom .titolo {
  font-size: 17px;
  font-weight: 900;
  color: #292929
}
#notizie_dalla_capitale .singleNews .riassunto,
#video .singleVideoHome .riassunto,
.page-template-page-news .singleVideo .riassunto,
.singleCustom .riassunto {
  font-size: 16px;
  color: #6C6C6C
}

.singoloPodcast .scopri {
  font-weight: 900;
  color: #CC0019;
  text-transform: uppercase;
}

.singlePodNews .quando {
  font-weight: 900;
  color: #CC0019;
  text-transform: uppercase;
}
.singlePodNews .scopri {
  font-weight: 900;
  color: #CC0019;
  text-transform: uppercase;
}
.singlePodNews .nome {
  font-size: 16px;
  font-weight: 900;
}
.singlePodNews .base {
  min-height: 70px
}
.singleVideoHome,
.singleCustom {
  margin-bottom: 30px
}
.tax-categoria .puntata .cover {
  width: 50px;
  height: 50px
}
.contentGlad {
  min-height: 95px;
}
.fancybox-slide--video .fancybox-content {
    width  : 854px;
    height : 480px;
    max-width  : 854px;
    max-height : 480px;
    margin: 0;
}
.fancybox-slide--video.video-square .fancybox-content{
  height: 70%!important;
  width: auto!important;
  min-width: none!important;
  min-height: none!important;
  max-width  : none!important;
  max-height : none!important;
}

.shareBlock > div {
  height: 30px
}
.shareBlock .fb {
  background: #4267b2
}
.shareBlock .tw {
  background: #1b95e0;
  padding-top: 1px
}
.shareBlock .lnk {
  background: #005786
}
.shareBlock .lnk i {
  font-size: 11px;
  color: white
}
.shareBlock .lnk a {
  font-family: Helvetica, Arial, sans-serif;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 11px;
  font-weight: 700;
  color: white
}

.whatsapp-btn{
	display: flex;
	justify-content: center;
  align-items: center;
	border-radius: 30px;
	padding: 4px 20px;
	border: 0;
	font-weight: 600;
	background-color: white;
	color: black;
}

.whatsapp-btn:hover{
  color: #0056b3 !important;
}

.whatsapp-btn img{
	width: 15px;
	margin-right: 4px;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


/*trasformazione in nero*/

header .header {
  background: #121212!important;
}
.home main {
  background: #121212!important;
}
main .grey {
  background: #181818!important;
}

.header ul#menu-rds-soft-desktop li a{
  color: white!important;
}
.header ul#menu-rds-soft-desktop > li.current-menu-ancestor a, .header ul#menu-rds-soft-desktop > li.current-menu-item a, .header ul#menu-rds-soft-desktop > li a:hover{
  color: #CC0019!important;
}
main h3.title a, main h3.title {
  color: white!important;
}
.bg-white{
  background: #1D1D1D!important;
}
section#podcast_musica .singoloPodcast {
  background: #1D1D1D!important;
}
.bg-white.p-3.contentGlad h4 {
  color: white!important;
}
html, body{
  color: #f8f9fa!important;
  background: #121212!important;
}
.bg-white .titolo {
  color: #f8f9fa!important;
}
#notizie_dalla_capitale .singleNews .riassunto, #video .singleVideoHome .riassunto, .page-template-page-news .singleVideo .riassunto, .singleCustom .riassunto {
  color: #cecece!important;
}
section#podcast_musica .singoloPodcast .titolo h4 {
  color: white!important;
}
section#podcast_musica .singoloPodcast span {
  color: #cecece!important;
}
section#podcast_musica .podcastBlock .podControls a i {
  color: #cecece!important;
}
.header ul#menu-rds-soft-desktop li ul.sub-menu{
  background: #121212!important;
}
.header ul#menu-rds-soft-desktop ul:before{
  border-color: #121212!important;
}
footer{
  color: #BABABA!important;
  background: #3A3A3A!important;
}
header .mobileHeader{
  background: #121212!important;
}

#burger.imgContain{
  background-image:url(https://www.dimensionesuonoroma.it/wp-content/themes/rds-dsr/img/burgerWhite.svg)!important;
}
.titoloPlayer{
    color: #121212!important;
}
main .singleNews p{
    color: #cecece!important;
}
main .singleNews h4{
    color: white!important;
}

main #tabContentDesktop .giornata .conduttore {
  color: #cecece !important;
}
main .singleConduttore h4 {
  color: #cecece!important;
}
#tracklist {
  color: #cecece!important;
}
.tracklist button{
  color: #CC0019!important;
}
main .singleGioco .dettagliManifestazione {

  color: white!important;
}
.page-template-page-classifiche .brano .testi .titolo {
  color: black!important;
}
blockquote{
  background: #181818!important;

}
main #tabContent .giornata .orario{
  color: white!important;
}

main #tabContent .giornata .riassunto{
  color: #cecece !important;

}
main .singleGioco p {
  color: white!important;

}




.sliderNews2.allenati .slick-slide .podcastBlock{
  max-width: 100%;
}

.sliderNews4.allenati .slick-slide .podcastBlock{
  max-width: 100%;
}

#block-barzelletta .slick-track{
  display:flex
}
#block-barzelletta .slick-slide{
  margin: 0 10px;
}
#block-barzelletta .cover{
  position: relative;
}
#block-barzelletta .mb-4 {
  overflow: hidden;
}


.allenati_slider_mobile{
  display:none;
}
@media (max-width: 1200px){
  .allenati_slider_mobile{
    display:block;
  }
}

.archive .square-video .embed-responsive-40by21{
  padding-top: 100%;
}

.archive.category main .containerMini p a{
  text-decoration: underline;
  font-weight: 700;
}

.contTitoloPod {
	max-width: calc(100% - 25px - 22.6px - 3rem);
}

@media only screen and (min-width: 1200px) {
  .contTitoloPod {
    max-width: calc(100% - 36px - 28px - 5rem);
  }
}

@media only screen and (min-width: 1920px) {
	.contTitoloPod {
		max-width: calc(100% - 36px - 35px - 5rem);
	}
}

.singoloPodcast>.d-flex.w-100.h-100.align-items-center.p-3 {
	overflow: hidden;
}



@keyframes spinner {to {transform: rotate(360deg);}}


.spinner{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    background-color: #00000036;
    z-index: 9999999;
}

.spinner:before {
  content: '';
  padding: 20px 0;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 2px solid #cc0119;
  border-top-color: #bababa;
  /* margin: 20px; */
  animation: spinner 1s linear infinite;
}

.category-la-sveglia-dei-gladiatoriliveurbanstorebmwroma main > section, .category-la-sveglia-dei-gladiatoriliveurbanstorebmwroma #content{
  background-color: #0166B1;
}