@charset "UTF-8";

/*--------------------------------------------------------------
# Install app modal styling
--------------------------------------------------------------*/
.modal-header {
    border-bottom: 0 none;
}
.modal-footer {
    border-top: 0 none;
    display:block;
}
.modal-content {
    background-color: #455A64;
}
.modal-body .app-icon-image {
    padding-bottom: 30px;
}
.modal-body .app-title{
    font-size: 19px;
    font-weight:600;
    color:#fff;
}
.modal-body .app-subtitle{
    font-size: 26px;
    font-weight:600;
    color:#fff;
}
.modal-body .app-extra-info{
    font-size: 20px;
    font-weight:600;
    color:#fff;
}
.modal-body .install-app{
    padding-top: 0;
}
/*--------------------------------------------------------------
# Socials
--------------------------------------------------------------*/

.btn-facebook {
  border-color: #3b5998;
  background-color: #3b5998;
  color: #fff;
}
.btn-facebook:hover, .btn-facebook:active {
  color: #ffffff;
  border-color: #30487b;
  background-color: #30487b;
}

.btn-google {
  border-color: #dd4b39;
  background-color: #dd4b39;
  color: #fff;
}
.btn-google:hover, .btn-google:active {
  color: #ffffff;
  border-color: #ca3523;
  background-color: #ca3523;
}

.btn-instagram {
  border-color: #3f729b;
  background-color: #3f729b;
  color: #fff;
}
.btn-instagram:hover, .btn-instagram:active {
  color: #ffffff;
  border-color: #335d7e;
  background-color: #335d7e;
}

.btn-linkedin {
  border-color: #007bb6;
  background-color: #007bb6;
  color: #fff;
}
.btn-linkedin:hover, .btn-linkedin:active {
  color: #ffffff;
  border-color: #005f8d;
  background-color: #005f8d;
}

.btn-microsoft {
  border-color: #2672ec;
  background-color: #2672ec;
  color: #fff;
}
.btn-microsoft:hover, .btn-microsoft:active {
  color: #ffffff;
  border-color: #135ed6;
  background-color: #135ed6;
}

.btn-twitter {
  border-color: #55acee;
  background-color: #55acee;
  color: #fff;
}
.btn-twitter:hover, .btn-twitter:active {
  color: #000000;
  border-color: #309aea;
  background-color: #309aea;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background-color: #1c313a;
  font-size: 13px;
}
@media (min-width: 300px) {
  body {
    font-size: 13px;
  }
}
@media (min-width: 576px) {
  body {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
  main {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #cccccc;
  text-decoration: none;
}

a:hover {
  color: #f2f2f2;
  text-decoration: none;
}

.noHover{
    pointer-events: none;
}
.social-icon{
width: 28px;
height: 28px;
}
/*--------------------------------------------------------------
# Cookie Banner
--------------------------------------------------------------*/
.cookie-consent {
    opacity:0;
    position: fixed;
    left: 0px;
    right: 0px;
    height: auto;
    min-height: 21px;
    z-index: 255;
    background: rgb(0, 0, 0);
    color: rgb(221, 221, 221);
    line-height: 21px;
    padding: 5px 16px;
    font-family: arial, sans-serif;
    font-size: 16px;
    text-align: center;
    bottom: 0px;
}
.cookie-consent.is-visible {
    pointer-events: auto;
    opacity: 1;
}
.cookie-consent.is-visible span {
    margin-top: 10px;
    vertical-align: sub;
}
.cookie-consent__button {
    float: right;
    padding: 5px 18px;
    background-color: rgba(128, 128, 128, 0.5);
    cursor: pointer;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #33b4ec;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #3284f1;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #0f1a1e;
  padding: 7px 0;
  top: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo {
  margin: 0px;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#header .logo a:hover {
  color: #fff;
}
#header .logo a {
  color: #fff;
}
#header .logo a span {
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
}
#header .logo img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin: 2px 10px 2px 0px;
}

