html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-image: url("../img/bg-new.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  background-color: #030013 !important;
  font-family: "Fira Sans", sans-serif !important;
}

button {
  border: unset !important;
}

button:focus {
  outline: unset !important;
}

.main {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}

.main:before {
  position: absolute;
  -webkit-box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.3);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  width: 100%;
  height: 100%;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  height: 100%;
  overflow: hidden;
  padding: 13vh 0;
}

header {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header > div.col-4 {
  height: 100%;
}

#main-radio {
  height: calc(84% - 160px);
  margin-top: 119px;
}

#main-radio > div {
  height: 100%;
}

#main-radio > div.col-lg-7.d-flex {
  height: 95%;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.social a i, .social a img {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.social a:hover {
  text-decoration: none;
}

.social a:hover i, .social a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.logo {
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  max-width: 65%;
  overflow-y: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo h1 {
  color: #fff;
  position: absolute;
  width: 100%;
  margin: 0;
  line-height: 1;
  text-align: center;
  font-size: 29px;
}

.player {
  height: 13%;
}

.rtplmain_window {
  height: 68px;
  width: 97%;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #000;
  background-color: #FFFFFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rtplbutton_play_stop {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.5);
  margin-top: 9px;
  margin-left: 0px;
  float: left;
  outline: none;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.rtplbutton_play_stop:hover {
  opacity: .8;
}

.rtplcurrent_time {
  font-family: "Fira Sans", sans-serif !important;
  font-size: 12px;
  color: #FFF;
  margin-top: 27px;
  margin-left: 3px;
  float: left;
  font-weight: normal;
  width: 78px;
}

.rtplmute {
  display: block;
  height: 24px;
  width: 26px;
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-repeat: no-repeat;
  margin-top: 22px;
  outline: none;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.rtplmute.active {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .8;
}

.rtplmute:hover {
  opacity: .8;
}

.rtplmaxvol {
  display: block;
  height: 24px;
  width: 26px;
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-repeat: no-repeat;
  margin-top: 22px;
  outline: none;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.rtplmaxvol.active {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .8;
}

.rtplmaxvol:hover {
  opacity: .8;
}

.rtplvolume {
  float: left;
  width: 150px;
  height: 9px;
  border: 1px solid #B8C3C0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #696a6c;
  background-size: 100% 100%;
  *background: #696a6c;
  background: #696a6c;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#ff454547, endColorstr=#ff696a6c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#454547), to(#696a6c));
  background-image: linear-gradient(top, #454547, #696a6c);
  margin-top: 28px;
  margin-left: 15px;
  margin-right: 15px;
}

.rtplmain_window.brdr_none {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  width: 330px;
  background: none;
}

.rtplwrapperForIe {
  width: 350px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}

.rtplwrapperForIe-mini {
  width: 314px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}

.rtplmain_window-mini {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #000;
  background-color: #FFFFFF;
  text-align: center;
}

.rtplbutton_play_stop-mini {
  background-color: #F9F9F9;
  display: block;
  height: 39px;
  width: 40px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.5);
  margin-top: 5px;
  margin-left: 10px;
  float: left;
  outline: none;
}

.rtplbutton_play_stop-mini.active {
  background-position: 10px 10px;
}

.rtplbutton_play_stop-mini:hover {
  background-color: #FFFFFF;
}

.rtplcurrent_time-mini {
  font-family: "Fira Sans", sans-serif !important;
  font-size: 12px;
  color: #FFF;
  margin-top: 17px;
  margin-left: 18px;
  float: left;
  font-weight: normal;
  width: 63px;
}

.rtplmute-mini {
  display: block;
  height: 24px;
  width: 26px;
  background-color: #F9F9F9;
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-repeat: no-repeat;
  background-position: 4px -79px;
  margin-top: 12px;
  outline: none;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.rtplmute-mini.active {
  background-color: #E1E1E1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.rtplmute-mini:hover {
  background-color: #FFF;
}

.rtplmaxvol-mini {
  display: block;
  height: 24px;
  width: 26px;
  background-color: #F9F9F9;
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-repeat: no-repeat;
  background-position: -79px -80px;
  margin-top: 12px;
  outline: none;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.rtplmaxvol-mini.active {
  background-color: #E1E1E1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.rtplmaxvol-mini:hover {
  background-color: #FFF;
}

.rtplvolume-mini {
  float: left;
  width: 100px;
  height: 9px;
  border: 1px solid #B8C3C0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #696a6c;
  background-size: 100% 100%;
  *background: #696a6c;
  background: #696a6c;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#ff454547, endColorstr=#ff696a6c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#454547), to(#696a6c));
  background-image: linear-gradient(top, #454547, #696a6c);
  margin-top: 19px;
  margin-left: 7px;
  margin-right: 7px;
}

.rtplmain_window-mini.brdr_none {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  width: 312px;
}

.webradio-title.text-center {
  height: 7%;
}

.gradient_style-1 {
  background: transparent;
  border: none;
}

.button_play_stop_style-1 {
  background-image: url("../img/player/wr_play.svg");
  background-repeat: no-repeat;
}

.button_play_stop_style-1.active {
  background-image: url("../img/player/wr_stop.svg");
}

.button_max_vol_style-1 {
  background-image: url("../img/player/wr_sound.svg");
  display: none;
}

.button_mute_style-1 {
  background-image: url("../img/player/wr_mute.svg");
}

.new-window {
  height: 25px;
  width: 25px;
  background-image: url(../img/player/undock.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  float: right;
  margin-top: 20px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.new-window:hover {
  opacity: .8;
}

.playlist {
  height: calc(82% - 30px);
  margin-top: 30px;
  overflow-y: auto;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 20px;
  border: 2px solid white;
}

#RTWidgetStatus {
  height: 100%;
}

#RTWidgetStatus table {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  font-family: "Fira Sans", sans-serif !important;
  color: #fff;
  font-size: 12px;
  margin: 0px;
  margin: 0 auto;
  height: 100%;
  border-collapse: separate;
}

#RTWidgetStatus table th {
  padding: 5px 5px 5px 5px;
  text-align: center;
  color: #ffffff;
  background: transparent;
}

#RTWidgetStatus table thead th {
  text-align: left;
  font-weight: normal;
  background: rgba(255, 255, 255, 0.2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#RTWidgetStatus .header_info {
  padding-left: 10px;
  padding: 3px;
}

#RTWidgetStatus .header_info strong {
  font-size: 16px;
  font-weight: 500;
}

#RTWidgetStatus .header_info2 {
  padding-left: 10px;
  padding: 3px;
  font-size: 11px;
}

#RTWidgetStatus table tr {
  text-align: center;
  padding-left: 20px;
}

#RTWidgetStatus table td:first-child {
  text-align: left;
  padding-left: 5px;
  border-left: 0;
}

#RTWidgetStatus table td {
  max-width: 340px;
  word-wrap: break-word;
  padding: 5px;
  font-weight: 500;
  text-align: left;
}

#RTWidgetStatus table tr.even td {
  padding: 2px;
  padding-left: 5px;
  font-size: 10px;
  font-weight: normal;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.2);
}

