
/**
 * Button
 */
/*.btn-like {
    display: inline-block;
   
	
	 border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
padding: 15px 10px;
  cursor: pointer;
-webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}



.btn-like:focus {
    outline: none;
    border-color: #999;
}*/

.btn-like:hover,
.btn-like.active,
.btn-like:active {
	color: #3498db;
	/* [disabled]text-shadow: 0 1px 0 rgba(0,0,0, .3); */
	/* [disabled]background: #3498db; */
	border-color: #3498db;
}

.btn-like:active {
  box-shadow: 0 0 5px 3px rgba(0,0,0,0.2) inset;
  
}

.btn-like.active:focus {
    background-color: #ff7d75;
}


/**
 * Counter
 */
