html.pointer {
    cursor: pointer;
}

html,
body
{
    margin: 0;
    padding:0;
    height: 100%;
}


html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust:100%
}

body {
    -moz-font-feature-settings: 'kern';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "Avenir Next","Helvetica Neue", "Arial", sans-serif;
        color: #333;
        background-color: #f0f0f0;
}





ul, li  {
    margin: 0px;
    padding: 0px;
}

.headwrapper {
    height:96px;
}


.wrapper {
    width: 90%;
    margin: 0 5%;
}

.clear    {
    clear:both;
}



.appicon {
    margin-right: 20px;
    width:60px;
    height:60px;
    border-radius: 14px;
    
}

#logobox    {
    float: left;
    margin-left: 5%;
  
    margin-top: 18px;
   
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
}


#logobox  img {
    vertical-align: middle;
}



#logobox  a:link,
#logobox  a:visited {
        color: #242424;
}

#logobox  a:hover {
    color: #999;
    text-decoration: none;
    
}

.extensionimg   {
    width: 75%;
}

.left, .middle, .right    {
    padding-top: 10px;
}



/* ==============
 Menu
 ============== */
#main-navigation    {
   float: right;
   margin-right: 3%;

}


#nav {
    padding: 0;
    margin: 0;
    margin-top: 36px;
    
   }


#nav li {
    display: inline-block;
}


nav a:link,
nav a:visited {
    color: #14A7C5;
    text-decoration: none;
    font-weight: 500;
   }

nav a:hover {
    color: #474644;
    text-decoration: underline;
}

nav  .current a {
    color: #474644;
    text-decoration: none;
}

/*.hidebutton {*/
/*    display: none;*/
/*}*/

/* ==============
 Containers
 ============== */
#container {
   min-height:100%;
   position:relative;
   background-color: white;
}


#navigation-container   {
    background-color: #f2f2f2;
}

/* ==============
 Poster fill
 ============== */

#poster {
    clear:both;
      position: relative;
}

.posterimg  {
    width: 100%;
}

.tagline {
    margin-left:5%;
    padding-top: 10px;
}



/* ==============
 Welcome
 ============== */


.welcome, .welcometekst     {
    background-color: #f2f2f2; /*#10D7E5*/
    margin: 0;
}

.welcome {
    padding-bottom: 2%;
}

#badgebox   {
    width:100%;
    margin: 0 auto;
    background-color: #f2f2f2;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 2%;    
}

#badgebox.nobackgroundcolor {
    background-color: transparent;
}

#badgebox img    {
    width: 33%;
    
}



#carouselcontainer {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    z-index: 1;
}

#carouselcontainer img {
 width: 100%;
 height: 100%;
}

/* ==========================================================================
 manual
 ========================================================================== */
.manual {
    clear:both;
    background-color: white;
     /* padding-left:  5%;
    padding-right:  5%;
    padding-top:  1em;*/
     padding: 5%;
     padding-top:  0.25em;
}

.manual li {
    list-style:none;
    float:left;
    
}

.tekst {
    width:100%;
    
}


.manualitem img, .manualitem-mid img, .manualitem-last img  {
    width:50%;
}

.manualitem-mid, .manualitem-last{
    margin-top:30px;
}

.manualcontainer    {
    background-color: white;  /*#f5f6f7*/
   
}
#postercontainer {
    background-color: #333;  /*#f5f6f7*/
   
}
/* ==========================================================================
 footer
 ========================================================================== */
#footerbottom    {
    padding-bottom: 100px; /*same height as footer_container*/
}

#footer_container {
    clear:both;
    text-align: center;
    background-color: #11B4CD; /*#0fbad1*/
    width:100%;
    position: absolute;
    bottom:0;
    left:0;
   height: 100px;
}

footer p a:link, footer p a:visited {
    color: white;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
}


#copyright  {
    font-size: small;
}



/* ==========================================================================
 Styles
 ========================================================================== */


h1, h2,h3,h4  {
    font-family: "Avenir Next","Helvetica Neue", Helvetica;
    font-weight: normal;
    }

h1  {
    font-size: 2em;
    
}
.lblue{
     color: #11B4CD;
}

h2 {
    color: #474644;
     font-weight: 500;
}

h3 {
    color: #474644;
    line-height: 1.6em;
    font-weight: 500;
    
}

h4 {
    color: #474644;
}

a:link, a:visited, a:active {
         color: #14A7C5;
         text-decoration: none;
        
         }


