.votes2_multi_wrap {
	position:relative;
	display:inline-block;
	width: 40px;
	height: 40px;
}

.votes2_menu {
	position: absolute;
	display:block;
	width: 40px;
	height: 40px;
}

.votes2_main {
	z-index:10;
	
	
	/*opacity:0.5;*/
	/*
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;	
	*/
}

.votes2_main:hover {
	/*opacity:1;*/
}

@media only screen and (min-width: 900px) {
	.votes2_item_l_mobile {
		display:none !important;
	}
}

.votes2_item, .votes2_item_r, .votes2_main {
	position: absolute;
	
	width: 40px;
	height: 40px;
	
	background-color: white;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	overflow:hidden;
}

.votes2_item_l, .votes2_item_r {
	display:none;
}

.votes2_item_l, .votes2_item_r, .votes2_item_c_opened {
	border:1px solid #ccc;
	border-radius: 50%;
}

.votes2_item_l:hover, .votes2_item_r:hover, .votes2_item_c_opened:hover {
	border-color:#ffa800;
}

.votes2_item_visible, .votes2_main, .votes2_item_c {
	display: -webkit-flex; 
	-webkit-justify-content: flex-start;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	
	align-items: center;
	justify-content: center;	
}

.votes2_multivote {
	display: -webkit-flex; 
	-webkit-justify-content: flex-start;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	
	align-items: center;
	justify-content: center;	

	font-weight:bolder;
	color:#999;
}