/*! HTML5 Boilerplate v4.3.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;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * 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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
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;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, button, input, select, textarea { font-family: 'Ubuntu', sans-serif; color: #555; }
body { font-size: 16px; line-height: 1.5; background-color: #fff; font-weight: 300; }

/*font: 100%/1.618 sans-serif;*/

/* additional normalizations */
article, aside, details, figcaption, figure, footer, header, main, nav, section, div, ul, ol, form { outline: none; }

h1, h2, h3, h4, h5, h6, label, legend {
    font-family: Ubuntu, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    color: #333;
}
p, ul, ol { margin-bottom: 30px; margin-top: 0; }
p:last-child { margin-bottom: 0; }
strong, b { font-weight: 500; }
pre[class*="language-"] { max-height: 30em; margin: 0 0 30px 0 !important; font-size: 14px; }

/* avoids blurry edges (experimental http://dev.w3.org/csswg/css-images/#the-image-rendering) */
/*
img[src$=".gif"],
img[src$=".png"],
img[src$=".jpg"],
img[src$=".jpeg"] {
    image-rendering: -moz-crisp-edges;
    image-rendering:   -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
*/

/* =============================================================================
   Additional helper classes
   ========================================================================== */

.bold { font-weight: 500; }
.fleft { float: left; }
.fright { float: right; }
.bitego strong { font-weight: 300; color: #9ec41a; }

/* =============================================================================
   Button styles
   ========================================================================== */

.button,
.button:link,
.button:visited {
    display: inline-block;
    width: auto;
    height: auto;
    zoom: 1;
    padding: .5em 1.5em;
    cursor: pointer;
    text-decoration: none;
    border: none;
    font-weight: 500;
    /* todo: define outline */
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
         -o-border-radius: 50px;
            border-radius: 50px;
}

.button.green,
.button.green:link,
.button.green:visited {
    background: #9ec41a;
    color: white;
}
.button.green:hover {
    background: #89ab17;
}
.button.green:active {

}

.button.grey,
.button.grey:link,
.button.grey:visited {
    background: #333333;
    color: white;
}
.button.grey:hover {
    background: #222222;
}
.button.grey:active {

}

.button.lightgrey,
.button.lightgrey:link,
.button.lightgrey:visited {
    background: #e7e7e7;
    color: #8f8f8f;
}
.button.lightgrey:hover {
    background: #dfdfdf;
}
.button.lightgrey:active {

}

.button.greenborder,
.button.greenborder:link,
.button.greenborder:visited {
    background: #fff;
    color: #8fb318;
    border: 1px solid #8fb318;
    font-weight: 300;
}
.button.greenborder:hover {
    color: #000;
    border-color: #8eb218;

}
.button.greenborder:active {

}


/* =============================================================================
   in-page form styles
   ========================================================================== */

.be-form {
    overflow: hidden;
}
    .be-form fieldset { 
    }
       .be-form legend {
            font-size: 20px; margin: 0; padding: 0 0 10px 0;
        }
        /* wrapper <p> to stretch form elements to full container width */
        .be-form .fieldbg {
            margin-bottom: 10px;
            padding: 10px;
            background-color: #f4f4f4;                    
            -webkit-border-radius: 5px;
               -moz-border-radius: 5px;
                 -o-border-radius: 5px;
                    border-radius: 5px;
        }
        .be-form p {
            margin: 0;
        }
        .be-form label {
            display: block;
            margin-bottom: 5px;
            height: 24px;
            line-height: 24px;
            letter-spacing: 1px;
            overflow: hidden;
        }
            .be-form .required {
                display: block;
                width: auto;
                float: right;
                font-size: 12px;
                height: 18px;
                line-height: 18px;
                padding: 0 6px;
                color: #aeaeae;
                background-color: #fff;
                border: 1px solid #aeaeae;
                -webkit-border-radius: 5px;
                   -moz-border-radius: 5px;
                     -o-border-radius: 5px;
                        border-radius: 5px;
            }
            .be-form .ok {
                color: #81a956;
                background-color: #d6f0c1;
                border-color: #81a956;
            }
            .be-form .error {
                color: #df9898;
                background-color: #ffe7e7;
                border-color: #df9898;
            }
            .be-form .successMsg {
                font-size: 16px;
                font-style: italic;
                padding: 8px;
                color: #81a956;
                background-color: #d6f0c1;
                border: 1px solid #81a956;
                -webkit-border-radius: 5px;
                   -moz-border-radius: 5px;
                     -o-border-radius: 5px;
                        border-radius: 5px;
            }

        .be-form input[type="text"],
        .be-form input[type="email"],
        .be-form textarea {
            width: 100%;
            font-size: 17px;
            color: #555;
            margin: 0;
            padding: 5px 0;
            background: transparent;
            border: none;
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;
            -webkit-appearance: none;
        }
        .be-form input:focus,
        .be-form textarea:focus {
            outline: none;
            border-top: 1px dotted #ccc;
            border-bottom: 1px dotted #ccc;
            /* todo: define my own input, textarea outline */
        } 
        .be-form button:focus {
            outline: none;
            /* todo: define my own button outline */
        } 
        /* Remove box shadow firefox, chrome and opera put around required fields */  
        .be-form input:required,
        .be-form textarea:required {  
            -webkit-box-shadow: none;  
               -moz-box-shadow: none;  
                 -o-box-shadow: none;  
                    box-shadow: none;  
        } 
        /* chrome, safari */  
        .be-form ::-webkit-input-placeholder {  
            color: #ccc;  
            font-style: italic;  
        }
        /* mozilla */  
        .be-form input:-moz-placeholder,
        .be-form textarea:-moz-placeholder {  
            color: #ccc;  
            font-style: italic;  
        }
        /* ie (faux placeholder) */  
        .be-form input.placeholder-text, 
        .be-form textarea.placeholder-text  {  
            color: #ccc;  
            font-style: italic;  
        }  


/* =============================================================================
   boxes and markers for articles (blog, tutorial, ...)
   ========================================================================== */

.infobox {
    padding: 15px 20px;
    border-left: 6px solid;
    position: relative;
}
    .infobox.note {
        color: #395765;
        background: #d5f1ff;
        border-color: #55c9ff;
    }
    .infobox.warning {
        color: #5d4928;
        background: #fcfaee;
        border-color: #e1cc53;
    }
    .infobox.danger {
        color: #943938;
    	background: #fae9e9;
    	border-color: #e15353;
    }

.keyword {
    display: inline-block;
    font-style: normal;
    font-size: 14px;
    padding: 1px 6px;
    color: #000;
    background-color: #ebebeb;
}

.purchasebox {
    overflow: hidden;
    background-color: #f6f6f6;
    margin-bottom: 30px;
    padding: 0;
    border-radius: 6px;
    text-align: center;
}
    .purchasebox h3.producttitle {
        color: #fff;
        background-color: #a0a0a0;
        font-size: 18px !important;
        font-weight: 300;
        margin: 0;
        padding: 10px 20px;
    }
    .purchasebox .productimage {
        margin: 0;
        padding: 20px 20px 0 20px;
    }
    .purchasebox .productvalue {
        font-size: 14px;
        margin: 0;
        padding: 20px;
        list-style: none;
    }
    .purchasebox .productprice {
        color: #67a6c5;
        background-color: #def2fc;
        font-size: 22px;
        font-weight: 500;
        margin: 0;
        padding: 10px 20px;
    }
        .purchasebox .productvat {
            display: block;
            font-size: 14px;
            font-weight: 300;
        }
    .purchasebox .productcheckout {
        margin: 0;
        padding: 0;
    }
        .purchasebox .productcheckout a {
            display: block;
            padding: 20px;
            font-weight: 500;
            text-align: center;
            border: none !important;
        }
        .purchasebox .productcheckout a:hover {
            color: white;
            background-color: #9ec41a;
        }
        
.purchaseboxmini {
    overflow: hidden;
    font-size: 14px;
}
    .purchaseboxmini h4.producttitle {
        display: inline;
        margin: 0 10px 0 0;
        font-size: 14px;
        font-weight: 500;
    }
    .purchaseboxmini .productprice {
        color: #67a6c5;
        display: inline;
        font-size: 14px;
        font-weight: 500;
        margin: 0 10px 0 0;
    }
    .purchaseboxmini .betainfo {
        display: inline;
        font-size: 14px;
        margin: 0 10px 0 0;
    }
        .purchaseboxmini .productvat {
            color: #67a6c5;
            font-weight: 300;
        }
    .purchaseboxmini a {
        display: block;
        float: right;
        white-space: nowrap;
        margin: 0;
        font-weight: 500;
    }
        .purchaseboxmini a:hover {
            border: none;
        }


/* =============================================================================
   simple fluid responsive grid (based on twitter bootstrap)
   ========================================================================== */
.row {
    overflow: hidden;
    margin-left: -4%;
}
.row.space {
    margin-bottom: 40px;
}
[class*="span"] {
    margin-left: 4%;
    margin-bottom: 40px;
}
[class*="span"]:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 769px) {
    [class*="span"] {
        display: inline;
        float: left;
        margin-bottom: 0;
    }
    .span20 { width: 16%; }
    .span25 { width: 21%; }
    .span30 { width: 26%; }
    .span33 { width: 29%; }
    .span40 { width: 36%; }
    .span50 { width: 46%; }
    .span60 { width: 56%; }
    .span66 { width: 62%; }
    .span70 { width: 66%; }
    .span75 { width: 71%; }
    .span80 { width: 76%; }
    .span100 { width: 96%; }
}


