.stations{
    margin-top: 5px;
}
.kabei-boto{
  font-family: 'Montserrat';
}

.nav-logo img{
    height: 35px;
}
.navbar-custom {
    background-color:#a20d11;
}
.tvd-primary{
  color:#a20d11;
}
.tvd-bg-primary{
  background:#a20d11;
}
.tvd-bg-secondary{
  background: #262b3a;
  color: #ffffff;
}
.list-item {
  list-style-type: none;
  margin-bottom: 20px;
}

.body-bg{
    background-color: #161922;
}
.footer-bg{
    background:#11131a;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  }
.nav-links a{text-decoration: none} 

.red-head{
  background-color:#a20d11; color: #ffffff; height: 60px; text-align:center; padding-top:20px;
}

.list-epg-time{
    background-color:#212534; color: #ffffff; height: 40px; text-align:center; padding-top:7px; margin-bottom: 5px;
}
.list-epg{
    background-color:#181e2f; color: #ffffff; height: 40px; text-align:center; padding-top:7px; border-left: 3px solid #161922; margin-bottom: 5px;
}

.form-style input{
	border:0;
	height:50px;
	border-radius:0;
border-bottom:1px solid #ebebeb;	
}
.form-style input:focus{
border-bottom:1px solid #007bff;	
box-shadow:none;
outline:0;
background-color:#ebebeb;	
}
.sideline {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
	color:#ccc;
}
button{
height:50px;	
}
.sideline:before,
.sideline:after {
    content: '';
    border-top: 1px solid #ebebeb;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.sideline:after {
    margin: 0 0 0 20px;
}




.radio-container {
    width: 100%;
    margin: auto;
  }
  .radio-container .radio-header {
    background-color: #a20d11;
    color: #ffffff;
    text-align: center;
    padding: 0;
    padding-top: 10px;
    height: 60px;
  }
  .radio-container .radio-header .radio-name {
    font-size: 26px;
    font-weight: 100;
    color: #ffffff;
  }
  .radio-container .radio-header .current-presenter {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
  }
  .radio-container .radio-body {
    background: url('../images/107-bg.png');
    background-repeat: no-repeat;
    background-position: center; 
    height: 300px;
    overflow: hidden;
  }
  .radio-container .radio-body .current-song {
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    padding: 110px 0;
    position: absolute;
    z-index: 2;
  }
  .radio-container .radio-body .radio-buttons {
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 50px;
    z-index: 2;
  }
  .radio-container .radio-body .radio-buttons .button {
    color: rgba(255, 255, 255, 0.6);
    float: left;
  }
  .radio-container .radio-body .radio-buttons .button:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .radio-container .radio-body .radio-buttons .button-play {
    font-size: 40px;
    width: 45px;
  }
  .radio-container .radio-body .radio-buttons .button-stop {
    margin: 12px;
  }
  .radio-container .radio-body .radio-buttons .button-request {
    float: right;
    margin-top: 16px;
    font-size: 14px;
  }
  .radio-container .radio-body .shine {
    position: absolute;
    top: -50px;
    left: -90px;
    height: 120px;
    width: 300px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    transform: rotate(-45deg);
  }
  .radio-container .radio-body .wave-bars {
    padding-left: 25%;
    padding-right: 25%;
    z-index: 1;
    height: 100%;
  }
  .radio-container .radio-body .wave-bars .wave {
    margin-top: 125px;
    transform: translateY(-50%);
    height: 3px;
    width: 4px;
    background: rgba(255, 255, 255, 0.2);
    float: left;
    margin-right: 3px;
    animation-delay: 2s;
  }
  .radio-container .radio-body .wave-bars .wave:first-child {
    margin-left: 2px;
  }
  .radio-container .radio-body .wave-bars .wave:last-child {
    margin-right: 0;
  }
  .radio-container .radio-body .wave-bars .wave.wave-1 {
    animation: wave1 0.5s linear alternate infinite;
  }
  .radio-container .radio-body .wave-bars .wave.wave-2 {
    animation: wave2 0.7s linear alternate infinite;
  }
  .radio-container .radio-body .wave-bars .wave.wave-3 {
    animation: wave3 0.6s linear alternate infinite;
  }
  .radio-container .radio-body .wave-bars .wave.wave-4 {
    animation: wave4 0.5s linear alternate infinite;
  }
  .radio-container .radio-body .wave-bars .wave.wave-5 {
    animation: wave5 0.6s linear alternate infinite;
  }
  .radio-container .radio-body .wave-bars .wave.no-animation {
    animation: stopwaves 1s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .radio-container .radio-message {
    background: linear-gradient(to bottom, #fff, #fff);
    padding: 15px;
    text-align: center;
  }
  .radio-container .radio-message .message-header {
    font-weight: 600;
  }
  .radio-container .radio-volume {
    background: #fff;
    padding: 10px 15px;
    height: 40px;
  }
  .radio-container .radio-volume .button-sound {
    float: left;
    font-size: 2em;
    color: #ddd;
    width: 30px;
  }
  .radio-container .radio-volume .button-sound:hover {
    color: #bbb;
  }
  .radio-container .radio-volume input[type=range] {
    position: relative;
    top: 8px;
    width: 260px;
    height: 9px;
    margin: 10px 12px;
    display: inline;
    -webkit-appearance: none;
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: #fff;
  }
  .radio-container .radio-volume input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    cursor: pointer;
  }
  .radio-container .radio-volume input[type=range]::-moz-range-track {
    border-radius: 8px;
    width: 260px;
    height: 7px;
    border: 1px solid #ddd;
    background-color: #fff;
  }
  .radio-container .radio-volume input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 1px solid #ccc;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    cursor: pointer;
  }
  .radio-container .radio-volume input[type=range]::-ms-track {
    width: 164px;
    height: 7px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  .radio-container .radio-volume input[type=range]:focus {
    outline: 0;
  }
  .radio-container .button {
    cursor: pointer;
  }
  
  @-webkit-keyframes background-scroll {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 100%;
    }
  }
  @-moz-keyframes background-scroll {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 100%;
    }
  }
  @keyframes background-scroll {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 100%;
    }
  }
  @-webkit-keyframes wave1 {
    0% {
      height: 10%;
    }
    33% {
      height: 30%;
    }
    66% {
      height: 15%;
    }
    100% {
      height: 35%;
    }
  }
  @-moz-keyframes wave1 {
    0% {
      height: 10%;
    }
    33% {
      height: 30%;
    }
    66% {
      height: 15%;
    }
    100% {
      height: 35%;
    }
  }
  @keyframes wave1 {
    0% {
      height: 10%;
    }
    33% {
      height: 30%;
    }
    66% {
      height: 15%;
    }
    100% {
      height: 35%;
    }
  }
  @-webkit-keyframes wave2 {
    0% {
      height: 40%;
    }
    33% {
      height: 20%;
    }
    66% {
      height: 40%;
    }
    100% {
      height: 20%;
    }
  }
  @-moz-keyframes wave2 {
    0% {
      height: 40%;
    }
    33% {
      height: 20%;
    }
    66% {
      height: 40%;
    }
    100% {
      height: 20%;
    }
  }
  @keyframes wave2 {
    0% {
      height: 40%;
    }
    33% {
      height: 20%;
    }
    66% {
      height: 40%;
    }
    100% {
      height: 20%;
    }
  }
  @-webkit-keyframes wave3 {
    0% {
      height: 30%;
    }
    33% {
      height: 45%;
    }
    66% {
      height: 30%;
    }
    100% {
      height: 15%;
    }
  }
  @-moz-keyframes wave3 {
    0% {
      height: 30%;
    }
    33% {
      height: 45%;
    }
    66% {
      height: 30%;
    }
    100% {
      height: 15%;
    }
  }
  @keyframes wave3 {
    0% {
      height: 45%;
    }
    33% {
      height: 20%;
    }
    66% {
      height: 30%;
    }
    100% {
      height: 15%;
    }
  }
  @-webkit-keyframes wave4 {
    0% {
      height: 30%;
    }
    33% {
      height: 25%;
    }
    66% {
      height: 45%;
    }
    100% {
      height: 25%;
    }
  }
  @-moz-keyframes wave4 {
    0% {
      height: 30%;
    }
    33% {
      height: 25%;
    }
    66% {
      height: 45%;
    }
    100% {
      height: 25%;
    }
  }
  @keyframes wave4 {
    0% {
      height: 30%;
    }
    33% {
      height: 25%;
    }
    66% {
      height: 45%;
    }
    100% {
      height: 25%;
    }
  }
  @-webkit-keyframes wave5 {
    0% {
      height: 20%;
    }
    33% {
      height: 35%;
    }
    66% {
      height: 15%;
    }
    100% {
      height: 35%;
    }
  }
  @-moz-keyframes wave5 {
    0% {
      height: 20%;
    }
    33% {
      height: 35%;
    }
    66% {
      height: 15%;
    }
    100% {
      height: 35%;
    }
  }
  @keyframes wave5 {
    0% {
      height: 20%;
    }
    33% {
      height: 35%;
    }
    66% {
      height: 15%;
    }
    100% {
      height: 35%;
    }
  }
  @keyframes stopwaves {
    100% {
      height: 3px;
    }
  }





