@charset "UTF-8";
/* Body */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Roboto;
  box-sizing: border-box;
  transition: 0.15s ease-out;
}
 @keyframes slideOut {
 from {
 top: 0;
}
 to {
 top: -1000px;
}
}
 @keyframes fadeIn {
 from {
 background-color: rgba(255,255,255,1);
 opacity: 0;
}
 to {
 background-color: rgba(255,255,255,0);
 opacity: 1;
}
}
 @keyframes fadeOut {
 from {
 background-color: rgba(255,255,255,1);
 opacity: 1;
}
 to {
 background-color: rgba(255,255,255,0);
 opacity: 0;
}
}
body {
  background: #111 url(../images/bg.png) repeat top left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-style: normal;
  color: #ccc;
  font-size: 13px;
}
body.include {
  background: none;
}
a {
  color: #fc0;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #eee;
}
p {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  text-align: justify;
  padding: 5px 0 15px;
}
p:last-of-type {
  padding: 0;
  margin: 0;
}
.notice {
  padding: 15px;
  background-color: #252;
  color: #fff;
  font: bold 14px/1 Roboto;
}
.notice.warning {
  background-color: #900;
}
input[type=text], input[type=password], select, textarea {
  font: 12px/14px Roboto;
  font: bold 12px/13px Roboto;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #f0f0f0;
  transition: 0.1s all ease-out;
  width: 100%;
  margin: 3px 0;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
  background-color: #fff;
  color: #000;
}
input[type=submit] {
  font: bold 12px/17px Roboto;
  background-color: #069;
  color: #fff;
  display: inline-block;
  text-align: center;
  transition: 0.1s all ease-out;
  margin: 3px 0;
  padding: 7px;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  border: 0px;
  border-radius: 4px;
}
input[type=submit]:hover {
  background-color: #09f;
}
textarea {
  resize: none;
}
div.error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(227,53,53,0.9);
  color: #fff;
  padding: 40px 20px;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
  font: bold 22px/1 Roboto;
  animation-name: slideOut;
  animation-duration: 3s;
  animation-delay: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
