html { height: 100%; }
a {
    color:#333;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color:#333;
    text-decoration: underline;
}
p {
    margin-bottom:15px;
}
.btn {
    border: 0;
    text-decoration: none!important;
}
.btn.btn-default {
    background-color: #597A2F;
    color:#fff;
}
.btn.btn-primary {
    background-color: #547099;
    color:#fff;
}
.btn.btn-primary.facebook {
    background-color: #3B5999;
}
.btn.btn-primary.google {
    background-color: #fff;
    border: 1px solid #000;
    color:#000!important;
}
.btn.btn-primary:hover {
    background-color: #415c83;
}
.btn.btn-primary.google:hover {
    background-color: #ccc;
}
.btn:focus {
    outline: none !important;
    box-shadow: none;
}
input {
    outline: none !important;
    box-shadow: none !important;
    border:1px solid #c4c4c4!important;
    font-size: 16px!important;
    padding:5px 10px!important;
    width:100%;
    background-color: transparent!important;
    color:#333333!important;
}
.rtl_all input {
    direction:rtl ;
}
select {
    outline: none !important;
    box-shadow: none !important;
    border:1px solid #c4c4c4!important;
    font-size: 14px!important;
    padding:10px 15px!important;
}
textarea {
    outline: none !important;
    box-shadow: none !important;
    border:1px solid #c4c4c4!important;
    font-size: 14px!important;
    padding:10px 15px!important;
    color:#333333!important;
}
input:focus {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px!important;
}
select:focus {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px!important;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    line-height: 1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-position: right 10px bottom 8px;

}
textarea:focus {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px!important;
}
h1 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.rtl_all h1  {
    direction: rtl;
}
h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.green {color:#67CC33!important}
.red {color:#FF0100!important}
.blue {color:#0C45AD!important}
.yellow {color:#d7ca0a!important}
body {
    background:#F6FAFA;
    height: 100%;
    position:relative; 
    line-height: 1.7;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.wrapper {
    position: relative;
    min-height: 100%;
    min-width: 320px;
}
.noshow {
    display: none!important;
}
.form-group {
    margin: 0 0 20px 0;
    position: relative;
}
form .form-group:last-child {
    margin-bottom:0;
}
.form-group .field_name{
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 16px;
}
.form-group .field_name span{
    color:grey;
    font-weight: normal;
}
.errors {
    color: red;
    display: none;
    font-size: 12px;
}
.clr {clear:both;}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
header {
    background:#fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    height: 60px;
    width:100%;
    position: fixed;
    left:0;
    top:0;
    padding: 0 20px;
    z-index: 4!important;
    display: flex;
    justify-content: left;
    align-items: center;
}
header .logo{
    margin: 0 110px 0 0;
}
header .genres{
    padding:5px 20px 0 0;
    height: 60px;
    box-sizing: content-box; /* So the width will be 100% + 17px */
    overflow: hidden;
}
header .genres_scroll{
    width: 100%;
    height: 70px;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0 0 0;
    box-sizing: content-box; /* So the width will be 100% + 17px */
}

header .genres a {
    display: inline-block;
    margin: 0 10px 0 0;
    padding:3px 15px;
    border: 1px solid #D6E0F2;
    border-radius: 10px;
    color:#000;
    text-decoration: none;
}
header .genres a:hover {
    background: #F0F0F0;
}
header .language_list{
    margin-left:auto;
    display: flex;
    justify-content: left;
    align-items: center;
}
header .language_list .user_block{
    display: inline-block;
    padding: 0 0 0 20px;
}
header .language_list .dropdown{
}
header .language_list .dropdown-toggle{
    text-decoration: none!important;
    color:#000;
    font-weight: 600;
}
header .language_list #dropdownLang {
    position: relative;
}
header .language_list .dropdown-menu {
    right:-1px;
    width:50px!important;
    padding:0;
    border:0;
    margin-top:17px;
    box-shadow: 0px 4px 34px rgba(48, 71, 91, 0.2);
}
header .language_list .dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
header .language_list .dropdown-menu ul li a{
    display: block;
    width:100%;
    padding: 5px 20px;
    color:#000;
}
main {
    padding: 0 0 20px 300px;
    
}
.content {
    position: relative;
    padding: 80px 20px 0 20px;
}
.left_side {
    position: absolute;
    left:0;
    width:280px;
    top:0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    height: 100%;
    padding:80px 0 0 0;
    z-index: 1;
    background: #fff;
    overflow-y: auto;
}
.left_side .main_search{
    padding: 0 20px;
}
.left_side .countries_list{
    margin:20px 0 0 0;
    padding:0;
    list-style: none;
}
.left_side .countries_list  li a{
    display: block;
    padding:15px 20px 15px 20px;
    text-decoration: none;
    color:#000;
}
.rtl_all .left_side .countries_list  li a{
    direction:rtl ;
}
.left_side .countries_list  li.active a{
    font-weight: 600;
}
.left_side .countries_list  li a img{
    margin: 0 10px 0 0;
}
.left_side .countries_list  li a .count{
    float: right;
    font-size: 12px;
    font-weight: 400;
    padding:5px 0 0 0;
}
.left_side .countries_list  li:nth-child(even){
    background-color: #f4f6f8;
}
footer {
    position: absolute; 
    color:#fff;
    left: 0px;
    right: 0;
    bottom: 0; 
    height: 170px; 
    margin-bottom:-170px;
    z-index: 1;
}
footer.no_player {
    height: 80px; 
    margin-bottom:-80px;
}
footer .flex {
    background: #3A5072;
    padding: 10px 20px 11px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
footer .block1 {
    width:240px;
    font-size: 14px;  
}
footer .block2:last-child{
    margin-left:auto;
}
footer .block2.footer_menu {
    margin-left:30px;
}
footer .block2 ul{
    list-style: none;
    padding:0;
    margin:0;
}
footer .block2 ul li {
    display: block;
}
.rtl_all footer .block2 ul li {
    direction:rtl ;
}
footer .block2 ul li a{
    color:#fff;
}
.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.rtl_all .pagination{
    direction:rtl ;
}
.pagination-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px; 
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 1;
    color: #A8AAB7;
    transition: 0.3s;
}
.pagination .prev{
    padding: 0 3px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination .next{
    padding: 0 0 0 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination .next i{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.pagination .prev i{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.pagination-btn:hover , .pagination-btn:active , .pagination-btn:focus{
    text-decoration: none;
    color: #3A5072;
    background: #F1F4F8;
    border-color: #F1F4F8;
    transition: 0.3s;
}
.pagination ul{
    padding: 0;
    margin: 0 23px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.pagination ul li{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin: 0 5px;
}
.pagination ul li a{
    width: 36px;
    height: 36px;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    color: #7F8FA4;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    transition: 0.3s;
}
.pagination ul li span{
    width: 36px;
    height: 36px;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    color: #7F8FA4;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    transition: 0.3s;
}
.pagination ul li.active a{
    background: #3A5072;
    color: #ffffff!important;
    text-decoration: none;
    transition: 0.3s;
}
.pagination ul li a:focus , .pagination ul li a:active{
    text-decoration: none;
    color: #7F8FA4;
}
.pagination ul li a:hover{
    color: #333333;
    text-decoration: none;
}
.dotted {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.one_block {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px!important;
    background: #fff;
    border-radius: 5px;
    padding:20px;
}
.stations_lists {
    display: grid;
    grid-template-columns: repeat(auto-fill, 250px);
    justify-content: space-between;
}

.stations_lists .one_station {
    width: 250px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
}

.stations_lists .one_station .image{
    margin: 0 0 20px 0;
    max-height: 85px;
    overflow: hidden;
    text-align: center;
}
.stations_lists .one_station .image img{
    max-height: 85px;
}
.stations_lists .one_station .name{
    margin: 0 0 20px 0;
    font-weight: 600;
    text-align: center;
    color:#333;
}
.stations_lists .one_station .name a{
    color:#333;
}
.stations_lists .one_station .counters{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 12px;
}
.stations_lists .one_station .counters a.active {
    color:#67CC33;
}
.breadcrumbs {
    margin: 0 0 20px 0;
    list-style: none;
    padding: 0;
}
.rtl_all .breadcrumbs {
    direction:rtl ;
}
.breadcrumbs li{
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
}
.breadcrumbs li:after{
    content: '';
    top:10px;
    position: absolute;
    right: -13px;
    border: solid grey;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color:grey;
}
.breadcrumbs li:last-child:after{
    display: none;
}
.breadcrumbs li span.last_item{
    color:grey;
}
.main_player {
    position: fixed;
    bottom:0;
    left:0;
    z-index:2;
    width:100%;
    height:70px;
    background-color: rgba(58, 80, 114, 0.9);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
}
.main_player .button_player{
    width:50px;
    height: 50px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}
.main_player .button_player i{
    font-size: 30px;
}
.main_player .button_player i.icon-play{
    margin: 0 0 0 5px;
}
.main_player .button_player svg{
    margin:10px 0 0 7px;
}
.main_player .station_player{
    padding: 0 0 0 50px;
    height: 50px;
}
.main_player .station_player .image{
    float: left;
}
.main_player .station_player .other_info{
    padding: 0 0 0 10px;
    float: left;
    margin: -5px 0 0 0;
}
.main_player .station_player .other_info .name{
    color:#fff;
    box-sizing: content-box;
}
.main_player .station_player .other_info .name a{
    color:#fff;
    font-size: 18px;
    font-weight: 600;
}
.main_player .station_player .other_info .track{
    color:#fff;
}
.main_player .volume_controll{
    float: left;
    padding:20px 0;
}
.main_player .volume_controll .volume {
    margin: 0 0 0 20px;
    width:50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color:#fff;
}
.main_player .volume_controll .vertical_range {
    position: absolute;
    bottom:70px;
    background-color: rgba(58, 80, 114, 0.9);
    padding:20px;
    left:85px;
    display: none;
}
input[type=range][orient=vertical] {
    appearance: slider-vertical;
    width: 8px;
    height: 200px;
    padding: 0 5px;
}


.custom-loader {
    width: 30px;
    height: 30px;
    display: grid;
    border:4px solid #0000;
    border-radius: 50%;
    border-color:#E4E4ED #0000;
    animation: s6 1s infinite linear;
    margin:10px 0 0 10px;
}
.custom-loader::before,
.custom-loader::after {    
content:"";
grid-area: 1/1;
margin:2px;
border:inherit;
border-radius: 50%;
}
.custom-loader::before {
border-color:#766DF4 #0000;
animation:inherit; 
animation-duration: .5s;
animation-direction: reverse;
}
.custom-loader::after {
margin:8px;
}

@keyframes s6 { 
100%{transform: rotate(1turn)}
}
.shadow_block{
    position:fixed;width:100%;height:100%;background:#000;left:0;top:0;z-index:13;opacity:.5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shadow_block.noshow{
    display: none;
}
.shadow_block .custom-loader{
    width:100px;
    height:100px;
}

.station_page .station_data{
    display: flex;
    justify-content: flex-start;
    /*
    border:1px solid #ccc;
    border-radius: 5px;
    padding:20px;
    */
}
.rtl_all .station_page .station_data{
    direction:rtl ;
}
.station_page .related{
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px!important;
    border-radius: 10px;
    padding:20px;
    margin: 20px 0 20px 0;
}
.rtl_all .station_page .related{
    direction:rtl ;
}
.station_page .playlist {
    background: #F0F5FF;
    border-radius: 20px;
    padding:20px;
    margin: 20px 0 0 0;
    color:#333;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px!important;
}
.rtl_all .station_page .playlist {
    direction: rtl;
}
.station_page .playlist .hed{
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}
.station_page .playlist .hed h2{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: normal;
}
.station_page .playlist ul{
    list-style: none;
    padding:0;
    margin:0;
}
.station_page .playlist ul li {
    margin: 0 0 5px 0;
}
.station_page .playlist ul li .timer{
    background: #d2d8e3;
    border-radius: 3px;
    padding:2px 5px;
}
.station_page .playlist ul li .strong{
    font-weight: 600;
}
.station_page .related .hed{
    font-size: 18px;
    font-weight: 600;
    padding: 0;    
}
.station_page .related .st_list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.station_page .related div{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    padding: 10px 0 0 0;
}
.station_page .related a img{
    border-radius: 3px;
    margin: 0 10px 0 0;
}
.rtl_all .station_page .related a img{
    margin: 0  0 0 10px;
}
.station_page .image {
    padding: 0 20px 0 0;
}
.rtl_all .station_page .image {
    padding: 0  0 0 20px ;
}

.station_page .add_widget {
    margin: 10px 0 0 0;
}
.station_page .add_widget textarea{
    width:100%;
}
.station_page .another_info .name {
    margin: 0 0 10px 0;
}
.station_page .another_info .name h1 {
    margin: 0;
}
.station_page .genres a {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding:3px 15px;
    border: 1px solid #D6E0F2;
    border-radius: 10px;
    color:#000;
    text-decoration: none;
}
.rtl_all .station_page .genres  {
    direction:rtl ;
}
.station_page .stat a.active {
    color:#67CC33;
}
.station_page .stat .stat-part {
    display: inline-block;
}
.station_page .stat span {
    margin: 0 15px 0 0;
}
.rtl_all .station_page .stat  {
    direction:rtl ;
}
@media all and (max-width: 550px) {
    .station_page .stat .stat-part {
        display: flex;
        justify-content: center;
    }
    .station_page .stat .stat-part > a,
    .station_page .stat .stat-part > span {
        margin: 0 10px;
    }
    .station_page .stat .stat-part .co {
        display: inline;
    }
    .uSocial-Share {
        text-align: center;
    }
    #uSocial .uscl-bar.uscl-horizontal, .uSocial-Share .uscl-bar.uscl-horizontal {
        display: inline-block;
    }
}
.station_page .button_player {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100px;
    height: 40px;
    line-height: 40px;
    background: #3A5072;
    text-align: center;
    color:#fff;
    font-size: 25px;
    border-radius: 5px;
}
.station_page .button_player .custom-loader{
    margin: -2px 0 0 -3px;
}
.genres_page .one_genre {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding:3px 15px;
    border: 1px solid #D6E0F2;
    border-radius: 10px;
    color:#000;
    text-decoration: none;
}
.rtl_all .genres_page {
    direction: rtl;
}
.genres_page .one_genre:hover {
    background: #F0F0F0;
}
.networks_page .networks_lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.rtl_all .networks_page .networks_lists {
    direction: rtl;
}
.networks_page .networks_lists .one_network{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    padding: 10px 0 0 0;
}
.moble_menu_button {
    font-size: 30px;
    display: inline-block;
    position: absolute;
    left:10px;
    top:5px;
    display: none;
}
.one_blogs_post {
    margin: 0 0 20px 0;
}
.one_blogs_post .name{
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.one_blogs_post .date{
    margin: 10px 0 0 0;
    color:#777;
}
.blog_post_text {
    font-size: 16px;
}
.blog_post_text .date{
    margin: 0 0 20px 0;
    color:#777;
}
.jq-stars {
    display: inline-block;
  }
  
  .jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
  }
  
  .jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
  }
  
  .jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100% ;
  }
  
  .jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
  }
  
  /* un-used */
  .jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888 );
    filter: drop-shadow( -2px -2px 2px #888 );
  }
#login_modal .modal-body .btn {
    margin: 0 20px 0 0;
}
#login_modal .modal-body .btn.facebook img {
    position: relative;
    top:-2px;
}
#login_modal .modal-body .btn.google img {
    position: relative;
    top:-2px;
    margin: 0 5px 0 0;
}
.station_reviews {
    margin: 20px 0 20px 0;
}
.station_reviews .add_review_block {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px!important;
    border-radius: 10px;
    padding:20px;
    margin: 20px 0 20px 0;
}
.station_reviews .one_review {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px!important;
    border-radius: 10px;
    padding:20px;
    margin: 20px 0 20px 0;
}
.station_reviews .one_review i.filled{
    color:#FEBE15;
}
.station_reviews .one_review .top_info {
    margin: 0 0 10px 0;
}
.station_reviews .one_review .top_info .date{
    color:#777;
    font-size: 13px;
    margin: 0 0 0 10px;
}
.station_reviews .one_review .top_info .user_name {
    margin: 0 10px 0 0 ;
}
.station_reviews .reviews_list {
    position: relative;
}
.station_reviews .reviews_list .custom-loader{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-20px;
    margin-left:-20px;
}
.modal-backdrop+.modal-backdrop {
    opacity : 0;
  }
  .btn-close:focus{outline:0;box-shadow:none;opacity:1}
  .modal {
    overflow-y:auto;
  }
  .modal .modal-lg.smalled {
      width:600px!important;
  }
  .modal .modal-header {
      border:0;
      height: 80px;
      padding: 20px;
  }
  .modal .modal-dialog.modal-lg{
      width:700px!important;
      max-width:700px!important;
  }
  .modal .modal-lg .modal-content{
      width:100%!important;
      max-width:100%!important;
  }
  .modal .modal-content{
      border-radius: 10px!important;
  }
  .modal .modal-content .row{
      padding:0;
      margin:0;
  }
  .modal .modal-body {
      padding: 0 20px 20px 20px;
  }
  .modal .modal-header .close{
      color:#777;
      font-size: 26px;
      padding:0;
  }
  .modal .modal-title {
      font-size: 22px;
      font-weight: 700;
  }
  /* 段子内容容器 */
.joke-content {
    font-size: 20px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    margin: 15px 0;
}

/* 首行缩进2字符 */
.joke-content p {
    text-indent: 2em;
    margin: 0.5em 0;
}

/* 保留换行符格式 */
.keep-linebreaks {
    white-space: pre-line;
}
.nav-links {
    padding: 20px 20px 20px 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.nav-links a {
    text-decoration: none;
    color: #007bff;
}
.nav-links a:hover {
    text-decoration: underline;
}
  .tooltip-inner {
    max-width: 400px;
    text-indent: 2em;
    margin: 0.5em 0;
    text-align: justify;
  }