#RTWidgetStatus table tr:last-child td {
  border-bottom: 0;
}

#RTWidgetStatus table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

#RTWidgetStatus table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

#RTWidgetStatus table tbody tr:first-child {
  background: rgba(255, 255, 255, 0.2);
}

#RTWidgetStatus .dj_img {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 105px;
  height: 105px;
  padding-right: 5px;
  overflow: hidden;
  float: left;
}

#RTWidgetStatus .dj_img img {
  max-width: 100%;
  max-height: 100%;
}

#tlkio {
  height: 100%;
}

.theme-day .button {
  color: #fff;
  border-color: #fff;
}

.chat {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 100%;
  height: calc(100% - 30px);
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 30px;
  padding: 20px;
}

.join-hl,
p.join-hint,
.time {
  color: #fff !important;
}

footer {
  height: 10%;
  margin-top: auto;
  max-width: 100vw;
}

footer p {
  font-size: 0.7em;
}

footer a {
  color: white;
}

footer a:hover {
  color: white;
}

footer .logos a {
  margin-right: 25px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

footer .logos a:last-child {
  margin-right: 0;
}

footer .logos a img {
  max-height: 38px;
}

footer .logos a:hover {
  opacity: .8;
}

.my-float {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 40px;
  right: 40px;
  color: #fff;
  border-radius: 50px !important;
  text-align: center;
  -webkit-box-shadow: 2px 2px 3px #220049;
          box-shadow: 2px 2px 3px #220049;
}

.btn-success,
.btn-success:hover {
  color: #8673ff !important;
  background-color: #fff !important;
  z-index: 500;
}

.btn-success:focus,
.btn-success:active,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 2px 2px 3px #220049 !important;
          box-shadow: 2px 2px 3px #220049 !important;
}

.btn-primary {
  background-color: #9658dd !important;
}

.main-wrapper {
  height: 100%;
}

.main-wrapper .row:last-child {
  height: 80%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  body {
    background-image: url("../img/bg-new-mob.jpg");
    height: 100%;
  }
  body.new {
    height: 100vh;
  }
  #main-radio {
    height: 100% !important;
    margin-top: 90px !important;
  }
  body .social {
    padding-right: 0 !important;
  }
  .logo {
    max-width: 100%;
  }
  header > div.col-4 {
    height: 200%;
  }
  header {
    height: 50px;
  }
  #main-radio > div.col-lg-7.d-flex {
    height: 30vh;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #main-radio > div.col-lg-5.d-flex {
    margin-top: 30px;
  }
  .player {
    height: auto;
  }
  #RTWidgetStatus table {
    width: 100%;
  }
  footer .text-left {
    text-align: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media (min-width: 768px) and (max-width: 1399px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 85% !important;
    padding: 14vh 0;
  }
  #main-radio {
    height: calc(81% - 104px);
    margin-top: 104px;
  }
}

@media (min-width: 1400px) and (max-width: 2559px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 70% !important;
  }
  .chat {
    margin-left: 0;
  }
  .rtplwrapperForIe {
    width: 310px;
  }
  #main-radio {
    height: calc(70% - 30px);
    margin-top: 30px;
  }
}

@media (min-width: 2560px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 60% !important;
  }
}
