*,
*:after,
*:before {
    -webkit-font-smoothing: antialiased;
    /*text-rendering: optimizeLegibility;*/
}
* {
    margin: 0;
    padding: 0;
    outline: none;
}
* {
    padding: 0;
    margin: 0;
    outline: 0;
}
html, body {
    /*background: #c3c3c3;*/
    background-color: #16181c;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}
body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Akrobat';
}
body:after {
    clear: both;
    content: "";
    display: block;
}
main {
    background-color: #1e242b;
    color: #fff;
    position: relative;
    z-index: 3;
}
body.gray main {
    background-color: #f5f5f5;
    color: #23252c;
}
ul {
    list-style: none;
}
input, textarea {
    font-family: 'Akrobat';
}