.o-btn{
    border-radius: 4px;
    display: inline-block;
    min-height: 60px;
    
    margin-left: 5px;
    margin-right: 5px;
}
.o-btn a.o-btn__link{
	padding: 8px 20px;
    display: block;
    width: 100%;
    height: 65px;
}

.o-btn:hover{
	color: #fff;
}
	.o-btn:hover .o-btn__text{
		color: #fff;
	}
	
	.o-btn__icon{
		float: left;
		margin-right: 5px;
		    
    	position: relative;
    	top: 2px;
	}
	.o-btn__text{
		
		float: left;
		font-size: 24px;
		font-weight: bold;
		position: relative;
		top:7px;
	}
	.o-btn__info{
		text-align: center;
		color: #A3A3A3;
		font-weight: bold;
		letter-spacing: 0.2em;
		font-size: 13px;
		text-transform: uppercase;
	}

