/*! Ultimate reset.css 21.10.2015 */


/** * 1. Set default font family to sans-serif. * 2. Prevent iOS and IE text size adjust after device orientation change, *    without disabling user zoom. */
/*
*
{transition: all 300ms ease-in-out; }
*/


html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	font-size: 62.5%;
	color: rgb(102, 102, 102);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	font-size-adjust: 0.5;
	overflow-y: scroll;
}

*,
*:before,
*:after {
	-webkit-box-sizing:  inherit;
	-moz-box-sizing:  inherit;
	box-sizing: inherit;
}


/** * Remove default margin. */
* + * {
 /* margin-top: 1.5em;*/
}
body {
	font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
	color: #777;
	letter-spacing: .1px;
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: "kern", "liga", "case";/* No variation */
	-moz-font-feature-settings: "kern=1", "liga=1", "case=1";/* Firefox 4.0 to 14.0 */
	-moz-font-feature-settings: "kern", "liga", "case";/* Firefox 15.0 onwards */
	-moz-font-feature-settings: "kern" 1, "liga" 1, "case" 1;/* Firefox 15.0 onwards explicitly set feature values */
	font-feature-settings: "kern", "liga", "case";/* No variation */
	margin: 0;
	padding: 0;
	/* height: 100%; */
	/* height: 100vh; */
	line-height: 1;
}

body,
svg:not(:root) {
	/* overflow: hidden */
}


/* HTML5 display definitions   ========================================================================== */


/** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

html,
body,
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	float: none !important;
}

.ie6 html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */

audio,
canvas,
progress,
video,
span {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}


/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */

audio:not([controls]) {
	display: none;
	height: 0;
}

video[autoplay]:not([muted]) {
  display: none;
}
/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */

[hidden],
template {
	display: none;
}


/* Links   ========================================================================== */

a:link {
	-webkit-tap-highlight-color: #fcd700;
}

a[href^="http"]:empty::before {
  content: attr(href);
}




/** * Remove the gray background color from active links in IE 10. */

a {
	background-color: transparent;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}


/** * Improve readability of focused elements when they are also in an * active/hover state. */

a:active,
a:hover {
	outline: 0;
}

del {
	text-decoration: line-through;
}


/* Text-level semantics   ========================================================================== */

::-moz-selection {
	background: #fcd700;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #fcd700;
	color: #fff;
	text-shadow: none;
}


/** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}


/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */

b,
strong {
	font-weight: bold;
}


/** * Address styling not present in Safari and Chrome. */

dfn {
	font-style: italic;
}


/** * Address styling not present in IE 8/9. */

ins {
	background-color: #fcd700;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}


/** * Address inconsistent and variable font size in all browsers. */

small {
	font-size: 80%;
}


/** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* Embedded content   ========================================================================== */


/** * Remove border when inside `a` element in IE 8/9/10. */

img {
	max-width: 100%;
	/*width: 100%;  */
	height: auto;
	border: 0;
	display: block;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
		line-height: 2;
	position: relative;
  text-align: center;
}

img:before {  
  content: " ";
  display: block;

  position: absolute;
  top: -10px;
  left: 0;
  height: calc(100% + 10px);
  width: 100%;
  background-color: rgb(230, 230, 230);
  border: 2px dotted rgb(200, 200, 200);
  border-radius: 5px;
}

img:after {  
  content: "\f127" " Broken Image of " attr(alt);
  display: block;
  font-size: 16px;
  font-style: normal;
  font-family: FontAwesome;
  color: rgb(100, 100, 100);

  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}


a img {
	border: none;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
	margin: 0;
}


/* scale images in IE7 more attractively */

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

img,
object,
embed {
	max-width: 100%;
}


/** * Correct overflow not hidden in IE 9/10/11. */

svg:not(:root) {
	overflow: hidden;
}


/* Grouping content   ========================================================================== */


/** * Address margin not present in IE 8/9 and Safari. */

figure {
	margin: 1em 40px;
}


/** * Address differences between Firefox and other browsers. */

hr {
	display: block;
	height: 0px;
	border: 0;
	border-top: 1px solid #cbcbcb;
	margin: 1em 0;
	padding: 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	width: 100%;
}


/** * Contain overflow in all browsers. */

pre {
	overflow: auto;
	white-space: pre;
	/* CSS2 */
	white-space: pre-wrap;
	/* CSS 2.1 */
	white-space: pre-line;
	/* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word;
	/* IE */
}


/** * Address odd `em`-unit font size rendering in all browsers. */

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: 1em;
}


/* Forms   ========================================================================== */


/** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */


/** * 1. Correct color not being inherited. *    Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
	
}

input,
select {
	vertical-align: middle;
}


/* Mozilla dosen't style placeholders by default */

input:-moz-placeholder {
	color: #a9a9a9;
}

textarea:-moz-placeholder {
	color: #a9a9a9;
}


/** * Address `overflow` set to `hidden` in IE 8/9/10/11. */

button {
	overflow: visible;
}


/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */

button,
select {
	text-transform: none;
}

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: default;
}


