/* 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 {
	width: 50px;
        height: 50px;
        background: url("../images/google.svg") no-repeat;
        background-size: 50px;
        display: block;
}

.auth-icon.twitter {
	background-position: 0 -68px;
}

.auth-icon.yandex,
.auth-icon.yandex_oauth {
	width: 50px;
        height: 50px;
        background: url("../images/ya.svg") no-repeat;
        background-size: 50px;
        display: block;
}

.auth-icon.vkontakte {
    width: 50px;
    height: 50px;
    background: url("../images/vk.svg") no-repeat;
    display: block;
	/*background-position: 0 -136px;*/
}

.auth-icon.facebook {
	width: 50px;
        height: 50px;
        background: url("../images/facebook.svg") no-repeat;
        background-size: 50px;
        display: block;
}

.auth-icon.mailru {
	width: 50px;
        height: 50px;
        background: url("../images/mailru.svg") no-repeat;
        background-size: 50px;
        display: block;
}

.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-icon.wargaming {
    background-position: 0 -503px;
}

.auth-icon.eve {
    background-position: 0 -538px;
}


.auth-link:hover .auth-icon i,
.auth-link:focus .auth-icon i {
	
}

.auth-services {
	margin: 0 0 1em;
	list-style: none;
	/* Height hack for float wrappers */
	overflow: auto;
        width:100%;
        text-align:center;
        -webkit-padding-start: 0px;
}

.auth-service {
        display:inline-block;
        *display:inline; /*IE7*/
        *zoom:1; /*IE7*/
}

.auth-services .auth-service .auth-link {
	display: block;
	width: 64px;
	/*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;
}