@font-face {
    font-family: 'fontawesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/fontawesome-webfont.woff) format('woff'),
    url(../fonts/fontawesome-webfont.ttf) format('truetype'),
    url(../fonts/fontawesome-webfont.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bauhaus';
    src:url(../fonts/BAUHS93.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
.sinsim-logo {
    font-family:Bauhaus;
    text-decoration:none;
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:30px;
    letter-spacing:2px;
    color:#555555;
    /*display:block;*/
    /*position:absolute;*/
    /*top:17px;*/
    /*padding-left:2px;*/
}
.sinsim-logo .dotcom {
    color:#4CAF50;
}
.sinsim-logo:hover {
    text-decoration:none;
    color: #428bca;
}
.top {
    position:relative;
    background-color:#ffffff;
    height:68px;
    line-height:50px;
    overflow:hidden;
    z-index:1;
}