@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Open+Sans+Condensed:wght@700&display=swap");
body {
  background: url(../images/bg2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  font-family: "Open Sans", sans-serif;
  color: #3a3a3a;
}

@font-face {
  font-family: "Open Sans", sans-serif;
  /* font-family: "CustomFont";
  src: url("../fonts/100radios.woff") format('woff');*/
}
a {
  color: #e75b21;
  font-weight: bold;
}

a:hover {
  color: #00000080;
}

/* NAVBAR */
.navbar-default {
  background-color: #00000080;
}

.navbar-default .navbar-brand {
  font-family: "Open Sans", sans-serif;
  color: #e75b21;
  font-size: 20px;
}

.navbar-brand {
  position: relative;
  width: 320px;
  right: 15px;
  background-size: contain;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

.nav-link.icon {
  font-size: 26px !important;
}

.nav-button {
  color: #ffffff !important;
  background-color: #e75b21;
}

.nav-button:hover {
  color: #e75b21 !important;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e75b21;
}

.navbar-default .navbar-nav > li > a {
  color: #e75b21;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #E7E7E7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #D5D5D5;
}

/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* Mobile version */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: white;
}

.navbar-default .navbar-toggle {
  border-color: #DDD;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #DDD;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #CCC;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
  }
}
h1 {
  color: #3a3a3a;
  font-size: 40px;
  font-weight: 700;
  padding-left: 5px;
  border-left: 6px solid #e75b21;
}

h4 {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
  border-left: 3px solid #000000;
}

.btn-primary {
  color: #e75b21;
  background-color: #000000;
  border-color: #000000;
  font-size: 28px;
  font-weight: 700;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #e75b21;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-secondary {
  color: #fff;
  background-color: #e75b21;
  border-color: #e75b21;
  font-size: 18px;
  font-weight: bold;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #fff;
  background-color: #e75b21;
  border-color: #e75b21;
}

