/* 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: Arial, Helvetica Neue, Helvetica, sans-serif; 
font-size: 16px;
font-weight: normal;
line-height: 0;
opacity: 0;
color: var(--white);
background: var(--back);
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 {
padding-block:0;
padding-inline:0;
border-width: 0; }

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; }

body {
-webkit-touch-callout: none; 
  -webkit-user-select: none; 
     -moz-user-select: none;    
      -ms-user-select: none;  
          user-select: none; }

/* /////////////////////////
RESPON 1200 */
@media (min-width: 1200px){ 

    *::-webkit-scrollbar {
    width: 7px; }

    *::-webkit-scrollbar-track {
    background: transparent; }

    *::-webkit-scrollbar-thumb {
    border: solid 1px #FFF;
    border-radius: 7px;
    background: #141414; }  

} /* FI */ 

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