/**
 * CSS for Demos on MattBango.com
 * @author: Matt Bango
 * @version: 1.01
 */


        .clearfix {
            display: block;
        }

        /* --- Container configuration ---------------------------------------------------------- */
        .viewport {
            border-left: 3px solid #ffc904;
            float: left;
            height: 250px;
            margin: 0 9px 9px 0;
            overflow: hidden;
            position: relative;
            width: 305px;
        }
		.viewportProizvodi{
            border-left: 3px solid #ffc904;
            float: left;
            height: 200px;
            margin: 0 9px 9px 0;
            overflow: hidden;
            position: relative;
            width: 235px;
		}

        /* This is so that the 3nd thumbnail in each row fits snugly. You will want to add a similar
           class to the last thumbnail in each row to get rid of the margin-right. */
        .no-margin {
            margin-right: 0;
        }

        /* --- Link configuration that contains the image and label ----------------------------- */
        .viewport a,  .viewportProizvodi a{
            display: block;
            position: relative;
        }

        .viewport a img, .viewportProizvodi a img {
            left: -20px;
            position: relative;
            top: -20px;
			border-left: 0px;
        }
		.viewport a img{
            height: 330px;
            width: 400px;
		}
		.viewportProizvodi a img{
            height: 255px;
            width: 300px;
		}
        /* --- Label configuration -------------------------------------------------------------- */
        .viewport a span, .viewportProizvodi a span {
            display: none;
            font-size: 2.0em;
            font-weight: bold;
            height: 100%;
            padding-top: 120px;
            position: absolute;
            text-align: center;
            text-decoration: none;
            width: 100%;
            z-index: 100;
			font-family:'Monda', Verdana, Arial, Helvetica, sans-serif;
        }
            .viewport a span em, .viewportProizvodi a span em {
                display: block;
                font-size: 0.45em;
                font-weight: normal;
            }

        /* --- Yellow hover background ------------------------------------------------------------ */
        .zuti-background {
            background-color: rgba(255, 201, 4, 0.6);
            color: #fff;
            text-shadow: #000 0px 0px 20px;
        }
            .zuti-background em {
                color: #ccc;
            }

        /**
         * You could create multiple hover background classes for different looks depending on the
         * image type. Use your imagination!
         */


