





@media only screen and (max-width: 399px) {
	[class*="mycol-"] {
		width : 100%
	}
	
	.albumplayer {
		height: calc(100vw * 0.75);
	}
	
	.albumplaylist {
		width: calc(100vw - 30px);
	}
	.additionals {
		width: 95%;
	}
	.title {
		font-size: 12px;
	}
	.duration, .currenttime, .songinfotext {
		font-size: 9px;
	}

}

@media only screen and (max-width: 275px) {
	.title {
		font-size: 10px;
	}
	.duration, .currenttime, .songinfo {
		font-size: 6px;
	}
}

@media only screen and (max-width: 200px) {
	.title {
		font-size: 5px;
	}
	.duration, .currenttime, .songinfotext {
		font-size: 4px;
	}
}

@media only screen and (max-width: 1299px) {
	.backgroundcontent {
		background-size: 60% auto;
	}
}

@media only screen and (min-width: 1300px) {
	.backgroundcontent {
		background-size: 510px auto;
	}
}

@media only screen and (min-width: 400px) and (max-width: 799px) {
	[class*="mycol-"] {
		width : 100%
	}

	.albumplayer {
		width: 400px;
		height: 300px;
	}
	.albumplaylist {
		width: 400px;
	}
	.additionals {
		width: 95%%;
	}
	.title {
		font-size: 16px;
	}
  	.duration, .currenttime, .songinfotext {
		font-size: 12px;
	}


}
/*
@media only screen and (min-width: 690px) and (max-width: 839px) {
	.mycol-left {
		width: 100%;
	}
	.mycol-right {
		width: 100%;
	}
	.mycol-leftleft {
		width: 420px;
		float: left;
	}
	.mycol-leftright {
		width: calc(100vw - 500px);
		float: left;
	}
	.albumplayer {
		width: 400px;
		height: 300px;
	}
	.albumplaylist {
		width: calc(100vw - 460px); 
	}
	.additionals {
		width: 95%;
	}
	.title {
		font-size: 16px;
	}
  	.duration, .currenttime, .songinfotext {
		font-size: 12px;
	}

}
*/
@media only screen and (min-width: 800px) and (max-width: 999px) {
	.mycol-left {
		width: 100%;
	}
	.mycol-right {
		width: 100%;
	}
	.mycol-leftleft {
		width: 420px;
		float: left;
	}
	.mycol-leftright {
		width: 380px;
		float: left;
	}
	.albumplayer {
		width: 400px;
		height: 300px;
	}
	.albumplaylist {
		width: 400px;
	}
	.additionals {
		width: 95%;
	}
	.title {
		font-size: 16px;
	}
  	.duration, .currenttime, .songinfotext {
		font-size: 12px;
	}
}


@media only screen and (min-width: 1000px)  {
	.mycol-left {
		width: 420px;
	}
	
	.mycol-right {
		width: calc(100vw - 460px);
	}

	.albumplayer {
		width: 400px;
		height: 300px;
	}
	.albumplaylist {
		width: 400px;
		float: right;

	}
	.additionals {
		width: 90%;
	}
	.title {
		font-size: 16px;
	}
  	.duration, .currenttime, .songinfotext {
		font-size: 14px;
	}
 
}



