
/* Floating Social Media Bar Style Starts Here */

.iconbar-fl-fl {
    background: #000000;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    right: -160px;
    z-index: 2000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;

    position: fixed;

    border-radius: 3%;


    margin-bottom: 8px;
}

.fab {
    font-size: 25px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}

.iconbar-fl-fl:hover {
    right: 0;
}


.iconbar-fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px!important;
    vertical-align: top!important;
}

.iconbar-float-firstpos {
    top: 350px;
}

.iconbar-float-secondpos {
    top: 405px;
}

.iconbar-float-thirdpos {
    top: 460px;
}

.iconbar-float-fourthpos {
    top: 515px;
}

.iconbar-float-fifthpos {
    top: 570px;
}

.iconbar-float-sithspos {
    top: 625px;
}

.fab.mobile-sm-top
{
    display: none;
}

.social-links.mobile-sm-top
{
    display: none;
}

@media (max-height: 640px)
{
    .iconbar-float-firstpos {
        display: none;
    }

    .iconbar-float-secondpos {
        display: none;
    }

    .iconbar-float-thirdpos {
        display: none;
    }

    .iconbar-float-fourthpos {
        display: none;
    }

    .iconbar-float-lastpos {
        display: none;
    }
}

@media (max-width: 992px)
{
    .fab.mobile-sm-top
    {
        display: block;

        font-size: 20px !important;
        color: #fff;
    }

    .mobile-sm-top a{

        width: 36px !important;
        height: 36px !important;

        margin: 4px !important;
    }

    .social-links.mobile-sm-top a{
        padding: 9px 0 0 0 !important;
    }

    .social-links.mobile-sm-top
    {
        display: block;

        padding: 0 0 0 0 !important;
    }

    .iconbar-float-firstpos {
        display: none;
    }

    .iconbar-float-secondpos {
        display: none;
    }

    .iconbar-float-thirdpos {
        display: none;
    }

    .iconbar-float-fourthpos {
        display: none;
    }

    .iconbar-float-lastpos {
        display: none;
    }
}


.social-links {
    display: block;

    padding: 2rem 0 4rem 0;

    text-align: center;
}

.social-links a {
    display: inline-block;
    background: #000000;
    color: #fff;
    line-height: 1;
    padding: 13px 0px 0px 0px;
    margin: 10px;
    border-radius: 10%;
    text-align: center;
    width: 65px;
    height: 65px;
    transition: .3s;
}

.social-links a .fab {

    padding: 0 0 0 0;
    font-size: 40px;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
}

/* Floating Social Media Bar Style Ends Here */