/* CSS Resets
----------------------------------------------------------------------------------------------------*/

* {outline: none}

html,body {height: 100%}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

b,strong {font-weight: bold}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  }

li {/*For IE6 + IE7*/display: list-item}
table {border-collapse: collapse;border-spacing: 0}
th,td,caption {font-weight: normal; vertical-align: top; text-align: left}
svg {/*For IE9*/overflow: hidden}