@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; font-weight:normal; }
::-webkit-scrollbar { display:none; }
::-webkit-scrollbar-thumb { background:rgba(100,100,100,0.50) !important; -webkit-border-radius:0px; -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.50); }
::-webkit-scrollbar-corner { background: #dfdfdf; }
strong,  b { font-weight:700 !important; }
p { display:block; margin:0; }
input[type=button] { cursor:pointer; transition:0.3s ease-in; -moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; }
input[type=submit] { cursor:pointer; transition:0.3s ease-in; -moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; }
input[type=text]:placeholder-shown { color:#444; }
img { border:0px; display:inline-block; }
ul, li { list-style:none; }
a { text-decoration:none; transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; -webkit-transition:0.3s ease-in-out; }
a:hover { text-decoration:none; }
html { width:100%; height:100%; }
body { height:100%; width:100%; font-size:14px; color:#000; font-family: 'Nunito', sans-serif; position:relative; }
button { cursor:pointer; transition:0.4s; }
