/* SVN FILE: $Id: _indexRoll.css 1803 2015-04-22 05:58:39Z Wolff $ */
/**
 * @lastChangedBy       $LastChangedBy: Wolff $
 * @copyright           ARZA STUDIO
 * @version             $Revision: 1803 $
 * @date                $Date: 2015-04-22 07:58:39 +0200 (mer., 22 avr. 2015) $
 * @license             LICENSE.TXT
 * @filesource          $URL: https://svn.arza-studio.com/engine/branches/1.4/modules/media/migrations/_m000000_000001_media_assets/index/_indexRoll.css $
 */

/* XS */
#indexSectors
{
    padding: 20px 0 50px 0;
}
    #indexSectors h2
    {
        font-size: 2em;
        margin: 0.6em 0 1.1em 0;
        text-align: center;
    }
@media (min-width: 768px)
{
    #indexSectors h2
    {
        font-size: 2.2em;
    }
}
@media (min-width: 992px)
{
    #indexSectors h2
    {
        font-size: 2.4em;
    }
}
@media (min-width: 1200px)
{
    #indexSectors h2
    {
        font-size: 2.8em;
    }
}
    #indexSectors .owl-nav
    {
        margin-top: -64px;
    }
    #indexSectors .thumbnail {
        background-color: transparent;
        text-align: center;
    }
        #indexSectors .thumbnail a:not(.adminOverlay) {
            display: block;
            text-decoration: none !important;
        }
            #indexSectors .thumbnail svg {
                display: inline-block;
                width: 40%;
                height: 40%;
            }
            #indexSectors .thumbnail h3 {
                text-transform: uppercase;
                font-size: 11px;
            }
            @media (min-width: 768px)
            {
                #indexSectors .thumbnail h3 {
                    font-size: 12px;
                }
            }
            @media (min-width: 992px)
            {
                #indexSectors .thumbnail h3 {
                    font-size: 14px;
                }
            }
            @media (min-width: 1200px)
            {
                #indexSectors .thumbnail h3 {
                    font-size: 16px;
                }
            }
