﻿.transition {
        -o-transition:all 0.4s;
        -webkit-transition:all 0.4s;
        -ms-transition:all 0.4s;
        -moz-transition:all 0.4s;
        transition:all 0.4s;
    }
.spacer5 {
    height:5px;
}
.spacer10 {
    height:10px;
}
    div#g2g-lightbox {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999;
        background: rgba(0,0,0,0.7);
        width: 100%;
        height: 100%;
        display:none;
    }
    .g2g-lb-wrap {
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        border-radius: 5px;
        padding: 35px;
        font-family: 'bariol_regularregular';
        font-size: 16px;
        text-align: center;
        overflow-y: inherit;
        height: auto;
        max-height: 625px;
    }
    .gtg-content {
        font-family: 'bariol_regularregular';
        font-size: 16px;
        text-align: center;
    }
    .gtg-content svg {
        display: block;
        width: 60%;
        margin: 0 auto;
        max-width: 180px;
        margin-bottom: 25px;
    }
    .gtg-section {
        margin: 15px 0;
    }
    button#gtg-signup,
    button#gtg-restart {
        color: #f05123;
        background: transparent;
        border: 1px solid #f05123;
    }
    button#gtg-signup:hover,
    button#gtg-restart:hover {
        color: #fff;
        background: #f05123;
        border: 1px solid #f05123;
    }
    button#gtg-signin:hover,
    button#gtg-finish:hover {
        /*color: #f05123;*/
        background: transparent;
        border: 1px solid #f05123;
    }
    p.finish-text {
        margin: 25px 0;
        font-weight: bold;
    }
    .gtg-content button {
        border: 1px solid #f05123;
        background: #f05123;
        color: #fff;
        padding: 10px;
        font-size: 16px;
        width: 90%;
        max-width: 300px;
        border-radius: 5px;
        font-weight: bold;
    }
    .gtg-or span {
        display: inline-block;
        vertical-align: middle;
        width: 10%;
    }
    .gtg-or span.gtg-line {
        height: 1px;
        background: #ccc;
        width: 35%;
        display: inline-block;
        vertical-align: middle;
    }
    .gtg-content select {
    display: block;
    width: 90%;
    max-width: 300px;
    text-align: center;
    padding: 10px;
    margin: 25px auto;
    border-radius: 5px;
}
    .gtg-content h4 {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .close-g2g {
        position: absolute;
        top: 5px;
        right: 10px;
        color: #838383;
        font-size: 18px;
        cursor: pointer;
    }
    img.g2g-heart {
    display: block;
    margin: 0px auto 0;
    width: 35px;
}
    button#gtg-nominate {
    background: transparent;
    color: #f05123;
}

    a#gtg-nominate {
    border: 1px solid #f05123;
    background: transparent;
    color: #f05123;
    padding: 10px;
    font-size: 16px;
    width: 90%;
    max-width: 300px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    display: block;
        margin: 0 auto;
}
    #g2g-buttons-wrap {
        display:none;
    }
    .not-in-list > p {
    font-size: 14px;
    margin-top: 20px;
    font-style: italic;
}

    svg#g2gheart {
    width: 35px;
    margin: 0px auto;
    padding: 0;
}