@font-face {
    font-family: 'Helvetica Neue';
    src: url('helveticaneue-condensed-webfont.eot');
    src: local('?'), url('helveticaneue-condensed-webfont.woff') format('woff'), url('helveticaneue-condensed-webfont.ttf') format('truetype'), url('helveticaneue-condensed-webfont.svg#webfontmgNl229i') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,body {
    min-height:600px;
    height:100%;
    min-width: 980px;
    position: relative;
}

    #red-bar {
        height:23px;
        position:absolute;
        left:0;
        right: 0;
        background-color:#c51825;
        z-index:1;
        top:50%;
        margin-top:239px;
    }

    #container {
        width:980px;
        height:600px;
        background: transparent url('../img/bg.png') no-repeat top left;
        position: absolute;
        z-index: 2;
        top:50%;
        left:50%;
        margin-top:-300px;
        margin-left: -490px;
    }

        #list {
            list-style:none;
            margin: 0;
            padding: 0;
            position: absolute;
            z-index:4;
        }

            #list li {
                position: absolute;
                width:17px;
                height:16px;
                z-index:14;
                cursor: pointer
            }

                #list li span {
                    display:block;
                    visibility: hidden;
                    background:#FFF;
                    width:126px;
                    margin-left:17px;
                    margin-top:-42px;
                    opacity: 0;
                    overflow:hidden;
                    max-width:0;
                    -webkit-transition: all 0.3s ease-out; 
                    -moz-transition: all 0.3s ease-out; 
                    -o-transition: all 0.3s ease-out; 
                    transition: all 0.3s ease-out; 
                }

                    #list li span strong {
                        display:block;
                        height:24px;
                        line-height:100px;
                        overflow:hidden;
                        background-repeat: no-repeat;
                        background-position: 9px 4px;
                    }

                    #list li span a {
                        display:block;
                        height:16px;
                        line-height:18px;
                        border-top:1px solid #808080;
                        font-family: "Helvetica Neue", Arial, Helvetica, Sans-Serif;
                        color:#808080;
                        text-transform:uppercase;
                        text-decoration: none;
                        padding:0 9px;
                        font-size:12px;
                    }

                        #list li span a.hidden {
                            display:none;
                        }

                    .belgafix { background-image:url('../img/logos/01_LogoBelgafixCMYK.png');}
                    .belgapower { background-image:url('../img/logos/02_LogoBelgaPowerCMYK.png');}
                    .belgaindusteel { background-image:url('../img/logos/03_LogoBelgaIndusteelCMYK.png');}
                    .belgavar { background-image:url('../img/logos/04_LogoBelgaVarCMYK.png');}
                    .belgavarplus { background-image:url('../img/logos/05_LogoBelgaVarPlusCMYK.png');}
                    .belgaroof { background-image:url('../img/logos/06_LogoBelgaRoofCMYK.png');}
                    .belgaroofplus { background-image:url('../img/logos/07_LogoBelgaRoofPlusCMYK.png');}
                    .belgawall { background-image:url('../img/logos/08_LogoBelgaWallCMYK.png');}
                    .belgafoilin { background-image:url('../img/logos/09_LogoBelgaFoilInCMYK.png');}
                    .belgafoilout { background-image:url('../img/logos/10_LogoBelgaFoilOutCMYK.png');}
                    .belgafoilduo { background-image:url('../img/logos/11_LogoBelgaFoilDuoCMYK.png');}
                    .belgatapeduo { background-image:url('../img/logos/12_LogoBelgaTapeDuoCMYK.png');}
                    .belgatapesplit { background-image:url('../img/logos/13_LogoBelgaTapeSplitCMYK.png');}
                    .belgatapeblack { background-image:url('../img/logos/14_LogoBelgaTapeBlackCMYK.png');}
                    .belgaseal600 { background-image:url('../img/logos/15_LogoBelgaSeal600CMYK.png');}
                    .belgavoltmini { background-image:url('../img/logos/16_LogoBelgaVoltMiniCMYK.png');}
                    .belgavolt { background-image:url('../img/logos/17_LogoBelgaVoltCMYK.png');}
                    .belgatube { background-image:url('../img/logos/18_LogoBelgaTubeCMYK.png');}
                    .belgatubesolar { background-image:url('../img/logos/19_LogoBelgaTubeSolarCMYK.png');}

                #list li:hover span {
                    visibility: visible;
                    opacity:1;
                    max-width:135px;
                }

            #number-1 { top: 221px; left: 673px;}
            #number-2 { top: 182px; left: 380px;}
            #number-3 { top: 283px; left: 322px;}
                #list #number-3 span { width:135px; }
            #number-4 { top: 178px; left: 502px;}
            #number-5 { top: 263px; left: 269px;}
            #number-6 { top: 348px; left: 565px;}
            #number-7 { top: 145px; left: 625px;}
            #number-8 { top: 351px; left: 280px;}
            #number-9 { top: 375px; left: 597px;}
            #number-10 { top: 319px; left: 366px;}
            #number-11 { top: 335px; left: 730px;}
            #number-12 { top: 194px; left: 580px;}
            #number-13 { top: 371px; left: 681px;}
            #number-14 { top: 394px; left: 289px;}
            #number-15 { top: 397px; left: 597px;}
            #number-16 { top: 315px; left: 627px;}
            #number-17 { top: 287px; left: 231px;}
            #number-18 { top: 233px; left: 375px;}
            #number-19 { top: 162px; left: 410px;}


#base-url {
    font-size:17px;
    color:#FFFFFF;
    font-family: "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    position: absolute;
    right: 0;
    bottom:38px;
    z-index:4;
    text-decoration: none;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