div.success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(88,182,25,0.9);
  color: #fff;
  padding: 40px 20px;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
  font: bold 22px/1 Roboto;
  animation-name: slideOut;
  animation-duration: 3s;
  animation-delay: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.on {
  color: #393;
}
.off {
  color: #e00;
}
div[class*="divider"] {
  float: left;
  padding-right: 1%;
  box-sizing: border-box;
}
div[class^="divider"].end {
  float: right;
  padding-right: 0;
}
.divider {
  width: 50%;
}
.divider.end {
  width: 50%;
}
.dividerthree {
  width: 33.3%;
}
.divider30 {
  width: 30%;
  padding: 0;
}
.divider40 {
  width: 40%;
  padding: 0;
}
.dividerthree.end {
  width: 33.4%;
}
.dividerthreelong {
  width: 66.6%;
}
.dividerthreelong.end {
  width: 66.7%;
}
.dividerfour {
  width: 25%;
}
.dividerfourlong {
  width: 75%;
}
.dividerfour.end {
  width: 25%;
}
.dividerfourlong.end {
  width: 75%;
}
.dividerfive {
  width: 20%;
}
.dividerfive.end {
  float: right;
  width: 20%;
}
.dividerfivelong {
  width: 80%;
}
.dividerfivelong.end {
  width: 80%;
}
.clear {
  clear: both;
}
.floatleft {
  float: left;
  margin-right: 10px;
}
.floatright {
  float: right;
  margin-left: 10px;
}
.inside {
  padding: 12px;
}
section.inside {
  padding: 30px;
}
section.inside + section.inside {
  padding-top: 0;
}
.login {
  width: 50%;
  margin: auto;
}
.login input[type=submit] {
  width: 100%;
}
.bluerow {
  background: #069 url(../images/bg.png);
  box-sizing: border-box;
  border-top: 10px solid #124;
}
.altrow {
  border-top: 10px solid #111;
  background: #444 url(../images/bg.png);
  box-sizing: border-box;
}
.bluerow h2 {
  color: #fff;
}
.altrow h2 {
  color: #fff;
}
iframe {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
}
.youtube {
  position: relative;
  width: 100%;
}
.youtube:after {
  content: "";
  display: block;
 padding-bottom: calc(100% * 9 / 16);
}
.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: 0.2s all ease-out;
}
.togglepanel {
  display: none;
}
.togglebutton::after {
  display: none;
}
h1 {
  padding: 0 0 10px;
  margin: 0;
  font-weight: normal;
  font-size: 45px;
  text-shadow: 0px 2px 5px #000;
  color: #f90;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 40px;
}
h2 {
  padding: 0 0 5px;
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  text-shadow: 0px 2px 5px #000;
  color: #09f;
  letter-spacing: 0px;
  text-transform: uppercase;
}
h3 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
}
audio {
  display: none;
}
.radiobutton {
  position: relative;
  width: 80px;
}
.radiobutton:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.radiobutton span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  border-radius: 100%;
  border: 6px solid #fff;
  box-sizing: border-box;
}
.radiobutton span:hover {
  border: 6px solid #ccc;
}
.radiobutton.play span {
  background-image: url('../images/play.png');
  transform: rotate(0deg);
}
.radiobutton.pause span {
  background-image: url('../images/pause.png');
  transform: rotate(0deg);
}
/* Container */
.container {
  max-width: 1200px;
  margin: auto;
  background: #222 url(../images/bg.png);
}
header {
  padding: 10px;
  background: #e0e0e0;
  font-size: 14px;
  color: #000;
  border-bottom: 10px solid #999;
}
header h1 {
  text-shadow: none;
  letter-spacing: 0px;
  font-size: 26px;
  font-weight: normal;
  color: #888;
  padding: 0;
  margin: 0;
}
header h2 {
  text-shadow: none;
  letter-spacing: 0px;
  font-size: 18px;
  font-weight: normal;
  color: #888;
  padding: 0;
  margin: 0;
}
header h3 {
  text-shadow: none;
  letter-spacing: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #888;
  padding: 0;
  margin: 0;
}
header h4 {
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0;
  font-size: 11px;
  font-weight: bold;
  color: #888;
  padding-bottom: 5px;
  margin: 0;
}
header input[type=password], header input[type=text], header input[type=submit], header select, header textarea {
  font-size: 12px;
  margin: 0 0 2px;
  padding: 7px;
  line-height: 14px;
  text-align: left;
}
header input[type=submit] {
  background-color: #aaa;
  width: auto;
  max-width: 100%;
  cursor: pointer;
}
header input[type=submit]:hover {
  background-color: #000;
}
header textarea {
  height: 55px;
  width: 100%;
  margin: 0;
}
header a {
  color: #09f;
}
header a:hover {
  color: #069;
}
header .button {
  display: block;
  background: gray no-repeat center 15px;
  background-size: 30px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  width: 80px;
  position: relative;
  box-shadow: inset 0px 0px 12px rgba(0,0,0,0.2);
}
header .button:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
header .button a, header .button span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 50px;
  color: #fff;
}
header .button:hover {
  background-color: #000;
  color: #fff;
}
header .offair, header .offrequests, header .offmessages {
  background-image: url(../images/delete.png);
}
header .onrequests {
  background-image: url(../images/song.png);
}
header .logout {
  background-image: url(../images/logout.png);
}
header .circle {
  width: 80px;
  margin-top: 0px;
}
header .circle span, header .circle span:hover {
  background-color: #aaa;
  border: 5px solid #aaa;
  box-sizing: border-box;
  box-shadow: none;
}
header .circle cite {
  background-color: #aaa;
  opacity: 1;
  bottom: 0;
}
[class*="adminbar"] {
  float: left;
  border-right: 1px dotted #d0d0d0;
  height: 110px;
  margin-right: 10px;
  padding-right: 10px;
}
.adminbar-current, .adminbar-radiobutton, .adminbar-livestatus, .adminbar-requeststatus, .adminbar-logout {
  width: auto;
}
.adminbar-selectdj, .adminbar-message {
  width: 250px;
}
.adminbar-logout {
  float: right;
  border: 0;
  padding: 0;
}
.radio {
  margin: 0;
  padding: 0;
}
.radio .radiobutton {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
  vertical-align: middle;
  z-index: 4;
  background-color: #fff;
  border-radius: 100%;
  width: 70px;
}
.songname::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 1em;
  height: 1em;
  background: url(../images/song.png) no-repeat center center;
  background-size: contain;
  vertical-align: top;
}
.songname {
  position: absolute;
  bottom: 5px;
  left: calc(100% + 20px);
  width: 50vw;
  padding: 24px 15px;
  font-size: 11px;
  letter-spacing: 1px;
}
.circle, .square {
  position: relative;
  width: 100%;
}
.circle:after, .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.circle span, .square span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  transition: 0.2s all ease-out;
}
.circle span {
  border-radius: 100%;
}
.circle span:hover, .square span:hover {
  box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
}
.circle cite, .square cite {
  opacity: 0;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #f90;
  z-index: 3;
  width: 100%;
  padding: 8% 0%;
  border-radius: 4px;
  font: normal 9px/1 Roboto;
  text-align: center;
  color: #000;
  transition: 0.1s all ease-out;
}

