@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700&display=swap&subset=latin-ext');
/* 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(200,200,200,0.50) !important; -webkit-border-radius:0px; -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.50); }
::-webkit-scrollbar-corner { background: #dfdfdf; }
/* GENERAL CLASSES */
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; font-family: 'Nunito', sans-serif; font-size:100%; }
input[type=submit] { cursor:pointer; transition:0.3s ease-in; -moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; font-family: 'Nunito', sans-serif; font-size:100%; }
input[type=text]:placeholder-shown { color:#444; font-family: 'Nunito', sans-serif; }
textarea { font-family: 'Nunito', sans-serif; font-size:110%; }
img { border:0px; display:inline-block; }
ul { list-style:none; }
a { text-decoration:none; transition:0.3s ease-in; -moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; }
a:hover { text-decoration:none; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.pointer { cursor:pointer !important; }
/* BASIC CLASSES    */
html { width:100%; height:100%; }
body { height:100%; width:100%; background:#fff; font-size:1em; color:#000; font-family:'Nunito', sans-serif; }