/******* slide up social icon *********/
.social-share {
	display:block;
	width: 300px;
	text-align: center;
	padding: 0px;
	background: none;
	background-color: transparent !important;
	height: 48px;
	white-space: nowrap;
	overflow: hidden;
}
.social-share div {
	display:inline-block;
	height: 48px;
	width: 74px;
	margin-left:-4px;
	overflow: hidden;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-share div img {
	margin-top:0px;
	-webkit-transition: margin-top ease 0.3s;
	-moz-transition: margin-top ease 0.3s;
	-o-transition: margin-top ease 0.3s;
	-ms-transition: margin-top ease 0.3s;
	transition: margin-top ease 0.3s;
	position: relative;
	z-index: -1;
}
.social-share a:first-child div  {
	margin-left:0px;
}
.social-share div:hover {
	box-shadow: 0 -15px 15px rgba(0,0,0,0.4) inset;
	/*
	box-shadow: 0 -15px 15px rgb(180,180,180) inset;
	box-shadow: 0 -15px 15px rgba(0,0,0,0.3) inset;
	background-position:0px -48px;
	box-shadow: 0 -15px 15px rgb(180,180,180) inset;
	
	
	*/
}
.social-share div:hover img {
	margin-top:-48px;
	box-shadow: 0 -15px 15px rgba(0,0,0,0.3) inset;

}

/********  footer links  (sample in channel music, techno)**********/
.footer_links {
    background-color: rgb(0,0,0);
	display: block;
	width: auto;
	padding: 20px 0px 25px 0px;
}
.footer_links ul {
    margin-top:0px;
    margin-bottom:0px;
    vertical-align: top;
	color:#333;
	font-size: 12px;
}
.footer_links li {
    display: list-item;
	text-align: left;
	border-bottom: 1px solid #2f2f2f;
	list-style-type: square;
	list-style-position: inside;
	height: 24px;
	text-indent: 0px;
	transition: background-color ease 0.5s,padding ease 0.5s;
}
.footer_links li a {
    color: #FFF;
	font-family: supermarketregular, Tahoma;
	font-size: 16px;
	text-decoration: none;
	line-height: 25px;
	padding:0px;

}
.footer_links li:hover {
    background-color: #ef0875;
	padding-left:20px;
	list-style-type: none;
	text-indent: 12px;
}
@-moz-document url-prefix() { 
  .footer_links li:hover {
     text-indent: 4px;
  }
}

/*****************************************/
.buttons_1 a {
	font-family: supermarketregular, Tahoma;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	padding: 7px 6px 4px 6px;
	color: #333;
	border: 1px solid #c8c8c8;
	margin: 0 3px 5px 0;
	font-weight: normal;
	box-shadow: 0 -15px 15px rgba(153, 153, 153, 0.3) inset;
	text-decoration: none;
	transition: all ease 0.5s;
	text-shadow: 1px 1px 1px #fff;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #fff;
	white-space: nowrap;
}

.buttons_1 a:hover {
	color: #CC3300;
	background-color: #E8E8E8;
}