html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {  color:#FFF; min-width: 300px; height: 100%; background-color:#000; font-family:'AvantGardeGothicITCW01B 731069', Helvetica, Arial, sans-serif; font-size:0.7em; font-weight:normal; line-height:1.4em; text-transform:uppercase; letter-spacing:0.09em;  }

a { color:#FFF; }

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  

.clearfix:after { clear: both; }  

.clearfix { zoom: 1; }

header { position:fixed; width:100%; text-align:center; z-index:10000; background-color:#000; padding-bottom:20px; }

header .head-center { width:1200px; text-align:left; margin:auto; padding:0 20px 0 20px; }

header .head-center h1 {  padding: 20px 20px 10px 0; float:left; }

header .head-center h2 {  color:#FFF; float:left;  padding: 86px 20px 0 0; }

header .head-center h1 a.title { display: inline-block; text-decoration: none; }

#hit{ z-index: 100; position: absolute; text-align: center; width: 480px; height:480px; top:50%; left:50%; margin-left:-240px; margin-top:-240px; }

.hit{
	z-index: 99;
	position: absolute;
	text-align: center;
	width: 480px;
	height:480px;
}

path{cursor:pointer;}



/*HEXAGON*/
#item-text{
	text-align: center;

	margin-top:20px;
	margin-bottom: 5px;
}
#item-text-second{text-align: center}
#item-text-third{
	margin-top:5px;
	text-align: center;
}
.item-text-group{
	height:15px;
	opacity: 1;
}
.blackbox{
	width:300px;
	height:80px;
	background:#000; 
	margin-left:-150px;
	top:0px;
	left:50%;
	position:absolute;
}
#hexagon{
	z-index: 99;
	position: absolute;
	text-align: center;
	width: 480px;
	height:480px;
	top:50%;
	left:50%;

	margin-left:-240px;
/*	margin-top:-240px;*/

	opacity: 0;
}

.hexagon-mini{
	-webkit-transform-origin:top left;
	-webkit-transform:scale(0.35,0.35);

	transform-origin:top left;
	transform:scale(0.35,0.35);
	position: relative;
	width:168px;
	height:168px;
	left:43.75px;



}
.hit{

	-webkit-transform-origin:top left;
	-webkit-transform:scale(0.35,0.35);

	transform-origin:top left;
	transform:scale(0.35,0.35);
	position: absolute;
	width:168px;
	height:168px;

}

.polygon-item-mini {

	background: #000;
	overflow: hidden;
	position: absolute;
	width:230px;
	height: 200px;
	cursor:pointer;
	top:210px;
/*	left:125px;*/
	-webkit-transform-origin:115px -12px;
	transform-origin:115px -10px;
	
    
  );
	mask:url(ff-tri.svg#ff-tri);
    -webkit-mask: url(tri.svg) top left;
    -o-mask: url(tri.svg) top left ;
    -ms-mask: url(tri.svg) top left ;
}


.polygon-item {
	background: #000;
	overflow: hidden;
	position: absolute;
	width:230px;
	height: 200px;
	cursor:pointer;
/*	top:245px;*/
	left:120px;
	-webkit-transform-origin:115px -9px;
	transform-origin:115px -10px;
    
    mask: url(ff-tri.svg#ff-tri);
    -webkit-mask: url('tri.svg') top left;
    -o-mask: url(tri.svg) top left ;
    -ms-mask: url(tri.svg) top left ;
}


@-webkit-keyframes rotating {
    from{ -webkit-transform:scale(1.5,1.5) rotate(0deg);}
    to{-webkit-transform:scale(1.5,1.5) rotate(360deg);}
}
@-webkit-keyframes rotatingL {
    from{-webkit-transform:scale(1.5,1.5) rotate(0deg);}
    to{-webkit-transform:scale(1.5,1.5) rotate(-360deg);}
}


@-moz-keyframes rotating { from { -moz-transform:scale(1.5,1.5) rotate(0deg); } to { -moz-transform:scale(1.5,1.5) rotate(360deg); }  }

@-moz-keyframes rotatingL { from { -moz-transform:scale(1.5,1.5) rotate(0deg); } to { -moz-transform:scale(1.5,1.5) rotate(-360deg); }  }

.polygon-item img{

	 -webkit-animation: rotating 20s linear infinite;
	 -moz-animation: rotating 20s linear infinite;
}
.turnL img{
	-webkit-animation: rotatingL 20s linear infinite;
	-moz-animation: rotatingL 20s linear infinite;
}

img{
	overflow: hidden;
}
#polygon-item-hexa img{
	bottom: 0px;
	display: block;
	position: absolute;
}

#polygon-item-hexa img:hover{
opacity: 0.3;
}

