html, body{height:100%; overflow: hidden; width:100%;font-family: 'Roboto', sans-serif;
}

body {
    background: url("../img/artwork.png") center center repeat;
      background-attachment: fixed;
      /*background-size:100% auto;*/
      background-position: calc(100% - 172px) calc(100% + 54px);
      /*background-position: calc(100% - 18px) calc(100% - 100px);*/
      /*background-position: 53% 21%;*/
}
#fondo{
  min-height: 100%;
  width: 100%;
  height: 100%;
  margin: 0 auto -50px;
  /* background-color:#000; */
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

#player{
  height:50px;
  color:#FFF;
  background-color: rgba(42, 43, 48, 0.8);
}

#player.online{
/*    border-top:4px solid #006CFE; */
  border-top:4px solid #D9534F;
}

#player.offline{
    border-top:4px solid #D9534F;
}

#player #bilgiler{
  width:47%;
  float:left;
}


#player #bilgiler .radio{
  color:#FFF;
  margin:2px 0 0 15px;
  display:inline-block;
  font-size: 16px;
}

#player.online #bilgiler .radio{
  -webkit-animation: glowOn 1.5s infinite alternate;
}

#player.offline #bilgiler .radio{
  -webkit-animation: glowOff 1.5s infinite alternate;
}

#player #bilgiler .track_info{
  font-size:14px;
  margin:0 0 0 15px;
  /*display:inline-block;*/
}

#player #bilgiler .track_info strong{
  color:#999;
  font-weight: normal;
}

#player #bilgiler .songlist, #player #bilgiler .contact{
  width:32px;
  height:32px;
  margin:-40px 1px 0 0;
  text-align:center;
  color:#999;
  text-shadow:0 0 0px #000;
  font-size:21px;
  line-height:1.8;
  float:right;
  cursor: pointer;
}

#player #bilgiler .menu {
  width:32px;
  height:32px;
  margin:-40px 45px 0 0;
  text-align:center;
  color:#999;
  text-shadow:0 0 0px #000;
  font-size:23px;
  line-height:1.7;
  float:right;
  display: none;
  cursor: pointer;
}

#player #bilgiler .contact i{
  width:100%;
  height:100%;
  display:block;
  line-height:1.9;
}


#player.online #kontrol:hover, #player.online #bilgiler .songlist:hover, #player.online #bilgiler .contact:hover, #player.online #sag .refresh:hover, #player.online #sag .mute:hover, #player.online #sosyal li:hover, #player.online #sosyal li:hover > a{
  cursor:pointer;
  /* background:#006CFE; */
  background: #D9534F;
  color:#FFF;
}

#player.offline #kontrol:hover, #player.offline #bilgiler .songlist:hover, #player.offline #bilgiler .contact:hover, #player.offline #sag .refresh:hover, #player.offline #sag .mute:hover, #player.offline #sosyal li:hover, #player.offline #sosyal li:hover > a{
  cursor:pointer;
  background:#D9534F;
  color:#FFF;
}

#player #kontrol{
  width:50px;
  height:50px;
  position:absolute;
  left:50%;
  margin-left:-25px;
  background: #B20000;
  text-align:center;
  font-size:39px;
  line-height:1.3;
  cursor: pointer;
}

#player.online #kontrol{
/*  background:#006CFE; */
  background:#D9534F;
}

#player.offline #kontrol{
  background:#D9534F;
}

#player #sag .menu{
  width:32px;
  height:32px;
  margin:8px 1px 0 70px;
  text-align:center;
  color:#999;
  text-shadow:0 0 0px #000;
  font-size:27px;
  line-height:1.3;
  float:left;
  cursor: pointer;
  display: block;
}

#player #sag .mute{
  width:32px;
  height:32px;
  margin:8px 1px 0 10px;
  text-align:center;
  color:#999;
  text-shadow:0 0 0px #000;
  font-size:22px;
  line-height:1.7;
  float:left;
}

#sosyal{
  float:right;
  text-align:center;
  line-height:2;
  font-size: 18.5px;
}

#sosyal li{
  width:32px;
  height:32px;
  margin:8px 6px 0 6px;
  float:left;
  list-style-type:none;
}

#sosyal li a{
  color:#999;
}

#sosyal li:first-child{
  margin-left:0;
}

#sosyal li:last-child{
  margin-right:0;
}

.player{
  display:none;
}

@-webkit-keyframes glowOn {
    to {
      text-shadow: 0 0 10px #D9534F;
    }
}
@-webkit-keyframes glowOff {
    to {
      text-shadow: 0 0 10px #006CFE;
    }
}

#gecmis.online{
  border:5px solid #006CFE;
}
#gecmis.offline{
  border:5px solid #D9534F;
}
#gecmis{
  width:360px;
  height:200px;
  margin:0;
  padding:0;
  background:#333;
  overflow:auto;
  position:absolute;
  left:50%;
  bottom:50px;
  margin-left:-180px;
  display:none;
}

#gecmis li{
  color:#999;
  padding:4px 10px;
  list-style-type:none;
}

#gecmis li:nth-child(odd){
  background:#222;
}

#gecmis li i{
  margin-left:4px;
  margin-right:10px;
}
.modal-title{color:#333;}
/**{border-radius:0 !important;} */

#fondo {
  background-image: url("../img/chocfm_pc.png");
      -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 100%;
}

input[type=range][orient=vertical] {
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* WebKit */
    width: 8px;
    height: 110px;
    padding: 0 18px;
}
.nobg { background: none; border: 0; }

.check:before {
  content: '✔ ';
}

/*@media (max-width: 768px) and (min-width: 320px) { */
@media screen and (max-width:800px) {
    #player #kontrol {
        left: 95%;
    }

    #player #bilgiler {
        width: 100%;
    }

    #sag, .contact, .songlist {
        display: none;
    }


    .container {padding-left: 0;}

    #fondo {
        background-image: url("../img/chocfm_movil.png");
    }
    body {
      /*background-position: calc(100% - 64px) calc(100% - 169px);*/
      background-position: 50% 48% !important;
      background-size: contain;
    }

    .menu {
      display: block !important;
    }
}


.artistbg{}

.instagram {
  color: white;
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.twitter {
  background-color: #0081ce; /* fallback color */
  background: -moz-linear-gradient(top, #00aced, #0081ce);
  background: -ms-linear-gradient(top, #00aced, #0081ce);
  background: -webkit-linear-gradient(top, #00aced, #0081ce);
  text-shadow: 0 -1px -1px #005ea3;
  color: white;
}

.facebook {
  background-color: #2b4170; /* fallback color */
  background: -moz-linear-gradient(top, #3b5998, #2b4170);
  background: -ms-linear-gradient(top, #3b5998, #2b4170);
  background: -webkit-linear-gradient(top, #3b5998, #2b4170);
  text-shadow: 0 -1px -1px #1f2f52;
  color: white;
}

#player #bilgiler .menu .dropdown-menu{padding: 0;}

.menuBtn, .menuBtn:hover {
  color: inherit;
}

/*@media screen and (min-width:768px) {
  body {
    background-position: 55% 35%;
  }
} */

@media screen and (min-width:1440px) {
  body {
    background-position: 83% 90%;
  }
}

@media screen and (min-width:1920px) {
  body {
    background-position: 93% 81%;
  }
}