﻿
.btn-floating.btn-large {
    width: 56px;
    height: 56px;
    padding: 0;

}

.btn-large {
    line-height: 54px;
    font-size: 15px;
}

.btn-floating {
    display: inline-block;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
}

.btn-large, .btn-small {
    text-decoration: none;
    background-color: orange;
    text-align: center;
    letter-spacing: .5px;
}

.btn-large, .btn-small, .btn-floating, .btn-large, .btn-small, .btn-flat {
    outline: 0;
}

.btn-large, .btn-small, .btn-flat {
    border: none;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
}

.positionBtnfloating {
    bottom: 2.4rem;
    color: white;
    position: fixed;
    right: 2.4rem;
    z-index: 100;
}
