/**
 * http://new-dev.ru/
 * author GoldSoft <newdevexpert@gmail.com>
 * Copyright (c) New-Dev.ru
 */

.emojirating_container {
	text-align: center;
}

.emojirating_container * {
	box-sizing: border-box;
}

.emojirating_container h4 {
	
}

.emojirating {
	margin-top: -22px;
    padding-bottom: 10px;
	text-align: center;
}

.emojirating_wrap {
    display: inline-block;
    max-width: 50px;
    width: 12%;
}

.emojirating_item {
    height: 75px;
    margin-bottom: 4px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.emojirating_bar {
    background-color: #1f9dcf;
    bottom: 0;
    display: block;
    position: absolute;
    text-align: center;
    transition: all 0.2s linear 0s;
    width: 100%;
	min-height:1px;
}

.emojirating_count {
    display: block;
	font: 14px Georgia, "Times New Roman", Arial, sans-serif;
    position: absolute;
    top: -22px;
    width: 100%;
    z-index: 2;
}

.emojirating_img {
    width: 50px;
    height: 50px;
    padding: 6px;
    background: #fff none repeat scroll 0 0;
    cursor: pointer;
	border: 3px solid #ddd;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.emojirating_img img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
	opacity: 1;
	transition: opacity 0.3s ease 0s;
	vertical-align: middle;
	border: 0 none;
}


.dark_emojirating {
	color: #fff;
}

.dark_emojirating .emojirating_img {
	background-color: #f1f1f1;
	border-color: #1f9dcf;
}