body{
    font-family: 'Century Gothic';
    background-image: url('../img/bg/big.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}

#panel_820px{
    margin: auto;
    width: 820px;
}

header{
    margin-top: 40px;
}

header h1{
    float: left;
    position: relative;
    margin: 0px;
}

header h1 span{
    display: block;
    width: 318px;
    height: 52px;
    background-image: url('../img/logo.jpg');
    position: absolute;
    top: 0px;
}

header a.pressKitLink{
    color: #ffffff;
    text-decoration: none;
}

header span.pressKit{
    width: 103px;
    /*height: 33px;*/
    height: 27px;
    display: block;    
    text-align: center;
    padding-top: 6px;
    float: right;
    margin-top: 9px;
    
    /* gradient */
    background: #df5baf; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmNWJhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiODQ3ZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #df5baf 0%, #b847d0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df5baf), color-stop(100%,#b847d0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #df5baf 0%,#b847d0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #df5baf 0%,#b847d0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #df5baf 0%,#b847d0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #df5baf 0%,#b847d0 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df5baf', endColorstr='#b847d0',GradientType=0 );  IE6-8 */

    /* radius */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;    
}

header span.pressKit:hover{
    background: #000000 ;
    text-decoration: underline;
}

header span.pressKit:active{
    background-color: #ff0730;
}

header h2{
    font-size: 26px;
    font-weight: 100;
    text-align: center;
    margin-top: 39px;
}

section #stores{
    text-align: center;
    margin-top: 50px;
    padding-left: 20px;
}

section #stores span.store{
    display: inline-block;
    background-position: top;
    height: 40px;
    margin-right: 25px;
    /*background-repeat: no-repeat;*/
}

section #stores span.app{
    width: 136px;    
    background-image: url('../img/appstore.png');    
}

section #stores span.macapp{
    width: 160px;
    background-image: url('../img/macappstore.png');    
}

section #stores span.leapmotion{
    width: 156px;
    background-image: url('../img/leapmotion.png');    
}

section #stores span.win {
    width: 135px;
    background-image: url('../img/windows.png');
}
section #stores span.and {
    width: 135px;
    background-image: url('../img/googleplay.png');
}

section #stores span.store:hover{
    background-position: 0px 40px;
}

section #stores span.store:active{
    background-position: 0px 80px;
}

section #notifyme{
    text-align: center;
    margin-top: 38px;
}

section #notifyme form input[type='email'], section #notifyme form input.email{
    /*width: 300px;*/
    width: 350px;
    height: 30px;
    border: 1px solid #e3e3e3;
    color: #7b8192;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
    outline: none;
    
    /* radius */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;        
}

section #notifyme form input[type='submit']{
    width: 103px;
    height: 33px;
    border: 0px;
    color: #ffffff;
    outline: none;
    position: relative;
    top: -1px;
    margin-left: 5px;
    
    /* radius */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;     
    
    /* gradient */
    background: #f8bb49; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNCUiIHN0b3AtY29sb3I9IiNmOGJiNDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNmNzk0MWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f8bb49 24%, #f7941d 76%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24%,#f8bb49), color-stop(76%,#f7941d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f8bb49 24%,#f7941d 76%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f8bb49 24%,#f7941d 76%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f8bb49 24%,#f7941d 76%); /* IE10+ */
    background: linear-gradient(to bottom,  #f8bb49 24%,#f7941d 76%); /* W3C */
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8bb49', endColorstr='#f7941d',GradientType=0 );  IE6-8 */

}

section #notifyme form input[type='submit']:hover{
    background: #000000; 
    text-decoration: underline;
}

section #notifyme form input[type='submit']:active{
    background: #ff0730; 
    text-decoration: underline;
}


section #notifyme #formalert{
    height: 25px;
    padding-top: 2px;
    width: 382px;
    background-color: red;
    margin: auto;
    color: white;
    margin-left: 163px;
    display: none;
    position: absolute;
}

section #tablet{
    margin: 30px auto;
    width: 709px;
    height: 556px;
    background-image: url('../img/tablet.png');
    background-repeat: no-repeat;
}

section #tablet #retina{
    width: 578px;
    height: 433px;
    position: relative;
    top: 57px;
    left: 66px;
    overflow: hidden;
    position: relative;
}

section #tablet #retina #images{
    width: 2910px;
    position: absolute;
    top: -1px;
}

section #tablet #retina #images img{
    float: left;
}

section p.watchthevideo{
    font-size: 26px;
    text-align: center;
    margin-top: -13px;    
    cursor: pointer;
}

section p.watchthevideo a{
    color: black;
    text-decoration: none;
}

section p.watchthevideo span.arrowincircle{
    position: relative;
    top: 10px;
    background-image: url('../img/arrowincircle.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 35px;
    width: 35px;
}

section p.watchthevideo:hover span.arrowincircle{
    background-position: 0px -35px;
}

section p.watchthevideo:active span.arrowincircle{
    background-position: 0px -70px;
}

/* Named by the layer in Photoshop, which was the only one in Czech */
section #puntiks{
    cursor: default;
    text-align: center;
}

section #puntiks span.puntik{
    display: inline-block;
    height: 13px;
    width: 13px;    
    background-color: #bdc0c8;
    cursor: pointer; 
    
    /* radius */
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;        
}

section #puntiks span.puntik:hover, section #puntiks span.puntik.active{
    background-color: #7b8192;
}

.zindex-1{
    position: relative;
    z-index: -1;
}

footer{
    position: relative;
    margin-top: 50px;
    margin-bottom: 80px;
}

footer a{
    color: #ff0730;
}

footer a:hover{
    color: #000000;
}

footer p{
    color: #7e8495;
    padding: 0px;
    margin: 0px;
}

footer p.size16px{
    font-size: 16px;
}

footer p.size10px{
    font-size: 10px;
}

footer #social{
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
}

footer #social a img{
    position: relative;    
}

footer #social a.mail{
    position: relative;
    margin-right: 10px;
    height: 18px;
    display: inline-block;
    overflow: hidden;
}

footer #social a.mail:hover img{
    top: -18px;
}

footer #social a.mail:active img, footer #social a.mail:focus img{
    top: -36px;
}

footer #social a.twitter{
    position: relative;
    top: 3px;
    height: 26px;
    display: inline-block;
    overflow: hidden;
}

footer #social a.twitter:hover img{
    top: -26px;
}

footer #social a.twitter:active img, footer #social a.twitter:focus img{
    top: -52px;
}

#video{
    position: fixed;
    top: 0px;
    padding-top: 15%;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(80, 80, 80,0.9);
    display: none;
}

#video .close{
    position: relative;
    top: -457px;
    background-image: url('../img/closebutton.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 35px;
    width: 35px;    
    cursor: pointer;
}

#video .close:hover{
    background-position: 0px -35px;    
}

#video .close:active, #video .close:focus{
    background-position: 0px -70px;    
}

span.clear{
    display: inline-block;
    clear: both;
    width: 100%;
}
