/* Global */
html {
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #74777b;
    font-weight: 500;
    font-size: 1em;
    font-family: 'Raleway', Arial, sans-serif;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a:link, a:visited {
    text-decoration: none;
    outline: none;
}

/**, *:after, *:before {*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*-o-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
/*}*/

.cf:before, .cf:after {
    content: '';
    display: block;
}

.cf:after {
    clear: both;
}

li:last-child{ border: none!important;}