.button{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    transition: all 0.4s ease;
    font-size: 18px;
    text-decoration: none !important;
}

.button.button-pink-right{
    color: #FFF !important;
    background: #c03d90 url(../images/icon-button-right.png) no-repeat right 18px center;
    padding: 5px 50px 5px 25px;
}
.button:hover{
    background-position: right 8px center;
}

.fancybox-close-small, .fancybox-close-small:after{
    outline: none !important;
}
