﻿.clear {
    clear: both;
}
/* clear float */
.social-share {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    /*max-width:170px;*/
}

    .social-share label {
        color: #fff;
        padding: 5px 5px 5px 5px;
        text-align: center;
        font-size: 14px;
        border: 0 !important;
        font-family: 'Roboto Condensed', sans-serif;
        display: table-row !important;
    }

    .social-share a i {
        font-size: 16px;
        padding: 0 5px;
        color: white;
        width: 100%;
    }

#login-modal1 .social-share label, #login-agro .social-share label {
    font-size: 16px !important;
}
#login-modal1 .social-share label{
    font-size: 15px !important;
}
.fb {
    background: #3c66c4;
    border: none;
    outline: none;
}

    .fb:hover {
        background: #335FA4;
    }

.social-share {
    padding: 4px 0 !important;
    height: 34px;
}

    .social-share img {
        padding: 6px;
        margin-top: -3px;
    }

.fb-bg-icon {
    background: #354f8a;
}

.gl-bg-icon {
    background: #bb3c33;
}

.tw-bg-icon {
    background: #33baff;
}

/*--google-------*/

.google {
    background: #cf4332;
}


    .google:hover {
        background: #bb3828;
    }
/*--twitter-----*/

.twitter {
    background: #33ccff;
}

    .twitter:hover {
        background: #29A6D0;
    }
