/* errorpage.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, fieldset,
legend, input, select, textarea table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none; }

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  color: #555555;
  background: #e0e0e0;
}

/*  "Gears" font created by Amos Werner for Talemetry Inc. June 2014. */
/*  Character mapping and css by Fontastic (www.fontastic.me), free to use online vector font creation tool  */

@charset "UTF-8";

@font-face {
  font-family: "talemetry-gears";
  src:url("/statusassets/fonts/talemetry-gears.eot");
  src:url("/statusassets/fonts/talemetry-gears.eot?#iefix") format("embedded-opentype"),
    url("/statusassets/fonts/talemetry-gears.woff") format("woff"),
    url("/statusassets/fonts/talemetry-gears.ttf") format("truetype"),
    url("/statusassets/fonts/talemetry-gears.svg#talemetry-gears") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "talemetry-gears" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="gears-"]:before,
[class*=" gears-"]:before {
  font-family: "talemetry-gears" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


#logo{
  background: transparent url("/statusassets/images/maintenance_page_logo.png") no-repeat 0px 0px;
  background-size: contain;
  background-position: center;
  height: 165px;
  position: relative;
  margin-top: 60px;
}

#status_text{
  color: #5a5a5a;
  font-size: 18px;
  text-align: center;
  position: relative;
  margin-top: 30px;

}

#gears{
  font-family: "talemetry-gears";
  font-size: 250px;
  line-height: 200px;
  color: #bbb;
  text-align: center;
  margin-top: 60px;
  height: 220px;
}


#info_text{
  font-size: 15px;
  color: #999;
  text-align: center;
}

#copyright {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 4em 1em;
  padding-bottom: 2em;
  font-size: 0.7em;
  color: #bbbbbb; }

#copyright a {
  color: #888888; }

#statuserror_ly_copyright {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 4em 1em;
  padding-bottom: 2em;
  font-size: 0.7em;
  color: #bbbbbb;
 }

#statuserror_ly_copyright a {
  color: #888888; }