/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
main {
  margin-top: 70px;
}

.a_d_wrapper {
  margin-top: 25px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-bg {
    background-color: #1c313a;
}

.section-title {
    text-align: center;
    padding-bottom: 15px;
}
.section-title h1 {
    margin: 5px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
@media (min-width: 300px) {
    .section-title {
        padding-bottom: 15px;
    }
    .section-title h1 {
        margin: 12px 0 0 0;
        font-size: 22px;
    }
}
@media (min-width: 576px) {
    .section-title {
        padding-bottom: 25px;
    }
    .section-title h1 {
        margin: 13px 0 0 0;
        font-size: 24px;
    }
}
@media (min-width: 768px) {
    .section-title {
        padding-bottom: 25px;
    }
    .section-title h1 {
        margin: 14px 0 0 0;
        font-size: 30px;
    }
}
@media (min-width: 992px) {
    .section-title {
        padding-bottom: 30px;
    }
    .section-title h1 {
        margin: 15px 0 0 0;
        font-size: 32px;
    }
}
@media (min-width: 1200px) {
    .section-title {
        padding-bottom: 30px;
    }
    .section-title h1 {
        margin: 15px 0 0 0;
        font-size: 32px;
    }
}
@media (min-width: 1400px) {
    .section-title {
        padding-bottom: 30px;
    }
    .section-title h1 {
        margin: 15px 0 0 0;
        font-size: 32px;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 5px 0;
  background-color: #24404b;
}
.breadcrumbs span {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  color: #fff;
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

.podcast-card {
  border-radius: 0;
  overflow: hidden;
  border-color: #1c313a;
  background-color: #1c313a;
  transition: all 0.3s ease-in-out;
}
.podcast-card img {
  height: 135px;
  height: 125px;
  object-fit: cover;
}
.podcast-card .card-footer {
  bottom: 0;
  width: 100%;
  padding: 5px;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  background-color: rgba(28, 49, 58, 0.85);
}
.podcast-card:hover {
  transition: all 0.3s ease-in-out;
}
.podcast-card:hover .card-footer {
  color: #fff;
  background-color: #142229;
}

/*--------------------------------------------------------------
# SIDEBAR
--------------------------------------------------------------*/
.main_sidebar_section {
  width: 100%;
}
.main_sidebar_section .accordion .accordion-header {
  border-top: 1px groove #ddd;
  padding: 8px 5px;
  border-bottom: 1px groove #ddd;
}
.main_sidebar_section .accordion .accordion-header .accordion-button {
  color: #fff;
  width: 100%;
  font-size: 0.938rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5rem;
  background: transparent;
  border: none;
  outline: none;
}
.main_sidebar_section .accordion .accordion-body {
  display: block;
  transition: all 0.5s;
  padding: 10px 20px;
  background: #21404b;
}

.main_sidebar_section .accordion .accordion-body .list-group-sidebar .list-group-item{
  margin-bottom: 8px;
  width: 100%;
  line-height: 2.25rem;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 16px;
  border: none;
  outline: 0;
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 2px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  background-color: #1c313a;
  color: #fff;
}

 .list-group-sidebar a.list-group-item.active{
 background-color: #2d4e5c !important;
  color: #fff;
}

.list-group-sidebar .list-group-item:hover,
.list-group-sidebar .list-group-item:focus {
  transition: all 0.3s ease-in-out;
  background-color: #2d4e5c !important;
  color: #fff;
}


/*--------------------------------------------------------------
# PAGINATION
--------------------------------------------------------------*/
.pagination_wrapper nav .pagination .page-item .page-link {
  color: #fff;
  background-color: #25414d;
  border: 1px solid #25414d;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.pagination_wrapper nav .pagination .page-item .page-link:hover {
  background-color: #2d4e5c;
  border: 1px solid #2d4e5c;
}
.pagination_wrapper nav .pagination .page-item.disabled .page-link {
  background-color: #1d343d;
  border: 1px solid #1d343d;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  transition: all 0.3s ease-in-out;
  padding: 20px 0;
}
.team .member {
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 4px;
  background: #172830;
}
.team .member .member-img {
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.team .member .member-img img {
  //height: 150px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  //width: 100%;
}
.team .member .member-info {
  padding: 8px 10px;
}
.team .member .member-info p{
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

/*@media (min-width: 300px) {
  .team .member .member-info p{
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .team .member .member-info p{
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .team .member .member-info p{
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .team .member .member-info p{
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .team .member .member-info p{
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .team .member .member-info p{
    font-size: 14px;
  }
}*/
.team .member:hover {
  background: #142229;
}
.team .member-list:hover {
  width: 100%;
  //transform: scale(1.05) rotate(3deg);
  //border: 0.1px solid #00a0ce;
  box-shadow: 20px 20px 20px 0 rgb(0 46 59 / 50%);
}
.team .member.playing_member {
  text-align: left;
  background: #094863;
  background: #142229;
  width: 100%;
}
.team .member.playing_member .member-img {
  text-align: left;
  display: flex;
  justify-content: space-between;
  justify-content: start;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.team .member.playing_member .member-img img {
  object-fit: contain;
}

.radio-slider{
   -webkit-appearance: none;
   background: transparent;
   width: 140px;
}
.radio-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #005f79;
  border-radius: 1px;
  border: 0px solid #000000;
}
.radio-slider::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497E3;
  height: 15px;
  width: 15px;
  border-radius: 25px;
  background: #33b4ec;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
.radio-slider::-moz-range-track{
   background:#005f79;
   border-radius:10px;
   cursor:pointer;
   height:5px;
   width:100%
}
.radio-slider::-moz-range-thumb{
   background:#00a0ce;
   border-radius:50%;
   border:none;
   cursor:pointer;
   height:13px;
   margin-top:-4px;
   width:13px
}
.radio-slider::-ms-track{
   background:transparent;
   border-color:transparent;
   border-radius:10px;
   color:transparent;
   cursor:pointer;
   height:5px;
   width:100%
}
.radio-slider::-ms-fill-lower{
   background:#005f79;
   border-radius:10px
}
.radio-slider::-ms-fill-upper{
   background:#e1e1e1;
   border-radius:10px
}
.radio-slider::-ms-thumb{
   background:#00a0ce;
   border-radius:50%;
   border:none;
   cursor:pointer;
   height:13px;
   margin-top:-4px;
   width:13px
}

#frequency_show_more{
    cursor: pointer;
    padding-top: 10px;
}

.team .member.playing_member .member-img .audio_wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}
.team .member.playing_member .member-img .audio_wrapper .green-audio-player {
  height: 100%;
}
.team .member.playing_member .member-img .audio_wrapper .green-audio-player .play_icon {
  display: inline-block;
  padding: 5px;
  font-size: 65px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  color: #33b4ec;
}
.team .member.playing_member .member-img .audio_wrapper .green-audio-player .play_icon:hover {
  //transition: all 0.3s ease-in-out;
  //color: #fff;
  //border: 1px solid #fff;
}

.team .member.playing_member .member-img .audio_wrapper .green-audio-player .loading_icon {
  display: inline-block;
  padding: 5px;
  font-size: 65px;
  background: #fff;
  border-radius: 50%;
  animation: spin-animation 1s infinite;
  animation-timing-function: linear;
  display: inline-block;
  color: #33b4ec;
}
@keyframes spin-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
  }
.team .member.playing_member .member-img .audio_wrapper .green-audio-player .stop_icon {
 display: inline-block;
   padding: 5px;
   font-size: 65px;
   background: #fff;
   border-radius: 50%;
   transition: all 0.3s ease-in-out;
   color: #33b4ec;
}
.team .member.playing_member .member-img .audio_wrapper .green-audio-player .stop_icon:hover {
  //transition: all 0.3s ease-in-out;
  //color: #fff;
  //border: 1px solid #fff;
}
.team .member.playing_member .member-img .audio_wrapper .green-audio-player.stop .play_icon {
  display: none;
  padding: 5px;
  font-size: 65px;
  color: #fff;
  border: 1px dashed #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.team .member.playing_member .member-img .audio_wrapper .green-audio-player.stop .play_icon:hover {
  //transition: all 0.3s ease-in-out;
  //color: #fff;
  //border: 1px solid #fff;
}
.team .member.playing_member .member-img .audio_wrapper .green-audio-player.stop .stop_icon {
  display: inline-block;
  padding: 5px;
  font-size: 65px;
  color: #fff;
  border: 1px dashed #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.team .member.playing_member .member-img .audio_wrapper .green-audio-player.stop .stop_icon:hover {
  //transition: all 0.3s ease-in-out;
  //color: #fff;
  //border: 1px solid #fff;
}
.team .member.playing_member .member-info {
  padding: 10px 15px;
  background: #0b597b;
  background: #0b1418;
}
.team .member.playing_member .member-info h4 {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
.team .member.playing_member:hover .member-img img {
  //transform: scale(1) rotate(0deg);
}

/*--------------------------------------------------------------
# Other-Websites
--------------------------------------------------------------*/

#other-websites {
    padding: 30px 0;
    color: #ccc;
    background: #455a64;
    text-align: center;
    font-size: 18px;
}
#other-websites .flags_lists {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
}
#other-websites .flags_lists .flag_icon {
    height: inherit;
}
#other-websites .flags_lists .flag_icon img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 0 0 25px 0;
    color: #ccc;
    font-size: 14px;
    background: #34444c;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #3f525b;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #ccc;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #ccc;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ccc;
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #ccc;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #b3b3b3;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ccc;
    color: #1c313a;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: #b3b3b3;
    color: #0b1418;
    text-decoration: none;
}
#footer .copyright {
    text-align: center;
    float: left;
}
#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #ccc;
}