/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` *    and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type *    `input` and others. */

button,
html input[type="button"],
input[type=button] {
	overflow: visible;
}


/* 1 */

input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}


/** * Re-set default cursor for disabled elements. */

button[disabled],
html input[disabled] {
	cursor: default;
}


/** * Remove inner padding and border in Firefox 4+. */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

input:focus,
textarea:focus {
	outline: none;
}


/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */

input {
	line-height: normal;
}

input,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}


/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
	top: -99999999px;
	left: -9999999px;
	opacity: 0;
	visibility: hidden;
	height: 0;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}

.ie6 input {
	vertical-align: text-bottom;
}


/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */

input[type="search"] {
	-webkit-appearance: textfield;/* 1 */
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;/* 2 */
}


/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
	-webkit-appearance: none;
}

.no-touch input[type=submit]:hover {
	cursor: pointer;
}

input[type="search"]::-ms-clear {
	display: none;
}


/** * Define consistent border, margin, and padding. */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}


/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */

legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}


/** * Remove default vertical scrollbar in IE 8/9/10/11. */

textarea {
	overflow: auto;
	height: auto;
	min-width: 100%;
}


/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */

optgroup {
	font-weight: bold;
}


/* Tables   ========================================================================== */


/** * Remove most spacing between table cells. */

table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font-size: 100%;
	}

td,
th {
	padding: 0;
}

th {
	font-weight: bold;
	vertical-align: bottom;
}

td {
	font-weight: normal;
	vertical-align: top;
}

td img {
	vertical-align: top;
}


/* we use a lot of ULs that aren't bulleted.	you'll have to restore the bullets within content,	which is fine because they're probably customized anyway */

ul {
	list-style: none;
}

ol {
	list-style: decimal;
	margin-left: 10px;
	font-size:12px;
}


/* let's clear some floats */

.clearfix:before,
hr:before,
.clearfix:after,
hr:after
{
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
}

.clearfix:after,
hr:after
{
	clear: both;
}

.clearfix,
hr,
{
	zoom: 1;
}

* html .clearfix,  * html hr { zoom: 1; } /* IE6 */
*:first-child+html .clearfix, *:first-child+html hr  { zoom: 1; } /* IE7 */


@-ms-viewport {
	width: device-width
}


/** * Always hide an element when it has the `hidden` HTML attribute. */

.hidden,
[hidden] {
	display: none !important;
}

.opera-only:-o-prefocus {
	word-spacing: -0.43em;
}

.inline-block {
	display: inline-block;
}

.lt-ie8 .inline-block {
	display: inline;
	zoom: 1;
}

@media print {
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
}







/*! normalize-opentype.css v0.2.4 | MIT License | kennethormandy.com/journal/normalize-opentype-css */
/**
 * 1. Inherit style issues with custom selections, per robsterlini.co.uk/journal/opentype-and-selection-dont-mix
 * 2. Turn on kerning, standard ligatures, and proportional, oldstyle numerals
 *    Turn off all other ligatures, tabular, lining numerals, and alternates
      Uses same settings for tables
 * 3. Hard-codes fallback text selection for issue #18, color is ChromeÃ¢â‚¬â„¢s per via http://stackoverflow.com/a/16094931/864799
 */
::-moz-selection {
  color: inherit;
  /* 1. */
  text-shadow: inherit;
  /* 2. */
  background-color: #ACCEF7;
  /* 3. */ }
::selection {
  color: inherit;
  /* 1. */
  text-shadow: inherit;
  /* 2. */
  background-color: #ACCEF7;
  /* 3. */ }

html, body, table {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
     -moz-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
          font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  /* 2. */ }

/* Headings
========================================================================== */
/**
 * 1. Turn on discretionary ligatures for larger headings
 */
h1, h2, h3 {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
     -moz-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
          font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
  /* 1. */ }

/* Text-level semantics
========================================================================== */
/**
 * 1. Change all letters to uppercase
 * 2. Turn on small caps for upper and lowercase letters
 */
abbr {
  text-transform: uppercase;
  /* 1 */
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
     -moz-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
          font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
  /* 2 */ }

/*
 * TODO: Turn on diagonal fractions where appropriate
 */
time {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
     -moz-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
          font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0; }

/*
 * 1. Turn off kerning and ligatures,
 *    Turn on lining, tabular numerals, slashed zero
 */
pre, kbd, samp, code {
  -webkit-font-feature-settings: "kern" 0, "liga" 0, "calt" 1, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
     -moz-font-feature-settings: "kern" 0, "liga" 0, "calt" 1, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
          font-feature-settings: "kern" 0, "liga" 0, "calt" 1, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */ }

/**
 * 1. Turn on proper supercript numerals
 */
sup {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
     -moz-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
          font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
  /* 1. */ }

/**
 * 1. Turn on proper subscript numerals
 */
sub {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
     -moz-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
          font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
  /* 1. */ }

/* Grouping content
========================================================================== */
/**
 * TODO: Adds proper bullets
 */
/*
 * TODO:
 * 1. Adds counters for lists
 * 2. Use proper numerals for lists
 */
/**
 * Adds proper small caps
 */
/**
 * TODO: scmp, sc2c, pnum, case sensitive forms for postal codes
 */
/* Forms
========================================================================== */
/**
 * 1. Turns on lining, proportional numerals without clarified zeroes
 * TODO: Additional input modes https://developer.mozilla.org/en/docs/Web/HTML/Element/Input#attr-inputmode
 */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="number"], input[type="range"], input[type="tel"], input[type="week"] {
  -webkit-font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
  -moz-font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
  /* font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0; */
  /* 1. */
  }

/* Localisation
========================================================================== */
/* Tables
========================================================================== */
/**
 * 1. Turns on tabular, lining numerals and slashed zero
 */
tbody, caption {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
     -moz-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
          font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */ }