.dacy-btn {
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    padding: .3em 1em ;
    font-weight: 700;
    color: #fff;
	border-radius: 50px;
    border: 2px solid #fff;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: all .2s ease;
	transition: all .2s ease;}

.dacy-btn:hover{ border: 2px solid #ffe258; }

.dacy-btn-bottom {
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    padding: 0.4em 1em;
	font-size: 1.1em;
	font-family: arial;
    color: #fff;
    background-color: #b90e0e;
    -webkit-transition: all .2s ease;
	transition: all .2s ease;
border-radius: 30px;}
