@charset "UTF-8";
/* CSS Document */
.social-likes_notext.social-likes_light, .social-likes_notext.social-likes_light .social-likes__widget, .social-likes_notext.social-likes_light .social-likes__icon {
    left: 0;
    margin: 0;
}
.social-likes, .social-likes__widget_single {
    font-size: 14px;
}
.social-likes, .social-likes_single-w {
    line-height: 1.4;
}
.social-likes {
    margin: -0.5em;
    min-height: 36px;
    transform: translate3d(0px, 0px, 0px);
}

.social-likes {
    opacity: 0;
}
.social-likes, .social-likes__widget {
    display: inline-block;
    list-style: none outside none !important;
    padding: 0;
    text-indent: 0 !important;
    vertical-align: middle !important;
    word-spacing: 0 !important;
}
#mainContent ul, menu, dir {
    -moz-padding-start: 40px;
    display: block;
    list-style-type: disc;
	padding-left: 0px;

}
.social-likes_ready .social-likes__counter, .social-likes__counter_single {
    display: inline-block;
}
/* ? */
.social-likes_visible {
    opacity: 1;
    transition: opacity 0.1s ease-in 0s;
}


.social-likes__counter {
	position: relative;
	background: #ffffff;
	border: 1px solid #cccccc;
	margin-left: 25px;
	margin-right: 3px;
	padding-left: 4px;
	padding-right: 4px;
	height: 18px;
	border-radius: 2px;
	font-weight: 400;
	font-family: "Times New Roman", serif;
}
.social-likes__counter:after, .social-likes__counter:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.social-likes__counter:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 4px;
	margin-top: -4px;
}
.social-likes__counter:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #cccccc;
	border-width: 5px;
	margin-top: -5px;
}
.social-likes.social-likes_notext.social-likes_light li {
	display: inline-block;
}
.social-likes__widget {
    cursor: pointer;
}
.social-likes__widget_facebook {
	background-image: url(../images/social/facebook.gif);
	background-repeat: no-repeat;
}
.social-likes__widget_twitter {
	background-image: url(../images/social/twitter.gif);
	background-repeat: no-repeat;
}
.social-likes__widget_plusone {
	background-image: url(../images/social/google.gif);
	background-repeat: no-repeat;
}
.social-likes__widget_pinterest {
	background-image: url(../images/social/pinterest.gif);
	background-repeat: no-repeat;
}