@charset "utf-8";
*{box-sizing:border-box}
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,caption,tbody,tfoot,thead,article,aside,canvas,details,figcaption,figure,hgroup,menu,nav,summary,time,mark,audio,video,param{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1;background:#fff;color:#000}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}
ul,li{list-style:none}
img{vertical-align:top}
h1,h2,h3,h4,h5{font-weight:400}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent}
img{border:outline:0px;outline:0}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;border:0;border-top:0 solid #ccc}
input,select{vertical-align:middle}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif}
table{font-size:inherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}
input[type=text], input[type=number], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 0 !important;
}
input[type=text]:focus, textarea:focus, select:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
textarea {
    resize:vertical
}
select::-ms-expand {
    display: none;
}
a, button {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    text-decoration: none;
}

a:hover, a:focus, a:active, button:hover, button:focus, button:active {
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    text-decoration: none;
    color: inherit;
}
.h1, .h2, .h3, h1, h2, h3 {
   margin:0;
   padding: 0;
   margin-top: 0px;
    margin-bottom: 0px;
}