/* =============================================================================
   Layout
   ========================================================================== */

/* Seperate class for responsive layout (wrapper element) */
.boundary { width: 940px; margin: 0 auto; clear: both; }

    /* skip links for accessibility (also has visuallyhidden and focusable style from html5bp */
    .skiplinks {
        position: absolute;
        width: auto;
        left: 50%;
        top: 0;
        margin: 0;
        padding: 0;
        margin-left: -120px;
        background: transparent;
        z-index: 999;
    }
        .skiplinks li {
            margin: 0;
            padding: 0;
            list-style: none;
        }
            .skiplinks a,
            .skiplinks a:link,
            .skiplinks a:visited {
                display: block;
                width: 240px;
                height: 20px;
                line-height: 20px;
                outline: none;
                text-decoration: none;
                text-align: center;
                color: #fff;
                background-color: #89ab17;
                -webkit-border-bottom-right-radius: 8px;
                 -webkit-border-bottom-left-radius: 8px;
                    -moz-border-radius-bottomright: 8px;
                     -moz-border-radius-bottomleft: 8px;
                        border-bottom-right-radius: 8px;
                         border-bottom-left-radius: 8px;
            }
            .skiplinks a:hover,
            .skiplinks a:active {
                background-color: #9ec41a;
            }
   
    /* main header of site <header> */
    #siteheader {
        background-color: #333;
        padding: 20px 0;
        overflow: hidden;
    }
        #siteheader .logo {
            float: left;
            width: auto;
        }
            #siteheader h1 {
                margin: 0;
            }
                #siteheader h1 a,
                #siteheader h1 a:link,
                #siteheader h1 a:visited {
                    display: block;
                    width: 115px;
                    height: 40px;
                    background: url(../img/bitego-logo.png) no-repeat;
                    background-position: 0 0;
                    overflow: hidden;
                }                
                #siteheader h1 a:hover,
                #siteheader h1 a:active {
                    background-position: 0 -40px;
                }

            #siteheader .slogan {
                margin: 0;
            }

        #siteheader nav {
            float: right;
            width: auto;
        }
            /* button/link for responsive menu <h2> --> jump to footer menu! */
            /* default - hidden, only visible in viewports <= 640px! */
            #jumpmenu {
                display: none;
                font-size: 18px;
                line-height: 20px;
                font-weight: normal;
                font-style: normal;
                margin: 0;
                padding: 10px 25px;
                background-color: #333;
                -webkit-border-radius: 8px;
                   -moz-border-radius: 8px;
            	     -o-border-radius: 8px;
                        border-radius: 8px; 
            }
                #jumpmenu a,
                #jumpmenu a:link,
                #jumpmenu a:visited {
                    display: block;
                    padding: 0 0 0 30px;
                    color: #fff;
                    text-decoration: none;
                    background: url(../img/icn-menu.png) left center no-repeat;
                }
                #jumpmenu a:hover,
                #jumpmenu a:active {
                    color: #9ec41a;
                }

            /* Main navigation <ul> */
            /* not for styling purposes as it's used as container for horizontally centered menu */
            /* Safari rendering bug if page content is too short (floated menu elements overlapping) */
            #mainmenu {
                font-size: 18px;
                line-height: 20px;
                text-transform: lowercase;
                margin: 10px 0;
                padding: 0;
            }
                #mainmenu li {
                    list-style-type: none;
                    display: inline-block;
                    height: 20px;
                    margin: 0 0 0 30px;
                }
                .lt-ie8 #mainmenu li {
                    /*Dirty IE Hack*/
                    zoom: 1;
                    *display: inline;
                }
                #mainmenu li.first {
                    margin: 0;
                }
                    #mainmenu a,
                    #mainmenu a:link,
                    #mainmenu a:visited {
                        display: block;
                        padding-left: 30px;
                        color: #fff;
                        text-decoration: none;
                        background-image: url(../img/icn-menu-sprite.png);
                        background-repeat: no-repeat;
                    	-webkit-transition: all 0.2s ease-in-out; 
                    	   -moz-transition: all 0.2s ease-in-out; 
                    	     -o-transition: all 0.2s ease-in-out; 
                    	        transition: all 0.2s ease-in-out;
                    }
                    #mainmenu a.home      { background-position: 0    0   }
                    #mainmenu a.portfolio { background-position: 0  -40px }
                    #mainmenu a.services  { background-position: 0  -80px }
                    #mainmenu a.projects  { background-position: 0 -160px }
                    #mainmenu a.notes     { background-position: 0 -120px }

                    #mainmenu a:hover.home      { background-position: 0  -20px }
                    #mainmenu a:hover.portfolio { background-position: 0  -60px }
                    #mainmenu a:hover.services  { background-position: 0 -100px }
                    #mainmenu a:hover.projects  { background-position: 0 -180px }
                    #mainmenu a:hover.notes     { background-position: 0 -140px }

                    #mainmenu a:hover {
                        color: #9ec41a;
                        text-decoration: none;
                    }
                    #mainmenu .active a {
                        color: #9ec41a;
                        text-decoration: none;
                        cursor: default;
                    }


    /* Intro message and title */
    #intro {
        background-color: #f1f1f1;
        margin-bottom: 40px;
        padding: 40px 0; 
    }
    
        /* Intro text on front page */
        #intro h2 {
            margin: 0 0 5px 0;
        }
        #intro h2 {
            font-family: Ubuntu, sans-serif;
            font-style: normal;
            font-weight: 300;
            font-size: 34px;
            line-height: 44px;
            color: #555;
        }
        #intro h2 strong {
            font-weight: 300;
            font-style: normal;
            color: #7f7f7f;
            margin: 0 2px;
        }
        #intro p {
            font-size: 21px;
            font-weight: 300;
            color: #777;
        }

  
    /* main content area */
    main {
        padding: 0 0 0 0;
        overflow: hidden;
    }
        main h3 { font-size: 24px; margin: 0 0 10px 0; }
        main h4 { font-size: 18px; margin: 0 0 10px 0; }
        main h5 { font-size: 16px; margin: 0 0  8px 0; }
        main h6 { font-size: 14px; margin: 0 0  8px 0; }
        main p { font-weight: 300; }
        main blockquote {
            font-style: italic;
        	background: #fff;
            color: #888;
            margin: 5px 20px 40px 20px;
            padding: 20px;
            border-left: 8px solid #8fb318;
            quotes: "\201C""\201D""\2018""\2019";
        	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
        	   -moz-box-shadow: 0 0 6px rgba(0,0,0,0.5);
        	     -o-box-shadow: 0 0 6px rgba(0,0,0,0.5);
        	        box-shadow: 0 0 6px rgba(0,0,0,0.5);
        }
        main blockquote:before {  
            color: #ccc;  
            content: open-quote;  
            font-size: 4em;  
            line-height: .1em;  
            margin-right: .25em;  
            vertical-align: -.4em;  
        }  
        main blockquote p {  
            display: inline;  
        }
        main cite {

        }
        /* links inside content */     
        main a,
        main a:link,
        main a:visited {
            color: #8fb318;
            text-decoration: none;
        	-webkit-transition: all 0.3s ease-in-out; 
        	   -moz-transition: all 0.3s ease-in-out; 
        	     -o-transition: all 0.3s ease-in-out; 
        	        transition: all 0.3s ease-in-out;
        }
        main a:hover {
            color: #000;
            border-bottom: 1px solid #8eb218;
        }
        
        /* about images with description on landing page */
        .about-item {
            overflow: hidden;
            width: 100%;
        }
            .about-img {
                float: left;
            	width: 130px;
            	height: 130px;
            	position: relative;
            	cursor: help;
                text-align: center;
            	border-radius: 50%;
            	box-shadow: 
            		inset 0 0 0 0 rgba(243,243,243,0.4),
            		0 1px 2px rgba(0,0,0,0.1);
            }
            .about-img:hover { /* #8fb318 */
            	box-shadow:
            		inset 0 0 0 65px rgba(143,179,24,0.8),
            		0 1px 2px rgba(0,0,0,0.1);
            }
            .about-img:hover .about-img-desc {
            	opacity: 1;
            }
                .about-img-gallei,
                .about-img-gartner {
                    background-size: 130px 130px;	
                }
                .about-img-gallei {
                    background-image: url(../img/franz-gallei.jpg);
                }
                .about-img-gartner {
                    background-image: url(../img/martin-gartner.jpg);
                }
                    .about-img-desc {
                    	position: absolute;
                    	width: 100%;
                    	height: 100%;
                    	border-radius: 50%;
                    	opacity: 0;
                        -webkit-backface-visibility: hidden; /* smooth font */
                    }
                        .about-img-desc h4 {
                        	color: #fff;
                        	text-transform: uppercase;
                        	position: relative;
                        	letter-spacing: 0;
                        	font-size: 13px;
                        	font-weight: 500;
                        	font-style: normal;
                        	margin: 0 15px 10px 15px;
                        	padding: 20px 0 0 0;
                        	text-shadow: 
                        		0 0 1px #fff, 
                        		0 1px 2px rgba(0,0,0,0.3);
                        }
                        .about-img-desc p {
                        	color: #fff;
                        	padding: 5px 5px;
                        	font-style: normal;
                        	margin: 0 15px;
                        	font-size: 12px;
                        	line-height: 14px;
                        	border-top: 1px solid rgba(255,255,255,0.5);
                        }
                            .about-img-desc p a,
                            .about-img-desc p a:link,
                            .about-img-desc p a:visited {
                            	color: #fff;
                            	font-weight: 300;
                            	text-transform: uppercase;
                            	font-size: 10px;
                            	padding-top: 4px;
                            }
                            .about-img-desc p a:hover {
                            	color: #fff022;
                            	border-bottom: none;
                            }
            .about-info {
                margin-left: 150px;
            }
                .about-info h4 {
                    margin: 0;
                }
                .about-info p {
                    margin: 0;
                }
                    .about-info p span {
                        display: block;
                    }
                    .about-desc {
                    }
                    .about-email {
                    }
                    .about-twitter {
                    }
                    .about-phone {
                    }


        /* portfolio items on Portfolio page */
        .portfolio {
            margin: 0;
            padding: 0;
        }
            .pfrow {
                
            }
                .pfimage img {
                    max-width: 100%;
                    height: auto;
                }
                .pfdesc h3 {
                    text-transform: uppercase;
                }


        /* projects list on Projects page (container) */
        .projects {
        }
            .projects article {
                margin-bottom: 40px;
            }
            .projects article:last-child {
                margin-bottom: 0;
            }
                .projects .project-thmb {
                    padding-top: 5px;
                }                                            
                    .projects .project-thmb img {
                        max-width: 100%;
                        height: auto;
                    }                                            
                .projects .project-short {
                }
                    .projects h3 {
                        font-size: 22px;
                        font-weight: 500;
                    }
                    .projects .summary {
                        font-size: 18px;
                        color: #777;
                        margin: 0;
                    }


        /* single (full) project article on project page */        
        .project {
        }
            .project .projectmeta {
            }
                .project .project-thmb {
                    padding-top: 5px;
                }                                            
                    .project .project-thmb img {
                        max-width: 100%;
                        height: auto;
                    }                                            
                .project .project-short h3 {
                    font-size: 22px;
                    font-weight: 500;
                }
                .project .summary {
                    font-size: 18px;
                    color: #777;
                    margin: 0;
                }
            .project-menu {
                font-size: 15px;
                line-height: 1.9;
            }
                .project-menu h1 {
                    font-size: 24px;
                    font-weight: 300;
                    margin: 0;
                    padding: 0 0 5px 0;
                    border-bottom: 1px dashed #e4e4e4;
                }
                    .project-menu h1 a {
                        text-decoration: none;
                        display: block;
                    }
                    .project-menu h1 a:hover {
                        border: none;
                    }
                .project-menu ul {
                    margin: 0;
                    padding: 5px 0 0 0;
                    list-style-type: none;
                }
                .project-menu ul ul {
                    padding: 0;
                    margin: 0 0 15px 0;
                }
                    .project-menu li {
                        font-weight: 500;
                        padding: 0;
                        margin: 0;
                        white-space: nowrap; 
                        text-overflow: ellipsis;
                    }
                    .project-menu li li {
                        font-weight: 300;
                        font-size: 14px;
                    }
                        .project-menu li a {
                            text-decoration: none;
                            display: block;
                        }
                        .project-menu li a:hover {
                            border: none;
                        }
                        .project-menu li a.active {
                            color: #666;
                        }

            .project-content img {
                max-width: 100%;
                height: auto;
            }
            
            .tblproperties {
                margin: 0 0 30px 0;
                border-collapse: collapse;
                background-color: #fefefe;
                font-size: 13px;
            }
                .tblproperties th,
                .tblproperties td {
                    border: 1px solid #dddddd;
                    padding: 6px 10px;
                }
                .tblproperties th {
                    background-color: #dddddd;
                    font-weight: 300;
                    text-align: center;
                }
                .tblproperties td {
                    text-align: left;
                }
                .tblproperties tr:nth-child(even) td {
                    background: #f9f9f9;
                }

            .project-footer {
                margin-top: 30px;
                text-align: right;
                font-size: 14px;
            }
                .editedon {
                    color: #d1d1d1;
                }
            
        .purchaseinfo {
            margin-top: 15px;
        }

        /* Feature list on project pages <ul> */
        .featurelist {
            list-style: none;
            padding: 0 0 30px 0;
        }
            .featurelist li {
                margin-bottom: 15px;
                color: #aaa;
                padding-left: 30px;
                background: url(../img/icn-list-feature.png) no-repeat 0 3px;
            }
                .featurelist strong {
                    font-weight: 300;
                    font-size: 16px;
                    color: #444;
                }
        
        /* GitHub issues list on Projects page */
        .githubissues {
            list-style: none;
            padding: 0;
            margin-top: 20px;
        }
            .githubissues li {
                margin-bottom: 20px;
                overflow: hidden;
            }
            .githubissues .noissues {
                color: #a6a6a6;
            }
                .issuenr {
                    float: left;
                    width: 50px;
                    padding-right: 10px;
                    font-size: 14px;
                    text-align: right;
                    color: #67a6c5;
                }
                .issuedata {
                    overflow: hidden;
                }
                    .githubissues h4 {
                        margin-bottom: 0;
                        overflow: hidden;
                    }
                    .issuemeta {
                        margin-bottom: 0;
                        font-size: 14px;
                        color: #a6a6a6;
                    }
                    .issuebody {
                        margin-bottom: 0;
                        font-size: 14px;
                    }
        
        
        /* Project changelog */
        .chagelog h3 {
            font-size: 18px;
        }
        .changelog h4 {
            font-size: 16px;
            font-weight: 500;
            color: #67a6c5;
        }
        .changelog pre {
            font-size: 13px;
        }

        
        /* blog articles on blog page (container) - box/newspaper layout */
        .blogarticles {
        }
            .blogarticles article {
                height: 270px;
                max-height: 270px;
                margin-bottom: 40px;
                overflow: hidden;
                position: relative;
            }
                .blogarticles .readmore {
                    position: absolute;
                    display: block;
                    width: 100%;
                    left: 0;
                    bottom: 0;
                    background: #fff;
                    border-top: 1px dashed #ddd;
                    z-index: 99;
                }
                    .blogarticles .readmore a,
                    .blogarticles .readmore a:link,
                    .blogarticles .readmore a:visited {
                        display: block;
                        width: 180px;
                        margin: 0 auto;
                        font-size: 13px;
                        line-height: 22px;
                        height: 22px;
                        border: none;
                        text-align: center;
                        white-space: nowrap;
                        color: #777;
                        background-color: #f8f8f8;
                        -webkit-border-radius: 0 0 8px 8px;
                           -moz-border-radius: 0 0 8px 8px;
                    	     -o-border-radius: 0 0 8px 8px;
                                border-radius: 0 0 8px 8px;
                    	-webkit-transition: all 0.5s ease-in-out; 
                    	   -moz-transition: all 0.5s ease-in-out; 
                    	     -o-transition: all 0.5s ease-in-out; 
                    	        transition: all 0.5s ease-in-out;
                    }
                    .blogarticles .readmore a:hover,
                    .blogarticles .readmore a:active {
                        color: #8fb318;
                        text-decoration: none;
                    }
                .blogarticles h3 {
                    font-size: 22px;
                    font-weight: 500;
                    margin: 0;
                }
                .blogarticles .published {
                    color: #aaa;
                    font-style: italic;
                    margin: 5px 0 0 0;
                    padding: 0;
                }              
                    .blogarticles .author {
                        margin: 0 5px;
                        padding-left: 15px;
                        background: url(../img/icn-user-9x12.png) no-repeat left;
                    }
                    .blogarticles .date {
                        margin: 0 5px;
                        padding-left: 15px;
                        background: url(../img/icn-clock-12x12.png) no-repeat left;
                    }      
                .blogarticles .summary {
                    margin: 0;
                    padding: 10px 0 0 0;
                }                                            


        /* full blog article on blog page */
        .blogarticle {
            margin-bottom: 40px;
        }
            .blogarticle img {
                box-sizing: border-box;
                max-width: 100%;
                height: auto;
                padding: 10px;
                border: 1px solid #eaeaea;
            }

            /* article metadata (in full article) */
            .blogmeta {
                margin-bottom: 40px;
            }
                .blogmeta p {
                    margin: 0 0 10px 0;
                    color: #aaa;
                    font-style: italic;
                }
                    .blogmeta .mauthor {
                        margin: 0 5px;
                        padding-left: 15px;
                        background: url(../img/icn-user-9x12.png) no-repeat left;
                    }
                    .blogmeta .mdate {
                        margin: 0 5px;
                        padding-left: 15px;
                        background: url(../img/icn-clock-12x12.png) no-repeat left;
                    }
                    .blogmeta .mcomments {
                        margin: 0 5px;
                        padding-left: 15px;
                        background: url(../img/icn-comment-12x11.png) no-repeat left;
                    }     

                /* tag elements */
                .blogmeta ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    overflow: hidden;
                }
                    .blogmeta li {
                        display: block;
                        width: auto;
                        float: left;
                        margin: 0 4px 0 0;
                        padding: 0;
                        font-size: 11px;
                        white-space: nowrap;
                    }
                    .blogmeta li a,
                    .blogmeta li a:link,
                    .blogmeta li a:visited {
                        display: block;
                        width: auto;
                        padding: 1px 8px;
                        color: #aaa;
                        background-color: #efefef;
                        text-decoration: none;
                        border: 1px dotted #aaa;
                        -webkit-border-radius: 4px;
                           -moz-border-radius: 4px;
                             -o-border-radius: 4px;
                                border-radius: 4px;
                    }
                    .blogmeta li a:hover {
                        color: #575757;
                        border: 1px dotted #575757;
                    }

            .blogarticle .summary {
                font-size: 18px;
                color: #777;
                margin-bottom: 40px;
            }


        /* comments on Blog page */
        #comments {
            overflow: hidden;
        }
            /* comments list on Blog page */
            #comments-container {
                margin-bottom: 60px;
            }
            #comments-container h3 {
                margin-bottom: 40px;
                border-bottom: 1px dashed #666;
            }
                #comments-container ol {
                    margin: 0;
                    padding: 0 0 0 60px;
                }
                    #comments-container li {
                        list-style: decimal outside;
                        font-size: 28px;
                        font-weight: 500;
                        color: #ccc;
                    }
                        #comments-container h4.comment-meta {
                            font-size: 18px;
                        }
                            #comments-container .comment-postid {
                                margin-left: 6px;
                            }
                        #comments-container .comment-text {
                            font-size: 14px;
                            font-weight: normal;
                            color: #575757
                        }
            
            /* comment form on Blog page */
            #commentform {
            }
                .commentforminfo {
                    margin-bottom: 30px;
                }
                .commentformfields {
                }
                    .commentformfields label.notify {
                    }
                .commentform .allowed-tags {
                    
                }


    /* large sitefooter */
    #sitefooter {
        background-color: #333;
        margin: 40px 0 0 0;
        padding: 0 0 0 0;
        overflow: hidden;
        clear: both;
    }
        #sitefooter,
        #sitefooter h2,
        #sitefooter legend,
        #sitefooter label {
            color: #888;
        }
        #sitefooter h2 {
            font-size: 25px;
            border-bottom: 1px dashed #666;
        }
        /* up arrow between elements (jump to top) - also has image replacement class ir (html5bp) */
        .up.between {
            width: 60px;
            height: 30px;
            display: block;
            margin: 0 auto 40px auto;
            padding: 0;
        }
            .up.between,
            .up.between:link,
            .up.between:visited {
                color: #575757;
                background: url(../img/uparrow-sprite.png) no-repeat 0 0;
            }
            .up.between:hover,
            .up.between:active {
                color: #fff;
                background-position: -60px 0;
            }
            
        /* up arrow site bottom (jump to top) - also has image replacement class ir (html5bp) */
        .up.bottom {
            width: 60px;
            height: 30px;
            display: block;
            margin: 40px auto 0 auto;
            padding: 0;
        }
            .up.bottom,
            .up.bottom:link,
            .up.bottom:visited {
                color: #575757;
                background: url(../img/uparrow-sprite.png) no-repeat 0 -30px;
            }
            .up.bottom:hover,
            .up.bottom:active {
                color: #fff;
                background-position: -60px -30px;
            }

        /* container for footer navigation <nav> */
        #footernav {
            float: left;
            width: 15%;
            margin-right: 5%;
            margin-bottom: 40px;
        }
            #footernav h2 {
                margin: 0 0 20px 0;
            }
            
            /* <ul> */
            #footermenu {
                text-transform: lowercase;
                padding: 0;
            }
                #footermenu li {
                    list-style-type: none;
                    margin: 0 0 10px 0;
                }
                    #footermenu a,
                    #footermenu a:link,
                    #footermenu a:visited {
                        color: #fff;
                        text-decoration: none;
                    	-webkit-transition: all 0.4s ease-in-out; 
                    	   -moz-transition: all 0.4s ease-in-out; 
                    	     -o-transition: all 0.4s ease-in-out; 
                    	        transition: all 0.4s ease-in-out;
                    }
                    #footermenu a:hover {
                        color: #9ec41a;
                        text-decoration: none;
                    }
                    #footermenu .active a {
                        color: #9ec41a;
                        text-decoration: none;
                        cursor: default;
                    }
                    
        /* information block <div> */
        #footerinfo {
            float: left;
            width: 35%;
            margin-right: 5%;
            margin-bottom: 40px;
        }
            #footerinfo h2 {
                margin: 0 0 20px 0;
            }
            /* list of latest blog articles <ul> */
            #bloglatest {
                margin: 0 0 40px 0;
                padding: 0;
                list-style-type: none;
            }
                #bloglatest li {
                    white-space: nowrap; 
                    text-overflow: ellipsis;
                    overflow: hidden;
                }
                    #bloglatest a,
                    #bloglatest a:link,
                    #bloglatest a:visited {
                        color: #fff;
                        text-decoration: none;
                    	-webkit-transition: all 0.4s ease-in-out; 
                    	   -moz-transition: all 0.4s ease-in-out; 
                    	     -o-transition: all 0.4s ease-in-out; 
                    	        transition: all 0.4s ease-in-out;
                    }
                    #bloglatest a:hover {
                        color: #9ec41a;
                        text-decoration: none;
                    }
                    #bloglatest .active a {
                        color: #9ec41a;
                        text-decoration: none;
                        cursor: default;
                    }
            
            /* graphical social Media button list <ul> */
            #socialmedia {
                margin: 0 0 25px 0;
                padding: 0;
                list-style-type: none;
                overflow: hidden;
            }
                #socialmedia li {
                    float: left;
                    margin: 0 8px 8px 0;
                }
                #socialmedia li.last { margin-right: 0; }
                
                    #socialmedia a {
                        display: block;
                        width: 60px;
                        height: 60px;
                        background: url(../img/icn-social-sprite.png) no-repeat;
                        overflow: hidden;
                    }
                    #socialmedia .googleplus         { background-position: 0 0; }
                    #socialmedia .googleplus:hover,
                    #socialmedia .googleplus:active,
                    #socialmedia .googleplus:focus   { background-position: 0 -60px; }
                    
                    #socialmedia .twitter            { background-position: -60px 0; }
                    #socialmedia .twitter:hover,
                    #socialmedia .twitter:active,
                    #socialmedia .twitter:focus      { background-position: -60px -60px; }
                    
                    #socialmedia .rssfeed            { background-position: -120px 0; }
                    #socialmedia .rssfeed:hover,
                    #socialmedia .rssfeed:active,
                    #socialmedia .rssfeed:focus      { background-position: -120px -60px; }
                    
                    #socialmedia .email              { background-position: -180px 0; }
                    #socialmedia .email:hover,
                    #socialmedia .email:active,
                    #socialmedia .email:focus        { background-position: -180px -60px; }
        

        /* Contactform in sitefooter <form> */
        #footercontact {
            float: left;
            width: 40%;
            margin-bottom: 40px;
            position: relative;
        }
            #footercontact fieldset { 
            }
                #footercontact legend {
                    font-size: 25px; margin: 0; padding: 0 0 20px 0;
                }
                #footercontact .fieldbg {
                    /* wrapper p to stretch form elements to full container width */
                    margin-bottom: 10px;
                    padding: 10px;
                    background-color: #444;
                    -webkit-border-radius: 6px;
                       -moz-border-radius: 6px;
                	     -o-border-radius: 6px;
                            border-radius: 6px; 
                }
                #footercontact p {
                    margin: 0;
                }
                #footercontact label {
                    display: block;
                    margin-bottom: 5px;
                    height: 24px;
                    line-height: 24px;
                    letter-spacing: 1px;
                    overflow: hidden;
                }
                    #footercontact .required {
                        display: block;
                        width: auto;
                        float: right;
                        font-size: 12px;
                        font-style: normal;
                        letter-spacing: 0;
                        height: 22px;
                        line-height: 22px;
                        padding: 0 8px;
                        color: #aeaeae;
                        background-color: #fff;
                        -webkit-border-radius: 5px;
                           -moz-border-radius: 5px;
                             -o-border-radius: 5px;
                                border-radius: 5px;
                    }
                    #footercontact .error {
                        color: #fff;
                        background-color: #7d2f2d;
                    }
                    #footercontact .successMsg {
                        display: block;
                        padding: 10px;
                        margin-bottom: 20px;
                        color: #fff;
                        background-color: #5d811c;
                        -webkit-border-radius: 5px;
                           -moz-border-radius: 5px;
                             -o-border-radius: 5px;
                                border-radius: 5px;
                    }
        
                #footercontact input[type="text"],
                #footercontact input[type="email"],
                #footercontact textarea {
                    width: 100%;
                    font-size: 17px;
                    font-weight: 300;
                    color: #ccc;
                    margin: 0;
                    padding: 5px 0;
                    background: transparent;
                    border: none;
                    border-top: 1px solid transparent;
                    border-bottom: 1px solid transparent;
                    -webkit-appearance: none;
                }
                #footercontact input:focus,
                #footercontact textarea:focus {
                    outline: none;
                    border-top: 1px dotted #555;
                    border-bottom: 1px dotted #555;
                } 
                #footercontact button:focus {
                    outline: none;
                    /* focus style defined in button styles */
                } 
                /* Remove box shadow firefox, chrome and opera put around required fields */  
                #footercontact input:required,
                #footercontact textarea:required {  
                    -webkit-box-shadow: none;  
                       -moz-box-shadow: none;  
                         -o-box-shadow: none;  
                            box-shadow: none;  
                } 
                /* chrome, safari */  
                #footercontact ::-webkit-input-placeholder {  
                    color: #ccc;  
                    font-style: italic;  
                }
                /* mozilla */  
                #footercontact input:-moz-placeholder,
                #footercontact textarea:-moz-placeholder {  
                    color: #ccc;  
                    font-style: italic;  
                }
                /* ie (faux placeholder) */  
                #footercontact input.placeholder-text, 
                #footercontact textarea.placeholder-text  {  
                    color: #ccc;  
                    font-style: italic;  
                }
                #footercontact .submitbutton {
                    float: right;
                }

        /* copyright informations in sitefooter <p> */
        #copyright {
            margin: 0;
            text-align: center;
            font-style: italic;
            clear: both;
        }
            #copyright a,
            #copyright a:link,
            #copyright a:visited {
                margin-left: 3px;
                margin-right: 3px;
                color: #888;
                text-decoration: none;
                border-bottom: 1px dashed #888;
            }
            #copyright a:hover {
                color: inherit;
            }

        
        #notfound404 {
            display: block;
            padding: 50px 0 100px 0;
            text-align: center;
        }


