    html, body
    {
        height: 100%;
    }

    body
    {
        margin: 0px;
        padding: 0px;
        background: #191919;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 12pt;
        font-weight: 400;
        color: #4E4D4D;
        min-width:1200px;
        
    }
    :focus 
    {
        outline:none;
    }
    
    ::-moz-focus-inner 
    {
        border:0;
    }
    
    h1, h2, h3
    {
        margin: 0;
        padding: 0;
    }
    
    p, ol, ul
    {
        margin-top: 0;
    }
    
    ol, ul
    {
        padding: 0;
        list-style: none;
    }
    
    p
    {
        line-height: 180%;
    }
    
    strong
    {
    }
    
    a
    {
        color: #383838;
    }
    
    a:hover
    {
        text-decoration: none;
    }
    
    .container
    {
        width: 1200px;
        margin: 0px auto;
    }

    .column1,
    .column2,
    .column3,
    .column4
    {
        width: 282px;
    }
    
    .seperator
    {
        padding: 0em 2em 0em 2em;
        color: #e40000;
    }
    
    .columns_container .byline
    {

        height: 280px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

    .image
    {
        display: inline-block;
    }
    
    .image img
    {
        display: block;
        width: 100%;
    }
    
    .image-full
    {
        display: block;
        width: 100%;
        margin: 0 0 0 0;
    }
    
    .image-left
    {
        float: left;
        margin: 0 2em 2em 0;
    }
    
    .image-centered
    {
        display: block;
        margin: 0 0 2em 0;
    }
    
    .image-centered img
    {
        margin: 0 auto;
        width: auto;
    }

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

    ul.style1
    {
    }

/*********************************************************************************/
/* Major Styles                                                                  */
/*********************************************************************************/

    .major
    {
        overflow: hidden;
        margin-bottom: 4em;
        text-align: center;
    }
    
    .major h2
    {
        letter-spacing: 0.10em;
        text-transform: uppercase;
        font-size: 3em;
        font-weight: 700;
        color: #3f3f3f;
    }

    .major .byline
    {
        display: block;
        padding-top: 0.2em;
        font-weight: 300;
        font-size: 2em;
    }

/*********************************************************************************/
/* Title Styles                                                                  */
/*********************************************************************************/

    .title
    {
        text-align: center;
    }
    
    .title h2
    {
        letter-spacing: 0.10em;
        text-transform: uppercase;
        font-weight: 700;
        color: #3f3f3f;
    }

    .title .byline
    {
        display: block;
        padding-top: 4px;
        font-weight: 300;
        font-size: 1.1em;
    }


/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

    .button
    {
        display: inline-block;
        margin: 1em 0em;
        padding: 1em 3em 1em 3em;
        /*background: #2A70E8;*/
        background: black;
        border-radius: 8px;
        letter-spacing: 0.20em;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 0.90em;
        color: #FFF;
        cursor: pointer;
    }
    
    .button:before
    {
    }
        
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

    #header
    {
        /*background: #2A70E8;*/
        background: black;
        position: relative;
    }

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

    #logo
    {
        padding: 3em 0em;
        background: #FFF;
        text-transform: uppercase;
    }

    #logo h1
    {
        text-align: center;
        font-weight: 100;
        font-size: 1.5em;
    }
    
    #logo h1 a
    {
    }

    #logo span
    {
        padding: 0em 0em 0em 0em;
        position: absolute;
        right: 45%;
        color: red;
    }
    
    #logo h1:before
    {
        
    }
    
    #logo a 
    {
        color: #2A70E8;
    }

    #logo #under_construction
    {
        position: absolute;
        top: 5px;

    }


/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

    #menu ul
    {
        margin: 0;
        padding: 20px 0px 20px 0px;
        list-style: none;
        line-height: normal;
        text-align: center;
    }
    
    #menu ul li
    {
        display: inline-block;
    }
    
    #menu ul li a
    {
        display: block;
        padding: 1em 2em;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1em;
        font-weight: 700;
        color: #FFF;
    }
    
    #menu ul .current_page_item a
    {
        border-radius: 10px;
        border: 2px solid #e40000;
    }
    
    #menu a:hover
    {
    }
    
    #menu #menu_logo
    {
        display:none;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 80px;
        position: absolute;
        top:8px;
        left:0px;
        opacity:0.5;
    }
    
   #menu #choose_lang
    {
        position: absolute;
        right: 10px;
        top: 33px;
    }

    #menu #choose_lang .language
    {
        padding-left: 10px;
        padding-right: 10px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
        cursor: pointer;
        text-decoration: none;
        color: whitesmoke;
    }


/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

    #banner
    {
    }

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

    #page-wrapper
    {
        background: #EEEEEE;
        padding: 6em 0em 6em 0em
    }

    #page
    {
        overflow: hidden;
        padding: 1em 0em;
    }

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

    #content
    {
        /*float: left;
        width: 588px;
        */
        text-align: center;
    }
    
    #content .title
    {
        padding: 1em 2em 2em 2em;
        text-align: center;
    }
    
    #content h2
    {
        font-size: 3em;
    }
    
    #content .byline
    {
        padding-top: 0;
        font-size: 2em;
    }
    
    #page-wrapper #content p
    {
        padding-top: 0.2em;
        font-weight: 300;
        font-size: 26px;
    }

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

    #sidebar
    {
        /*
        float: right;
        width: 50%;
        */
    }

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

    #footer
    {
    }

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

    #copyright
    {
        overflow: hidden;
        padding: 5em 0em;
    }
    
    #copyright p
    {
        letter-spacing: 0.20em;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.80em;
        color: #6F6F6F;
    }
    
    #copyright a
    {
        text-decoration: none;
        color: #8C8C8C;
    }
    
    #copyright p #legal_notice_link
    {
        cursor: pointer;
        
    }

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

    #featured-wrapper
    {
        overflow: hidden;
        background: #FFF;
        padding: 8em 0em 6em 0em
    }
    
    #featured h2
    {
        text-align: center;
    }

    #featured-wrapper #columns_container
    {

    }

    #featured-wrapper .byline
    {
        font-size: 19px;
    }

     #featured-wrapper .column1,
    .column2
    {
        float: left;
        margin-right: 24px;
    }
    
    #featured-wrapper .column3
    {
        float: left;
    }
    
    #featured-wrapper .column4
    {
        float: right;
    }

    #featured-wrapper .icon
    {
        display: block;
        line-height: 1.5em;
        text-align: center;
        border-radius: 10px;
        border: 1px solid black;
        margin-bottom: 12px;
    }
    
    #featured-wrapper .description
    {
        display: block;
        padding-top: 0.2em;
        font-weight: 300;
        font-size: 26px;
    }

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

    #portfolio-wrapper
    {
        padding: 8em 0em 6em 0em;
    }
    
    #portfolio
    {
        overflow: hidden;
        text-align: center;
    }
    
    #portfolio .major h2,
    #portfolio .major .byline
    {
        color: rgba(255,255,255,0.9);
    }
    
    #portfolio img
    {
        margin: 0;
        padding: 0;
    }
    
    #portfolio .box
    {
        padding: 30px;
        background: #FFF;
        border-radius: 0px 0px 8px 8px;
        border-right: 1px solid #DADADA;
        border-left: 1px solid #DADADA;
    }

    #portfolio-wrapper .column1,
    .column2
    {
        float: left;
        margin-right: 24px;
        height: 170px;
    }
    
    #portfolio-wrapper .column3
    {
        float: left;
    }
    
    #portfolio-wrapper .column4
    {
        float: right;
    }

    #portfolio-wrapper #portfolio .box p
    {
        text-overflow: ellipsis;
        overflow: hidden;
        height: 197px;
    }

  /*********************************************************************************/
  /* Contact details                                                               */
  /*********************************************************************************/

    #contact .major h2,
    #contact .major .byline
    {
        color: rgba(255,255,255,0.9);
    }
    
    #contact .phone-email
    {

        display:block;
        font-size: 23px;
        letter-spacing: 5px;
        padding-top:15px;
    }
    
    /*********************************************************************************/
    /* Social Icon Styles                                                            */
    /*********************************************************************************/

    ul.contact
    {
        overflow:  hidden;
        text-align: center;
    }
    
    ul.contact li
    {
        display: inline-block;
        padding: 0em 0.30em;
        font-size: 1em;
    }
    
    ul.contact li span
    {
        display: none;
        margin: 0;
        padding: 0;
    }
    
    ul.contact li a
    {
        color: #FFF;
    }
    
    ul.contact li a:before
    {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;

        text-align: center;
        font-size: 2em;
        color: rgba(255,255,255,.3);
    }

  /*********************************************************************************/
  /* Whyus  or whychooseus                                                         */
  /*********************************************************************************/

    #whyus-wrapper
    {
        overflow: hidden;
        padding: 8em 0em 6em 0em;
        background: #EEEEEE;
    }

    #whyus-wrapper .major h2
    {
    
    }

    #whyus-wrapper .byline
    {
        font-size: 22px;
    }

    #whyus-wrapper .description
    {
        display: block;
        padding-top: 0.2em;
        font-weight: 300;
        font-size: 26px;
    }

    #whyus-wrapper .columns_container
    {
        text-align: center;
    }

    #whyus-wrapper .columns_container .column1
    {
        float: left;
        margin-right: 136px;
        margin-left: 20px;
    }

    #whyus-wrapper .columns_container .column3
    {
        float: left;
        margin-left: 100px;
    }

    #whyus-wrapper .columns_container .column2
    {
        float: left;
    }

    #whyus-wrapper .icon
    {
        display: block;
        line-height: 1.5em;
        text-align: center;
        border: 1px solid grey;
        border-radius: 100px;
        width: 200px;
        height: 160px;
        padding-top: 30px;
        margin-left: 40px;
        margin-bottom: 20px;
    }

  /*********************************************************************************/
  /* popup_div careers/readmore                                                    */
  /*********************************************************************************/

    #popup_div
    {
        display: none;
        position: fixed;
        border: 1px solid darkgrey;
        top: 25%;
        right: 20%;
        width: 60%;
        max-height: 40%;
        padding: 3em;
        background-color: rgba(255, 252, 252, 0.9);
        text-align: center;
        overflow-y: auto;
    }

    #popup_div #careers
    {
        display:none;
    }

    #popup_div h2
    {
        font-size: 3em;
    }

    #popup_div p
    {
        font-size:25px;
    }

    #popup_div #readmore
    {
        display:none;
        font-size:20px;
    }
    
    #popup_div #legal_notice
    {
        display: none;
    }

    #popup_div .button
    {
        cursor:pointer;
    }

    #popup_div #readmore description
    {
        text-align: left;
    }

/* Construction worker animation */
.construction-scene {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 60px;
    overflow: hidden;
    pointer-events: none;
}

.construction-scene .worker {
    position: absolute;
    bottom: 0;
    font-size: 3.5rem;
    animation: walk 10s linear infinite;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}

@keyframes walk {
    0%   { left: -10%; transform: scaleX(1); }
    48%  { left: 85%; transform: scaleX(1); }
    50%  { left: 85%; transform: scaleX(-1); }
    98%  { left: -10%; transform: scaleX(-1); }
    100% { left: -10%; transform: scaleX(1); }
}

/* Sitting worker next to logo */
.logo-scene {
    display: inline-block;
    position: relative;
}

.sitting-worker {
    position: absolute;
    bottom: 0;
    right: -60px;
    font-size: 3rem;
    animation: chew 1.5s ease-in-out infinite;
}

@keyframes chew {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}
