/* 
    Document   : lexpott
    Created on : 11-aug-2013, 10:03:32
    Author     : Shabrany
    Description:
        Front-end opmaak van de website.
*/

@font-face {
    font-family: 'FuturaBook';
    src: url('../font/futura-book-webfont.eot');
    src: url('../font/futura-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/futura-book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaHeavy';
    src: url('../font/futura-heavy-webfont.eot');
    src: url('../font/futura-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/futura-heavy-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaMedium';
    src: url('../font/futura-medium-webfont.eot');
    src: url('../font/futura-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/futura-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body {
    background-color: #F0F0F0;
    text-align: center;
    font-family: FuturaMedium;
    font-weight: 500;
    font-size: 10pt;
}

/**
 |------------------------------------------------------------------------------
 | General layout
 |------------------------------------------------------------------------------
**/

h3,h4, h2, b, strong {
    color: #333;
}

h3 {
    margin: 0;
}

div.container {
    position: relative;
    width: 960px;
}

div#content {
    margin: 0px auto;
    width: 960px;
    padding-top: 148px; 
}

div#content a {
    color: #333;
    font-family: 'FuturaHeavy';
    font-weight: 400;
}

div.page-content [class*="span"] {
    float: none;
    margin-left: 0px;
}

div#footer {
    padding: 20px 0 30px 0;
}

div#footer a {
    color: #000;
}

div#footer .top-link {
    color: #000;
    font-size: 14px;
    font-family: 'FuturaHeavy';
    margin-bottom: 8px;   
    display: none;
}

ul.nav li a, h4 {
    letter-spacing: 0.09em;
}

div.inhoud img, .page-content img, div.project-media img { 
    border: 7px solid #fff;
}


h2.title {
    margin-bottom: 25px;
    letter-spacing: 0.09em;
}

h2.title span {
    color: #000;
    font-size: 25px;
    background: url('../img/background/onderstreep_submenu.jpg') repeat-x bottom;  
}

#content strong, #content b {
    font-family: 'FuturaHeavy';
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 14px;    
}

#content p {
    letter-spacing: 0.1em;
    margin: 0px auto;
    padding-bottom: 25px;
    font-size: 13px;
    width: 550px;
}


/**
 |------------------------------------------------------------------------------
 | Header ( Logo + menu )
 |------------------------------------------------------------------------------
**/

div#header {
/*    background: url('/img/bg-gradient.png') repeat-x ;*/
    background: #f0f0f0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 30;
}

div#logo  {
    overflow: hidden;
    padding: 30px;
}

div#logo img { 
    height: 40px;
}

div#menu ul.nav li {
    display: inline-block;
    text-align: center;
    margin: 0 25px;
}

div#menu ul.nav a {
    color: #000;
    font-size: 18px;
    font-family: 'FuturaHeavy';
    padding: 4px 0px;
}

div#menu a.active {
    background: url('../img/background/onderstreep_submenu.jpg') repeat-x bottom;        
}

@media (min-width: 580px) {
    
    div#menu ul.nav li:hover > a {
        background: url('../img/background/onderstreep_submenu.jpg') repeat-x bottom;    
    }
    
}



/**
 |------------------------------------------------------------------------------
 | Social icons
 |------------------------------------------------------------------------------
**/
div#social-icons {    
    position: absolute;
    right: 20px;
    top: 20px;
}

div#social-icons a {
    color: #000;
    text-decoration: none;   
    font-size: 22px;
    display: inline-block;
    margin: 0 2px;
}

div#social-icons a:hover > i {
    color: #000;
}

/**
 |------------------------------------------------------------------------------
 | News items
 |------------------------------------------------------------------------------
**/
h3 {
    font-family: FuturaHeavy;
    font-size: 14pt;
    font-weight: lighter;
    letter-spacing: 0.10em;
}

div.nieuwsitem {
    margin: 15px 0 25px 0;
}

div.nieuwsitem h3 {
    margin: 0px 0 3px 0;
}

/**
 |------------------------------------------------------------------------------
 | Project items
 |------------------------------------------------------------------------------
**/

div#projects {
    text-align: center;
}

div#projects .item { 
    background: #fff;
    overflow: hidden; 
    width: 30%; 
    display: inline-block;
    margin: 10px;
    padding: 5px 5px;    
}

div#projects .item img { 
    position: relative;
    width: 100%; 
    z-index: 10;
}

div#projects .item h4 {
    position: absolute; 
    top: 43%;
    width: 100%;
    opacity: 0;
}

div.project-media img {
    max-width: 400px;
    width: 400px;
    margin-bottom: 20px;
}

div.project-media .video {
    margin-bottom: 20px;
    border: 7px solid #fff;
}

h2.project-title {
    margin-bottom: 20px;
}

p.project-features b {
    font-size: 13px;
}

/**
 |------------------------------------------------------------------------------
 | Mobile resolution: 
 |------------------------------------------------------------------------------
**/
@media (max-width: 570px) {
    
    body {
        padding: 0 15px 0 13px;
    }
    
    div.container {
        width: auto;
    }
    
    div#social-icons {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 15px; 
    }
    
    div#header {
        position: relative
    }
    
    div#content {
        width: auto;
        padding: 0;
    }
    
    #content p {
        padding-bottom: 25px;
        width: auto;
    }
    
    div#content div#projects .item {
        text-align: center;
        position: relative;
        float: none;
        display: block;
        width: 98.1%;
        margin: 10px 0px 10px 0;
    }
    
    h2.title span { 
        font-size: 22px;       
        display: inline;
    }
    
    div#content div.nieuwsitem img, div#content img
    {
        width: 95%;
    }
    
    /*
     * Menu
     *------------------------------------------------*/
    div#menu ul.menu-list li {
        margin: 4px 6px;
    }      

    /*
     * Footer
     *-------------------------------------------------*/
     div#footer .top-link {
        display: block;
     }
}


/**
 |------------------------------------------------------------------------------
 | Tablet resolution: 
 |------------------------------------------------------------------------------
**/
@media (min-width: 570px) and (max-width: 800px) {
    
    div.container {
        width: auto;
    }
    
    div#content {
        width: auto;
        padding: 150px 0 0 10px;
    }
    
    div#projects .item {
        position: relative;
        display: inline-block;
        width: 45%;
        margin: 10px 10px;
    }
    
    div#menu ul.nav li {
        margin: 0px 15px;
    } 
    
    div#menu ul.nav a {
        font-size: 16px;
    }
    
}


