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

.auth-icon {
  display: block;
  margin: 0 auto;
  width: 205px;
  height: 70px;
}

.auth-icon.google,
.auth-icon.google_oauth  { background: url("/img/auth/google-logo-large.png") no-repeat; }
.auth-icon.twitter    	 { background: url("/img/auth/twitter-logo-large.png") no-repeat; }
.auth-icon.yandex		 { background-position: 0 -102px; }
.auth-icon.vkontakte	 { background-position: 0 -136px; }
.auth-icon.facebook		 { background: url("/img/auth/facebook-logo-large.png") no-repeat;}
.auth-icon.mailru		 { background-position: 0 -204px; }
.auth-icon.moikrug		 { background-position: 0 -238px; }
.auth-icon.odnoklassniki { background-position: 0 -272px; }


.auth-link:hover .auth-icon i,
.auth-link:focus .auth-icon i {
  display: block;
  width: 205px;
  height: 70px;
  margin: 0 auto;
}

.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;
}
