

.floating-buttons {
    -webkit-transition: background-color .6s;
    -moz-transition: background-color .6s;
    -ms-transition: background-color .6s;
    -o-transition: background-color .6s;
    transition: background-color .6s;
    width: 100%;
    position: fixed;
    z-index: 1001;
    bottom: 0
}

.floating-buttons.open {
    background-color: rgba(51, 48, 46, 0.8);
    width: 100%;
    height: 100%
}

.floating-buttons.open .fbuttons .floatButton .floating-title {
    display: block
}

.floating-buttons.open.first-open {
    background-color: unset;
    height: 0
}

.floating-buttons.open.first-open .fbuttons .floatButton .floating-title {
    display: none
}

.floating-buttons.open .fbuttons .floatButton {
    height: 40px;
    width: 40px;
    margin-bottom: 16px
}

.floating-buttons.open .fbuttons .floatButton:nth-child(1) {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.floating-buttons.open .fbuttons .floatButton:nth-child(2) {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.floating-buttons.open .fbuttons .floatButton:nth-child(3) {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.floating-buttons.open .fbuttons .floatButton:nth-child(4) {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.floating-buttons.open .fbuttons .floatButton:nth-child(5) {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.floating-buttons.open .fbuttons .floatButton:nth-child(6) {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.floating-buttons.open .fbuttons .floatButton.show-more a {
    background-color: #ee7d05
}

.floating-buttons.open .fbuttons .floatButton.show-more a .floatButton-img {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.floating-buttons .container-fluid {
    max-width: 2560px;
    padding: 0;
    height: 100%;
    position: relative;
    right: 0
}

.floating-buttons .fbuttons {
    width: 56px;
    position: absolute;
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-direction: column;
    right: 8px;
    bottom: 8px;
    z-index: 1001
}

.floating-buttons .fbuttons .floatButton {
    position: relative;
    flex-direction: row-reverse;
    align-items: center;
    display: flex;
    width: 0;
    height: 0
}

.floating-buttons .fbuttons .floatButton:nth-child(6) {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.floating-buttons .fbuttons .floatButton:nth-child(5) {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.floating-buttons .fbuttons .floatButton:nth-child(4) {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.floating-buttons .fbuttons .floatButton:nth-child(3) {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.floating-buttons .fbuttons .floatButton:nth-child(2) {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.floating-buttons .fbuttons .floatButton:nth-child(1) {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.floating-buttons .fbuttons .floatButton a {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: #0962AE;
    box-shadow: 1px 1px 3px 0 rgba(51, 48, 46, 0.6);
    text-decoration: none;
    overflow: hidden
}

.floating-buttons .fbuttons .floatButton a .info {
    font-size: 14px;
    line-height: 26px;
    font-family: "SeatMedium", sans-serif;
    color: #fff;
    white-space: nowrap;
}

.floating-buttons .fbuttons .floatButton a.link-rounded {
    border-radius: 40px !important
}

.floating-buttons .fbuttons .floatButton.show-more {
    width: 48px;
    height: 48px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0;
    display: flex
}

.floating-buttons .fbuttons .floatButton.show-more a {
    width: 100%;
    height: 100%
}

.floating-buttons .fbuttons .floatButton.show-more a .floatButton-img {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.floating-buttons .fbuttons .floatButton .floatButton-img-cont {
    display: flex;
    width: 100%;
    height: 100%
}

.floating-buttons .fbuttons .floatButton .floatButton-img-cont .floatButton-img {
    max-width: 24px;
    max-height: 24px;
    display: block;
    margin: auto
}

.floating-buttons .fbuttons .floatButton .floatButton-img-cont *::-ms-backdrop,
.floating-buttons .fbuttons .floatButton .floatButton-img-cont .floatButton-img {
    width: 24px;
    height: 24px
}

.floating-buttons .fbuttons .floatButton .floating-title {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
    position: absolute;
    right: 48px;
    top: calc(50% - 11px);
    white-space: nowrap;
    background: #fff;
    border-radius: 4px;
    padding: 0 8px;
    box-shadow: 1px 1px 3px 0 rgba(51, 48, 46, 0.2)
}

.floating-buttons .fbuttons .floatButton .floating-title p {
    line-height: 22px;
    font-size: 12px;
    font-family: "SeatRegular", sans-serif;
    color: rgba(15, 15, 15, 0.6);
    margin: 0
}

@media (min-width: 764px) {
    .floating-buttons {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        height: 0
    }
    .floating-buttons.open {
        background-color: transparent;
        height: 0
    }
    .floating-buttons.open .fbuttons .floatButton {
        width: 100%;
        height: 48px
    }
    .floating-buttons.open .fbuttons .floatButton:nth-child(1),
    .floating-buttons.open .fbuttons .floatButton:nth-child(2),
    .floating-buttons.open .fbuttons .floatButton:nth-child(3),
    .floating-buttons.open .fbuttons .floatButton:nth-child(4),
    .floating-buttons.open .fbuttons .floatButton:nth-child(5),
    .floating-buttons.open .fbuttons .floatButton:nth-child(6) {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none
    }
    .floating-buttons.open .fbuttons .floatButton a {
        pointer-events: initial
    }
    .floating-buttons.open .fbuttons .floatButton a .info {
        max-width: 300px;
        margin-right: 8px;
        -webkit-transition: all .6s ease-out;
        -moz-transition: all .6s ease-out;
        -ms-transition: all .6s ease-out;
        -o-transition: all .6s ease-out;
        transition: all .6s ease-out
    }
    .floating-buttons .fbuttons {
        width: auto;
        display: table;
        right: 32px;
        top: 50%;
        bottom: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .floating-buttons .fbuttons .floatButton {
        margin-bottom: 16px;
        transition: none;
        width: 100%;
        height: 48px;
        cursor: pointer
    }
    .floating-buttons .fbuttons .floatButton:nth-last-child(2) {
        /*margin-bottom: 0*/
    }
    .floating-buttons .fbuttons .floatButton:nth-child(1),
    .floating-buttons .fbuttons .floatButton:nth-child(2),
    .floating-buttons .fbuttons .floatButton:nth-child(3),
    .floating-buttons .fbuttons .floatButton:nth-child(4),
    .floating-buttons .fbuttons .floatButton:nth-child(5),
    .floating-buttons .fbuttons .floatButton:nth-child(6) {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none
    }
    .floating-buttons .fbuttons .floatButton a {
        display: flex;
        align-items: center;
        pointer-events: none;
        border-radius: 24px
    }
    .floating-buttons .fbuttons .floatButton a .info {
        max-width: 0;
        -webkit-transition: all .6s ease-in;
        -moz-transition: all .6s ease-in;
        -ms-transition: all .6s ease-in;
        -o-transition: all .6s ease-in;
        transition: all .6s ease-in
    }
    .floating-buttons .fbuttons .floatButton a .floatButton-img-cont {
        width: 48px;
        height: 48px;
       padding: 8px;
  
    }
    .floating-buttons .fbuttons .floatButton a .floatButton-img-cont .floatButton-img {
        max-width: 100%;
        max-height: 100%
    }
}


.floatButton a span i{ font-size: 22px; 
    text-align: center;
    margin: 0 auto;
    padding-top: 5px; color: #fff;}