
.ch-grid {
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
	margin-left: -5px;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 180px;
	height: 180px;
	display: inline-block;
		margin: 0 10px 25px 10px;
}


.ch-item { /* initial blue overlay */
	background-color: black;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 0 rgba(55,70,190,0.4);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
	background: #000 url(../images/bandpics/bp-kim.jpg) no-repeat center center; 
    max-width:100%;
}

.ch-img-2 { 
	background: #000 url(../images/bandpics/bp-ed.jpg) no-repeat center center; 
    background-repeat: no-repeat;
    max-width:100%;
}

.ch-img-3 { 
	background: #000 url(../images/bandpics/bp-matt.jpg) no-repeat center center; 
    background-repeat: no-repeat;
    max-width:100%;
}

.ch-img-4 { 
	background: #000 url(../images/bandpics/bp-guy.jpg) no-repeat center center; 
    background-repeat: no-repeat;
    max-width:100%;
}

.ch-img-5 { 
	background: #000 url(../images/bandpics/bp-chris.jpg) no-repeat center center; 
    background-repeat: no-repeat;
    max-width:100%;
}

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 16px;
	line-height: 1.2em;
	margin: 50px 20px 20px 20px;
	padding: 0px 0 0 0;
	height: 25px;
	font-family: 'evelethclean_regular';
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	text-align: center;
	font-family: 'museo_slab500';
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 30px;
	padding-top: 6px;
	border-top: 2px solid rgba(255,255,255,0.5);
}


.ch-info p a:hover {
	color: #fff222;
	color: rgba(88,66,200, 0.8);
}

.ch-item:hover { /* blue hover overlay & border */
	box-shadow: 
		inset 0 0 0 110px rgba(55,70,190,0.4),
		inset 0 0 0 10px rgba(255,255,255,0.5),
		0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}





/* MEDIA QUERIES */


/* FOR WIDTHS LESS OR EQUAL TO 480px */

@media screen and (min-width: 320px) and (max-width: 767px) {

  .ch-grid {
    display: none; }

  .nope {
    display: none; }
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
 
.ch-grid {
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
	margin-left: -10px;
 }


.ch-grid li {
	width: 120px;
	height: 120px;
	display: inline-block;
	margin: 0 2px 25px 2px; }


.ch-item { /* initial blue overlay */
	background-color: black;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
	inset 0 0 0 0 rgba(55,70,190,0.4);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; }

.ch-img-1, .ch-img-2, .ch-img-3, .ch-img-4, .ch-img-5 { 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; }

.ch-info {
	position: absolute;
	width: 160px;
	height: 100%;
	margin-left: -20px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-o-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */ }
	
.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 21px;
	line-height: 1.2em;
	margin: 10px 0px 0px 0px;
	padding: 0px 0 0 0;
	height: 25px;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3); }

.ch-info p {
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	line-height: 1em;
	margin: 30px 0 0 0;
	padding-top: 6px;
	border-top: 3px solid rgba(255,255,255,0.5); }

.ch-item:hover { /* blue hover overlay & border */
	box-shadow: 
		inset 0 0 0 75px rgba(55,70,190,0.4),
		inset 0 0 0 7px rgba(255,255,255,0.5),
		0 1px 2px rgba(0,0,0,0.1); }

.ch-item:hover .ch-info {
	opacity: 1;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-o-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);	}

}

@media screen and (min-width: 1024px) and (max-width: 1200px) {

..ch-grid {
	list-style: none;
	display: block;
	text-align: center;
	width: 100%; }


.ch-grid li {
	width: 160px;
	height: 160px;
	display: inline-block;
		margin: 0 8px 25px 8px; }


.ch-item { /* initial blue overlay */
	background-color: black;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
	inset 0 0 0 0 rgba(55,70,190,0.4);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; }

.ch-img-1, .ch-img-2, .ch-img-3, .ch-img-4, .ch-img-5 { 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; }

.ch-info {
	position: absolute;
	width: 200px;
	height: 100%;
	margin-left: -35px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(.75);
	-moz-transform: scale(.75);
	-o-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */ }

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 21px;
	line-height: 23px;
	margin: 30px 0 20px 40px;
	padding: 0px 0 0 0;
	height: 25px;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3); }

.ch-info p {
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	margin: 30px 0 0 40px;
	padding-top: 6px;
	border-top: 2px solid rgba(255,255,255,0.5); }

.ch-item:hover { /* blue hover overlay & border */
	box-shadow: 
		inset 0 0 0 90px rgba(55,70,190,0.4),
		inset 0 0 0 9px rgba(255,255,255,0.5),
		0 1px 2px rgba(0,0,0,0.1); }

.ch-item:hover .ch-info {
	opacity: 1;
	-webkit-transform: scale(.75);
	-moz-transform: scale(.75);
	-o-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75); }




 