/* SVN FILE: $Id: _windmillRefAnim.css 50 2014-12-09 12:20:34Z Wolff $ */
/**
 * @lastChangedBy       $LastChangedBy: Wolff $
 * @copyright           ARZA STUDIO
 * @version             $Revision: 50 $
 * @date                $Date: 2014-12-09 13:20:34 +0100 (Mar, 09 déc 2014) $
 * @license             LICENSE.TXT
 * @filesource          $URL: https://svn.arza-studio.com/tripalium/trunk/protected/modules/media/assets/media/_windmillRefAnim.css $
 */

.windmillRefAnim
{
    text-align:           center;
    margin:               20px 0;
}
    .windmillRefAnim a
    {
        display:              inline-block;
        height:               100px;
    }
    body .windmillRefAnim svg /* see : ".leaflet-overlay-pane svg" in leaflet.css */
    {
        position:             relative;
	left:                 auto;
	top:                  auto;
    }
    .windmillRefAnim svg.logoSmall100
    {
        display:              block;
        width:                100px;
        height:               100px;
    }
    .windmillRefAnim svg.logoSmall130
    {
        display:              none;
        width:                130px;
        height:               130px;
    }
    .windmillRefAnim svg.pictoPlusCircle
    {
        position:             absolute;
        width:                34px;
        height:               34px;
        margin:               -34px 0 0 17px;
    }