
 /*       
@font-face {
	font-family: 'Newtown'; 
	src: url(../../p/fonts/Aqum2classic.otf);	
}
@font-face {
	font-family: Digital7; 
	src: url(../../p/fonts/digital7.ttf); 
}

body {
    color: #f9f9f9;
	font-family: 'Newtown'; 
    background: url(back.png) repeat center center #292e31;   
	top: 0px;
    right: 0px;
}

a {
	font-family: 'Newtown'; 
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	color: #4666ff;    
}

 /*    
.textarea {
text-transform:lowercase;
}


.inf{
    animation-name: rota;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
}
@keyframes rota {
  0% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}







  #snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
  }

  .snowflake {
    position: fixed;
    background-color: #fff;
    user-select: none;
    z-index: 1000;
    pointer-events: none;
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }


.top-nav2 {
	background: #444242e8;
    border: 1px solid #E6E6E6;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	position: fixed; 
    left: 0; bottom: 0;
}



.top-nav {
	background: url(sbg.jpg) repeat center center #292e314d;
    border: 1px solid #E6E6E6;
	box-shadow: 0px 2px 12px 5px #184260;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	position: fixed;
	left: 0; top: 0;
	z-index: 1;
}
.top-nav .menu-icon {
	display: none;
	width: 143px;
    height: 63px;
	padding: 0;
	font-size:30px;
}

.top-nav a, .side-nav a {
	display: block;
	font-family: 'Newtown';
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
}
.top-nav a {
	color: #fdd1fa;
    padding: 12px 18px;
    font-weight: 500;
    text-shadow: 2px 2px 2px #000;
}
.nav-item:hover {
	background-color: #3958725e;
	transition: .3s;
}
.side-nav {
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background: #30224c;
	width: 0;
	overflow-x: hidden;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	transition: 0.5s;
}
.side-nav a {
	color: #fdd1fa;
    padding: 12px 18px;
    font-weight: 500;
    text-shadow: 1px 1px 1px #000;
}
.side-nav a:hover {
	color: #d1f7fd;
	background-color: #f09cf13d;
	transition: .3s;
}
.side-nav .close {
	font-size: 40px;
	padding: 0 10px 0 0;
	text-align: right;
}
@media screen and (max-width: 1025px) {
	.top-nav {
		justify-content: flex-start;
	}
	.top-nav .menu-icon {
		display: block;
		margin-left: 15px;
	}
	.top-nav .nav-item {
		display: none;
	}
}
@media screen and (min-width: 1025px) {
	#side-menu {
		display: none;
	}
}


     */


 /*   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: 240px;
  text-align: center;
  font-size: 23px;
color: #ffffff;
}

.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;
}					