@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,700);
.chGrid {
    margin-top: 20px;
    padding: 0;
    list-style: none;
    display: block;
    text-align: left;
    width: 90%;
    margin: 0 auto;
}

.chGrid:after,
.chItem:before {
    content: '';
    display: table;
}

.chGrid:after {
    clear: both;
}

.chGrid li {
    width: 140px;
    height: 140px;
    display: inline-block;
    margin:5px;
}

.chItem {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.chThumb {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	box-shadow: inset 0 0 0 15px rgba(255,255,255, 0.5);
	
	-webkit-transform-origin: 95% 40%;
	-moz-transform-origin: 95% 40%;
	-o-transform-origin: 95% 40%;
	-ms-transform-origin: 95% 40%;
	transform-origin: 95% 40%;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.chThumb:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	top: 40%;
	left: 95%;
	margin: -4px 0 0 -4px;
	background: rgb(14,14,14);
	background: -moz-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%, rgba(125,126,125,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(125,126,125,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	background: radial-gradient(ellipse at center, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	box-shadow: 0 0 1px rgba(255,255,255,0.9);
}

.chInfo {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	background: #000c69 url(imgs/noise.png);
	box-shadow: inset 0 0 0 5px rgba(0,0,0,0.05);
}

#AMus {margin-left: 30px !important;}
.chInfo h3 {
    position: absolute;
    top:2px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin: 0 20px;
    padding: 10px 0 2px 0;
    text-align:center;
    height: auto;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow:
        0 0 1px #fff,
        0 1px 2px rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.chInfo p {
    position: absolute;
    bottom: -10px;
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
    text-align: center;
    text-indent: 0px !important;
}

.chInfo p a {
	display: block;
    color: #000d72;
	width: 70px;
	height: 52px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	font-style: normal;
    text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	padding-top: 18px;
	margin: 5px auto 0;
	font-family: 'Open Sans', Arial, sans-serif;
	opacity: 0;
	
	-webkit-transition: 
		-webkit-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	-moz-transition: 
		-moz-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	-o-transition: 
		-o-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	-ms-transition: 
		-ms-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	transition: 
		transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
		
	-webkit-transform: translateX(60px) rotate(90deg);
	-moz-transform: translateX(60px) rotate(90deg);
	-o-transform: translateX(60px) rotate(90deg);
	-ms-transform: translateX(60px) rotate(90deg);
	transform: translateX(60px) rotate(90deg);
		
	-webkit-backface-visibility: hidden;
}

.chInfo p a:hover {
	background: rgba(255, 252, 252, 0.70);
    color: #2a59de;
}
.chItem:hover .chThumb {
	box-shadow: inset 0 0 0 15px rgba(255,255,255, 0.5), 0 1px 3px rgba(0,0,0,0.2);
	-webkit-transform: rotate(-110deg);
	-moz-transform: rotate(-110deg);
	-o-transform: rotate(-110deg);
	-ms-transform: rotate(-110deg);
	transform: rotate(-110deg);
}
.chItem:hover .chInfo p a{
	opacity: 1;
	-webkit-transform: translateX(0px) rotate(0deg);
	-moz-transform: translateX(0px) rotate(0deg);
	-o-transform: translateX(0px) rotate(0deg);
	-ms-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
}

.chImage1 {z-index: 11; background-image: url(../images/musicas/AntesDeQualquerCoisa.jpg);}
.chImage2 {z-index: 12; background-image: url(../images/musicas/AntesDeQualquerCoisa.jpg);}
.chImage3 {z-index: 13; background-image: url(../images/musicas/AntesDeQualquerCoisa.jpg);}
.chImage4 {z-index: 14; background-image: url(../images/musicas/AntesDeQualquerCoisa.jpg);}
.chImage5 {z-index: 15; background-image: url(../images/musicas/AntesDeQualquerCoisa.jpg);}
.chImage6 {z-index: 16; background-image: url(../images/musicas/AntesDeQualquerCoisa.jpg);}

/**************** Máximo 480px ****************/
@media screen and (max-width: 480px) {
    .chGrid {text-align: center !important;}
}