@media (max-width: 768px) {
    #footer .copyright,
    #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0;
    }
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  padding: 20px 0 30px 0;
  transition: all 0.3s ease-in-out;
  background: #1c313a;
}
.contact .info-box i {
  font-size: 32px;
  color: #33b4ec;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #cccccc;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .info-box:hover {
  background: #1a2e37;
}
.contact .info-box:hover i {
  color: #33b4ec;
  border: 2px solid #b3d1fa;
}

.card-radio-detail {
  background: #172830;
}

.star-ratings-css b {
  font-size: 22px;
}

.responsive_ul {
  columns: 1;
}
@media (min-width: 300px) {
  .responsive_ul {
    columns: 2;
  }
}
@media (min-width: 576px) {
  .responsive_ul {
    columns: 2;
  }
}
@media (min-width: 768px) {
  .responsive_ul {
    columns: 2;
  }
}
@media (min-width: 992px) {
  .responsive_ul {
    columns: 2;
  }
}
@media (min-width: 1200px) {
  .responsive_ul {
    columns: 3;
  }
}
@media (min-width: 1400px) {
  .responsive_ul {
    columns: 3;
  }
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #cccccc;
  color: #1c313a;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.social-links a:hover {
  background: #b3b3b3;
  color: #0b1418;
  text-decoration: none;
}

.holder {
  display: flex;
  justify-content: space-between;
  overflow: visible;
}
.holder .audio_area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.holder .radio_img_wrapper {
  height: 150px;
  width: 150px;
  background: white;
  display: flex;
  justify-content: center;
}
.holder .radio_img_wrapper .radio_img {
  height: 150px;
  width: 150px;
  object-fit: contain;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
}

.bg-main {
  background: #1c313a;
}

.bg-sec {
  background: #455a64;
}