/* SVN FILE: $Id: _latest.css 207 2017-03-10 09:57:22Z Wolff $ */
/**
 * @lastChangedBy       $LastChangedBy: Wolff $
 * @copyright           ARZA STUDIO
 * @version             $Revision: 207 $
 * @date                $Date: 2017-03-10 10:57:22 +0100 (ven., 10 mars 2017) $
 * @license             LICENSE.TXT
 * @filesource          $URL: https://svn.arza-studio.com/tripalium/trunk/protected/modules/resource/assets/media/resource/_latest.css $
 */


.resourceLastest
{
    border: 1px solid;
}
#indexResources .resourceLastest
{
    border: none;
}
    .resourceLastest h2
    {
        font-family: 'FontFaceItalic', Arial, Helvetica, sans-serif;
    }
    .resourceLastest .resourceImage
    {
        display: none;
        height: 100px;
        width: 100%;
        height: 100px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        text-decoration: none;
        margin-bottom: 10px;
        broder-radius: 4px;
    }
    @media (min-width: 992px)
    {
        .resourceLastest .resourceImage
        {
             display: block;
        }
    }
    @media (min-width: 1200px)
    {
        .resourceLastest .resourceImage
        {
            height: 130px;
        }
    }
    .resourceLastest h2
    {
        font-family: 'FontFaceItalic', Arial, Helvetica, sans-serif !important;
    }
    .resourceLastest h3
    {
        font-family: 'FontFace', Arial, Helvetica, sans-serif;
        margin: 0 0 2px 0 !important;
    }
    .resourceLastest p
    {
        margin: 0 0 8px 0;
        font-family: 'FontFaceItalic', Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 16px;
        color: inherit;
    }
    