﻿#share-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:-10;
}

.on-top {
    z-index: 2000 !important;
}

#share-wrap {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: flex;
    /* only transition on transform properties which are hardware accelerated = way better performances */
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

    #share-wrap.opened {
        /* visible */
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
        z-index: 2000000;
    }

    #share-wrap.closed {
        /* completely offscreen */
        -webkit-transform: translate(0, 0%);
        -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        transform: translate(0, 0%);
        position: relative;
        z-index: 2000000;
    }

.share-button {
    float: right;
}

#button-background {
    margin: auto;
    width: 500px;
    height: 200px;
    background-color: rgba(40, 40, 40, 1);
    position: relative;
}

@media screen and (max-width:600px) {
    #button-background {
        height: 500px;
        width: 90%;
    }
}

#share-this-page {
    width: 100%;
    height: 30px;
    background-color: rgba(239, 239, 242, 1);
    color: rgba(40, 40, 40, 1);
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 0;
    align-self: flex-start;
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}



.close-button {
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 25px;
    color: rgba(40, 40, 40, 1);
    cursor: pointer;
    opacity: 0.8;
}

    .close-button:hover {
        opacity: 1;
    }

#buttons {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 170px;
}

@media screen and (max-width:600px) {
    #buttons {
        display: block;
        text-align: center;
        width: 200px;
        height: auto;
        margin: 10px auto;
    }
}

.button {
    float: left;
    width: 125px;
    margin-right: 25px;
    background: #eaeaea;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 0 1px 0px #fdfdfd;
    padding: 15px 5px 5px;
    box-sizing: border-box;
}

@media screen and (max-width:600px) {
    .button {
        width: 200px;
        float: none;
        margin: 10px auto;
    }
}

.button i {
    background: #c5c5c5;
    color: #eaeaea;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.fb-share-button {
    line-height: 5px;
    display: inline-block
}

@media screen and (max-width:750px) {
    .fb-share-button {
        position: relative;
        top: -25px;
    }
}

.twitter-share-button {
    padding: 0 0 2px 15px;
    display: inline-block
}

.email-share-button {
    padding: 0 0 4px 0;
    opacity: 0.8
}

    .email-share-button:hover {
        opacity: 1;
        cursor: pointer;
    }

.social-container {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #656565;
    line-height: 54px;
    background: #d8d8d8;
    width: 100%;
    height: 45px;
    box-shadow: inset 0 -2px 4px #c7c7c7;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.slide, .button i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.slide {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 22px 22px;
    -o-border-radius: 0 0 22px 22px;
    -ms-border-radius: 0 0 22px 22px;
    -moz-border-radius: 0 0 22px 22px;
    -webkit-border-radius: 0 0 22px 22px;
    /* top fix */
    transition: all 0.2s ease-in-out;
    position: absolute;
    height: 45px;
    width: 100%;
    top: -35px;
}

    .slide::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 10px;
        box-shadow: inset 0 1px 0px #fdfdfd, 0 3px 0px #cdcdcd;
        border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        background: #eaeaea;
        border: 1px solid #cbcbcb;
        box-sizing: border-box;
        bottom: 0;
    }

.button:hover .slide {
    top: 0;
    border-radius: 3px;
}

.email .IN-widget, .button iframe, .google #___plusone_0 {
    top: -2px;
    position: relative;
}

.twitter iframe {
    width: 79px !important;
}

.google #___plusone_0 {
    width: 60px !important;
}

.button.facebook i, .facebook .slide {
    background: #305c99;
    color: white;
}

.button.twitter i, .twitter .slide {
    background: #00cdff;
    color: white;
}

.button.google i, .google .slide {
    background: #d24228;
    color: white;
}

.button.email i, .email .slide {
    background: #F5B392;
    color: white;
}

.button.email {
    margin-right: 0;
}

.SendEmail {
    width: 60px;
    height: auto;
}
