﻿.btn-facebook {
    bottom: 20px;
}
.btn-whatsapp {
    bottom: 65px;
}

.btn-right {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.btn-left {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.btn-container-face {
    z-index: 999;
    position: fixed;
    background: #fff;
    box-shadow: 2px 1px 50px #545454;
    padding: 20px;
}

.btn-blue-right, .btn-green-right {
    position: fixed;
    right: 15px;
    z-index:999;
}

.btn-blue-left, .btn-green-left {
    position: fixed;
    left: 15px;
    z-index:999;
}
.fb-blue-share:focus, .fb-blue-share:hover {
    color: #eceef5;
    border-color: #f7f7f7;
}
.fb-blue-share {
    vertical-align: top;
    display: inline-block;
    padding: 12px;
    border: 1px solid #cad4e7;
    border-radius: 20px;
    background: #3b5998;
    color: #eceef5;
    font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    /* IE7 */
    *display: inline;
    *zoom: 1;
}

.fb-share {
    vertical-align: top;
    display: inline-block;
    padding: 4px 16px;
    border: 1px solid #cad4e7;
    border-radius: 3px;
    background: #eceef5;
    color: #3b5998;
    font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    /* IE7 */
    *display: inline;
    *zoom: 1;
}

    .fb-share:hover {
        border-color: #9dacce;
    }

.fb-share-icon {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 1px;
    background-image: url(../Content/Imagens/facebook-icone.png);
    background-size: contain;
    /* IE7 */
    *display: inline;
    *zoom: 1;
}

.fb-blue-share-icon {
    position: relative;
    top: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 1px;
    background-image: url(../Content/Imagens/facebook-logo-png-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* IE7 */
    *display: inline;
    *zoom: 1;
}

.fb-share-text {
    position: relative;
    top: -1px;
}

/*##########*/

.wa-green-share:focus, .wa-green-share:hover {
    color: #eceef5;
    border-color: #f7f7f7;
}
.wa-share {
    vertical-align: top;
    display: inline-block;
    padding: 4px 16px;
    border: 1px solid #cad4e7;
    border-radius: 3px;
    background: #eceef5;
    color: #3b5998;
    font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    /* IE7 */
    *display: inline;
    *zoom: 1;
}

.wa-green-share {
    vertical-align: top;
    display: inline-block;
    padding: 12px;
    border: 1px solid #cad4e7;
    border-radius: 20px;
    background: #128c7e;
    color: #eceef5;
    font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    /* IE7 */
    *display: inline;
    *zoom: 1;
}
    .wa-share:hover {
        border-color: #9dacce;
    }

.wa-share-icon {
    margin-left:5px;
    font-size:13px;
}

.wa-green-share-icon {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 3px;
    background-image: url(../Content/Imagens/whatsapp.png);
    background-size: contain;
    background-repeat:no-repeat;
    /* IE7 */
    *display: inline;
    *zoom: 1;
}

.wa-share-text {
    position: relative;
    top: -1px;
}



.socialCircle-item {
    box-shadow: 0 0 1px #363636;
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    margin: 50%;
    text-align: center;
    color: #363636;
    font-size: 20px;
    cursor: pointer;
}

    .socialCircle-item:hover {
        box-shadow: 0 0 10px #363636;
    }

.socialCircle-container {
    z-index: 999;
    position: fixed;
    bottom: 50%;
    left: 50px;
}

.socialCircle-container-right {
    z-index: 999;
    position: fixed;
    bottom: 50%;
    right: 50px;
}

.socialCircle-center {
    box-shadow: 1px 1px 5px 1px rgba(54,54,54,.5);
    width: 50px;
    height: 50px;
    background: #fff;
    margin: 50%;
    position: absolute;
    text-align: center;
    color: #363636;
    font-size: 25px;
    cursor: pointer;
}