/* ==========================================================================
   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: 150%;
}

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * 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;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   (and YES this is not mobile first! - rework soon...)
   ========================================================================== */

@media screen and (min-width: 769px) and (max-width: 960px) {
    /* fluid layout */
    .boundary                     { width: auto; margin: 0 20px; }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
    /* fluid layout */
    .boundary                     { width: auto; margin: 0 20px; }
                                  
    #siteheader .logo             { float: none; margin-bottom: 20px; }
    #siteheader h1 a              { margin-left: auto; margin-right: auto; }
                                  
    #siteheader nav               { float: none; width: 100%; overflow: hidden; }
    #mainmenu                     { text-align: center; }
    #mainmenu li,                 
    #mainmenu li.first            { margin: 0 25px 0 0; }
    #mainmenu li.last             { margin: 0; }

    #intro p                      { font-size: 18px; }

    .project .project-thmb        { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
    .projects .project-thmb       { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
    .project-menu li              { margin-left: 25px; }
    
    .blogarticles article         { width: auto; height: auto; max-height: none; }
    .blogarticles .readmore       { position: static; }

    /* Footer navigation is now horizontal centerd */
    #footernav                    { float: none; width: auto; margin: 0 0 40px 0; clear: both; font-size: 16px; }
    #footernav h2                 { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
    #footermenu                   { text-align: center; }
    #footermenu li                { display: inline; margin: 0 6px; }
                                  
    #footerinfo                   { width: 48%; margin-right: 4%; }
    #footercontact                { width: 48%; }
}

@media screen and (min-width: 481px) and (max-width: 640px) {
    /* fluid layout */
    .boundary                     { width: auto; margin: 0 20px; }
                                  
    #siteheader nav               { float: right; }
    #jumpmenu                     { display: block; }
    #mainmenu                     { display: none; }
                                  
    #intro p                      { font-size: 18px; }

    .project .project-thmb        { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }                                            
    .projects .project-thmb       { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }                                            
    .project-menu li              { margin-left: 25px; }
                                  
    .blogarticles article         { width: auto; height: auto; max-height: none; }
    .blogarticles .readmore       { position: static; }

    /* special Footer navigation (is now main navigation) */
    #footernav                    { width: auto; float: none; margin-right: 0; }
    #footernav h2                 { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
    #footermenu                   { font-size: 18px; margin: 0; padding: 0 30px; text-align: center; }
    #footermenu li                { list-style-type: none; display: block; margin: 0 0 10px 0; }
    #footermenu a,
    #footermenu a:link,
    #footermenu a:visited         { color: #fff; text-decoration: none; display: block; background-color: #333; padding: 3px 10px;
                                    -webkit-border-radius: 8px;
                                       -moz-border-radius: 8px;
                                         -o-border-radius: 8px;
                                            border-radius: 8px;
                                  }
    #footermenu a:hover           { color: #9ec41a; text-decoration: none; }
    #footermenu .active a         { color: #9ec41a; text-decoration: none; cursor: default; }
    
    #footerinfo                   { width: auto; float: none; margin-right: 0; }
    #footercontact                { width: auto; float: none; }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
    /* fluid layout - no columns */
    .boundary                     { width: auto; margin: 0 20px; }
                                  
    #siteheader nav               { float: right; }
    #jumpmenu                     { display: block; }
    #mainmenu                     { display: none; }

    #intro p                      { font-size: 18px; }

    .project .project-thmb        { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }                                            
    .projects .project-thmb       { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }                                            
    .project-menu li              { margin-left: 25px; }

    .blogarticles article         { width: auto; height: auto; max-height: none; }
    .blogarticles .readmore       { position: static; }

    /* special Footer navigation (is now main navigation) */
    #footernav                    { width: auto; float: none; margin-right: 0; }
    #footernav h2                 { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
    #footermenu                   { font-size: 18px; margin: 0; padding: 0 30px; text-align: center; }
    #footermenu li                { list-style-type: none; display: block; margin: 0 0 10px 0; }
    #footermenu a,
    #footermenu a:link,
    #footermenu a:visited         { color: #fff; text-decoration: none; display: block; background-color: #333; padding: 3px 10px;
                                    -webkit-border-radius: 8px;
                                       -moz-border-radius: 8px;
                                         -o-border-radius: 8px;
                                            border-radius: 8px;
                                  }
    #footermenu a:hover           { color: #9ec41a; text-decoration: none; }
    #footermenu .active a         { color: #9ec41a; text-decoration: none; cursor: default; }
    
    #footerinfo                   { width: auto; float: none; margin-right: 0; }
    #footercontact                { width: auto; float: none; }
}

