@charset "utf-8";

/* ------------ */ 
/* Minimal Reset Styles */ 
/* ------------ */ 
html, body{margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;background: transparent;font-size:62.5%;font-family:sans-serif;}
div, span{margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}
h1, h2, h3, h4, h5{margin: 0;padding: 0;border: 0;font-size: 100%;}
p{margin: 0;padding: 0;border: 0;font-size: 100%;}
blockquote, a, img, small, sub, sup{margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}
ol, ul, li,fieldset, form, label{margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}
ul, ol { margin: 1em 0; padding: 0 0 0 20px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input {*overflow: auto;}
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
body {line-height: 1;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
:focus, a:hover, a:active{outline: 0;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}
/* Fix scaled image quality IE7, fix image gap */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/* Correct overflow not hidden in IE9 */
svg:not(:root) { overflow: hidden; }

/* Hide from both screenreaders and browsers*/
.hidden { display: none !important; visibility: hidden; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* ------------ */ 
/* Fix text resize in IE6/7 for em, always show vertical scrollbar, fix iOS text size orientation issue */
/* ------------ */ 
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

/* ------------ */ 
/* HTML5 fallback classes */
/* ------------ */ 
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* ------------ */ 
/* slightly enhanced, universal clearfix hack */ 
/* ------------ */ 
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix {display:inline-block;}
/* start commented backslash hack \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* close commented backslash hack */