/* @override http://localhost:8888/joomla/1.5/grid2/modules/mod_captifyContent/css/captifyContent.css */

/* @group Mod Captify Sections */
 /* --- viewport configuration ---------------------------------------------------------- */
        .viewport {float: left; overflow: hidden;position: relative;}
        .viewport a { display: block; position: relative;}
       .viewport a img { position: relative;}

        .viewport a span {
            display: none;
            font-size: 1.0em;
            font-weight: bold;
            height: 100%;
            padding-top: 35%;
            position: absolute;
            text-align: center;
            text-decoration: none;
            width: 100%;
            z-index: 100;
        }
            .viewport a span em {
                display: block;
                font-size: 0.45em;
                font-weight: normal;
            }

        /* --- Dark hover background ------------------------------------------------------------ */
        .dark-background {
            background: url(blackOverlay.png);
            color: #fff;
            text-shadow: #000 0px 0px 20px;
        }
            .dark-background em {
                color: #ccc;
            }

        /* --- Light hover background ----------------------------------------------------------- */
        .light-background {
            background: url(whiteOverlay.png);
            color: #333;
            text-shadow: #fff 0px 0px 20px;
        }
            .light-background em {
                color: #707070;
            }
div.ccClear {
	clear:both;
}
/* @end */
