

  /*  Player     */

#panel {
    background: #6fd1e7a6;
    border-radius: 5px;
    border: solid 2px #6adef1a6;
    display: none;
}
.slide {
    margin: 0;
    padding: 0;
}

.btn-slide {
    text-align: center;
    width: 40%;
    height: 31px;
    padding: 10px 10px 0 0;
    margin: 0 auto;
    font: bold 120%/100% Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}
.active {
    background-position: right 12px;
}

.visible{
opacity:1;
}







.tops {
opacity: 0.94;
background: url(bgf.png) repeat center center #292e3194;
border: solid 1px #d3d9de;
width:70%; 
border-radius: 12px;
}
h3 {
font-size: 38px;
}
.tegi {
font-size: 14px;
background: #1918187d;
}
.pls{
border-radius: 5px;
border: solid 2px #6adef1a6;
box-shadow: 0px 0px 6px 2px #7ba1f7;
padding:4px;
background: #C8CC56f2;
color: #0547ff;	
}


@media only screen and (max-width: 1025px) {
.tops {
font-size: 20px;
opacity: 0.94;
background: url(bgf.png) repeat center center #292e3194;
border: solid 1px #d3d9de;
width:99%;
border-radius: 12px;
}
h3 {
font-size: 28px;
}
.tegi {
font-size: 28px;
background: #1918187d;	
}	
.pls{
border-radius: 5px;
border: solid 2px #6adef1a6;
box-shadow: 0px 0px 6px 2px #7ba1f7;
padding:4px;
background: #60c3f3f2;
color: #0547ff;	
font-size: 28px;
}
}






/*                styles */
.modalDialog {
	position: fixed;
	font-family: 'Newtown';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(back.png) repeat center center #292e31;
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog > div {
	width: 67%;
	position: relative;
	margin: 3% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	color: #000;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
	font-size: 22px;
}

.closed {
	background: #606060;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.closed:hover { background: #FDFD66; }




/*                styles3 */
.modalDialog3 {
	position: fixed;
	font-family: 'Newtown';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(back.png) repeat center center #292e31;
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.modalDialog3:target {
	display: block;
	pointer-events: auto;
}

.modalDialog3 > div {
	width: 42%;
	position: relative;
	margin: 3% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	color: #000;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
	font-size: 22px;
}

.closed3 {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.closed3:hover { background: #FDFD66; }









#myProgress {
  width: 420px;
   background-color: #d9d9f2; 
  cursor: pointer;
  border-radius: 10px;
}

#myBar {
  width: 0%;
  height: 5px;
  background-color: #ffc266;
  border-radius: 10px;
}

.logo {
  fill: red;
}

.btn-action{
  cursor: pointer;
  padding-top: 10px;
  width: 30px;
}

.btn-ctn, .infos-ctn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.infos-ctn{

}

.btn-ctn > div {
 padding: 5px;
 margin-top: 18px;
 margin-bottom: 18px;
}

.infos-ctn > div {
font-size: 16px;
 margin-bottom: 8px;
 color: #ffc266;
}

.first-btn{
  margin-left: 3px;
}

.duration{
  margin-left: 10px;
}

.title{
  margin-left: 10px;
  width: 290px;
  text-align: center;
  font-size: 23px;
}

.timer{
font-size: 26px;
font-family: Digital7;
color: #292E31;
text-shadow: 1px 1px 1px #24ffff;
}

.player-ctn{
width: 90%;
padding: 22px 0px 0px 0px;
}

.playlist-track-ctn{
  display: flex;
  background: url(back.png) repeat center center #292e31;
  
  margin-top: 3px;
  border-radius: 5px;
  border: solid 2px #6adef1a6;
  cursor: pointer;
}
.playlist-track-ctn:last-child{
  
}

.playlist-track-ctn > div{
  margin:10px;
}
.playlist-info-track{

}
.playlist-info-track,.playlist-duration{
  padding-top: 7px;
  padding-bottom: 7px;
  color: #eb81c0;
    font-weight: bold;
    font-size: 19px;
  pointer-events: none;
}
.playlist-ctn{
   padding-bottom: 20px;
}
.active-track{
  background: #4d4d4d;
  color: #ffc266 !important;
  font-weight: bold;
  
}

.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
  color: #ffc266 !important;
}

.playlist-btn-play{
  pointer-events: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fas{
  color: #62aed2;
  font-size: 20px;
  text-shadow: 1px 1px 1px #15d5f1;
}

.fa-volume-mute{
color: #FDFD2E;	
}


















.box {
  margin: 4px;
  font-size: 12px;
  text-transform: uppercase;
}
/*=== Trigger  ===*/
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}











#category {
display:none;
}
#zindex {
z-index:2;
}





.slider-container {
    width: 350px;
    height:150px;
    position: relative;
    overflow: hidden;
}
/*             ,                                   flex,                                */
.slider-track {
    height:600px;
    display: flex;
    transition-duration: .5s;
}
/*                             prev/next */
.arrow {
    width:7px;
    height:7px;
    border-top: #1423d3 3px solid;
    border-right: #0e2fd1 3px solid;
    position: absolute;
}
.arrow-bg {
    width:30px;
    height:30px;
    background: #940FF9b3;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
    border-radius: 50%;
    position: relative;
    opacity: .8;
    cursor: pointer;
}
.arrow-left .arrow {
    transform: rotate(-135deg);
    top:10px;
    left:12px;
}
.arrow-right .arrow {
    transform: rotate(45deg);
    top:10px;
    left:8px;
}
.arrow-left {
    position: absolute;
    
    left:10px;
    transform: translateY(-50%);
    z-index: 2;
}
.arrow-right {
    position: absolute;
   
    right:10px;
    transform: translateY(-50%);
    z-index: 2;
}