@media screen and (max-width: 320px) {
    /* fluid layout - no columns */
    .boundary                     { width: auto; margin: 0 20px; }
                                                                    
    #siteheader nav               { float: right; }
    #jumpmenu                     { display: block; }
    #mainmenu                     { display: none; }
                                  
    #intro p                      { font-size: 18px; }

    .project .project-thmb        { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }                                            
    .projects .project-thmb       { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }                                            
    .project-menu li              { margin-left: 25px; }
                                  
    .blogarticles article         { width: auto; height: auto; max-height: none; }
    .blogarticles .readmore       { position: static; }
                                  
    /* special Footer navigati on (is now main navigation) */
    #footernav                    { width: auto; float: none; margin-right: 0; }
    #footernav h2                 { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
    #footermenu                   { font-size: 18px; margin: 0; padding: 0 30px; text-align: center; }
    #footermenu li                { list-style-type: none; display: block; margin: 0 0 10px 0; }
    #footermenu a,                
    #footermenu a:link,           
    #footermenu a:visited         { color: #fff; text-decoration: none; display: block; background-color: #333; padding: 3px 10px;
                                    -webkit-border-radius: 8px;
                                       -moz-border-radius: 8px;
                                         -o-border-radius: 8px;
                                            border-radius: 8px;
                                  }
                                  
    #footerinfo                   { width: auto; float: none; margin-right: 0; }
    #footercontact                { width: auto; float: none; }
}