.circle.live span {
  border: 6px solid #f90;
}

.circle:hover cite, .circle.live cite, .square:hover cite, .square.live cite {
  opacity: 1;
}
/* jumbotron Section */
.jumbotron {
  background: #069 url(../images/bg.png) repeat top left fixed;
  border-bottom: 10px solid #333;
  box-shadow: inset 0px -300px 350px -200px rgba(0,20,90,0.45);
  box-sizing: border-box;
  padding: 30px 50px;
}
.jumbotron.admin {
  display: none;
}
.heyfmlogo {
  width: 300px;
  height: 300px;
  background: url(../images/logo.png) no-repeat center center;
  background-size: contain;
  float: left;
  margin-right: 40px;
  position: relative;
}
.jumbotrontext {
  color: #FFFFFF;
  margin-top: 40px;
  font-weight: lighter;
  letter-spacing: 1px;
}
.jumbotrontext h1 {
  color: #fc0;
  letter-spacing: 0px;
  font-weight: normal;
}
.jumbotrontext p {
  padding: 10px 0;
  margin: 0;
  text-shadow: 0px 2px 5px #000;
  font-weight: normal;
}
.currentdj {
  margin: 0 0 0;
}
.currentdj span, .currentdj span:hover {
  bottom: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  border: 6px solid #f90;
  background-color: #f90;
  z-index: 3;
  box-shadow: none;
}
.currentdj cite {
  padding: 13px 10px 13px 70px;
  opacity: 1;
  z-index: 2;
  text-align: left;
  bottom: 20px;
  width: 90%;
  box-sizing: border-box;
  left: 5%;
}
.currentdj h2 {
  display: inline-block;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-shadow: none;
  line-height: 1em;
}
.currentdj.autotune span {
  display: none;
}
.currentdj.autotune cite {
  padding: 13px;
}
/* dj's message */

.djmessage {
  display: block;
  background: #fff;
  color: #666;
  font: 12px/1.4 Roboto;
  padding: 15px 30px;
  position: relative;
  margin: 5px 20px 0 10px;
  border-radius: 5px;
  z-index: 6;
  box-sizing: border-box;
}
.djmessage:after {
  content: "";
  display: block; /* reduce the damage in FF3.0 */
  position: absolute;
  top: -20px;
  left: 30px;
  bottom: auto;
  right: auto;
  border-width: 20px 0 0 20px;
  border-style: solid;
  border-color: transparent #fff;
}
/* rsbox */

