@charset 'UTF-8';

.thumbnails::before, .thumbnails::after {
    content: "";
    display: table;
    line-height: 0;
}
.thumbnails::after {
    clear: both;
}
.thumbnails::before, .thumbnails::after {
    content: "";
    display: table;
    line-height: 0;
}
.thumbnails {
    margin-left: -30px;
}
.thumbnails {
    list-style: outside none none;
    margin-left: -20px;
}

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

[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.span1 {
    width: 260px;
}
[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}
li {
    /*line-height: 40px;*/
}
.jsfg-loader {
    font-weight: bold;
    position: relative;
    top: 50%;
    text-align: center;
}

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

.jsfg-modal {
    width: auto;
     background-color: #fff;
}

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

    .jsfg-modal .modal-body {
        max-height: none;
        position: relative;
    }
    .jsfg-modal .modal-body .modal-image {
   
        margin: 0 auto;
     }    
    /*
        .jsfg-modal .modal-body .modal-image {
            position: relative;
            margin: 0 auto;
            top: 50%;
            text-align: center;
            cursor: pointer
        }
*/
    .jsfg-modal.fade.in{
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    }
    
    .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;
        }
    }