 body:not(.iframe) {
   background-color: #ffffff !important;
 }

 .raicinema :focus {
   outline: none !important;
 }

 .row .title {
   padding-bottom: 1rem;
 }

 .line {
   border-bottom: 1px solid #c3c6c7;
 }

 #focusLoading {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: #fff !important;
   z-index: 1;
 }

 /* Slick */
 .raicinema .slick-prev:before, .raicinema .slick-next:before {
   background-color: #000099 !important;
 }

 .slick-row {
   margin-left: 0% !important;
   margin-right: 0% !important;
   opacity: 0;
   transition: opacity 1s ease;
 }

 .slick-row.slick-initialized {
   opacity: 1;
 }

 .raicinema .slick-slide.linkToSet {
   position: relative;
   right: -0.375rem;
   height: 158px;
   background: #000099 !important;
 }

 .raicinema .slick-slide.linkToSet a.link {
   background: transparent;
   top: 42%;
   line-height: 1em;
   text-align: center;
 }

 .raicinema .slick-initialized .slick-large-1 {
   padding-top: 0px;
   padding-bottom: 0px;
 }

 .slick-row .slick-large-1 .img:before {
   background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(24, 56, 88, 0) 35%, rgba(20, 35, 42, 0.8) 100%);
   background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(24, 56, 88, 0) 35%, rgba(20, 35, 42, 0.8) 100%);
   background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(24, 56, 88, 0) 35%, rgba(20, 35, 42, 0.8) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#cc14232a', GradientType=0);
 }

 .slick-row .slick-large-1 .img:after {
   opacity: 0;
 }

 .slick-row .slick-large-1 .foto .img:after {
   opacity: 1;
 }

 .slick-row .slick-large-1 .info {
   position: absolute;
   bottom: 10px;
   left: 10px;
   width: calc(100% - 20px);
   margin: 0 !important;
   z-index: 10;
 }

 .slick-slide .label-invisible {
   display: none;
 }

 .slick-slide .img {
   position: relative;
 }

 .raicinema .slick-slide .img .label {
   position: absolute;
   top: 15px;
   left: 20px;
   background: #000099;
   font-size: 0.8rem;
   font-weight: 600;
   text-transform: uppercase;
 }

 .raicinema .slick-slider.focus {
   margin-top: 3.75em;
 }

 .label {
   background: #000099 !important;
 }

 .raicinema .slick-row .info .label {
   color: #fff;
   font-size: .6rem;
   line-height: 0.7;
   display: none;
 }

 .raicinema .slick-row .info .description {
   padding: 0px;
   color: #fff !important;
 }

 .raicinema .blocco .slick-row .titolo {
   font-size: 1.25em !important;
   font-weight: 500 !important;
   margin-bottom: 0.25em !important;
   margin-top: 0.25em;
 }

 .raicinema .plr-programma .wrapper .slick-row .slick-slide a:hover .img:after {
   display: block;
 }

 /* fine slick */
 /* IaBox, tagManager */
 .iabBox, .tagManagerError {
   position: fixed;
   display: none;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background-color: rgba(0, 0, 0, .5);
   z-index: 10000000
 }

 .iabBox .iabMessage, .tagManagerError .message {
   position: absolute;
   color: #fff;
   width: calc(100% - 2rem);
   background-color: #00a0fa;
   margin: 2rem 1rem 1rem 1rem;
   padding: 1rem;
   border-radius: 10px;
   font-size: .875rem;
 }

 .iabBox .iabMessage a.img {
   display: block;
   text-align: center;
   padding-bottom: 1rem
 }

 .iabBox .iabMessage .img img {
   width: 5rem;
   border-radius: 10px;
   -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
   -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
   box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2)
 }

 .iabBox .iabMessage a {
   color: #fff;
   text-decoration: underline
 }

 .iabBox .iabMessage:before, .tagManagerError .message:before {
   content: "";
   display: block;
   position: absolute;
   width: 0;
   height: 0;
   border-left: 1.5rem solid transparent;
   border-right: 0 solid transparent;
   border-bottom: 1.8rem solid #00a0fa;
   top: -1.8rem;
   right: 15px
 }

 .tagManagerError {
   display: block
 }

 .tagManagerError .message {
   max-width: 50%;
   max-height: 70%;
   right: 0;
   padding: 3rem;
   text-align: center;
 }

 .tagManagerError .message p.img {
   text-align: center;
   margin-bottom: 3rem;
   font-size: 5rem
 }

 /* fine IaBox, tagManager */
 /*  Menu */
 .mainMenuContainer {
   z-index: 1000;
 }

 .maskOverlay, .mainMenuContainer {
   display: block;
   visibility: hidden;
   opacity: 0;
   position: fixed;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.5);
   top: 0;
   z-index: 100;
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
   transition: all 400ms ease;
 }

 .maskOverlay.opened, .mainMenuContainer.opened {
   opacity: 1;
   visibility: visible;
 }

 .mainMenuContainer .closeMainMenu, .mainMenuContainer ul {
   position: relative;
   left: -440px;
   -webkit-transition: left 400ms ease;
   -moz-transition: left 400ms ease;
   -ms-transition: left 400ms ease;
   -o-transition: left 400ms ease;
   transition: left 400ms ease;
 }

 .mainMenuContainer.opened ul {
   width: 440px;
   max-height: calc(100% - 80px);
   overflow: auto;
 }

 .mainMenuContainer.opened .closeMainMenu, .mainMenuContainer.opened ul {
   left: 0px;
 }

 .mainMenuContainer.opened ul li.menuItem:after {
   content: " ";
   display: block;
   width: 86%;
   height: 1px;
   background-color: #25333b;
   margin: 0 auto;
 }

 .mainMenuContainer .closeMainMenu {
   width: 440px;
   height: 80px;
 }

 .mainMenuContainer .closeMainMenu #closeMainMenuBtn svg {
   width: 34px;
   margin: 23px;
 }

 .mainMenuContainer .closeMainMenu #closeMainMenuBtn svg path {
   fill: rgb(41, 162, 255);
   stroke: none;
 }

 .mainMenuContainer ul {
   width: 440px;
   height: 100%;
   margin-left: 0;
 }

 .mainMenuContainer ul li {
   list-style: none;
 }

 .mainMenuContainer ul li a {
   color: #b2bcbf;
   display: block;
   padding: 17px 40px;
   font-size: 17px;
   line-height: 20px;
   position: relative;
   padding-left: 82px;
 }

 .mainMenuContainer ul li a.active {
   background: #29a2ff !important;
   color: #ffffff;
 }

 .mainMenuContainer ul li a:hover {
   background: #2199e8;
   color: #ffffff;
 }

 .mainMenuContainer ul li[data-name="Guarda offline"] {
   display: none;
 }

 .menuSets::-webkit-scrollbar {
   width: 10px;
   height: 10px;
 }

 .menuSets::-webkit-scrollbar-thumb {
   background: #2a3a44;
   border: 0px none #ffffff;
   border-radius: 50px;
 }

 .menuSets::-webkit-scrollbar-track {
   background: #14232a;
   border: 0px none #ffffff;
   border-radius: 50px;
 }

 #mainMenuBtn {
   display: block;
   float: left;
   height: 80px;
   width: 80px;
   line-height: 80px;
 }

 #mainMenuBtn:after {
   box-shadow: 0 9px 0 #fefefe, 0 18px 0 #fefefe;
   width: 26px;
   margin: 30px 0 0 27px !important;
 }

 #mainMenuBtn:hover:after {
   background: #29a2ff;
   box-shadow: 0 9px 0 #29a2ff, 0 18px 0 #29a2ff;
 }

 .top-bar-left, .top-bar-right {
   -webkit-flex: 0 0 auto;
   -ms-flex: 0 0 auto;
   flex: 0 0 auto;
 }

 #barraRaiNetworkDiv {
   display: none;
   color: #FFF;
   background: #212f36;
 }

 .row.top_row .row {
   margin: 0 auto;
   padding: 1.25rem 0;
 }

 #menuDedicato {
   background-color: transparent;
 }

 .top-bar div {
   padding: 0;
 }

 .menu-icon {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   cursor: pointer;
   width: 20px;
   height: 16px;
 }

 .button:hover, .button:focus {
   background-color: #000099;
 }

 #site-menu.top-bar .columns {
   flex: initial;
 }

 #site-menu .menuTitle {
   width: 135px !important;
   color: transparent;
   font-size: 28px;
   line-height: 80px;
   font-weight: 100;
   text-indent: -10000px;
   display: inline-block;
   background-image: url("/dl/components/img/nuovoLogoRaiCinema.png");
   background-repeat: no-repeat;
   background-position: left center;
   background-size: 135px auto;
 }

 #barraRaiMenuIcon {
   width: 22px;
   height: 20px;
   margin-top: 4px;
 }

 #barraRaiMenuIcon {
   display: none;
   top: 26px;
   left: 30px;
 }

 .top-bar {
   background: #000099;
   height: 80px;
   margin: 0;
   padding: 0;
 }

 .top-bar .top-bar-right {
   float: right;
 }

 .top-bar .logo {
   width: 80px;
   height: 80px;
   padding: 0;
   padding-right: 10px;
   flex: initial;
 }

 .top-bar ul li {
   background: transparent;
 }

 .top-bar ul li#barraRaiBtn.opened #barraRaiCloseIcon {
   display: block;
 }

 .top-bar ul li a {
   color: #fff;
 }

 .top-bar ul, .dropdown.menu {
   background: transparent;
 }

 .top-bar ul li#barraRaiBtn {
   width: 80px;
   height: 80px;
   background: rgba(203, 206, 208, 0.5);
   cursor: pointer;
 }

 .top-bar ul li#barraRaiBtn:hover #barraRaiMenuIcon {
   display: inline-block;
 }

 .top-bar ul li#barraRaiBtn:hover img, .top-bar ul li#barraRaiBtn.opened img, .top-bar ul li#barraRaiBtn.opened #barraRaiMenuIcon, .top-bar ul li#barraRaiBtn #barraRaiCloseIcon {
   display: none;
 }

 .top-bar ul li#barraRaiBtn #barraRaiCloseIcon svg {
   width: 38px;
   margin: 21px;
 }

 .top-bar ul li#barraRaiBtn #barraRaiCloseIcon svg path {
   stroke: none;
   fill: #29a2ff;
 }

 .top-bar ul li#barraRaiBtn.opened {
   background-color: #475358 !important;
 }

 .top-bar ul li#barraRaiBtn {
   width: 80px;
   height: 80px;
   /*background: rgba(203,206,208,0.5);*/
   background: rgba(0, 0, 102, 1);
   cursor: pointer;
 }

 #barraRaiBtn.opened {
   z-index: 200;
 }

 #barraRaiMenuIcon {
   width: 22px;
   height: 20px;
   margin-top: 4px;
   display: none;
   top: 26px;
   left: 30px;
 }

 #barraRai {
   z-index: 200;
 }

 #barraRai {
   display: none;
   max-width: inherit;
   margin: 0 !important;
   height: 80px;
   z-index: 200;
   position: relative;
   background: #475358;
   overflow: hidden;
 }

 .mainMenuContainer .closeMainMenu, .mainMenuContainer ul {
   background: rgba(0, 0, 153, 0.8) !important;
 }

 .mainMenuContainer .closeMainMenu #closeMainMenuBtn svg path {
   fill: rgb(255, 255, 255);
   stroke: none;
 }

 .mainMenuContainer ul li a {
   color: #fff;
 }

 .mainMenuContainer.opened ul li.menuItem:after {
   content: none;
 }

 #main-menu h1 {
   margin: 0;
   height: 80px;
 }

 .logoRai {
   height: 80px;
   width: 80px;
 }

 .textIndentOut {
   text-indent: -10000px;
   color: transparent;
   height: 0;
   margin: 0;
 }

 .dropdown.menu {
   position: relative;
 }

 #barraRaiMenuIcon::after {
   background: #fefefe;
   box-shadow: 0 9px 0 #fefefe, 0 18px 0 #fefefe;
 }

 .menu-icon::after {
   content: '';
   position: absolute;
   display: block;
   width: 100%;
   height: 2px;
   background: #fefefe;
   top: 0;
   left: 0;
   box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
 }

 .menu-icon:hover::after {
   background: #cacaca;
   box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
 }

 header {
   position: relative;
   width: 100%;
   z-index: 1000;
   top: -80px;
   margin-bottom: -80px;
   transition: none;
   -webkit-transition: none;
 }

 header.fixed {
   position: fixed;
   top: -80px;
   margin-bottom: 0;
   transition: top 600ms;
   -webkit-transition: top 600ms;
 }

 header.fixed.visible {
   top: 0px;
 }

 header.fixed.visible.waiting {
   top: -80px !important;
 }

 header.fixed #menuDedicato {
   background: rgba(32, 46, 54, 0.9);
 }

 img.logoMenu {
   height: 40px;
   -webkit-filter: brightness(120%);
   filter: brightness(120%);
 }

 .menuItem .imagePosition {
   position: absolute;
   width: 40px;
   height: 21px;
   left: 27px;
   top: 7px;
   text-align: center;
 }

 div#menuDedicato {
   margin: 0 !important;
   max-width: inherit;
   background: rgba(32, 46, 54, 0);
   transition: background 600ms;
   -webkit-transition: background 600ms;
 }

 @media screen and (max-width: 40em) {
   .mainMenuContainer .closeMainMenu, .mainMenuContainer ul {
     width: 100% !important;
     left: -100%;
   }

   .mainMenuContainer .closeMainMenu svg {
     margin: 23px 8px;
   }

   #site-menu .menuTitle {
     float: left;
     width: 50px;
     white-space: nowrap;
     font-size: 5vw;
     line-height: 80px;
   }

   #barraRai .title-bar {
     display: block;
     padding: 0;
   }

   header #barraRai .title-bar .top-bar-right {
     display: none;
   }

   #barraRai #main-menu>a {
     display: none;
   }
 }

 /* Fine menu */
 /*  Blocchi */
 .raicinema .blocco.transparent .row .title h2, .raicinema .blocco.transparent .row .title h1 {
   color: #485459;
 }

 .raicinema .blocco.transparent .row .title h2 {
   font-size: 40px;
   text-align: center;
 }

 .raicinema .blocco.transparent .row .title h1 {
   margin-top: 0;
 }

 .raicinema .blocco-elastisearch {
   min-height: 400px;
 }

 @media screen and (min-width: 75em) {
   .raicinema .blocco.transparent .row.program-list {
     max-width: 75em;
     margin: 0 auto;
   }

   .raicinema .blocco.transparent .row.program-list .xlarge-2 {
     -webkit-flex: 0 0 25%;
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
   }
 }

 .genericMainCont {
   max-width: 62.5rem;
   margin: 0 auto;
   color: #ffffff;
 }

 .genericMainCont h1 {
   color: #ffffff;
   text-align: center;
   margin-bottom: 1.25rem;
   font-size: 3.125rem;
   font-weight: lighter;
 }

 .genericMainCont h2 {
   color: #ffffff;
   text-align: center;
   margin-bottom: 1.25rem;
   font-size: 1.75rem;
   font-weight: lighter;
   margin: 3.75rem auto;
 }

 .genericMainCont .columns.left {
   padding-right: 3.125rem;
 }

 .genericMainCont .columns.left img {
   margin: 0 auto 2.5rem;
   display: block;
 }

 .genericMainCont .genericMenu {
   list-style: none;
 }

 .genericMainCont .genericMenu li a {
   color: #ffffff;
 }

 .genericMainCont .genericMenu li a.active:before {
   content: " ";
   width: 0.5rem;
   height: 0.5rem;
   display: inline-block;
   background: #009ffa;
   border-radius: 100%;
   margin: 0 0.5rem 0 -1rem;
 }

 .genericMainCont.row+.row.prefooter {
   margin-top: 6.75rem;
 }

 h1.title-border-bottom {
   /*color: #fff;
   text-align: center;
   font-size: 3.125rem;*/
   margin: 3.75rem 0 1.25rem;
 }

 .canale h1.title-border-bottom {
   color: #626c71;
   text-align: center;
   font-size: 3.125rem;
   margin: 3.75rem 0 1.25rem;
 }

 .canale .articolo h1.title-border-bottom {
   margin-top: 0px;
   font-weight: 300;
   text-align: left;
   white-space: normal;
 }

 .raicinema.canale .articolo .title-border-bottom::after {
   margin: 15px 0 50px;
 }

 @media screen and (max-width: 64rem) {
   .raicinema .genericMainCont .columns.left {
     padding-right: 0.625rem;
   }

   .genericMainCont .genericMenu {
     margin-top: 6.75rem;
   }
 }

 .mainMenuContainer ul li a[disabled]:hover {
   background: transparent;
 }

 .mainMenuContainer ul li a[disabled] {
   opacity: 0.5;
 }

 .raicinema .blocco.white .row .title h2.title-border-bottom::after, .raicinema .blocco.dark .row .title h2.title-border-bottom::after {
   content: "";
   display: block;
   border-bottom: 1px solid #c3c6c7;
   width: 200px;
   margin: 20px auto 0px;
 }

 /* Blocco dark */
 .raicinema .blocco.dark {
   background-color: #fff;
 }

 .raicinema .blocco.dark .row .title h2 {
   color: #485459;
 }

 /* Newsblock - Live */
 .raicinema .newsBlock {
   background-image: linear-gradient(to bottom, #f2f2f2, #ffffff);
 }

 .raicinema .newsBlock .titolo, .raicinema .mediaContent .titolo {
   color: #485459 !important;
   font-size: 1em !important;
   line-height: 1.5em;
   margin: 0.5em 0;
 }

 .raicinema .newsBlock .description, .raicinema .mediaContent .description {
   font-size: 0.75em;
   line-height: 1.5em;
   color: #7c8589;
 }

 .raicinema .blocco.newsBlock .slick-row .description {
   color: #485459 !important;
   font-size: 0.75em;
   line-height: 1.35em;
   margin-bottom: 19px;
   padding-left: 0px;
   padding-right: 0px;
 }

 .raicinema .blocco.newsBlock .row .title {
   padding-bottom: 20px;
 }

 .raicinema .blocco.newsBlock .slick-row .description {
   overflow: visible;
   white-space: normal;
   max-height: none;
   height: auto;
   display: inline;
 }

 .raicinema .newsBlock .title-border-bottom::after {
   content: "";
   display: block;
   width: 93px;
   height: 1px;
   background: #c3c6c7;
   margin-top: 20px;
 }

 .raicinema .newsBlock .title-border-bottom::after {
   margin: 20px auto 0;
   width: 20%;
 }

 .raicinema .newsBlock .slick-row .articolo .info {
   position: static;
 }

 .raicinema .blocco.white .slick-row .slick-large-1 .date {
   font-size: 11.9px;
   color: #969d9f;
 }

 .raicinema .blocco .row .title h2 {
   font-size: 2.5em;
   text-align: center;
 }

 /*.slick-slide .info .label
{
	text-transform:uppercase;
}*/
 .slick-row .titolo, .slick-row .slick-large-1 .titolo {
   color: #fff;
   margin: 0;
   font-weight: 400;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .slick-row .slick-large-1 .description {
   color: rgba(255, 255, 255, 0.7) !important;
   height: 20px;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
 }

 .slick-row .slick-dots {
   position: absolute;
   top: -45px;
   right: 37px;
   width: auto;
   z-index: 0;
 }

 .raicinema .blocco .slick-row .slick-dots li.slick-active button:before {
   opacity: 1;
   content: " ";
   border-radius: 100%;
   background: transparent;
   margin-top: 5px;
   border: 2px solid #000099;
 }

 .homepagedirette {
   background: #27343b;
 }

 img.arrowGo {
   width: 35px;
   margin-top: -5px;
   margin-left: 5px;
   display: inline-block;
 }

 @media screen and (max-width: 40em) {
   body.raicinema {
     padding-top: 60px;
   }

   header {
     top: -60px;
     margin-bottom: -60px;
   }

   .mainTitleCont.text-center>h1 {
     font-size: 1.875rem;
   }

   .top-bar {
     height: 60px;
   }

   #mainMenuBtn {
     height: 60px;
     width: 60px;
     line-height: 60px;
   }

   #mainMenuBtn:after {
     box-shadow: 0 9px 0 #fefefe, 0 18px 0 #fefefe;
     width: 24px;
     margin: 20px 0 0 18px !important;
   }

   #mainMenuBtn:hover:after {
     background: #29a2ff;
     box-shadow: 0 9px 0 #29a2ff, 0 18px 0 #29a2ff;
   }

   #site-menu .menuTitle {
     width: 70px !important;
     line-height: 60px;
     background-size: auto 30px;
   }

   .top-bar ul li#barraRaiBtn {
     width: 60px;
     height: 60px;
   }

   #barraRaiMenuIcon {
     width: 24px;
     margin: 0;
     top: 20px;
     left: 18px;
   }

   #barraRaiMenuIcon::after {
     background: #fefefe;
     box-shadow: 0 9px 0 #fefefe, 0 18px 0 #fefefe;
   }

   #barraRaiCloseIcon svg, .mainMenuContainer .closeMainMenu #closeMainMenuBtn svg {
     width: 30px !important;
     margin: 15px !important;
   }

   #barraRai {
     height: 60px;
   }

   .logoRai {
     height: 60px;
     width: 60px;
   }

   .mainMenuContainer .closeMainMenu {
     height: 60px;
   }

   .mainMenuContainer.opened ul {
     max-height: calc(100% - 40px);
   }

   .mainMenuContainer ul li a {
     padding: 15px 40px 15px 52px !important;
   }

   .mainMenuContainer ul li a.profile, .mainMenuContainer ul li a.logout {
     padding: 0 10px;
   }

   .menuItem .imagePosition {
     left: 7px;
     top: 4px;
   }

   .loghetto+.durata {
     display: none;
   }
 }

 @media screen and (max-width: 39.9375em) {
   .plr-programma .wrapper .btn-trailer {
     margin-left: auto;
     margin-right: auto;
   }

   .plr-programma .wrapper .program-nav {
     margin-top: -140px !important;
     margin-bottom: 1.75rem;
   }

   .plr-programma .wrapper .program-nav>ul {
     height: 38px !important;
     width: 100% !important;
     overflow-x: scroll;
     overflow-y: hidden;
     white-space: nowrap;
     margin-top: 11vh !important;
   }

   .plr-programma .wrapper .program-nav>ul li {
     width: 100%;
     margin-right: 20px;
     display: inline;
     font-size: 16px;
   }

   .plr-programma .wrapper .program-nav>ul li a {
     display: inline-block;
   }

   .plr-programma .wrapper .mask {
     background: rgba(256, 256, 256, 0.4);
   }

   .plr-programma .wrapper .btn-trailer {
     margin: 10px auto 0;
   }

   .locandina {
     margin: 15px auto;
     width: 100%;
   }

   .plr-programma .wrapper .program-nav.liquid {
     min-height: 30vh;
   }

   .containerLink ul.social {
     text-align: center;
     margin: 0 auto;
   }

   .slick-row .slick-dots {
     top: -50px;
   }

   .plr-programma .description,
   .plr-programma .info {
     font-size: 14px !important;
   }

   .raicinema .blocco.white .row .title h2.title-border-bottom::after,
   .raicinema .blocco.dark .row .title h2.title-border-bottom::after {
     width: 200px;
   }

   .blocco:not(.articolo) {
     padding: 20px 0 0;
   }

   .img .landscapeP img {
     width: 100%;
   }

   .grid-limiter .align-top .info {
     margin-bottom: 30px !important;
   }

   .grid-limiter .align-top .info .label {
     font-size: .7rem !important;
   }

   /*  end scheda film */
   #site-menu .menuTitle {
     width: 103px !important;
   }

   .blocco.articolo .corpoArticolo p {
     font-size: 14px;
   }

   .related-articles {
     padding: 10px 40px 0;
   }

   .related-articles .relatedLink:first-child {
     border-top: 1px solid #c4c6c7;
     padding-top: 20px;
   }
 }

 /* News griglia */
 .blocco.newsGrid .row {
   max-width: 87.5rem;
 }

 .blocco.newsGrid .description {
   display: block;
   margin-bottom: 2em;
 }

 .blocco.newsGrid .label {
   margin-top: -10px;
 }

 /* Ricerca */
 header.search {
   position: fixed;
   top: 0px;
   margin-bottom: 0;
 }

 header.search:not(.fixed) #menuDedicato {
   background: #14232a;
 }

 #menuDedicato #cerca-barra {
   /* display: block; */
   display: none;
 }

 #menuDedicato #cerca-barra form {
   position: relative;
   height: 80px;
   width: 480px;
 }

 #menuDedicato #cerca-barra form a.enable-search {
   display: block;
   float: right;
   height: 40px;
   width: 40px;
   margin: 20px 20px 20px 0;
   padding: 6px;
   border-radius: 5px 5px 5px 5px;
   background: rgba(48, 63, 72, 0);
   transition: all 400ms;
   -webkit-transition: all 400ms;
 }

 #menuDedicato #cerca-barra form a.enable-search img {
   -ms-transform: scale(-1, 1);
   -webkit-transform: scale(-1, 1);
   transform: scale(-1, 1);
 }

 #menuDedicato #cerca-barra form a.enable-search:hover {
   background: rgba(44, 57, 64, 0.95);
 }

 #menuDedicato #cerca-barra form input#searchField {
   float: right;
   height: 40px;
   width: 0;
   padding: 0;
   margin: 20px 0;
   border: 0;
   text-indent: 15px;
   font-size: 14px;
   font-weight: 600;
   color: #fff;
   background: rgba(44, 57, 64, 0.95);
   border-radius: 5px 0 0 5px;
   transition: width 600ms;
   -webkit-transition: width 600ms;
 }

 #menuDedicato #cerca-barra form input#searchField:focus {
   outline: none;
   box-shadow: none;
 }

 #menuDedicato #cerca-barra form input[type=submit] {
   display: none;
   position: absolute;
   top: 20px;
   right: 0;
   width: 40px;
   height: 40px;
   font-size: 0;
   border: none;
   background: transparent;
   z-index: 1;
 }

 #menuDedicato #cerca-barra form.ready a.enable-search {
   background: rgba(44, 57, 64, 0.95);
   border-radius: 0 5px 5px 0;
 }

 #menuDedicato #cerca-barra form.ready input#searchField {
   width: 420px;
 }

 #menuDedicato #cerca-barra form.result input#searchField {
   border-radius: 5px 0 0 0;
 }

 #menuDedicato #cerca-barra form.result a.enable-search {
   border-radius: 0 5px 0 0;
 }

 #menuDedicato #cerca-barra div.maskSearch {
   display: block;
   visibility: hidden;
   opacity: 0;
   position: fixed;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.5);
   top: 80px;
   left: 0;
   z-index: 100;
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
   transition: all 400ms ease;
 }

 #menuDedicato #cerca-barra div.maskSearch:before, #menuDedicato #cerca-barra div.maskSearch:after {
   content: '';
   position: absolute;
   width: 80px;
   height: 80px;
   top: -80px;
   left: 0;
 }

 #menuDedicato #cerca-barra div.maskSearch:after {
   right: 0;
   left: auto;
 }

 #menuDedicato #cerca-barra div.maskSearch.ready {
   visibility: visible;
   opacity: 1;
 }

 #menuDedicato #cerca-barra div.ui-noresults {
   display: none;
   padding: 10px 15px;
   font-size: 14px;
   font-weight: 600;
   color: #979da0;
 }

 #menuDedicato #cerca-barra div.ui-noresults strong {
   font-weight: 600;
   color: #fff;
 }

 #menuDedicato #cerca-barra div.ui-noresults, .ui-menu.ui-autocomplete {
   position: fixed !important;
   top: 60px !important;
   width: 460px !important;
   max-height: calc(100vh - 80px);
   list-style: none;
   background: rgba(44, 57, 64, 0.95);
   border-radius: 0 0 5px 5px;
   box-shadow: none;
   z-index: 1000;
   overflow: auto;
 }

 .ui-menu.ui-autocomplete li {
   margin: 5px;
   padding: 5px 10px;
   border-radius: 5px;
   font-size: 14px;
   font-weight: 600;
   color: #979da0;
 }

 .ui-menu.ui-autocomplete li a {
   color: #979da0;
 }

 .ui-menu.ui-autocomplete li.ui-state-focus {
   background: #14232a;
 }

 .ui-menu.ui-autocomplete .ui-highlight {
   color: #fff;
 }

 @media screen and (max-width: 39.9375em) {
   .dropdown.menu {
     position: initial;
   }

   #menuDedicato #cerca-barra {
     height: 60px;
   }

   #menuDedicato #cerca-barra form {
     position: initial;
     height: 60px;
     width: 60px;
   }

   #menuDedicato #cerca-barra form a.enable-search {
     height: 60px;
     width: 60px;
     margin: 0;
     padding: 15px;
     border-radius: 0 !important;
   }

   #menuDedicato #cerca-barra form a.enable-search:hover {
     background: transparent;
   }

   #menuDedicato #cerca-barra form input#searchField {
     float: none;
     position: absolute;
     left: 20px;
     top: 80px;
     margin: 0;
     text-indent: 10px;
     background: transparent;
     color: transparent;
     border-radius: 5px !important;
     transition: width 0ms, background 300ms, color 300ms;
     -webkit-transition: width 0ms, background 300ms, color 300ms;
     z-index: 1000;
   }

   #menuDedicato #cerca-barra form input[type=submit] {
     top: 20px;
     right: 0;
     width: 40px;
     height: 40px;
     margin: 0;
     padding: 0;
   }

   #menuDedicato #cerca-barra form.ready a.enable-search {
     background: rgba(33, 47, 54, 0.97);
   }

   #menuDedicato #cerca-barra form.ready input#searchField {
     width: calc(100% - 40px);
     background: #485459;
     color: #fff;
   }

   #menuDedicato #cerca-barra div.maskSearch {
     background: rgba(33, 47, 54, 0.97);
     top: 60px;
   }

   #menuDedicato #cerca-barra div.maskSearch:before, #menuDedicato #cerca-barra div.maskSearch:after {
     width: 60px;
     height: 60px;
     top: -60px;
   }

   #menuDedicato #cerca-barra div.ui-noresults {
     left: 20px;
   }

   #menuDedicato #cerca-barra div.ui-noresults, .ui-menu.ui-autocomplete {
     top: 120px !important;
     width: calc(100% - 40px) !important;
     max-height: calc(100% - 140px);
     background: transparent;
   }

   .ui-menu.ui-autocomplete li {
     padding: 5px;
   }

   .blocco .row .title h2, .blocco.articolo .row .title h1 {
     font-size: 1.8rem !important;
     white-space: initial !important;
     text-align: center !important;
   }

   .articolo .blocco.articolo .title-category,
   .blocco.articolo .titoloArticolo .title h1.title-border-bottom {
     font-size: 28.8px !important;
     text-align: center !important;
   }

   .articolo .blocco.articolo .title-category {
     display: block;
     margin-top: 0 !important;
     font-weight: 600 !important;
   }

   .blocco.articolo .titoloArticolo .title h1.title-border-bottom:after {
     margin: 0 auto !important;
     width: 200px !important;
     background: #c3c6c7 !important;
   }

   .articolo .corpoArticolo .sottotitolo {
     font-weight: 600;
   }

   .category-menu p.titolo {
     font-size: 14px;
   }

   .blocco.newsBlock .slick-row .description {
     overflow: hidden !important;
   }

   .blocco.newsBlock .info {
     margin-bottom: 10px;
   }
 }

 .white .tabs {
   border: 0;
 }

 .white .tabs-title>a[aria-selected='true'] {
   background: #000099 !important;
   border-color: #000099;
 }

 @media screen and (max-width:780px) {

   /* tabs menu */
   .white .tabs .tabs-title a, .white .tabs .tabs-title:last-child a {
     border: 0;
   }

   .white .tabs {
     height: 50px !important;
     width: 100% !important;
     overflow-x: scroll;
     overflow-y: hidden;
     white-space: nowrap;
     margin: 0;
   }

   .white .tabs::-webkit-scrollbar {
     width: 0 !important
   }

   .white .tabs .tabs-title>a[aria-selected='true'] {
     background: transparent !important;
     font-weight: 600;
     color: inherit !important;
   }

   .white .tabs .tabs-title>a {
     padding: .8rem;
   }

   /* end tabs menu */
 }

 /* articolo */
 .blocco.articolo .titoloArticolo .title {
   padding: 0;
 }

 .blocco .title.row.align-middle.with-link, .blocco .title.row.align-middle {
   position: relative;
   display: block;
 }

 .blocco.articolo .info {
   text-align: left;
   padding: 10px;
 }

 .blocco.articolo .corpoArticolo .row .row {
   margin-left: 0;
   margin-right: 0;
 }

 .blocco.articolo .row {
   max-width: 75rem;
 }

 .blocco.articolo .corpoArticolo .img {
   margin-bottom: 2em;
 }

 .blocco.articolo .corpoArticolo .testo {
   color: #626c71;
   font-size: 0.9rem;
 }

 .blocco.articolo .corpoArticolo .testo {
   margin-top: 2rem;
   padding-left: 0;
   text-align: left;
 }

 .blocco.articolo .titoloArticolo .title h1.title-border-bottom, .blocco.articolo .row .title h1 {
   text-align: left;
   font-weight: lighter;
   width: 100%;
   /*margin-bottom: 2rem;*/
   margin-bottom: 3rem;
   font-size: 3.125rem;
   color: #626c71;
   margin-top: 0.67em;
 }

 .blocco.articolo .titoloArticolo .title h2.title-border-bottom:after, .blocco.articolo .titoloArticolo .title h1.title-border-bottom:after {
   text-align: left;
   margin: 0;
   position: relative;
   content: "";
   width: 93px;
   display: block;
   height: 1px;
   text-align: center;
   background: #7f8081;
   left: 0;
   right: 0;
   top: 15px;
 }

 .blocco.articolo #socialShareCont {
   margin: 0;
 }

 @media screen and (min-width: 40em) {
   .blocco.articolo #socialShareCont a.fbShare {
     margin-left: 0;
   }
 }

 @media screen and (max-width: 40em) {
   #socialShareCont .shareButtons {
     background-color: #fff;
     right: auto;
     left: 80px;
   }

   #socialShareCont a.showShareButtons {
     border-radius: 5px;
   }

   #socialShareCont a.showShareButtons.active {
     background: #000099;
   }

   #socialShareCont a.showShareButtons.active {
     color: #fff;
   }

   #socialShareCont a.showShareButtons.active svg * {
     fill: #fff;
   }
 }

 /* end articolo */
 /* scheda film */
 .plr-programma .wrapper .mask.matt {
   background: rgba(256, 256, 256, 0.4);
 }

 .plr-programma .wrapper .program-nav {
   position: relative;
 }

 .plr-programma .wrapper article {
   margin-top: 10em;
 }

 @media screen and (min-width: 40em) {
   .plr-programma .wrapper article>.row .row>.columns {
     -webkit-flex: 0 0 91.66667%;
     -ms-flex: 0 0 91.66667%;
     flex: 0 0 91.66667%;
     max-width: 91.66667%;
   }
 }

 .plr-programma .wrapper .program-nav>ul {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
 }

 .plr-programma .wrapper .program-nav ul li {
   margin-bottom: 20px;
 }

 .plr-programma .wrapper .program-nav ul li a.active,
 .plr-programma .wrapper .program-nav ul li a:hover {
   color: #000099 !important;
 }

 .plr-programma .wrapper .program-nav ul li a.active {
   font-weight: 700;
 }

 .plr-programma .wrapper .small-12.medium-3 {
   position: relative;
 }

 .plr-programma .wrapper .small-12.medium-3 img {
   position: absolute;
   bottom: 74px;
 }

 .plr-programma .wrapper .btn-trailer, .plr-programma .wrapper .btn-film {
   background-color: #000099;
   color: #fff;
   border-radius: 5px;
   text-align: center;
   padding-top: 14px;
   padding-bottom: 14px;
   margin-top: 10px;
   font-size: 16px;
   font-family: 'Open Sans';
   display: block;
   max-width: 280px;
 }

 .plr-programma .wrapper .program-title {
   color: #485459;
   text-align: left;
   font-weight: 200;
   font-size: 40px;
   line-height: 2.25rem;
   padding-left: 0.625rem;
   padding-right: 0.625rem;
 }

 .plr-programma .wrapper>.row {
   position: relative;
   z-index: 1;
   margin: 0 auto;
   margin-top: 3em;
   max-width: 80rem;
 }

 .plr-programma .description,
 .plr-programma .info,
 .wrapper article ul.movie-info li {
   color: #485459;
 }

 /* end custom scheda film */
 /* footer custom cinema */
 .prefooter .paddingSociale .collapse span {
   display: none;
 }

 .prefooter .paddingSociale img {
   width: auto;
   height: auto;
   opacity: 0.5;
   max-height: 40px;
   transition: opacity .5s ease;
 }

 .prefooter .paddingSociale img:hover {
   opacity: 1;
 }

 .prefooter .paddingSociale.small-3 {
   -webkit-flex: 1 1 0px;
   -ms-flex: 1 1 0px;
   flex: 1 1 0px;
 }

 .prefooter .paddingSociale.small-3 a {
   display: block;
   margin: 0 auto;
 }

 .containerFooter {
   background-color: #14232a;
 }

 .raicinema .containerFooter .containerLink {
   max-width: 920px;
   padding: 50px 0 65px;
   border-bottom: 1px solid #2d3a40;
 }

 @media screen and (min-width:64em) {
   .raicinema .containerFooter .containerLink .columns:first-child {
     padding-left: 0;
   }

   .containerLink .social {
     position: absolute;
     bottom: 0;
   }
 }

 .raicinema .containerFooter .containerLink .columns:last-child {
   position: relative;
 }

 .containerFooter h3 {
   font-family: Open Sans;
   font-size: 18px;
   font-weight: 600;
   color: #ffffff;
   border-bottom: 1px solid #2d3a40;
   padding-bottom: 13px;
   margin-top: 30px;
 }

 .containerLink ul {
   list-style: none;
   margin-left: 0;
   padding-top: 10px;
   margin-bottom: 0;
 }

 .containerLink ul li {
   padding-bottom: 7px;
 }

 .containerLink ul li a {
   font-size: 14px;
   color: #7e8084;
 }

 .containerLink ul li a:hover {
   color: #fff;
 }

 .containerLink .social li {
   display: inline-block;
   margin-right: 20px;
 }

 .containerLink .social li a {
   display: block;
   width: 20px;
   height: 20px;
   background-size: cover;
 }

 .containerLink .social li.twitter a {
    background-image: url('/dl/components/img/ico-raicinema-twitter.png');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }

 .containerLink .social li.facebook a {
    background-image: url('/dl/components/img/ico-raicinema-facebook.png');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }

 .containerLink .social li.googleplus a {
   background-image: url('/dl/components/img/ico-google-plus-grey.png');
   width: 28px;
 }
 .containerLink .social li.instagram a {
    background-image: url('/dl/components/img/ico-raicinema-instagram.png');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }
 .containerLink .social li.linkedin a {
    background-image: url('/dl/components/img/ico-raicinema-linkedin.png');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }
 .containerLink .social li.rss a {
    background-image: url('/dl/components/img/ico-raicinema-rss.png');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }

  .containerLink .social li.tiktok a {
    background-image: url('/dl/components/img/ico-raicinema-tiktok.png');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }

 /* end footer custom cinema */
 /* articolo */
 .articolo .blocco.articolo .title-category {
   text-align: left;
   font-weight: lighter;
   width: 100%;
   margin-bottom: 1rem;
   font-size: 3.125rem;
   line-height: 1.2em;
   color: #626c71;
   margin-top: 0.67em;
 }

 .articolo .blocco.articolo .title-category+h1 {
   font-size: 1.75rem !important;
   margin-top: 0;
 }

 .articolo .blocco.articolo .info {
   padding: 0;
 }

 .articolo .blocco.articolo {
   padding: 60px 0;
 }

 .articolo .blocco.articolo .related-articles a.relatedLink {
   display: block;
   overflow: hidden;
   margin-bottom: 1em;
 }

 .articolo .blocco.articolo .related-articles .info {
   padding-left: 20px;
 }

 .raicinema.articolo .blocco.articolo .related-articles .info .title {
   color: #475358;
   font-size: 0.875em;
   line-height: 1.5em;
 }

 /* end articolo */
 .raicinema #menuDedicato #cerca-barra form {
   width: 470px;
 }

 .raicinema #menuDedicato #cerca-barra form.ready input#searchField {
   width: 385px;
 }

 .category-menu .row {
   margin-bottom: 1.5em;
 }

 .category-menu p.titolo {
   font-weight: 900;
   width: 100%;
   margin-bottom: 0.2rem;
   color: #4b4b4b
 }

 .category-menu p.titolo a {
   color: #4b4b4b;
   line-height: 1.2em;
 }

 .category-menu p.titolo.active a {
   color: #000099;
 }

 .category-menu ul {
   position: relative;
   margin-bottom: 0;
 }

 .category-menu ul li {
   list-style: none;
   cursor: pointer;
 }

 .category-menu ul li a {
   font-size: 14px;
   color: #979da0;
   transition: color .5s ease;
 }

 .category-menu ul li.active a, .category-menu ul li a:hover {
   color: #0a0a0a;
 }

 .category-menu ul li.active {
   position: relative;
 }

 .category-menu ul li.active:before {
   content: "";
   width: 8px;
   height: 8px;
   background: #000099;
   position: absolute;
   left: -18px;
   border-radius: 10px;
   top: 10px;
   z-index: 2;
   display: block;
 }

 .video.isRaiplayMedia:hover .img::before {
   content: "" !important;
   display: block;
   background: rgba(51, 178, 249, 0.66) !important;
 }

 .video.isRaiplayMedia:hover .img::after {
   content: "Apri in RaiPlay";
   background: url('/dl/components/img/ico-play.png');
   width: 7rem;
   background-size: 3rem;
   top: calc(49% - 1.5rem);
   left: calc(50% - 3.8rem);
   background-repeat: no-repeat;
   color: #fff;
   line-height: 8rem;
   font-weight: 600;
   background-position-x: 32px;
   opacity: 1;
 }

 .puntateItem .video.isRaiplayMedia:hover .img::after
  {
    position:absolute;
    z-index:9;
  }

 .sr-button {
   border-radius: 5px;
   border: 1px solid #b1b6b8;
   color: #7c8589;
   padding: 10px;
   display: block;
   text-align: center;
   font-size: 12px;
   background: transparent;
   float: right;
   margin-left: 10px;
 }

 a.isRaiplayMedia:hover .info,
 .blocco .useraction {
   display: none !important;
 }

 .articolo.blocco .relatedLink .img {
   display: inline-block;
   width: 80px;
   height: 80px;
   background-position: center;
   float: left;
 }

 .articolo.blocco .relatedLink .info {
   display: inline-block;
   padding-top: 0;
   width: calc(100% - 80px);
   height: 70px;
 }

 /* modale trailer */
 #modal-trailer {
   background-color: rgba(255, 255, 255, 0.9)
 }

 #modal-trailer .media.mediaVideo {
   margin: 40px auto 0px;
 }

 #modal-trailer .close-button span {
   width: 30px;
   height: 30px;
 }

 #modal-trailer .close-button span::after {
   content: '';
   display: inline-block;
   position: absolute;
   top: -10px;
   right: -15px;
   width: 60px;
   height: 60px;
   background: url(/dl/components/img/radio/close_b.svg) center center no-repeat;
   background-size: 40px 40px;
 }

 @media screen and (min-width: 72em) {
   #modal-trailer .media.mediaVideo {
     max-width: 64em;
   }
 }

 /* end modale trailer */
 /* Media overlay */
 .mediaOverlay {
   position: fixed;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.5);
   top: 0;
   z-index: 99999999;
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
   transition: all 400ms ease;
 }

 .mediaOverlay .frameBox {
   position: relative;
   margin: 0 auto;
   width: 70%;
   height: 100%;
   display: block;
   float: none;
 }

 .mediaOverlay .frameBox.error {
   padding-top: 5rem;
   text-align: center;
 }

 .mediaOverlay .frameBox.error p, .mediaOverlay .frameBox.error a {
   color: #fff;
 }

 .mediaOverlay .frameBox iframe {
   width: 1px;
   min-width: 100%;
   height: 90%;
   float: left;
   position: relative;
 }

 p.closeMediaOverlay {
   position: absolute;
   right: -25px;
   width: 27px;
   top: 0;
 }

 .closeMediaOverlay a {
   font-size: 26px;
   line-height: 26px;
   margin-left: 10px;
   color: #fff;
   font-family: monospace;
 }

 @media screen and (max-width: 40em) {
   .mediaOverlay .frameBox {
     width: 98%;
   }

   p.closeMediaOverlay {
     right: 0;
   }

   .closeMediaOverlay a {
     position: relative;
     top: -25px;
   }
 }

 /* fine Media Overlay */
 /* Gallery foglia */
 body.raiPlayVideoFoto #galleryContainer {
   background-color: #111A20;
   margin-top: 3em;
 }

 body.raiPlayVideoFoto #galleryContainer .centerSlide img {
   max-height: 500px;
 }

 body.raiPlayVideoFoto #galleryContainer #galleryButtonCont {
   opacity: 0;
   transition: opacity 1s ease;
 }

 body.raiPlayVideoFoto #galleryContainer.slick-initialized #galleryButtonCont {
   opacity: 1;
 }

 /* Fine Gallery foglia */

 /* Pagine archivio (trasformazione set)  e generica */