.deactive{
	opacity: 0.3;
}
.deactive:hover{
	opacity: 1;
}
.active{
	opacity: 1;
}


 
#hexagon-small{
	width: 115px;
  	height:100px;
}
#polygon-item-hexa {
	z-index: 100;
	position: absolute;
	background: black;
	cursor:pointer;

  	width: 116px;
  	height:100px;
  	overflow: hidden;

  	bottom: 30px;
	left: 50%;
	margin-left: -58px;

     mask: url(ff-hexa.svg#ff-hexa) ;
    -webkit-mask: url(hexa.svg) top left ;
    -o-mask: url(hexa.svg) top left ;
    -ms-mask: url(hexa.svg) top left ;

    opacity: 0;




}

#over-ray{ z-index:999; width:480px; height:0px; margin-top:30px; margin-bottom:30px; overflow: hidden; background:#000; margin-left:auto; margin-right: auto;}

#over-ray-content{  width:380px; margin-left:auto; margin-right:auto; text-align: center; }

#over-ray-content p{margin-bottom: 10px;}

ul.content { margin-top: 0; width: 100%; }

ul.content li.element { display: block; height: 100%; width: 100%; text-align:center; }

ul.content li.element-general { display: block; height: 100%; width: 100%; text-align:center; }

.m-h-t-r-t-c { background-color:#000; }

#center{ display:inline-block; *display:inline; *zoom:1; overflow:hidden; text-align:left; }

.navigation ul li { float:left; margin-right:5px; font-size:2em;  }

.navigation ul li a { color:#FFF; text-decoration:none; }

ul.content li .pad {  width:1200px; margin:auto; padding:80px 20px 0 60px;  }

ul.content li .pad .left-empty { width:16%; float:left; }

ul.content li .pad .packshot { width:39%; float:left; }

ul.content li .pad .tracklist { width:45%; float:left; color:#FFF; }

ul.content li .pad .tracklist .tracklist-txt { padding:0 0 0 15px; text-align:left; }

ul.content li .pad .tracklist .tracklist-txt p { margin:0 0 0 0; clear:both; }

ul.content li .pad .packshot img { width:100%; height:auto; padding:1px; background-color:#747574; }

ul.content li .pad .tracklist .tracklist-txt ul { margin:0 0 10px 0; counter-reset: item; list-style-type:none; }

ul.content li .pad .tracklist .tracklist-txt ul li:before {      } 

ul.content li .pad .tracklist .tracklist-txt .title-left {    width:30%; text-align:right; float:left; margin:0 10px 0 0;   }

ul.content li .pad .tracklist .tracklist-txt .title-right {   width:67%;  text-align:left; display:inline-block;  }

ul.content li .pad .tracklist .tracklist-txt .tl-list {   margin-top:15px; }

ul.content li .pad .tracklist .tracklist-txt .icon {    font-size:1.3em;   }

ul.content li .pad .tracklist .tracklist-txt ul .track-name {   width:77%; float:left;  }

ul.content li .pad .tracklist .tracklist-txt ul .track-time {   width:20%;  text-align:right; display:inline-block;  }

#cat-numbers { text-align:left; padding: 86px 0 0 0;   }

#cat-numbers a { text-decoration:none;   }

#cat-numbers a:hover { color:#747574;  }

#cat-numbers li { float:left;  }

.divider { margin:0 10px 0 10px; color:#747574; }

#empty { height:0; }



.mini-menu-item  img{
	-webkit-transform:rotate(180deg);
}

/* MEDIA QUERIES
-------------------------------------------------------------------------------*/



@media (min-width: 1200px)and (max-width: 1500px) {
    
header .head-center { width:1160px; }

ul.content li .pad { width:1160px; }

}

@media (min-width: 980px) and (max-width: 1199px) {
    
header .head-center { width:90%; }

ul.content li .pad { width:90%; }

#cat-numbers { width:600px;  }

ul.content li .pad .left-empty { width:25%; }

ul.content li .pad .packshot { width:25%;   }

ul.content li .pad .tracklist { width:50%;   }
    
}


@media (min-width: 768px) and (max-width: 979px) {

.tracklist-txt{margin-bottom:100px;}

header .head-center { width:90%; }

ul.content li .pad { width:90%; }

ul.content li .pad .left-empty { width:30%; }

ul.content li .pad .packshot { width:70%;   }

ul.content li .pad .tracklist { width:100%; margin-top:20px;  }

#cat-numbers { width:600px;  }



}

@media (min-width: 480px) and (max-width: 768px) {
    
header .head-center { width:90%; }

ul.content li .pad { width:90%; }

ul.content li .pad .left-empty { width:40%; }

ul.content li .pad .packshot { width:60%;   }

ul.content li .pad .tracklist { clear:both; width:100%; margin-top:20px; }

#cat-numbers { width:400px; clear:both; padding:0;   }

ul.content li .pad { padding:190px 10px 0 10px;  }

}


@media (max-width: 480px) { 

#over-ray{width:400px;}
#over-ray-content{  width:300px;}

.tracklist-txt{margin-bottom:100px;}
    
header .head-center { width:90%; }

ul.content li .pad { width:90%; }

ul.content li .pad .left-empty { width:100%; }

ul.content li .pad .packshot { width:100%;  }

ul.content li .pad .tracklist { clear:both; width:100%; margin-top:20px; }

#cat-numbers { width:260px; clear:both; padding:0;  }

ul.content li .pad { padding:200px 10px 0 10px;  }

#hit{-webkit-transform: scale(0.75,0.75);transform: scale(0.75,0.75); }

#hexagon{-webkit-transform: scale(0.75,0.75) transform:scale(0.75,0.75)}

}

@media  (max-height: 700px) {
	#hexagon{-webkit-transform: scale(0.4,0.4);margin-top: -120px;}
	#hit{-webkit-transform: scale(0.4,0.4);margin-top: -220px;}
	#polygon-item-hexa{ -webkit-transform-origin:center bottom; bottom:10px; -webkit-transform: scale(0.4,0.4);}

}
@media  (max-height: 320) {
	#hexagon{-webkit-transform: scale(0.2,0.2);margin-top: -180px;}
	#hit{-webkit-transform: scale(0.2,0.2);margin-top: -220px;}
	#polygon-item-hexa{ -webkit-transform-origin:center bottom; bottom:10px; -webkit-transform: scale(0.2,0.2);}

}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#polygon-item-hexa{ -webkit-transform-origin:center bottom; bottom:25px; -webkit-transform: scale(0.8,0.8);}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {
	#hexagon{-webkit-transform: scale(0.2,0.2);margin-top: -170px;}
	#hit{-webkit-transform: scale(0.2,0.2);margin-top: -170px;}
	#polygon-item-hexa{ -webkit-transform-origin:center bottom; bottom:10px; -webkit-transform: scale(0.2,0.2);}
}



@media only screen and (min-device-width: 320px) and (max-device-width: 479px) and (orientation : portrait) {

#over-ray{width:320px;}
#over-ray-content{  width:280px;}

header .head-center { width:90%; }

ul.content li .pad { width:90%; }

ul.content li .pad .packshot { width:100%;  }

#cat-numbers { width:300px; clear:both; padding:0;  }

.hexagon-mini { display:none; }

#hit{-webkit-transform: scale(0.48,0.48); margin-top: -120px;}

#hexagon{-webkit-transform: scale(0.48,.48); margin-top: -120px; }

#polygon-item-hexa{ -webkit-transform-origin:center bottom; bottom:10px; -webkit-transform: scale(0.4,0.4);}


}
