/*
 * NOTICE OF LICENSE
 *
 * This source file is subject to a commercial license from EURL ébewè - www.ebewe.net
 * Use, copy, modification or distribution of this source file without written
 * license agreement from the EURL ébewè is strictly forbidden.
 * In order to obtain a license, please contact us: contact@ebewe.net
 * ...........................................................................
 * INFORMATION SUR LA LICENCE D'UTILISATION
 *
 * L'utilisation de ce fichier source est soumise a une licence commerciale
 * concedee par la societe EURL ébewè - www.ebewe.net
 * Toute utilisation, reproduction, modification ou distribution du present
 * fichier source sans contrat de licence ecrit de la part de la EURL ébewè est
 * expressement interdite.
 * Pour obtenir une licence, veuillez contacter la EURL ébewè a l'adresse: contact@ebewe.net
 * ...........................................................................
 *
 * @package   Gallery
 * @author    Paul MORA
 * @copyright Copyright (c) 2012-2015 EURL ébewè - www.ebewe.net - Paul MORA
 * @license   Commercial license
 * Support by mail  :  contact@ebewe.net
 */

#masonry {
    margin-bottom: 20px;
}
#masonry .picture {
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    #masonry .picture {
        padding-bottom: 15px;
    }
}
#masonry .picture a {
    position: relative;
}
#masonry .picture a img {
    width: 100%;
}
#masonry .picture a .picture_title {
    bottom: 0;
    font-size: 1.3em;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    opacity: 0;
}
#masonry .picture a:hover img {
    opacity: 0.5;
}
#masonry .picture a:hover .picture_title {
    opacity: 1;
}

#infscr-loading {
    bottom: -30px;
    font-size: 1.3em;
    position: absolute;
    width: 100%;
}
#infscr-loading div {
    text-align: center;
    width: 100%;
}
#infscr-loading img {
    display: none;
}

/* Hook gallery */
.hook_gallery {
    float: left;
}