@charset "utf-8";
/* CSS Document */


* { -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
a{ color:inherit; text-decoration:inherit; -webkit-transition: all 0.1s; transition: all 0.1s; }
html,body{ padding:0; margin:0; width:100%; }
body{ font-family: 'Raleway', sans-serif; color:#000000; background-color:#f5f5f5; margin:0;font-size:14px; position:relative; }

