a {
    text-decoration: none;
}

.fixed {
    background-attachment: fixed;
}

@media (max-width:991px) {
    .logo-head {
        width:80%;
    }
}

.head {
    position: sticky;
    top: -44px;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #fff;
    background: linear-gradient(215deg, rgb(227 227 227) 18%, rgb(255 255 255) 71%);
    border-bottom: 3px solid #fff;
}

@media (max-width:991px) {
    .head {
        top: -68px;
        left: 0;
    }  
}

.bg-strip-white {
    margin-top: 0px;
}

.bg-strip-blue {
    background: linear-gradient(215deg, rgb(30 64 112) 35%, rgb(65 135 207) 100%);
    transform: skew(-10deg);
    padding-left: 30px;
    padding-right: 24px;
}

@media (max-width:992px) {

    .bg-strip-blue {
        width: 100%;
        padding-right: 0px;
    }

}



.OnAir {
    color: #fff;
    transform: skew(10deg);
}

.LivePlay {
    transform: skew(10deg);
}

.LivePlay a i {
    font-size: 33px;
}

.LivePlay a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.LiveContent {
    background: #f56;
    transform: skew(-10deg);
    padding: 12px 20px;
    color: #fff;
}

.Program {
    font-size: 17px;
    font-weight: 600;
}

.conduce {
    font-size: 13px;
}

.Pr .conduce i{
    color:#666;
    padding-left:5px;
}

.titOnAir {
    background: #fff;
    padding: 8px 10px;
    color: #f56;
    font-weight: 700;
    border-radius: 3px;
    font-size: 16px;
}


@media(max-width:991px){
    .Program {
        font-size: 12px;
        font-weight: 600;
    }
    
    .conduce {
        font-size: 12px;
    }
    
    .titOnAir {
        background: #fff;
        padding: 2px 8px;
        color: #f56;
        font-weight: 700;
        border-radius: 3px;
        font-size: 15px;
    }
    
}


.spacer {
    background: linear-gradient(180deg, rgb(253 253 253) 45%, rgb(247 247 247) 100%);
    padding: 50px 80px 100px 80px;
}

div#photo {
    background-position: center;
    background-size: cover;
    position: relative;
    aspect-ratio: 23 / 8;
}

@media(max-width:991px){
    div#photo {
        aspect-ratio: 1 / 1;
    }
}


div#photo-detail {
    background-position: center;
    background-size: cover;
    padding: 48vh 0 5vh 0;
    position: relative;
}


div#photo-secondary {
    background-position: center;
    background-size: cover;
    height: auto;
    position: relative;
    border-bottom: 4px solid #27498f;
    border-radius: 20px;
    width: 100%;
    padding-bottom: 70%;
}

div#photo-other {
    background-size: cover;
    height: auto;
    position: relative;
    border-bottom: 4px solid #27498f;
    border-radius: 50%;
    width: 100%;
    padding-bottom: 97%;
}

.secondary-news-box-Title a {
    font-size: 1.1rem;
    line-height: 1.15rem;
    font-weight: 700;
    color: #27498f;
}

.secondary-news-box-Sum {
    font-size: 0.85rem;
    margin-top: 5px;
}

.news-box-Title {
    font-size: 2.5rem;
    line-height: 2.7rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.news-box-Title-detail {
    font-size: 2.5rem;
    line-height: 2.7rem;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
}

@media (max-width:767px){
    .news-box-Title, .news-box-Title-detail {
        font-size: 2rem;
        line-height: 2.2rem;
    }
}

.news-box-Title a {
    color: #fff;
}

.news-box-Title a:hover {
    color: #f56;
}


.news-box-Sum {
    font-size: 13px;
    margin-top: 10px;
    color: #fff;
}

.social-tit {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #27498f;
}

.social-type {
    border: 2px solid #666666;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 28px 0;
    width: 100px;
    height: 100px;
    background: #fff;
}


.social-type i {
    font-size: 45px;
}


.news-box-Tit {
    color: #27498f;
    font-weight: 700;
    font-size: 22px;
    border-bottom: 2px solid #f56;
    display: inline-block;
}

.fam-Pop {
    font-family: 'Poppins', sans-serif;
}

.fam-Bar {
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.fam-Mont {
    font-family: 'Montserrat', sans-serif;
}

.fam-Russ {
    font-family: 'Russo One', sans-serif;
}


.selection {
    font-family: 'Poppins', sans-serif;
    border-radius: 20px;
    padding: 30px 25px;
    position: relative;
    transition: 0.4s all;
    height: 100%;
    color: #f56;
    background: #fff;
}

.selection-body {
    height: 100%;
}

a {
    color: #666
}

a:hover {
    color: #000
}

.nav-item-header {
    font-size: 13px;
}

a.nav-link-header {
    padding: 8px 0;
    color: #afacac;
    font-weight: 600;
}
.bg-header{
    background: linear-gradient(215deg, rgb(37 85 153) 45%, rgb(43 51 123) 100%);
    border-bottom: 3px solid #FFF;
}

.social a {
    font-size: 18px;
    margin-right: 20px;
    color: #9f9f9f;
}

.social {
    padding: 0px;
    font-size: 0.85rem;
}

.selection:hover, .selection.active {
    background-color: none;
}

.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgb(219, 129, 138);
    background: linear-gradient(193deg, rgb(247 65 80) 0%, rgb(251 124 137) 100%);
    display: inline-block;
    transition: 0.4s all;
}

.selection:hover .circle {
    background: linear-gradient(193deg, rgb(197, 196, 196) 0%, rgb(221, 220, 220) 100%);
    transition: 0.4s all;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ff5566;
    border-color: #ff5566;
}

.page-link {
    color: #ff5566;
}

.page-link:hover {
    color: #ff5566;
}

.nav-private a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 10px;
}