.raicinema.archivio .mediaContent .row,
.raicinema.pagina .mediaContent .row {
  max-width: 75rem;
}

.raicinema.archivio .mediaContent .label-invisible,
.raicinema.archivio .mediaContent .description,
.raicinema.pagina .mediaContent .label-invisible,
.raicinema.pagina .mediaContent .description {
  display: none;
}

.raicinema.archivio .mediaContent .info,
.raicinema.pagina .mediaContent .info {
  margin-bottom: 2em;
}

.raicinema.archivio .mediaContent .foto .img,
.raicinema.pagina .mediaContent .foto .img {
  position: relative;
}

.raicinema.archivio .mediaContent .foto .img:after,
.raicinema.pagina .mediaContent .foto .img:after {
    content: url(/dl/components/img/ico-foto.png);
    display: block;
    position: absolute;
    z-index: 99;
    width: 3rem;
    height: 3rem;
    top: calc(50% - 1.5rem);
    left: calc(50% - 1.5rem);
}
.raicinema.archivio .mediaContent a.isRaiplayMedia:hover .img::before,
.raicinema.pagina .mediaContent a.isRaiplayMedia:hover .img::before,
.raicinema.archivio .mediaContent a.isRaiplayMedia:hover .img::after,
.raicinema.pagina .mediaContent a.isRaiplayMedia:hover .img::after {
  content: none;
}
.raicinema.archivio .mediaContent a.isRaiplayMedia:hover .info,
.raicinema.pagina .mediaContent a.isRaiplayMedia:hover .info {
  display: block !important;
}
.raicinema.archivio .landscapeP {
  background-color: #ddd;
  padding-top: 56.25%;
  position: relative;
}
.raicinema.archivio .landscapeP img.landscape {
  position: absolute;
  top: 0;
}
.raicinema.archivio .portraitC .info {
  position: absolute;
  bottom: 0.6875rem;
  margin-left: 0.6875rem;
  z-index: 9;
}
.raicinema.archivio .portraitC {
  position: relative;
  display: block;
}
.raicinema.archivio .portraitC .info .titolo {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  margin: 0.3125rem 0;
}
.raicinema.archivio .portraitC .info .description {
  color: rgba(255,255,255,.75);
  font-weight: 100;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2rem;
  max-height: 48px;
  font-size: 0.8125rem;
}
.raicinema.archivio .portraitC .img:before {
  background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(24,56,88,0) 59%, rgba(20,35,42,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(24,56,88,0) 59%,rgba(20,35,42,0.8) 100%);
  background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(24,56,88,0) 59%,rgba(20,35,42,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#cc14232a',GradientType=0 );
}
/* Paginazione */
.pagination-centered {
  text-align: center;
  width: 100%;
}
.pagination {
  padding-top: 2em;
}
.pagination li a {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #979da0;
  color: #979da0;
  transition: all ease .5s;
}
.pagination li:not(.disabled) a:hover {
  background-color: #626c71;
  border-color: #626c71;
  color: #fff;
}
.pagination li.active a {
  background-color: #000099;
  border-color: #000099;
  color: #fff;
}
.pagination li.disabled {
  padding: 0.1875rem 0.625rem;
}
.pagination li.disabled a{
  background-color: #fff;
  border: 1px solid #ddd;
  color: #ddd;
}
.pagination li:nth-child(2) {
    padding-right: 1em;
}
.pagination li:nth-last-child(2) {
    padding-left: 1em;
}
