@charset "UTF-8";
@media (max-width: 576px) {
  .nopadding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.banner-7 a {
  display: block;
  text-align: center;
}

.logo-line {
  height: 60px;
}
.logo-line .logo {
  display: block;
  width: 87px;
}

.now-playing-line {
  height: 150px;
  background-size: cover, auto, auto;
}

.now_playing h5 {
  font-size: 17px;
}
.now_playing span {
  font-size: 14px;
}

.nav-and-player {
  box-shadow: 0px 50px 100px -30px #595959;
  height: 75px;
  background: #fff;
}
.nav-and-player nav {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 0;
  right: 0;
  background: #fff;
}
.nav-and-player nav > div {
  margin: 0;
}
.nav-and-player nav a {
  display: block;
  margin: 0 10px;
  padding: 10px 25px;
  border-bottom: 1px solid #E3E9F0;
  font-size: 17px;
  font-weight: bold;
  color: #37394E;
}
.nav-and-player nav a.active, .nav-and-player nav a:hover {
  color: #fff;
  background-image: linear-gradient(to right, #35DAF5, #1D3DDD);
  text-decoration: none;
}
.nav-and-player nav span {
  display: none;
}
.nav-and-player .player {
  position: absolute;
  left: calc(50% - 105px);
  margin: 0 auto;
  width: 210px;
  height: 60px;
  background-image: url(../images/player_dotted_line_bg.png), url(../images/player_dotted_line_bg.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
}
@keyframes dupdis1 {
  0% {
    width: 140px;
  }
  100% {
    width: 220px;
  }
}
@keyframes dupdis2 {
  0% {
    width: 120px;
  }
  100% {
    width: 160px;
  }
}
.nav-and-player .player .bars {
  text-align: center;
  line-height: 8px;
  padding-top: 5px;
}
.nav-and-player .player .bars div {
  display: inline-block;
  clear: both;
  background: #E6E9ED;
  height: 10px;
  width: 180px;
}
.nav-and-player .player .bars div:nth-child(odd) {
  border-radius: 17px;
}
.nav-and-player .player .bars div:nth-child(even)::before {
  content: "";
  display: block;
  float: left;
  background: #fff;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  height: 12px;
  width: 12px;
}
.nav-and-player .player .bars div:nth-child(even)::after {
  content: "";
  display: block;
  float: right;
  background: #fff;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  height: 12px;
  width: 12px;
}
.nav-and-player .player .bars.play div:nth-child(odd) {
  animation: dupdis1 var(--animation-time) ease-out alternate infinite;
}
.nav-and-player .player .bars.play div:nth-child(even) {
  animation: dupdis2 var(--animation-time) ease-out alternate infinite;
}
.nav-and-player .player button {
  position: absolute;
  cursor: pointer;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 0;
  left: calc(50% - 50px);
  top: -22px;
  background-image: linear-gradient(#35DAF5, #1D3DDD);
}
.nav-and-player .player button:hover {
  background-image: linear-gradient(#1D3DDD, #35DAF5);
}
.nav-and-player .player button:active {
  background-image: linear-gradient(#1D3DDD, #35DAF5, #1D3DDD);
}
.nav-and-player .player button:focus {
  outline: 0;
}
.nav-and-player .player button.play::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/play_btn.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 5px) calc(50% - 5px);
}
.nav-and-player .player button.pause::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/pause_btn.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 0px) calc(50% + 5px);
}

.yayim_ardicilligi .verilishler {
  overflow: auto;
  height: 350px;
  color: #434A55;
}
.yayim_ardicilligi .verilishler .verilish {
  padding: 10px 7px;
  border-bottom: 1px solid #EFEFF4;
}
.yayim_ardicilligi .verilishler .verilish > span {
  float: left;
  display: block;
  background: #434A55;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  text-align: center;
  font-size: 17px;
  padding-top: 10px;
  color: #fff;
  font-family: "Segoe UI Bold";
}
.yayim_ardicilligi .verilishler .verilish > div {
  float: left;
  margin-left: 10px;
}
.yayim_ardicilligi .verilishler .verilish > div > span {
  display: block;
  font-size: 14px;
}
.yayim_ardicilligi .verilishler .verilish > div > span:first-child {
  font-family: "Segoe UI Bold";
}
.yayim_ardicilligi .verilishler .verilish > time {
  float: right;
  font-family: "Segoe UI Semibold";
  font-size: 13px;
}
.yayim_ardicilligi .verilishler .verilish.active {
  background: #37394E;
  border-radius: 6px;
  border: 0;
  color: #fff;
}
.yayim_ardicilligi .verilishler .verilish.active > span {
  font-size: 0;
  background: #EC247A;
}
.yayim_ardicilligi .verilishler .verilish.active > span::before {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  transform: rotate(90deg);
  font-size: 19px;
}

main {
  background: #fff;
}
main h5 {
  font-size: 17px;
  padding: 17px 0;
  border-bottom: 2px solid #E5E5EA;
  font-family: "Segoe UI Bold";
}

.videolar .video.active, .videolar .video:hover {
  margin: 0 -15px;
  border-radius: 6px;
}
.videolar .video.canli {
  padding-left: 100px;
}
.videolar .video.canli h6 {
  left: 0;
  top: 0;
}

.xeberler .xeber > img {
  max-width: 100px;
}

.xeberler2 .xeber .image img {
  width: 100%;
}

.verilish_slider {
  background: #fff;
}
.verilish_slider h5 {
  font-size: 20px;
  padding: 15px 0;
  margin: 0;
  font-family: "Segoe UI Bold";
  text-align: center;
  margin-bottom: 0px;
}
.verilish_slider .carousel-indicators {
  top: 0px;
  bottom: initial;
}
.verilish_slider .carousel-indicators li {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #707070;
}
.verilish_slider .carousel-indicators li.active {
  background: #5856D6;
}

.xeber h1 {
  font-size: 25px;
}

.currency {
  padding: 5px;
}
.currency div {
  font-size: 11px;
  margin-right: 0px;
}
.currency div span {
  margin-left: 0;
}

.social_icons {
  padding-right: 50px;
}
.social_icons img {
  width: 25px;
  margin-left: 10px;
}

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