body {
    padding: 0;
}

.well {
    padding: 15px;
}

.well h3 {
    margin: 0px!important;
}

#container > .st-progress {
    width: 100%;
    height: 20px;
}

.st-title {
    text-align: center;
}

.st-poweredby {
    margin: 1.5rem 0 0;
}

.tip {
    color: #b6b6b6;
    font-size: 13px;
    margin: 1rem 0 0;
    text-align: center;
}

.tip em {
    font-style: normal;
    font-weight: bold;
}

.floatlabel-wrapper .label-floatlabel {
    font-weight: normal !important;
    left: 15px !important;
    color: #333 !important;
}

.thank-you-message {
    color: #67983a;
    line-height: 1.8;
}

.post-error {
    color: #d33643;
    line-height: 1.8;
}

input.st-form-control {
    max-width: none!important;
}

.goconnect-container {
    max-width: 725px;
    margin: 0 auto;
}

.goconnect-container .row:last-child {
    padding-bottom: 20px;
}

.upload-selection {
    margin: 3rem 0 0;
}

.social-button {
    position: relative;
    z-index: 3;
    width: 72px;
    height: 72px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 72px;
}
.social-button:hover {
    color: #fff;
    text-decoration: none; 
}

.social-button-facebook {
    background: #3f5996;
}

.social-button .fs {
    font-size: 45px
}

.social-button-sm {
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.social-button-sm .fs {
    font-size: 22px;
}

.upload-selection .social-button{
    cursor: pointer;
    margin: 0 15px;
}


.social-user {
    overflow: hidden;
    margin: 0 0 2rem;
    display: flex;
    align-items: center;
    min-height: 80px;
}

.social-user > div{
    float: left;
    margin-right: 1rem;
}
.social-user > div:nth-child(2){
   flex-grow: 1;
}
.social-user > div:last-child{
    float: right;
    margin-right: 0;
}

.social-user-name {
    font-size: 1.8rem;
    font-weight: bold;
}
.social-user-handle {
    font-size: 1.5rem;
    color: #666;
}

.social-user-avatar{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
}

.social-user-avatar > img{
    width: 100%;
    height: 100%;
}


.photo-grid {
    overflow: hidden;
}

.photo-cell {
    float: left;
    width: 25%;
    padding: 1px;
    box-sizing: border-box;
}

.photo-album-breadcrumb {
    font-weight: bold;
    font-size: 1.6rem;
    margin: 1rem 0;
}
.photo-album-breadcrumb a{
    cursor: pointer;
}
 
.photo-albums .photo-cell {
    width: 50%;
}

.photo-album {
    float: left;
    width: 50%;
    padding: 1px;
    box-sizing: border-box;
}

.photo-caption {
    padding: 1.5rem;
    background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,.1) 10%,rgba(0,0,0,.9) 50%);
    color: #fff;
}
.photo-caption-title {
    font-size: 2rem;
}
.photo-caption-description {
    font-size: 1.5rem;
}

.photo-thumbnail {
    width: 100%;
    padding-top: 100%;
    position: relative;
    display: block;
    margin: 0;
    overflow: hidden;
    background-size: cover;
    background-color: #333;
}
.photo-thumbnail:hover {
    cursor: pointer;
}
.photo-thumbnail:hover::after {
    display:block;
    content: "";
    border: 5px solid rgba(255,255,255,0.5);
    box-shadow: 0 0 6px rgba(0,0,0,0.2) inset;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.photo-albums .photo-thumbnail {
    padding-top: 40%;
}

.photo-thumbnail > input {
    position: absolute;
    top: 0;
    opacity: 0;
}

.checkcircle {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    color: #fff;
    background: #67983a;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 6px rgba(255,255,255,0.3)
}

input[name="source_unique_id"] + .checkcircle {
    display: none;
}

input[name="source_unique_id"]:checked + .checkcircle {
    display: block;
}

.photo-load-more {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 1.5rem;
    margin: 1px;
    cursor: pointer;
    outline:0;
}

.photo-loading {
    color: #999;
    text-align: center;
    padding: 1.5rem;
    margin: 1px;
    cursor: pointer;
    outline:0;
}

.error-text {
    color: #d33643
}
.error-block {
    color: #d33643;
    padding: 1.5rem;
    background: #ffe2e4;
}

#collapsible-btn {
    width: 100%;
    color: #fff;
    background-color: #0A3488;
    border: none;
    border-radius: initial;
    font-size: 16px;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: 600;
}

#collapsible-btn .fs {
    font-size: 22px;
    padding: 0;
    margin-top: -2px;
    margin-right: 5px;
}

#close-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    color: #0A3488;
    text-decoration: none;
}


@media screen and (max-width: 400px) {
    body {
        padding: 0;
    }
}