@media (max-width:991px){
 .nav-private a {
     font-size: 12px;
     padding: 3px 8px;
 }
}

.bg-light-custom {
    background-color: #fbfbfb;
}


.nav-private a:hover, .nav-private a.mPS2id-highlight {
    background: #f56;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}


@media (min-width:992px) {
    .m-logo {
        margin-left: 400px;
    }
}


.subtitle {
    font-family: 'Russo One', sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #ccc;
}

.box-title {
    font-family: 'Russo One', sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.box-title::before {
    content: "";
    position: absolute;
    top: 0;
    width: 50px;
    background: #333;
    height: 2px;
}

.box-title span {
    color: #4186cd;
}

.image-list {
    box-shadow: 0px 0px 13px #fff;
    transition: all 0.2s ease;
}

.image-list:hover {
    box-shadow: 0px 0px 13px #f56;
    transition: all 0.2s ease;
}

.image-list img {
    border-radius: 3px;
}

.position {
    position: absolute;
    bottom: -27px;
    left: 83px;
    color: #f56;
    font-weight: 600;
    font-size: 40px;
    font-family: 'Russo One', sans-serif;
}

@media (max-width:991px){
    .position {
        position: absolute;
        bottom: -20px;
        left: 0;
        color: #f56;
        font-weight: 600;
        font-size: 25px;
        font-family: 'Russo One', sans-serif;
    }
}

.white {
    position: relative;
}

.TitoloClassifica {
    font-weight: 700;
}

.layer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 11%, rgba(0, 0, 0, 0.19) 24%, rgba(0, 0, 0, 0.69) 64%, rgba(0, 0, 0, 0.85) 79%, rgba(0, 0, 0, 0.97) 93%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 11%, rgba(0, 0, 0, 0.19) 24%, rgba(0, 0, 0, 0.69) 64%, rgba(0, 0, 0, 0.85) 79%, rgba(0, 0, 0, 0.97) 93%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 11%, rgba(0, 0, 0, 0.19) 24%, rgba(0, 0, 0, 0.40) 64%, rgba(0, 0, 0, 0.65) 79%, rgba(0, 0, 0, 0.80) 93%, rgba(0, 0, 0, 1) 100%);
}


.layer-team {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.sommClassifica {
    font-size: 0.7rem;
    letter-spacing: 2px;
}


.slick-slide {
    margin: 0 20px;
}

.slick-slide img {
    width: 100%;
    border-radius: 8px;
}

.slick-next:before,
.slick-prev:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 0.1;
    transform: scale(0.8);
}

.slick-active {
    opacity: 0.3;
    cursor: grabbing;
}

.slick-current {
    opacity: 1;
}

.slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1);
}

/*Programmi*/
.sb-bg-1 {
    border-left: solid 30px #FFFFFF;
    border-right: solid 30px #FFFFFF;
    position: absolute;
    width: 100%;
    height: 300%;
    overflow: hidden;
    z-index: -1;
}

.sb-bg-1 div:after {
    content: '';
    height: 40vw;
    width: 300%;
    background-color: #F9FAFC;
    position: absolute;
    top: 500px;
    left: -100%;
    transform: rotate(-30deg);
}

.sb-bg-2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 250%;
    overflow: hidden;
    z-index: -1;
}

.sb-bg-2 div:after {
    content: '';
    height: 1200px;
    width: 1200px;
    position: absolute;
    z-index: 0;
    top: 0;
    right: -20%;
    border-radius: 50%;
    border: solid 200px #F9FAFC;
}

.Pr {
    padding: 6px 15px;
    border-bottom: 1px dashed #e7e7e7;
    font-size: 14px;
}

.Pr b {
    color: #27498f;
    font-size: 1rem;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
}


.titPr {
    font-weight: 600;
    color: #ff6d7b;
    letter-spacing: 1px;
}