.rsboxform, .rslist {
  background: transparent;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 5px;
}
.rsitem {
  display: none;
  opacity: 0;
  border-bottom: 1px solid #000;
  padding: 12px;
  margin: 0 -10px;
}
.rsitem h3 {
  color: #f90;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0px;
}
.rsitem h4 {
  color: #aaa;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0px;
}
.rsitem input[type=submit] {
  margin-right: -20px;
  display: inline-block;
  background: url(../images/delete.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: 0.1s all ease-out;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0;
  border-radius: 100%;
}
.rsitem input[type=submit]:hover {
  transform: scale(1.2);
  background-color: #900;
}
#rsmore {
  padding: 12px 12px 0;
  margin: 0 -10px;
  display: none;
}
#rsmore h4 {
  font: 12px/1 Roboto;
  color: #aaa;
}
#rsmore span {
  font-weight: bold;
}
.newrequest {
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.oldrequest {
  opacity: 1;
  display: block;
  animation-name: fadeOut;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.rsbox {
}
.rsbox iframe {
  height: 170px;
}
input#SubmitSR {
  margin-top: 10px;
}
/* chatbox */

.chatbox {
}
.chatbox iframe {
  height: 660px;
}
/* djs */

.djs {
}
.dj {
  display: block;
  float: left;
  width: 23%;
  margin: 0 2% 4% 0;
  box-sizing: border-box;
}
.dj span {
  border: 5px solid #191919;
  box-shadow: 0px 4px 4px -3px #aaa;
  box-sizing: border-box;
}
/* sponsors */

.sponsors {
}
.sponsor {
  display: block;
  float: left;
  width: 18%;
  margin: 0 2% 2% 0;
  box-sizing: border-box;
}
.sponsor span {
  background-color: #058;
  border: 5px solid #058;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px -3px #aaa;
}
.sponsor span:hover {
  box-shadow: 0px 0px 12px #fff;
}
.sponsor cite {
  background: #fff;
}
.ad {
  position: relative;
  border-radius: 5px;
  border: 6px solid #333;
}
.ad .adtext {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  padding: 10px;
  color: #fff;
  background: rgba(0,0,0,0.50);
  width: 100%;
  opacity: 0;
}
.ad:hover .adtext {
  opacity: 1;
}
.ad .adtext .adtitle
{
  font: bold  13px/1 Roboto;
  margin-bottom:  3px;
  color:  #fc0;
}
.ad .adtext .addescription
{
  font: normal 11px/1 Roboto;
}
.about {
}
/* be featured */

.befeatured {
}
.befeatured .icon {
  box-sizing: border-box;
  margin: 5px 15px 40px -5px;
  float: left;
  width: 90px;
  height: 90px;
  background: #900 url(../images/mic.png) no-repeat center center;
  background-size: 70%;
  border-radius: 100%;
  border: 5px solid #222;
  box-shadow: 0px 4px 4px -3px #aaa;
  position: relative;
}
.befeatured .icon::after {
  content: 'Indie-Sikat';
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  background: #900;
  padding: 5px;
  font: bold 11px/1 Roboto;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 2px 3px -3px #333;
  text-transform: uppercase;
}
footer {
  padding: 20px;
  font: 11px/1 Roboto;
  text-align: center;
  background-color: #000;
}
ul.online-user{list-style-type:none;
width:100%;
height:246px;
margin:0;
padding:0;overflow-x:hidden
}
.online-user li{display:block;
padding:5px;
-webkit-transition:padding-left .2s ease-out;
-moz-transition:padding-left .2s ease-out;
-o-transition:padding-left .2s ease-out;transition:padding-left .2s ease-out;
margin-bottom:5px;background:rgba(52,52,52,.2);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px}
.online-user li:hover{padding-left:10px}
.online-user li:last-child{border-bottom:0}
.online-user .ol-thumb{float:left;
width:35px;
height:35px;margin-right:7px;
border:1px solid #1a1a1a;
-webkit-border-radius:35px;
-moz-border-radius:35px;
border-radius:35px}
.online-user h3{font-family:roboto condensed,sans-serif;
color:#0068ff;font-size:16px;
line-height:20px;padding-top:-7px;font-weight:700;margin:0}
.online-user li span{width:100%;display:block;line-height:15px;margin-left:10px;font-size:11px;color:gray}
.online-user i{margin-right:4px;font-size:8px;font-weight:bolder}
.online-user::-webkit-scrollbar{-webkit-appearance:none;width:12px;
background-color:transparent}
.online-user::-webkit-scrollbar-thumb{border-radius:12px;
border:5px solid transparent;
background-clip:content-box;
background-color:#c7c7c7;
-webkit-box-shadow:none}
.online-user::-webkit-scrollbar-thumb:hover{border-radius:12px;border:5px solid transparent;
background-clip:content-box;
background-color:#c7c7c7}.row{padding:0 10px}.no-gutter [class*=col-]:not(:first-child),.row.no-gutter [class*=col-]:not(:last-child){padding:0 5px!important}