/* ---------------------------------------------------------
 * RESET ALL HTML OBJECTS AND TEXT DECORATION STYLES
 --------------------------------------------------------- */

html, body, 
div, span, 
object, iframe, 
h1, h2, h3, h4, h5, h6, 
p, 
a, 
em, strong, 
img, 
small, 
sub, sup, 
dl, dt, dd, 
ol, ul, li, 
blockquote, pre, 
abbr, address, 
cite, code, var,
ins, del, dfn, 
kbd, q, s, samp, 
form, fieldset, legend, label, 
table, caption, th, tr, td,
time { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; }


html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } /* Prevents iOS text size adjust after orientation change, without disabling user zoom. */
body { padding: 40px; font-size: 0.625em; line-height: 1.2; } /* [base font 10px] => 10px=1em, 11px=1.1em, 14px=1.4em, 16px=1.6em, 18px=1.8em */





/* HTML5 */
article, aside, nav, section,
summary, details, figcaption, figure,
footer, header,
hgroup { display: block; }

audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; } /* Prevents modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */





/* TYPOGRAPHY */
::-moz-selection { text-shadow: none; }  ::selection { text-shadow: none; } /* remove text-shadow in selection highlight: h5bp.com/i. These selection declarations have to be separate. Customize the background color to match your design. */

h1, h2, h3, h4, h5, h6 {font-family: inherit; color: inherit; text-rendering: optimizelegibility; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: normal; line-height: 1; }

table { border-collapse: collapse; border-spacing: 0; max-width: 100%; background-color: transparent; border-spacing: 0; }
caption { text-align: left; font-weight: normal; }

b, strong { font-weight: bold; } /* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
em, cite { font-style: italic; }

sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

small { font-size: 80%; }

img { height: auto; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; }

hr { display: block; height: 1px; border: 0; margin:0; padding: 0; }

.page-break { display: none; }

[hidden] { display: none!important; } /* Addresses styling for `hidden` attribute not present in IE 8/9. */
.nowrap { white-space: nowrap; }




blockquote { font-style: italic; padding-left: 20px; } blockquote: before, blockquote: after, q: before, q: after { content: ""; } blockquote, q {quotes: "" ""; }
	blockquote small { display: block; } blockquote small:before { content: '\2014 \00A0'; }


q { quotes: "\201C" "\201D" "\2018" "\2019"; } /*  Sets consistent quote types. */

address { font-style: normal; display: block; }
	address abbr[title] { border: 0; }





ins, u { text-decoration: underline; }

svg:not(:root) { overflow: hidden; } /* Corrects overflow displayed oddly in IE 9. */

figure { margin: 0; }

code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } /* Corrects font family set oddly in Safari 5 and Chrome. */

pre, pre code { display: block; }
pre { word-break: break-all; word-wrap: break-word; white-space: pre; white-space: pre-wrap; } /* Improves readability of pre-formatted text in all browsers. */
	pre.scrollable { overflow-y: scroll; }

cite { font-style: normal; }

abbr[title] { cursor: help; } /* Addresses styling not present in IE 8/9, Safari 5, and Chrome. */
abbr.initialism { font-size: 90%; text-transform: uppercase; }
dfn { font-style: italic; } /* Addresses styling not present in Safari 5 and Chrome. */

details summary { cursor: pointer; }





/* FORMS */
legend { border: 0; padding: 0; } /* border: 0; - Corrects color not being inherited in IE 8/9. ; padding: 0; - Remove padding so people aren't caught out if they zero out fieldsets. */
label[for] { cursor: pointer; }

button, input, select, textarea { margin: 0; padding: 0; font-size: 100%; vertical-align: middle; font-family: inherit; outline: 0!important; }
button, input { line-height: normal; }
button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; }

/*  1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
	2. Corrects inability to style clickable `input` types in iOS.
	3. Improves usability and consistency of cursor style between image-type `input` and others. */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] { -webkit-appearance: button; /* 2 */
					    cursor: pointer; }  /* 3 */
button[disabled], input[disabled] { cursor: default; }

/*	1. Addresses box sizing set to `content-box` in IE 8/9.
	2. Removes excess padding in IE 8/9. */
input[type="checkbox"], input[type="radio"] {	box-sizing: border-box; /* 1 */
												padding: 0; /* 2 */
												width: auto; }

/*	1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
	2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] {		-webkit-appearance: textfield; /* 1 */
					    	-moz-box-sizing: content-box;
					    	-webkit-box-sizing: content-box; /* 2 */
					    box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /* Removes inner padding and search cancel button in Safari 5 and Chrome on OS X. */

textarea { overflow: auto; vertical-align: top; resize: none;}

select[multiple], select[size] { height: auto; }





/* LINKS */
a { text-decoration: underline; -moz-transition: color 0.1s 0.01s ease; -o-transition: color 0.1s 0.01s ease; -webkit-transition: color 0.1s 0.01s ease; }
a:focus { outline: 0; } /* outline: thin dotted; - Addresses `outline` inconsistency between Chrome and other browsers. */
a:hover, a:active { text-decoration: none; outline: 0; } /* outline: 0; - Improves readability when focused and also mouse hovered in all browsers. */