.nav-pills .nav-link.active {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #f56 !important;
    text-transform: uppercase;
}

.nav-item {
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
}

.nav-link {
    color: #333;
    font-weight: 600;
    text-align: center;
    border: 1px solid #e9e5e5 !important;
    background: #fff !important;
}

.nav-link span {
    color: #999;
    font-size: 10px;
}

.nav-pills .nav-link.active span {
    color: #f7f7f7;
}

.radio-program img {
    border-radius: 10px;
}

.radio-program {
    transform: rotate(6deg);
}


.sb-cirkle-1 {
    position: absolute;
    z-index: 4;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: solid 20px #FFFFFF;
    left: 15%;
    bottom: -3%;
    box-shadow: inset 0 3px 6px 0 rgb(0 0 0 / 9%), 0 3px 6px 0 rgb(0 0 0 / 9%);
    animation: anima3 3s 1s infinite ease-in-out;
}


.sb-cirkle-3 {
    position: absolute;
    z-index: 4;
    bottom: 15%;
    left: -5%;
    width: 55px;
    height: 55px;
    background-color: #F5C332;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 9%);
    animation: anima1 3s infinite ease-in-out;
}

.sb-cirkle-2 {
    position: absolute;
    z-index: 4;
    top: 35%;
    right: 18%;
    height: 20px;
    width: 20px;
    background-color: #f56;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 9%);
}

.sb-cirkle-4 {
    position: absolute;
    z-index: 4;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: solid 7px #FFFFFF;
    left: 15%;
    top: -2%;
    box-shadow: inset 0 3px 6px 0 rgb(0 0 0 / 9%), 0 3px 6px 0 rgb(0 0 0 / 9%);
}

.titWhite-top {
    letter-spacing: 4px;
}

.titWhite {
    margin-bottom: 4px;
    font-weight: 600;
}

.frequency {
    font-size: 12px;
}

.frequency a {
    color: #f56;
}

.footer-bar, .copyright {
    font-size: 0.85rem;
}


/* = Gridstack Diamonds
==============================================================*/

.qt-gridstackDiamonds {
    display: block;
    clear: both;
    width: 100%;
    margin: 0 auto;
}

.qt-gridstackDiamonds::after {
    content: " ";
    display: block;
    clear: both;
    width: 100%;
}

.qt-gridstackDiamonds .qt-gsd-item {
    width: 32.745%;
    padding-bottom: 32.745%;
    margin: 8.5%;
    margin-top: -15%;
    overflow: hidden;
    float: left;
    background: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    box-sizing: border-box;
}

.qt-gridstackDiamonds .qt-gsd-item-home {
    width: 32.745%;
    padding-bottom: 32.745%;
    margin: 8.5%;
    margin-top: -15%;
    overflow: hidden;
    float: left;
    background: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 2px 2px 14px #e7e7e7;
}


.qt-gridstackDiamonds .qt-gsd-item .grid-inner, .qt-gridstackDiamonds .qt-gsd-item-home .grid-inner {
    box-sizing: border-box;
    position: absolute;
    top: -25%;
    left: -25%;
    width: 150%;
    height: 150%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;

    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;


}

.qt-gridstackDiamonds .qt-gsd-item .grid-inner img, .qt-gridstackDiamonds .qt-gsd-item-home .grid-inner img {
    width: 100%;
    height: auto;
    z-index: 2;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 1.8s ease;
    transition: all 1s ease;
}

.qt-gridstackDiamonds .qt-gsd-item .grid-inner a, .qt-gridstackDiamonds .qt-gsd-item-home .grid-inner a {
    position: absolute;
    z-index: 4;
    top: 150%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
}

.qt-gridstackDiamonds .qt-gsd-item .grid-inner .caption, .qt-gridstackDiamonds .qt-gsd-item-home .grid-inner .caption {
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.2));
    color: #FFFFFF;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.2s ease;
    font-family: 'Russo One', sans-serif;
}