@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 */
    
    #siteheader h1 a,
    #siteheader h1 a:link,
    #siteheader h1 a:visited {
        background: url(../img/bitego-logo@2x.png) no-repeat;
        background-size: 115px auto;
    }
    #siteheader h1 a:hover,
    #siteheader h1 a:active {
        background-position: 0 -40px;
    }

    #mainmenu a,
    #mainmenu a:link,
    #mainmenu a:visited {
        background-image: url(../img/icn-menu-sprite@2x.png);
        background-size: 20px 200px;
    }

    .featurelist li {
        background-image: url(../img/icn-list-feature@2x.png);
        background-size: 20px auto;
    }

    .up.between,
    .up.between:link,
    .up.between:visited {
        background: url(../img/uparrow-sprite@2x.png) no-repeat 0 0;
        background-size: 120px auto;
    }
    .up.between:hover,
    .up.between:active {
        background-position: -60px 0;
    }
    
    .up.bottom,
    .up.bottom:link,
    .up.bottom:visited {
        background: url(../img/uparrow-sprite@2x.png) no-repeat 0 -30px;
        background-size: 120px auto;
    }
    .up.bottom:hover,
    .up.bottom:active {
        background-position: -60px -30px;
    }

    #socialmedia a {
        background: url(../img/icn-social-sprite@2x.png) no-repeat;
        background-size: 240px auto;
    }

}

/* ==========================================================================
   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;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* Selz.com Overlay styles */
@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#_selz-modal{-webkit-overflow-scrolling:touch;overflow-y:auto;position:fixed;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:999999999;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(46,60,68,.75)}#_selz-modal #_selz-modal-body{position:relative;text-align:center}#_selz-modal #_selz-modal-body iframe{width:100%!important;height:1500px;border:0!important;background:0 0!important}#_selz-modal #_selz-modal-spinner{box-sizing:border-box;position:absolute;top:50%;left:50%;width:150px;padding:15px;z-index:20;margin-left:-75px;text-align:center;color:#565d64;text-shadow:none;border-radius:4px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2)}#_selz-modal.cssanimations #_selz-modal-spinner{width:42px;height:42px;padding:0;margin-left:-21px;margin-top:-21px;text-indent:99em;text-overflow:clip;white-space:nowrap}#_selz-modal.cssanimations #_selz-modal-spinner:before{box-sizing:border-box;position:absolute;left:50%;top:50%;display:inline-block;width:24px;height:24px;margin:-12px 0 0 -12px;-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear;border-radius:50%;text-indent:99em;overflow:hidden;white-space:nowrap;content:"";border:3px solid rgba(111,126,134,.2);border-left-color:#6f7e86}
