/* RESET
/////////////////////////////////////////////////////// */
   
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background: transparent; }

body {
    width: 100%;
    font-family: 'UxumGrotesque', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 0;
    color: #000;
    background: #FFF;
    overflow-x: hidden; 
    -moz-osx-font-smoothing: grayscale; 
     -webkit-font-smoothing: antialiased; }

html {
    -moz-osx-font-smoothing: grayscale; 
     -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%; }

*,
*::after,
*::before {
    box-sizing: border-box;}

::-moz-selection {
    color: #FFF;
    background: #000; }

::selection {
    color: #FFF;
    background: #000; }

a {
    text-decoration: none;
    color: inherit;
    outline: none;
	cursor: pointer;
    -webkit-tap-highlight-color: transparent; }

a:hover {
	color: inherit;
	outline: none;
    text-decoration: none; }

a:active,
a:hover,
a:focus,
:focus {
    outline: none; }

img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 0; 
    display: block; }

object,
embed {
    max-width: 100%; }

ol, 
ul, 
li {
    list-style: none; }

blockquote, 
q {
    quotes: none; }

blockquote:before, 
blockquote:after,
q:before, 
q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0; 
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
button,
select {
    text-transform: none; }	

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }	

button[disabled],
html input[disabled] {
    cursor: default; }	

button::-moz-focus-inner,
 input::-moz-focus-inner {
    border: 0;
    padding: 0; }	

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; }	

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button {
    margin: 0;
    padding: 0;
    border: none;
    overflow: visible; 
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
input {
    line-height: normal; 
    padding: 0;
    border: 0;
    border-radius: 0;
    border-style: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }

legend {
    border: 0;
    padding: 0; }

/* FONTS
/////////////////////////////////////////////////////// */

@font-face{ 
    font-family: "UxumGrotesque";
    src: url("../fonts/Uxum/UxumGrotesque-Bold.eot");
    src: url("../fonts/Uxum/UxumGrotesque-Bold.eot?iefix") format('eot'),
         url("../fonts/Uxum/UxumGrotesque-Bold.woff2") format('woff2'),
         url("../fonts/Uxum/UxumGrotesque-Bold.woff") format('woff');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal; }

@font-face{ 
    font-family: "UxumGrotesque";
    src: url("../fonts/Uxum/UxumGrotesque-Regular.eot");
    src: url("../fonts/Uxum/UxumGrotesque-Regular.eot?iefix") format('eot'),
         url("../fonts/Uxum/UxumGrotesque-Regular.woff2") format('woff2'),
         url("../fonts/Uxum/UxumGrotesque-Regular.woff") format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal; }

body::-webkit-scrollbar {
width: 0;}
 
body::-webkit-scrollbar-track {
-webkit-box-shadow: none;}
 
body::-webkit-scrollbar-thumb {
background-color: #000;
outline: 1px solid #000;}

/* STYLE
/////////////////////////////////////////////////////// */