/* SVN FILE: $Id: _indexMosaic.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/_indexMosaic.css $
 */

#indexTransaction
{
    padding: 20px 0 40px 0;
    background-image: url('_indexTransaction.png');
    background-repeat: repeat;
}
    #indexTransaction h2
    {
        font-size: 2em;
        margin: 0.6em 0 1.1em 0;
        text-align: center;
    }
    #indexTransactionSlider
    {
        position: relative;
        margin: 20px 0 10px 0;
    }
    #indexTransactionParchment h3
    {
        padding-top: 10px;
    }
    #indexTransaction .buttons
    {
        position: relative;
        z-index: 1000;
        text-align: center;
    }
        #indexTransaction .buttons a:not(.btnBull)
        {
            font-size: 0.9em;
            text-transform: uppercase;
        }
        #indexTransaction .buttons .btnBull
        {
            margin-left: 5px;
            text-decoration: none;
            margin-top: 10px;
        }
@media (min-width: 494px)
{
    #indexTransaction .buttons
    {
        text-align: right;
    }
        #indexTransaction .buttons .btnBull
        {
            margin-top: 0px;
        }
}
@media (min-width: 768px)
{
    #indexTransaction h2
    {
        font-size: 2.2em;
    }
}
@media (min-width: 992px)
{
    #indexTransaction h2
    {
        font-size: 2.4em;
    }
}
@media (min-width: 1200px)
{
    #indexTransaction h2
    {
        font-size: 2.8em;
    }
}

#indexTransactionSlider .owl-stage-outer
{
    margin: -100px 0;
}
    #indexTransactionSlider .thumbnail
    {
        margin: 100px 0;
    }
