/* ------------------------------------------------------------------------- *
 *  Reset Styles
/* ------------------------------------------------------------------------- */
html {
    overflow-y: scroll;
    overflow-x: hidden;
}
ol, ul {
    list-style: none;
    padding-left: 0;
}
a {
    outline: none !important;
    cursor: pointer;
}
label, a, button {
    cursor: pointer;
}
iframe {
    border: 0;
}
a:link {
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}
a.link-underbar {
    text-decoration: underline;
}
a.link-underbar:hover {
    text-decoration: none;
}
/* clearfix
.clearfix:after {
    height: 0;
}
.clearfloat {
    clear: both !important;
}
 */