/* Height hack for float wrappers */
.services {
	/*overflow: auto;*/
}

.auth-icon {
	/*display: block;
	width: 32px;
	height: 32px;
	background: url("../images/auth.png") no-repeat;*/
}

.auth-icon.google,
.auth-icon.google_oauth {
	background-position: 0 -34px;
}

.auth-icon.twitter {
	/*background-position: 0 -68px;*/
	background: #2994d2 url(../images/twt_icon.png) no-repeat 40px center; 
	padding: 20px; width: 100%; 
	text-align: center; 
	text-decoration: none; 
	color: #fff !important; 
	float: left;
	clear:both;
}

.auth-icon.yandex,
.auth-icon.yandex_oauth {
	background-position: 0 -102px;
}

.auth-icon.vkontakte {
	background-position: 0 -136px;
}

/*.auth-icon.facebook {
	/*background-position: 0 -170px;
	background: #4165a5 url(../images/fb_icon.png) 
	no-repeat 40px center; 
	padding: 20px; width: 100%; 
	text-align: center; 
	text-decoration: none; 
	color: #fff !important; 
	float: left;
	clear:both;
}*/

.auth-icon.mailru {
	background-position: 0 -204px;
}

.auth-icon.moikrug {
	background-position: 0 -238px;
}

.auth-icon.odnoklassniki {
	background-position: 0 -272px;
}

.auth-icon.linkedin {
	background-position: 0 -306px;
}

.auth-icon.github {
	background-position: 0 -340px;
}

.auth-icon.live {
	background-position: 0 -372px;
}

.auth-icon.yahoo {
	background-position: 0 -406px;
}

.auth-icon.steam {
	background-position: 0 -440px;
}

.auth-icon.dropbox {
    background-position: 0 -472px;
}

.auth-link:hover .auth-icon i,
.auth-link:focus .auth-icon i {
	/*display: block;
	width: 32px;
	height: 32px;
	background: url("../images/auth.png") 0 0 no-repeat;*/
}

.auth-services {
	/*margin: 0 0 1em;
	list-style: none;*/
	/* Height hack for float wrappers */
	/*overflow: auto;*/
}

.auth-service {
	/*float: left;
	margin: 0 1em 0 0;*/
}

.auth-services .auth-service .auth-link {
	/*display: block;
	width: 58px;*/
	/*padding: 0 0.4em;*/
}

.auth-service .auth-link .auth-icon {
	margin: 0 auto;
}

.auth-service .auth-link .auth-title {
	display: block;
	margin-top: 0.4em;
	text-align: center;
}
.cell .twitter,.cell .facebook{
	width:100%;
	float: left;
}
.auth-title {
	background: url("../../../images/signin-fb-btn.png") no-repeat 75px center;
	padding-top:30px;
	margin-top:30px; 
	text-indent: -9999px;
   /* bottom: 30px;
    color: #fff;
    left: 85px;
    position: relative;*/
}

.loginbox a .auth-title{
	text-decoration: none !important;
}
.loginbox a .auth-title:focus,.loginbox a .auth-title:active{
	text-decoration: none !important;
}