.qt-gridstackDiamonds .qt-gsd-item .grid-inner .caption h4.qt-titdeco, .qt-gridstackDiamonds .qt-gsd-item-home .grid-inner .caption h4.qt-titdeco {
    font-size: 12px;
    width: 90%;
    margin: -0.5em 5% 0 5%;
    padding: 0;
    position: absolute;
    top: 50%;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
    height: 1.5em;
    display: bock;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qt-gridstackDiamonds .qt-gsd-item .grid-inner .caption h4.qt-titdeco:after, .qt-gridstackDiamonds .qt-gsd-item-home .grid-inner .caption h4.qt-titdeco:after {
    margin: 9px auto;
    display: none;
}

.qt-gridstackDiamonds .qt-gsd-item:hover .grid-inner img, .qt-gridstackDiamonds .qt-gsd-item-home:hover .grid-inner img {
    transform: scale(1.2, 1.2);
}

.qt-gridstackDiamonds .qt-gsd-item:hover .caption, .qt-gridstackDiamonds .qt-gsd-item-home:hover .caption {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.qt-gridstackDiamonds .qt-gsd-item:hover a, .qt-gridstackDiamonds .qt-gsd-item-home:hover a {
    top: 50%;
}


.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}

@media only screen and (min-width: 601px) {
    .qt-gridstackDiamonds .qt-gsd-item .grid-inner .caption h4.qt-titdeco {
        font-size: 18px;
    }

    .qt-gridstackDiamonds .qt-gsd-item-home .grid-inner .caption h4.qt-titdeco {
        font-size: 16px;
    }
}

.qt-btn-rhombus {
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    position: absolute;
    webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ff4c4c;
}

.qt-btn-rhombus i {

    position: absolute;
    display: block;
    webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 20px;
    margin-left: 17px;
    font-size: 35px;
    line-height: 30px;
    color: #fff;
}

.qt-gridstackDiamonds .qt-gsd-item:nth-child(3n+3), .qt-gridstackDiamonds .qt-gsd-item-home:nth-child(3n+3) {
    margin-left: 33.5%;
}

.bg-accent {
    background-color: #ff4c4c;
}

@media only screen and (min-width: 841px) {
    .qt-gridstackDiamonds .qt-gsd-item {
        width: 21.833%;
        padding-bottom: 21.833%;
        margin: 5.5%;
        margin-top: -11%;
    }

    .qt-gridstackDiamonds .qt-gsd-item-home:nth-child(1), .qt-gridstackDiamonds .qt-gsd-item-home:nth-child(2) {
        margin-top: 5%;
    }

    .qt-gridstackDiamonds .qt-gsd-item:nth-child(1), .qt-gridstackDiamonds .qt-gsd-item:nth-child(2), .qt-gridstackDiamonds .qt-gsd-item:nth-child(3) {
        margin-top: 5%;
    }

    .qt-gridstackDiamonds .qt-gsd-item:nth-child(5n+4) {
        margin-left: 21.9%;
    }

    .qt-gridstackDiamonds .qt-gsd-item:nth-child(3n+3) {
        margin-left: 5.5%;
    }

    .qt-gridstackDiamonds .qt-gsd-item:nth-child(9) {
        margin-left: 21.9%;
    }
}

@media only screen and (max-width:991px) {

    .qt-gridstackDiamonds .qt-gsd-item-home:nth-child(1), .qt-gridstackDiamonds .qt-gsd-item-home:nth-child(2) {
        margin-top: 0%;
    }

    .text-center.pt120 {
        padding-top: 40px
    }
}


/*News*/
.list{
    position: relative;
    margin-bottom: 20px;
    height: 100%;
}
.list img{
    width:100%;
    border-radius: 8px;
}

.titoletto {
    background: linear-gradient(215deg, rgb(30 64 112) 35%, rgb(65 135 207) 100%);
    transform: skew(-10deg);
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 6px;
    left: 20px;
}

.titoletto-detail {
    background: linear-gradient(215deg, rgb(30 64 112) 35%, rgb(65 135 207) 100%);
    transform: skew(-10deg);
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}



.info-thumb {
    background: #ebebeb;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.info-thumb-detail {
    background: #f56;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}

.naviga_pagine{
    font-size: 13px;
    font-weight: 600;
}

.naviga_pagine a {
    background: #f56;
    padding: 4px 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}

.altreNews ul {
    padding: 0px;
}

.list-altre img {
    border-radius: 5px;
    max-width:120px;
}

.list-altre a {
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    color: #27498f;
}

/* volti */

img.imgVolti {
    width: 100%;
    transition: 0.4s all;
}

.c-content-overlay{
    overflow: hidden;
    transition: 0.4s all;
}

.c-content-overlay:hover img{
    transform: scale(1.1);
    transition: 0.4s all;
}


.djname {
    box-shadow: 0px 4px 17px -1px #e7e7e7;
    border-radius: 10px;
    padding: 5px 0;
    transition: 0.4s all;
    border: 1px solid #e7e7e7;
}

.djname:hover{
    box-shadow: 2px 2px 13px #f56;
    transition: 0.4s all;
}

.djProfile{
    position:relative;
}

.djProfile:before {
    position: absolute;
    bottom: -11%;
    left: -10%;
    width: 100%;
    height: 50%;
    content: '';
    display: block;
    background-image: linear-gradient(269deg,rgba(219,219,219,0),#4186cd 50%);
    z-index: -1;
}

.djName {
    font-size: 2.5rem;
    color: #f56;
    display: inline-block;
}

/* width */

::-webkit-scrollbar {
    width: 8px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #ff5566;
    border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #f1374a;
}

/*Slick */
.slick-prev:before, .slick-next:before{
    opacity: 1;
    color: #27498f !important;
}