.carousel-caption {
  bottom: 0px;
  padding-bottom: 0px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.header {
  margin-top: 10px;
  margin-bottom: 10px;
}

.main {
  margin-top: 10px;
}

.content {
  border-radius: 5px;
  position: relative;
  padding: 10px;
}

.bg-1 {
  background: #ccc;
  background: rgba(255, 255, 255, 0.9);
}

.bg-2 {
  background: #ffffff;
}

.bg-3 {
  background: #87d1d9;
}

.color-3 {
  color: #e75b21;
}

.songinfo-cover {
  position: relative;
  width: 100%;
  height: 100%;
}

.songinfo-cover-image {
  border-radius: 5px;
  width: 100%;
}

.songinfo {
  position: relative;
  list-style: none;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  padding: 0;
  margin: 0;
}

.songinfo-text {
  position: absolute;
  bottom: 50px;
  left: 10px;
  right: 10px;
  height: 10px;
}

.songinfo-item {
  position: relative;
  padding: 5px;
}

.songinfo-row {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.songinfo-content {
  max-width: 100%;
}

.songinfo-artist {
  margin: 0;
  opacity: 0.75;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #e75b21;
  padding-left: 5px;
  border-left: 4px solid #333;
  text-transform: uppercase;
}

.songinfo-title {
  margin: 0 0 2px;
  font-size: 15px;
  font-weight: bold;
  color: #202020;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.playlist {
  position: relative;
  list-style: none;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}

.playlist li a {
  text-decoration: none;
}

.playlist-item {
  position: relative;
  padding: 5px;
  box-shadow: 0 -1px 0 0 rgba(9, 76, 89, 0.1);
}

.playlist-row {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.playlist-content-small {
  max-width: 100%;
}

.playlist-row-small {
  margin: 5px 0 5px 0;
}

.playlist-aired {
  margin-right: 4px;
  opacity: 0.75;
  color: #999;
  font-size: 14px;
  font-weight: 300;
  top: 30%;
  position: relative;
  align-items: center;
}

.playlist-aired-small {
  opacity: 0.75;
  color: #999;
  font-size: 14px;
  font-weight: 300;
  top: 30%;
  position: relative;
  align-items: center;
  margin: auto 3px;
}

.playlist-artist {
  margin: 0;
  opacity: 0.75;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #e75b21;
  padding-left: 5px;
  border-left: 4px solid #333;
  text-transform: uppercase;
}

.playlist-title {
  margin: 0 0 2px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.playlist-artist-small {
  margin: 0;
  opacity: 0.75;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #e75b21;
  padding-left: 5px;
  border-left: 4px solid #333;
  text-transform: uppercase;
}

.playlist-title-small {
  margin: 0 0 2px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.playlist-image {
  margin-right: 8px;
  border-right: 1px solid rgba(149, 149, 160, 0.2);
  padding-right: 8px;
}

.playlist-image-small {
  margin-right: 8px;
  border-right: 1px solid rgba(149, 149, 160, 0.2);
  padding-right: 8px;
}

.playlist-image img {
  border-radius: 2px;
  width: 60px;
  height: 60px;
}

.playlist-image-small img {
  border-radius: 2px;
  width: 60px;
  height: 60px;
}

.playlist-actions {
  margin-left: auto;
  margin-right: 20px;
  color: white;
  font-weight: bold;
  font-size: small;
  cursor: pointer;
}

.playlist-like {
  color: #e75b21;
}

.heart-likes {
  position: relative;
  padding: 0;
  margin: 0;
}

.heart {
  font-size: 40px;
  color: #e75b21;
}

.heart-text {
  position: absolute;
  bottom: 24px;
  left: 15px;
  right: 10px;
  height: 10px;
  font-size: 18px;
  color: #ffffff;
}

/* FOOTER */
footer {
  background: #00000080;
}

footer .about {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1170px;
  text-align: center;
}

footer .about p {
  font-size: 13px;
  color: #e75b21;
  margin-top: 30px;
}

footer .footer-info-single {
  margin-top: 30px;
}

footer .footer-info-single .title {
  color: #e75b21;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border-left: 4px solid #e75b21;
  padding-left: 5px;
}

footer .footer-info-single ul li a {
  display: block;
  color: #e75b21;
  padding: 2px 0;
}

footer .footer-info-single ul li a:hover {
  color: #333;
  text-decoration: none;
}

footer .footer-info-single p {
  font-size: 13px;
  line-height: 20px;
  color: #e75b21;
}

footer .copyright {
  margin-top: 15px;
  background: #111;
  padding: 7px 0;
  color: #ffffff;
  font-size: 16px;
}

footer .copyright p {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

/* WEBRADIO PLAYER */
div.control-container {
  margin-top: 0px !important;
  padding: 10px;
}

div.control-container div.meta-container span[data-amplitude-song-info=name] {
  font-size: 18px;
  color: #fff;
  display: block;
  padding-bottom: 3px;
}

/* CUSTOM */
h1, h2, h3, h4 {
  font-family: "Open Sans Condensed", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
}

.countdown {
  color: #e75b21;
  font-size: 40px;
  font-family: "Open Sans", sans-serif;
}

.webradio_ad {
  width: 400px;
}

.modal-content {
  color: #ffffff;
  background: #87d1d9 !important;
}

.snowflake__inner:before {
  background-color: white;
  border-radius: 100%;
}

.snowflake_index {
  z-index: 1000;
}

#logo_, #logo_webradio {
  margin-top: -120px;
  margin-bottom: -200px;
  z-index: 10000;
  position: relative;
  margin-left: -43px;
}

#logo_webradio {
  margin-left: -117px;
  width: 70%;
}

#page_content > div:first-child .content h1 {
  margin-top: 0;
  margin-left: 125px;
  margin-bottom: 20px;
}

/*Player*/
#single-song-player > div.bottom-container {
  background-color: #00000080;
}

/*# sourceMappingURL=site.css.map */
