﻿ .scrollHeader .wrapper .button {
    display: inline-block;
    height: 45px;
    width: 45px;
    float: left;
    margin: 0 5px;
    overflow: hidden;
    background: #499D54;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-out;

}

    .scrollHeader .wrapper .button .icon {
        display: inline-block;
        height: 45px;
        width: 45px;
        text-align: center;
        border-radius: 47px;
        box-sizing: border-box;
        line-height: 45px;
        transition: all 0.3s ease-out;
        font: 15px;
        font-size: 15px;
        color: white
    }

.wrapper {
    float: right;
}
    .wrapper .button {
        display: inline-block;
        height: 45px;
        width: 45px;
        float: left;
        margin: 0 5px;
        overflow: hidden;
        background: #fff;
        border-radius: 20px;
        cursor: pointer;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
        transition: all 0.3s ease-out;
        /* padding: 5px; */
   
}

 /*   .wrapper .button:hover {
        width: 150px;
    }
*/
    .wrapper .button .icon {
        display: inline-block;
        height: 45px;
        width: 45px;
        text-align: center;
        border-radius: 47px;
        box-sizing: border-box;
        line-height: 45px;
        transition: all 0.3s ease-out;
        font: 15px;
        font-size: 15px;
    }

        .wrapper .button:nth-child(1):hover .icon {
            background: #499D54;
            color: white;
        }
        .wrapper .button:nth-child(1):hover .icon i{
            background: #499D54;
      
        }

        .wrapper .button:nth-child(2):hover .icon {
            background: #1DA1F2;
            color: white;
        }

    .wrapper .button:nth-child(3):hover .icon {
        background: #E1306C;
    }

    .wrapper .button:nth-child(4):hover .icon {
        background: #333;
    }

    .wrapper .button:nth-child(5):hover .icon {
        background: #ff0000;
    }

 /*   .wrapper .button .icon i {
        font-size: 25px;
        line-height: 60px;
        transition: all 0.3s ease-out;
    }

    .wrapper .button:hover .icon i {
        color: #fff;
    }*/

    .wrapper .button span {
        font-size: 20px;
        font-weight: 500;
        line-height: 35px;
        margin-left: 5px;
        transition: all 0.3s ease-out;
    }

        .wrapper .button:nth-child(1) span {
            color: #499D54;
            color: white;
        }
