body{
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    /*background: #002e3b;*/
    background: rgb(0,46,59);
    background: -moz-linear-gradient(90deg, rgba(0,46,59,1) 30%, rgba(0,95,121,1) 60%);
    background: -webkit-linear-gradient(90deg, rgba(0,46,59,1) 30%, rgba(0,95,121,1) 60%);
    background: linear-gradient(90deg, rgba(0,46,59,1) 30%, rgba(0,95,121,1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002e3b",endColorstr="#005f79",GradientType=1);
    color: #fff;
}
.centerElement{
    width: 94%;
    margin: auto;
}
.centerElementRadio{
    width: 50%;
    margin: auto;
}
.whiteTxt{
    color: #fff;
}
.header{
    position: sticky;
    top: 0;
    /*background: #002e3b;*/
    background: rgb(0,46,59);
    background: -moz-linear-gradient(90deg, rgba(0,46,59,1) 30%, rgba(0,95,121,1) 60%);
    background: -webkit-linear-gradient(90deg, rgba(0,46,59,1) 30%, rgba(0,95,121,1) 60%);
    background: linear-gradient(90deg, rgba(0,46,59,1) 30%, rgba(0,95,121,1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002e3b",endColorstr="#005f79",GradientType=1);
    z-index: 999;
    padding: 10px 0px;
    width: 100%;
}
.header > h1{
    display: inline;
}
.textblock1{
    padding: 0px 15px;
    
}

.audioMain{
    width: fit-content;
    margin: auto;
    background: #002e3b;
    /*background: rgb(0,46,59);
    background: -moz-linear-gradient(90deg, rgba(0,46,59,1) 30%, rgba(0,95,121,1) 60%);
    background: -webkit-linear-gradient(90deg, rgba(0,46,59,1) 30%, rgba(0,95,121,1) 60%);
    background: linear-gradient(90deg, rgba(0,46,59,1) 30%, rgba(0,95,121,1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002e3b",endColorstr="#005f79",GradientType=1);*/
    padding: 15px 10px 35px 10px;
}
.radioContent{
    display: flex;
    justify-content: center;
}
.radioContent__Station{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
}
audio{
    margin-top: 15px;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    color: #4287f5;
    text-decoration: none;
}a:active, a:visited{
    color: #4287f5;
    text-decoration: none;
}a:hover{
    color: #9ec1fa;
    text-decoration: none; 
}
.sortByName,.sortByFm{
    cursor: pointer;
}
.articleRadio{
    background: #f4f4f4;
    text-align: center;
    padding: 1px 0px;
}
.radio{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 75%;
    margin: auto;
    margin-top: 2px;
    grid-gap: 15px;
}
.radio__container{
    /*lex-basis: 20%;*/
    display: flex;
    width: 152px;
    height: 152px;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.radio__container__img{
    /*border: 1px solid #d9d9d9;bbm*/
    padding: 5px;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0px;
}
.clickRadio{
    width: 152px;
    height: 152px;
    border-radius: 12px;
}
.clickRadioName{
    text-align: center;
}
.radio__container__radio{
    display: flex;
    /*display: unset;*/
    position: absolute;
    bottom: 10px;
    width: 152px;
    background: rgba(0,0,0,0.35);
    color: #fff;
    animation: nameRadioOut .3s ease;
    animation-fill-mode: both;
    animation-direction: alternate;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.radio__container__img:hover + .radio__container__radio{
    animation: nameRadio .3s ease;
    animation-fill-mode: both;
    animation-direction: alternate;
}
.radio__container__radio > h5{
    margin: 0;
}
.radio__container__radio__fm{
    display: none;
}
.radio__container__img:hover{
    border-color: #4287f5;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(66,135,245,0.74); 
    box-shadow: 0px 0px 10px -2px rgba(66,135,245,0.74);
    border-radius: 6px;
}
.order{
    text-align: right;
    margin-top: 0px;
    margin-right: 10px;
}

@media screen and (max-width: 950px) {
    main{
        position: initial;
        margin-top: 0px;
    }
    .actualRadioImage{
    border-radius: 6px;
    }
}

@media screen and (min-width: 571px) and (max-width: 768px) {
    .radio__container{
        /*flex-basis: 30%;*/
        display: flex;
        width: 152px;
        height: 152px;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .actualRadioImage{
    border-radius: 6px;
    }
}

/* Below 571px For Mobile */

@media screen and (max-width: 570px) {
    audio{
        margin-top: 0;
        width: 200px;
    }
    .clickRadio{
        width: 120px;
        height: 120px;
    }
    .radio{
        flex-direction: column;
        width: unset;
        grid-gap: 0;
        margin-top: 10px;
    }
    .radio__container{
        width: unset;
        margin-bottom: 10px;
        flex-basis: 100%;
        justify-content: unset;
        background-color: #fff;
    }
    .radio__container__img{
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 0;
        margin-top: 0;
    }
    .radio__container__radio{
        display: flex;
        flex-direction: column;
        text-align: left;
        margin-left: 5px;
        margin-right: 5px;
        transform: translateY(0px);
        position: unset;
        bottom: unset;
        width: unset;
        color: #002e3b;
        background: unset;
        animation: none;
        animation-fill-mode: unset;
        animation-direction: unset;
    }
    .radio__container__img:hover + .radio__container__radio{
        animation: unset;
        animation-fill-mode: unset;
        animation-direction: unset;
    }
    .radio__container__radio > h5{
        font-size: 18px;
    }
    .radio__container__radio__fm{
        display: inline-block;
        font-size: 16px;
        color: #0054c3; /*bbm was #33c9fb*/
    }
    .radioContainer{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .articleRadio{
        margin-bottom: 115px;
    }
    .audioMain{
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }
    .actualRadioImage{
        height: 80px;
        border-radius: 4px;
    }
    .radioContent{
        flex-wrap: wrap;
    }
    .radioContent__Station{
        right: 0;
        bottom: 5px;
        position: absolute;
        width: 100%;
        left: 0;

        display: unset;
        flex-direction: unset;
        justify-content: unset;
        margin-left: 0;
        flex-basis: 100%;
    }
}

@media screen and (max-width: 402px){
    audio{
        width: 200px;
    }
    .radio{
        width: 99%;
    }
}



@keyframes nameRadio {
    from{
        transform: translateY(50px);
    }
    to{
        transform: translateY(10px);
    }
}

@keyframes nameRadioOut {
    from{
        transform: translateY(0);
    }
    to{
        transform: translateY(50px);
    }
}