*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0;
    background-color: #F5F5F5;
}
::-webkit-scrollbar {
    width: 12px;
    border-radius: 0;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #333333;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    *zoom:1;
}
a {
    color: #333366;
}
a:hover {
    color: #4e96fc;
}
main, nav, p, div, h2, h3, article, section, input {
    font-family: 'Lato', sans-serif;
}
a {
    text-decoration: none;
}
html {
    overflow-y: scroll;
    overflow-x: hidden;
    height:100%;
}
body {
    background-color: #202020;
    min-height: 100%;
    font-size: 100%;
}
#wrapper {
    height: auto !important;
    margin: auto;
    min-height: 100%;
}
#wrapper > main {
    max-width: 1440px;
    min-width: 360px;
    margin: auto;
}

#wrapper > main {
    background-color: #FFFFFF;
}

h2 {
    line-height: 3em;
    height: 3em;
    vertical-align: middle;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
