/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * 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 {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    background-image: url(../img/concrete_seamless.png);
    background-repeat: repeat;
}

header  {
        width: 1000px;
        height: 123px;
        margin: 30px auto 0 auto;
        }

.logo_header   {
        background-image: url(../img/logo_header.png);
        width: 186px;
        height: 123px;
        margin-left: 20px;
        float: left;
        }
        
div.logo_header a {
                    display: block ;
                    height: 100% ;
                    } 

#navi   {
        padding: 80px 20px 0px 80px;
        margin-left: 210px;
        }

#navi li {
    display: inline; 
    list-style-type: none;
    margin: 0 40px 0 0; 
  }
  
#navi ul    {
            margin-bottom: 0;
            width: 750px
            }
            
#navi a {
        color: #2e2d30;
        text-decoration: none;
        font-family: 'Raleway', sans-serif;
        letter-spacing: 0.1em;
        font-size: small;
        }
        
a:link  {
        text-decoration: none;
        color: #2e2d30;
        }

a:hover     {
            color: #c50c1f; 
            -o-transition: all 1s ease;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            transition: all 1s ease;
            }

a:active    {
            color: #2e2d30;
            }

#banner     {
            background-image: url(../img/panorama_1600x239.jpg);
            width: 100%;
            min-width: 1000px;
            height: 239px;
            margin: 40px auto 0 auto;
            
}

.content_wrapper    {
                    display: block;
                    width: 1000px;
                    min-height: 220px;
                    height: auto;
                    margin: 30px auto 0 auto;
                    }
                    
.content_wrapper_2    {
                    display: block;
                    width: 1000px;
                    min-height: 220px;
                    height: auto;
                    margin: 0 auto 0 auto;
                    }

.content_wrapper p,a  {
                    color: #2e2d30;
                    font-family: 'Raleway', sans-serif;
                    font-size: 10pt;
                    }
                    
.content_wrapper_2 p,a  {
                    color: #2e2d30;
                    font-family: 'Raleway', sans-serif;
                    font-size: 10pt;
                    }

.block_left   {
        float: left;
        display: inline;
        width: 333px;
        color: #2e2d30;
        font-family: 'Raleway', sans-serif;
        font-size: 12;
        text-align: center;
        }
        
.block_middle   {
        float: left;
        display: inline;
        width: 333px;
        color: #2e2d30;
        font-family: 'Raleway', sans-serif;
        font-size: 12;
        text-align: center;
        }

.block_right   {
        float: left;
        display: inline;
        width: 333px;
        color: #2e2d30;
        font-family: 'Raleway', sans-serif;
        font-size: 12;
        text-align: center;
        }
        
        
        
.block_left_ref     {
                    float: left;
                    display: inline;
                    width: 250px;
                    height: 250px;
                    }
        
.block_middle_ref   {
                    padding-top: 60px;
                    float: left;
                    display: inline-block;
                    width: 550px;
                    height: auto;
                    color: #2e2d30;
                    font-family: 'Raleway', sans-serif;
                    font-size: 12;
                    }
                    
.block_right_ref   {
                    float: left;
                    display: inline;
                    width: 160px;
                    color: #2e2d30;
                    font-family: 'Raleway', sans-serif;
                    font-size: 12;
                    padding-left: 30px;
                    padding-top: 60px;
                    } 

.block_left_rec     {
                    margin-left: 40px;
                    margin-top: 20px;
                    float: left;
                    display: inline;
                    width: 320px;
                    color: #2e2d30;
                    font-family: 'Raleway', sans-serif;
                    font-size: 12;
                    }
        
.block_middle_rec   {
                    margin-top: 20px;
                    float: left;
                    display: inline;
                    width: 320px;
                    color: #2e2d30;
                    font-family: 'Raleway', sans-serif;
                    font-size: 12;
                    }
                    
 .block_right_rec   {
                    float: left;
                    display: inline;
                    width: 320px;
                    color: #2e2d30;
                    font-family: 'Raleway', sans-serif;
                    font-size: 12;
                    }                   


.picholder  {
            margin: 40px auto 0 auto;
            width: 270px;
            height: 200px;
            }

.picholder_rec  {
            float: left;
            display: inline;
            margin-left: 0px;
            width: 270px;
            height: 200px;
            }

.picholder img  {
            border-radius: 5px;
            }

footer  {
        margin: 30px auto 0 auto;
        display: inline-block;
        width: 100%;
        min-width: 1000px;
        height: 140px;
        background-color: #2e2d30;
        }
        
 
.footer_wrapper {
                margin: 0 auto;
                display: block;
                width: 940px;
                height: 150px;
                } 
        
.footer_content2 {
                margin-top: 20px;
                display: inline-block;
                width: 250px;
                color: #fff;
                font-family: 'Raleway', sans-serif;
                font-size: 9pt;
                }

footer img   {
            margin-left: 405px;
            width: 21px;
            height: 21px;
            }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets 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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

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

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

















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

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

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

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, 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;
}

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

@media only screen and (max-width: 480px) {

            
            
            
            }

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

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

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

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

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

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