body{font-family:arial;
font-size:14px;}
.main-container {width:330px;margin:0 auto;}
.player-wrapper-class {overflow:hidden;}
.playing-now-title {
font-size: 12px !important;
width: 300px;
text-overflow: elipse;
}
A, A:active, A:hover, A:visited {
text-decoration: none;
}
.onairdj {
font-size: 10px !important;
}
.nowt {
}

.item-hover {
	position: relative;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
cursor: pointer;
}
.item-hover, .item-hover * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.item-hover a {
	color: #333
}
.item-hover a:hover {
	text-decoration: none
}
.item-hover a:hover img {
	width: 100%;
	height: 100%
}
.item-hover.circle {
	position: relative;
	width: 330px;
	height: 330px;
	border-radius: 0%
}
.item-hover.circle .img {
	position: relative;
	width: 330px;
	height: 330px;
	border-radius: 0%
}
.item-hover.circle .img:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 0%;
	box-shadow: inset 0 0 0 5px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.3);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}
.item-hover.circle .img img {
	border-radius: 0%;
	width:100%
}
.item-hover.circle .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 0%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.item-hover.circle.effect10 .img {
	z-index: 11;
	-webkit-transform:translateY(-50px) scale(.5);
	-moz-transform:translateY(-50px) scale(.5);
	-ms-transform:translateY(-50px) scale(.5);
	-o-transform:translateY(-50px) scale(.5);
	transform:translateY(-50px) scale(.5);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}
.item-hover.circle.effect10.colored .info {
	background: #051E8A;
}
.item-hover.circle.effect10 .info {
	background: #0019A9;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}
.item-hover.circle.effect10 .info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 12px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0,0,0,0.3)
}
.item-hover.circle.effect10 .info h4 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 12px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0,0,0,0.3)
}
.item-hover.circle.effect10 .info h5 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 12px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0,0,0,0.3)
}
.item-hover.circle.effect10 .info p {
	color: #ffffff;
	font-style: normal;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5)
}
.item-hover.circle.effect10 a .info {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.item-hover.circle.effect10 a:hover .info {
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5)
}
.item-hover.circle.effect10.bottom_to_top .info h3 {
	margin: 130px 20px 0;
	padding: 55px 0 0;
}
.item-hover.circle.effect10.bottom_to_top .info p {
	margin: 0 30px;
	padding: 5px
}
.item-hover.circle.effect10.bottom_to_top a:hover .img {
	-webkit-transform: translateY(0px) scale(1);
	-moz-transform: translateY(0px) scale(1);
	-ms-transform: translateY(0px) scale(1);
	-o-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1)
}
.image-container {
    position: relative;
    width: 330px;
    height: 330px;
}
.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
}
.imgtrans {
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.image-container:hover .after {
    display: block;
    background: rgba(0, 0, 0, .6);
}