#someone-purchased {
    background: #fff;
    border: 0;
    display: none;
    border-radius: 0;
    bottom: 20px;
    left: 20px;
    top: auto !important;
    right: auto !important;
    padding: 0;
    position: fixed;
    text-align: left;
    width: auto;
    z-index: 99999;
    font-family: Raleway, sans-serif;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
}

#someone-purchased img {
    cursor: pointer;
    float: left;
    max-height: 85px;
    max-width: 120px;
    width: auto
}

#someone-purchased p {
    color: #000;
    float: left;
    font-size: 13px;
    margin: 0 0 0 13px;
    width: auto;
    padding: 10px 10px 0 0;
    line-height: 20px
}

#someone-purchased p a {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 700
}

#someone-purchased p a:hover {
    color: #000
}

#someone-purchased p small {
    display: block;
    font-size: 10px;
    margin-bottom: 8px;
}

@media screen and (max-width:767px) {
    #someone-purchased {
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        max-width: auto !important;
    }

    #someone-purchased img {
        max-width: 20%;
        max-height: auto;
    }

    #someone-purchased p {
        font-size: 11px;
        width: 70%;
    }

    #someone-purchased p a {
        font-size: 13px;
    }
}

@keyframes nFadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

#someone-purchased.fade-in {
    opacity: 0;
    animation-name: nFadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@media screen and (max-width:767px) {
    @keyframes nFadeIn {
        from {
            opacity: 0;
            transform: translate3d(0, 100%, 0);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }
}

@keyframes nFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        bottom: 0;
    }
}

#someone-purchased.fade-out {
    opacity: 0;
    animation-name: nFadeOut;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@media screen and (max-width:767px) {
    @keyframes nFadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
            transform: translate3d(0, 100%, 0);
            bottom: 0
        }
    }
}

#someone-purchased {
    background: #fff;
    border: 0;
    display: none;
    border-radius: 0;
    bottom: 20px;
    left: 20px;
    top: auto !important;
    right: auto !important;
    padding: 0;
    position: fixed;
    text-align: left;
    width: auto;
    z-index: 99999;
    font-family: Raleway, sans-serif;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
}

#someone-purchased img {
    cursor: pointer;
    float: left;
    max-height: 43px;
    max-width: 60px;
    width: auto
}

#someone-purchased p {
    color: #000;
    float: left;
    font-size: 6px;
    margin: 0 0 0 13px;
    width: auto;
    padding: 0px 0px 0 0;
    line-height: 15px
}

#someone-purchased p a {
    color: #000;
    display: block;
    font-size: 7px;
    font-weight: 350
}

#someone-purchased p a:hover {
    color: #000
}

#someone-purchased p small {
    display: block;
    font-size: 10px;
    margin-bottom: 8px;
}

@media screen and (max-width:767px) {
    #someone-purchased {
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        max-width: auto !important;
    }

    #someone-purchased img {
        max-width: 20%;
        max-height: auto;
    }

    #someone-purchased p {
        font-size: 11px;
        width: 70%;
    }

    #someone-purchased p a {
        font-size: 13px;
    }
}

@keyframes nFadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

#someone-purchased.fade-in {
    opacity: 0;
    animation-name: nFadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@media screen and (max-width:767px) {
    @keyframes nFadeIn {
        from {
            opacity: 0;
            transform: translate3d(0, 100%, 0);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }
}

@keyframes nFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        bottom: 0;
    }
}

#someone-purchased.fade-out {
    opacity: 0;
    animation-name: nFadeOut;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@media screen and (max-width:767px) {
    @keyframes nFadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
            transform: translate3d(0, 100%, 0);
            bottom: 0
        }
    }
}



.container {
    position: relative;
    display: inline-block;
}

.image1 {
    display: block;
}

.image2 {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    max-width: 50%;
    width: auto;
    height: auto;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    #someone-purchased p {
        line-height: 17px !important;
    }
}

#someone-purchased p {
    line-height: 26px;
}

@media screen and (max-width: 767px) {
    #someone-purchased p {
        font-size: 11px !important;
    }
}

#someone-purchased img {
    max-height: 60px;
}

#someone-purchased p {
    font-size: 15px;
}

#someone-purchased p a {
    font-size: 12px;
}

.navbar {
    position: relative;
    min-height: 78px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-default {
    background-image: none;
    border-radius: 0;
    border: none;
    background: #ffffff;
}

.navbar-brand {
    padding: 2px 10px;
}

.navbar-brand img {
    width: 200%;
    max-width: 250px;
}

.navbar-nav {
    float: left;
}

.navbar-default .navbar-nav>li>a {
    font-family: Arial;
    text-shadow: none;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    text-shadow: 0px 2px 2px #777;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        display: block;
        width: auto;
        float: none;
    }

    .navbar-nav>li {
        display: block;
    }

    .navbar-default .navbar-toggle {
        border-color: #000;
        background: transparent;
        color: #000;
        float: right;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: transparent;
        color: #fff;
        border-color: #fff;
    }

    .navbar-header {
        text-align: center;
    }

    .navbar-brand {
        padding: 5px 10px;
        margin: 0 auto;
        display: block;
        float: left;
        width: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        padding: 15px 8px;
    }
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar {
    position: relative;
    min-height: 78px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-default .navbar-nav>li>a {
    font-family: Arial;
    text-shadow: none;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 50px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: block;
}

.nav>li {
    display: inline-block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 15px;
    text-decoration: none;
}

.navbar-brand {
    float: left;
    height: 50px;
    font-size: 18px;
    /*line-height: 20px;*/
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.collapse {
    display: none;
    visibility: hidden;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        display: block;
        width: auto;
        float: none;
    }
}

.popMeUpGC {
    z-index: 99999;
    padding: 0.1em;
    position: fixed;
    right: 0px;
    width: 280px;
    bottom: -67px;
    background: #b31000;
    border: 1px solid #c0c0c0;
    color: #343434;
    font-size: initial;
    line-height: normal;
}

.popMeUpGC p,
.rotate {
    font-size: 12px;
    padding: 0 5px;
    color: #fbfbfb !important;
}

.rotate.next {
    opacity: 0;
    width: 340px;
    padding: 0.5em;
    position: fixed;
    right: 30px;
    bottom: -67px;
}

.closeit {
    position: absolute;
    right: 5px;
    top: 0px;
    display: block;
    font-weight: bold;
    color: white;
}

.closeit a {
    color: #fff;
}
