.jsfg-loader {
    font-weight: bold;
    position: relative;
    top: 50%;
    text-align: center;
}

    .jsfg-loader .animation-dots {
        color: #797979;
        font-size: 20px;
    }

.jsfg-modal {
    width: auto;
}

    .jsfg-modal .modal-header .modal-image {
        width: 560px
    }

    .jsfg-modal .modal-body {
        max-height: none;
        position: relative;
    }
    
        .jsfg-modal .modal-body .modal-image {
            position: relative;
            margin: 0 auto;
            top: 50%;
            text-align: center;
            cursor: pointer
        }

    .jsfg-modal.fade.in {
        top: 50%;
    }
    
    .jsfg-modal .modal-header:after   {
        display: table;
        line-height: 0;
        content: "";
        clear: both;
    }
    
.hide {
    display: none;
}

    @media (min-width:768px) {
        .jsfg-modal .modal-body .modal-image  {
            min-width: 560px;
        }
    }

@media (min-width: 768px) {
    #content
    .js-flickr-gallery {
        margin: 30px 0 30px;
    }
}
.thumbnails{
    margin-left:-20px;
    list-style:none;
}

.thumbnails:before,.thumbnails:after{
    display:table;
    line-height:0;
    content:""
}

.thumbnails:after{
    clear:both
}

.row-fluid .thumbnails{
    margin-left:0
}

.thumbnails>li{
    float:left;
    margin-bottom:20px;
    margin-left:20px
}

.thumbnail{
    display:block;
    padding:4px;
    line-height:20px;
    border:1px solid #ddd;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.055);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,0.055);
    box-shadow:0 1px 3px rgba(0,0,0,0.055);
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}

a.thumbnail:hover,a.thumbnail:focus{
    border-color:#08c;
    -webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);
    -moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);
    box-shadow:0 1px 4px rgba(0,105,214,0.25)
}

.thumbnail>img{
    display:block;
    max-width:100%;
    margin-right:auto;
    margin-left:auto
}

.thumbnail .caption{
    padding:9px;
    color:#555
}

.media,.media-body{
    overflow:hidden;
}