a:hover {
    color: #474644;
     text-decoration: underline;
}


p, li {
    font-weight: normal;
    line-height:1.5em;
    
}

ol {
    margin-left: -10px;
}


.footnote {
    font-size: 90%;
    font-style: italic;
    font-weight: normal;
    color: #666;
    line-height:1.5em;
}



.item {
    margin: 5%;
}


img.screenshot{
    width: 282px;
    height: 92px;
   
}

img.picto{
    width: 22px;
    height: 22px;
   vertical-align: middle;
   
}

img.inlinebutton{
    width: 11px;
    margin:0px;
}


.video {
    max-width: 100%;
    }

.blue{
    color: #0070DF;
    font-weight: bold;
}

.center {
    text-align: center;
}




/* ==============
 video
 ============== */
.videocontainer {
    max-width:90%;
    margin: auto;
    cursor: default;
    margin-top: 70px;
    margin-bottom: 30px;
}







/* ==========================================================================
 Media Queries
 ========================================================================== */


/* ====================
 MAX 480
 ==================== */
@media only screen and (max-width: 480px) {
    
   .appicon {
          width:40px;
          height:40px;
          border-radius: 10px;
            margin-right: 12px;
      }
    
    .menu-item    {
         margin-left:10px;
    }
    
    #logobox    {
        float: left;
/*        margin-left: 2%;*/
        margin-top: 18px;
    }
  
    #nav {
     padding: 0;
     margin: 0;
     margin-top: 26px;
     
    }
    
    #main-navigation    {
/*        margin-right: 2%;*/
    }
    
   
    .headwrapper  {
        height:76px;
    }
    
    .videocontainer {
        max-width:100%;
    }
    
}



/* ====================
 INTERMEDIATE
 ==================== */
    
@media only screen and (min-width: 480px) {

    .menu-item{
        margin-left:30px;
    }


h1, h4  {
   
    font-weight: normal;
}



#badgebox img    {
    min-width: 160px;
    max-width: 200px;
    }


    .appbadge   {
       
    }

    #videobox img   {
        width:169px;
        height: 40px;
    }

    h1  {
        font-size: 2.5em;
    }




    .first{
        margin-right:50px;
    }



    .manual li {
        width: 33.333%;
    }



    .manualitem img, .manualitem-mid img, .manualitem-last img,  .tekst {
        width:90%;
    }

    .manualitem-last img    {
        margin-left:10%;
    }


    .manualitem-mid img {
        margin-left:5%;
        margin-right:5%;
    }

    .manualitem-mid, .manualitem-last{
        margin-top:0px;
    }


    .mid {
        margin-left:5%;
    }


    .last {
        margin-left:10%;
    }

    img.inlinebutton{
        width: 11px;
        margin:0px;
    }

    .hidebutton   {
        display: inline;
    }
    
    
    .left, .middle, .right    {
        padding-top: 30px;
    }

    
    .left   {
        width: 30%;
        float: left;
    }
    
    .middle   {
        float: left;
        width: 30%;
        margin-left: 5%;
    }
    
    .right   {
        float: right;
        width: 30%;
        margin-left: 5%;
    }
    
}

/* ====================
 INTERMEDIATE 768
 ==================== */

@media only screen and (min-width: 768px) {
   
   nav a:link,
   nav a:visited {
      
   }

   
   .welcometekst   {
       width: 60%;
       margin: auto;
      /* text-align: center;*/
   }
   
   #badgebox img    {
      
   }
   
   #videobox img   {
       width:211px;
       height: 50px;
   }
   
   #logobox    {
       font-size: 36px;
   }
   
}
/* ============
 WIDE screen
 ============ */
@media only screen and (min-width: 1250px) {
    
    /*#poster, .posterimg, .headwrapper, #container    {
       width: 1250px;
        margin: 0 auto;
    }*/
  
    
      #poster   {
        width: 1250px;
        height: 788px;
        margin: 0 auto;
    }
    

   .manual    {
        padding: 0;
        padding-top:  0.25em;
    }
    
   .videocontainer {
     width: 1125px; /* 1250 - 10% for margins */
        margin-left:   auto;
   }
   .headwrapper, .wrapper, #buttonbox, .manual  {
        width: 1125px; /* 1250 - 10% for margins */
        margin: 0 auto;
           }
   
   /* #buttonbox  {
       margin-top:3%;
    }*/



    #logobox    {
        margin-left: 0%;
    }
   
   

}
