footer {
    text-align: center;
    height: 50px;
}

.pleer{
   background: rgba(2, 113, 255, 0.72);
}

#radio-stream:active{
   box-shadow: none; 
}

#radio-stream {
    background: none;
    border: none;
    outline: none;
}

div > hr {
    color: #d4d4d457;
    border: solid 1px;
}
#random, #pleer-stream {
    border: none;
    background: none;
}

#pleer-stream img {
    width:35px;
}
.rowM>a div {
    float: left;
    width: 148px;
    height: 200px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.rowM>a img {
    position: absolute;
    margin: auto;
    left: 0;
    top: -70px;
    bottom: 0;
    right: 0;
}
.rowM>a p {
    border-top: 1px dashed #d3d3d3;
    text-align: center;
    margin-top: 125px;
    padding-top: 7px;
    font-weight: bold;
}
.rowM>a:hover {
    text-decoration: underline;
}
.rowM>a:hover img {
    /*margin: 8px 0 11px 7px;*/
    opacity: 0.8;
    height: 105px;
    width: 105px;
}


.range{
    -webkit-appearance: none;
    border-radius:2px;
    outline : none;
    border:1px solid #767676;
    background:-webkit-linear-gradient(left ,#767676 0%,#767676 80%,#fff 80%, #fff 100%);
    vertical-align: middle;
}
.range::-webkit-slider-thumb{
    -webkit-appearance: none;
    width:18px;
    height:18px;
    background:#D4D4D4;
    /*border-radius:18px;*/
    cursor:pointer;
    /*transition:.1s;*/
}
.range::-webkit-slider-thumb:hover, .range::-webkit-slider-thumb:active{
    width:18px;
    height:18px;
}
@-moz-document url-prefix()
{
    .range{
        width: 50%;
        cursor: pointer;
    }
    .range::-moz-range-thumb{
        -webkit-appearance: none;
        /*width:20px;
        height:18px;*/
        background:#D4D4D4;
        cursor:pointer;
        border:2px solid #d4d4d4;
        border-radius: 1px;
    }
    .range::-moz-slider-thumb:hover, .range::-moz-slider-thumb:active{
        width:18px;
        height:18px;
    }
    input[type=range]::-moz-focus-outer {
        border: 0;
    }
    .range::-moz-range-progress {
      background-color: #767676;
    }
    .range::-moz-range-track {
        background-color: #fff;
    }

}
.grey{
    background: #d4d4d457;
}
.grey hr{
    color: #d4d4d457;
}




@media ( min-width: 500px ) {
    .threecolumn {
        list-style-position: inside;
        -moz-column-count:2; /* Firefox */
        -webkit-column-count:2; /* Safari and Chrome */
        column-count:2;
        list-style-type: decimal;
    }
    
    .twocolumn {
        list-style-position: inside;
        -moz-column-count:2; /* Firefox */
        -webkit-column-count:2; /* Safari and Chrome */
        column-count:2;
        list-style-type: decimal;
    }
    .gray .twocolumn{
        margin: 40px 0;
        line-height: 2.5;
    }
    .twocolumn [class^="icon-"], .twocolumn [class*=" icon-"] {
        padding: 0 20px 0 0;
        vertical-align: middle;
        font-size: 21px;
    }
   
}

@media ( min-width: 991px ) {
    .threecolumn {
        list-style-position: inside;
        -moz-column-count:3; /* Firefox */
        -webkit-column-count:3; /* Safari and Chrome */
        column-count:3;
        list-style-type: decimal;
    }
}