@media (min-width: 1200px) {
    .container{
        max-width: 970px;
    }
    
    .red-head{
        background-color:#a20d11;
        color: #ffffff;
        height: 60px;
    }
}

.media
{
 color:#ffffff;
}
.play-icons i{
  background:#a20d11;
  height: 50px;
  width: 50px;
  padding-left: 5px;
  margin-top: -5px;
  padding-top: 5px;
}
.imgRadio
{
  
  border-radius: 50%;
  background:#AAA;
  border:3px solid #FFF;
  box-shadow:0 0 10px rgba(0,0,0,0.5);
  float:left;
  margin-right: 20px;
}
.imgRadio img{
  width: 40px;
  height:40px;
  border-radius: 50%;
}
.imgText{
  margin-top: 8px;
  font-size: 16px;
  color: #fff;
}
.radio-bar{
  background: #181e2f;
  border-top: 5px solid #a20d11;
  padding-top: 5px;

}
.radio-bar .radioContainer{
  max-width: 1500px;
  margin: 0 auto;
}
.radio-bar-vs{
display: block;
}
.radio-bar-hd{
  display: none;
}
#sosyal{
  float:right;

}

#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;
}


.tv-socials
{
  margin-left: 0px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  height: 50px;
}
.facebook_btn{
        background: rgb(24, 119, 242);
    }


.instagram{

        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 );

        }
        .whatsapp
        {
            background: #455a64;
        }


        .carousel-control-prev{
          display: none;
        }

        .green{
          background-color:#6fb936;
        }
                .thumb{
                    margin-bottom: 30px;
                }
                
                .page-top{
                    margin-top:85px;
                }
        
           
        img.zoom {
            width: 100%;
            height: 200px;
            border-radius:5px;
            object-fit:cover;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
        }
                
         
        .transition {
            -webkit-transform: scale(1.2); 
            -moz-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }
            .modal-header {
           
             border-bottom: none;
        }
            .modal-title {
                color:#000;
            }
            .modal-footer{
              display:none;  
            }