.btn_area {
	position: relative;
	height: 50px;
	margin-top: 10px;
}

.btn_vote {

	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
    background: #fff url(symbol.svg) no-repeat center center;
	background-size: 25px 25px;
	border-radius: 25px;
  
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.btn_vote.on {
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;

     background: url(symbol_on.svg) no-repeat center center;
     background-size: 25px 25px;
	
}
.btn_save{

	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
    background: #fff url(download-arrow.svg) no-repeat center center;
	background-size: 25px 25px;
	border-radius: 25px;
    
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.btn_save.on{
    background:  url(tick.svg) no-repeat center center;
	width: 50px;
	height: 50px;
    right: 0;
	bottom: 0;
	cursor: pointer;
	 background-size: 25px 25px;
}
.login{
    display:block;
   position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
    background: #aaa url(btn_good_2.png) no-repeat center center;
	background-size: 25px 25px;
	border-radius: 25px;
    transition: all 0.2s linear;
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
}
@keyframes anime_01 {
	50% {
		right: -10px;
		bottom: -10px;
		width: 70px;
		height: 70px;
		border-radius: 50px;
	}
}

.ico_good {
	padding-left: 17px;
	background: url(icon_good.png) no-repeat left center;
	background-size: 15px 15px;
}