.albumplayer {
	border-radius: 5px 5px 5px 5px;
	margin: 0px 10px 0px 10px;
	background-image: url("../image/player/background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    z-index: 2;
}

.cdrom {
    background: transparent url("../image/player/cd.png") no-repeat scroll center top;
	background-size: 100% 100%;
    height: 33.3%;
    width: 25%;
    left: 17.5%;
    position: absolute;
    top: 15%;
	z-index: 3;
}

.cover {
    background: transparent url("../image/grosdelaire/grosdelaire1.jpg") no-repeat scroll center top;
	background-size: 100% 100%;
    height: 33.3%;
    width: 25%;
    left: 5%;
    position: absolute;
    top: 15%;
	z-index: 4;
}

.play {
    background: transparent url("../image/player/play.png") no-repeat scroll center top;
	background-size: 100% 100%;
    height: 16.6%;
    width: 12.5%;
    left: 43.75%;
    position: absolute;
    top: 80%;
	z-index: 5;
}

.pause {
    background: transparent url("../image/player/pause.png") no-repeat scroll center top;
	background-size: 100% 100%;
    height: 16.6%;
    width: 12.5%;
    left: 43.75%;
    position: absolute;
    top: 80%;
	z-index: 5;
	display: none;
}


.prev {
    background: transparent url("../image/player/prev.png") no-repeat scroll center top;
	background-size: 100% 100%;
    height: 8.3%;
    width: 6.25%;
    left: 33.75%;
    position: absolute;
    top: 84%;
	z-index: 5;
}

.next {
    background: transparent url("../image/player/next.png") no-repeat scroll center top;
	background-size: 100% 100%;
    height: 8.3%;
    width: 6.25%;
    left: 59.75%;
    position: absolute;
    top: 84%;
	z-index: 5;
}

.custom {
    background: transparent url("../image/player/custom.png") no-repeat scroll center top;
	background-size: 100% auto;
    height: 33.3%; 
    width: 50%;
    left: 45%;
    position: absolute;
    top: 15%;
	z-index: 3;
}


.toogleplaylist {
    background: transparent url("../image/player/playlistmoins.png") no-repeat scroll center top;
	background-size: 100% 100%;
    height: 16.6%;
    width: 12.5%;
    left: 3%;
    position: absolute;
    top: 80%;
	z-index: 4;
}

.cat {
    background-image: url("../image/player/gentlecat.png");
	background-position: center top;
	background-repeat: no-repeat;
 	background-size: 100% 100%;
    height: 15.77%;
    width: 11.87%;
    left: 84.5%;
    position: absolute;
    top: 80%;
	z-index: 4;
}

.cat:hover {
    background-image: url("../image/player/anarchistcat.png");
	animation: shake 0.5s;
	animation-iteration-count: infinite;
	
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.volumeplus {
    background: transparent url("../image/player/volumeplus.png") no-repeat scroll center top;
	background-size: 100% 100%;
    height: 6.22%;
    width: 4.68%;
    left: 90%;
    position: absolute;
    top: 44%;
	z-index: 4;
}

.volumeless {
    background: transparent url("../image/player/volumeless.png") no-repeat scroll center top;
	background-size: 100% 100%;
    height: 6.22%;
    width: 4.68%;
    left: 90%;
    position: absolute;
    top: 74%;
	z-index: 4;
}

.volume {
    background-color: white;
	background-size: 100% 100%;
    height: 20%;
    width: 1%;
    left: 92%;
    position: absolute;
    top: 52%;
	z-index: 4;
}

.volume .ui-slider-range {
	background-color: black;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 100%;
    width: 100%;
	left: 0px;
    position: absolute;
    top: 0px;
	z-index: 7;
}

.volume .ui-slider-handle {
    position: absolute;
	background: url("../image/player/handle.png");
	background-size: 100% 100%; 
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px 0px -6px 0px;
    height: 10px;
    width: 10px;
	left: -3px;
	outline: none;
	z-index: 8;
	cursor: pointer;
}


.wf {
    background-image: transparent url("../image/player/wf2.png");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
    height: 40%;
    width: 80%;
    left: 5%;
    position: absolute;
    top: 42%;
	z-index: 5;
}

.tracker {
    height: 40%;
    width: 80%;
    left: 5%;
    position: absolute;
    top: 42%;
	z-index: 6;
}


.tracker .ui-slider-range {
	background-color: transparent;
	background-size: 100% 100%;
	background-position: 0px center;
	background-repeat: no-repeat;
	height: 100%;
    width: 100%;
	left: 0px;
    position: absolute;
    top: 0px;
	z-index: 7;
}

.tracker .ui-slider-handle {
    position: absolute;
    background: url("../image/player/handle.png");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin: -0px 0px 0px -3px;
    height: 10px;
    width: 10px;
	top: calc(42% + 3px);
	outline: none;
	z-index: 8;
	cursor: pointer;
}


.songinfo {
    height: 20%;
    width: 82%;
    left: 3%;
    position: absolute;
    top: 72%;
	z-index: 4;
}
.songinfobox {
    height: 100%;
    width: 80%;
    left: 10%;
    position: absolute;
    top: 20%;
	z-index: 4;
}

.title {
	padding: 5px 0px 5px 0px;
    font-family: verdana;
	text-align: center;
	color: #FFFFFF;
    /* font-weight: bold; */
    top: 15%;
}

.duration {
    font-family: verdana;
    left: 92%;
    position: absolute;
    color: #FFFFFF;
    top: 0%;
}

.currenttime {
    font-family: verdana;
    left: 0%;
    position: absolute;
    color: #FFFFFF;
    top: 0%;
}

.songinfotext {
    font-family: verdana;
	text-align: center;
    color: #FFFFFF;
    top: 0%;
}

.albumplaylist {
	border-radius: 5px 5px 5px 5px;
	margin: 0px 5px 10px 5px;
	background-color: #1F1F1F;
	/* background-image: url("../image/player/background.png"); */
	background-size: cover;
    position: relative;
    z-index: 3;
}
.additionals {
	margin: 10px 10px 0px 10px;
    position: relative;
	min-height: 600px;
    z-index: 3;
}
.playlist {
	padding: 10px 10px 10px 10px;
	margin: 0px 5px 0px 10px;
	list-style-type: none;
}
.playlist li {
    color: #EEEEEE;
    cursor: pointer;
    margin: 0 0 5px 10px;
}
.playlist li.active {
    font-weight: bold;
}

.songtable {
	border-spacing: 0;
	line-height: 1;
}




/* managing tabs */
@media only screen and (max-width: 599px) {
	.tab button {
		font-size: 2.5vw; 
	}
}


.tab button {
  background-color: inherit;
  color: #FFFFFF;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
}

.tab button:hover {
  background-color: #1F1F1F;
}

.tab button.active {
  background-color: #000000;
}

/* Style the tab content */
.tabcontent {	
  margin: 10px;
  display: none;
  padding: 5px 5px 5px 5px;
  min-height:inherit;
}

.backgroundcontent {
	background-repeat: no-repeat;
	background-position: center top;	
	min-height: inherit
}

#thecover {
  float: left;
  border: 1px white;
  margin: 0px 15px 5px 0px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
}

.bigcover {	
  margin-top: 10px;
}
