/*@font-face {*/
    /*font-family: Lato;*/
    /*src: url('../fonts/Lato-Regular.ttf');*/
/*}*/

/*@font-face {*/
    /*font-family: Lato Italic;*/
    /*src: url('../fonts/Lato-Italic.ttf');*/
/*}*/

/*@font-face {*/
    /*font-family: Lato Bold;*/
    /*src: url('../fonts/Lato-Bold.ttf');*/
/*}*/

html { overflow-y: scroll; }

#title{
    background:transparent url(../images/title.png) 0 0 scroll;
    position:absolute;
    top:60px;
    left:24px;
    height:62px;
    width:334px;
}

#download{
    position:absolute;
    top:132px;
    left:30px;
    text-decoration:none;
    font-size:12px;
    color:#999;
    font-family:arial, sans-serif;
}

#download:hover{
    color:#fff;
}

.po_fix{transition: left 0.3s ease 0s;-webkit-transition: left 0.3s ease 0s;position: fixed; bottom: 0; left: 0;z-index: 9999; background: rgba(0,0,0,.7);}
#toggle{position: absolute; right: -40px; top:0px; background: url(../img/mus1.png) no-repeat top; width: 40px; height: 40px; cursor: pointer;
transition: all linear .4s;
/* Firefox 4 */
-moz-transition:all linear .4s;
/* Safari and Chrome */
-webkit-transition:all linear .4s;
/* Opera */
-o-transition:all linear .4s;

}
#toggle.open_btn:hover{ background: url(../img/mus3.png) no-repeat top;}
#toggle.close_btn:hover{ background: url(../img/mus2.png) no-repeat top;}
.hover{margin-top: 0px;}