.player .title.name {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 40px;
}
.player .title {
	position: absolute;
	bottom: 0px;


	background-color: #efcf10;
	padding-right: 10px;
	z-index: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
}

.player a:hover .title.name {
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
}
.player figure img {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
}
.player figure:hover img {
	-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		
}
.player-listing .player {
	position: relative;
	margin: 3px 3px;
	float: left;
	overflow: hidden;
	padding: 0;
}
.players .title .shirt {
	background-color: #0d2e65;
	color: #fff;
/*	padding: 8px;*/
	padding: 10px 15px;
	margin-right: 5px;
}

.-col1, -col3 {
	width: 35%;
}
.-col2, -col4 {
	width: 15%;
}

.player-detail .player-name {

		
		border-bottom: 5px solid #ecedec;
		padding-bottom: 10px;
		margin-bottom: 30px;
		font-family: "Roboto Condensed",sans-serif;
		text-transform: uppercase;
		font-weight: 700;

}

th.-txt-left {
	text-transform: uppercase;
	font-size: 17px;
}
/*  */
@media (min-width : 320px) {
.container.homegrid.players {
	min-width: 314px;
}
.player.large, 
.player.square, 
.player.portrait,
.player.wide  {
	min-width: 285px;
	width: 100%;
	/*height: 259px;*/
	height: auto;
}
}

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

.player.large, 
.player.square, 
.player.portrait,
.player.wide  {
	width: 100%;
}

}
@media (min-width : 768px) {
/*SM*/

.player.large {
	width: 357px;
}
/*  */
.player.square {
	width: 357px;
}
.player.portrait {
	width: 357px;
	
}
.player.wide {
	width: 357px;
}
.player .title {
	bottom: 0px;

}

}

@media (min-width : 992px) {
.player.large {
	width: 474px;
/*	height: 270px;*/
	height: auto;
}
/*  */
.player.square {
	width: 474px;
/*	height: 270px;*/
	height: auto;
}
.player.portrait {
	width: 474px;
/*	height: 546px;*/
	height: auto;
	
}
.player.wide {
	width: 474px;
/*	height: 270px;	*/
	height: auto;
}

}

@media (min-width : 1200px) {
/*  */
.player.large {
	width: 573px;
/*	height: 322px;*/
	height: auto;
}
.player.square {
	width: 380px;
/*	height: 322px;*/
	height: auto;
}
.player.portrait {
	width: 380px;
	/*height: 650px;*/
	height: auto;
}
.player.wide {
	width: 766px;
/*	height: 322px;	*/
height: auto;
}

}

@media (min-width : 1470px) {
/*  */




.player.large {
	width: 702px;
/*	height: 395px;*/
height: auto;
}

.player.square {
	width: 466px;
/*	height: 395px;*/
height: auto;
}
.player.wide {
width: 938px;
/*height: 395px;*/
	height: auto;
}
.player.portrait {
width: 466px;
/*height: 796px;*/
height: auto;
	
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}


}