.social{
	height:48px;
	border-top:1px solid rgba(0,0,0,0.2);
    border-bottom:1px solid rgba(0,0,0,0.2);
	padding:10px 0;
	margin:10px 0 0 0 ;
    text-align: center;
	transition: .2s ease;

}
.social:hover{
	transition: .2s ease;

}

.mali_social{
	width:48px;
	height:48px;
	background-image:url(/images/social2.png);
	background-repeat:no-repeat;
	display: inline-block;;
	float:left;
	transition: .2s ease;
}
.mali_social:hover{
	transition: .2s ease;
}
.m_facebook{
	background-position:0px 0px;

}
.m_facebook:hover{
	background-position:0px -48px;
}
.m_twitter{
	background-position:-48px 0px;
}
.m_twitter:hover{
	background-position:-48px -48px;
}
.m_pinterest{
	background-position:-96px 0px;
}
.m_pinterest:hover{
	background-position:-96px -48px;
}
.m_instagram{
	background-position:-144px 0px;
}
.m_instagram:hover{
	background-position:-144px -48px;
}
.m_google{
	background-position:-192px 0px;
}
.m_google:hover{
	background-position:-192px -48px;
}
.m_rss{
	background-position:-240px 0px;
}
.m_rss:hover{
	background-position:-240px -48px;
}
.bg_social{
    width:140px;
    height: 40px;
    padding:5px 0 5px 60px;
    color: #fff; 
    margin:0 0 5px 0;    
}
.bg_social a{
    color: #fff;
    }
.bg_social_fb{
    background:url(/images/bg_facebook.png) no-repeat; 
}
.bg_social_twitter{
    background:url(/images/bg_twitter.png) no-repeat; 
}
.facebook_buyuk, .twitter_buyuk, .online_kayit, .bize_yazin{
	background:url(/images/social_facebook.png) 5px center no-repeat #4365a6;
	padding:10px 5px 0px 42px;
	height:32px;
	color:#FFFFFF;
	border-radius:2px;
	margin:5px 5px 0px 0;
    float:left;
    width:233px;
}
.facebook_buyuk{
	background:url(/images/social_facebook.png) 5px center no-repeat #4365a6;
}
.twitter_buyuk{
	background:url(/images/social_twitter.png) 5px center no-repeat #27a5e6;
}
.online_kayit{
	background:url(/images/online_kayit.png) 5px center no-repeat #e30000;
}
.bize_yazin{
	background:url(/images/icon_bizeyazin.png) 5px center no-repeat #8dc63f;
}
.facebook_buyuk a, .twitter_buyuk a, .online_kayit a, .bize_yazin a{	
	color:#FFFFFF;
    text-shadow: 1px 1px 1px #000;
}