@charset "CP850";
@import url(../../font/stylesheet.css);
/* ! normalize.css 2012-08-07T21:27 UTC | MIT License | git.io/normalize */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 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.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, 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; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

a {
  color: #0000ee; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #0066ee; }

a:focus {
  outline: thin dotted; }

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

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

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

#teste {
  border: solid 1px #000; }

.cntr {
  display: block;
  width: 960px;
  margin: 0 auto; }

.left {
  float: left; }

.right {
  float: left; }

/* == 1.2 == Rodapé sempre em baixo =========================== */
#footer {
  clear: both;
  height: 227px; }

/* == 1.3 == Background ======================================= */
html {
  width: 100%; }

body {
  margin: 0;
  background: #fff;
  color: #8b8989;
  font-family: 'alleritalic'; }

/* == 1.4 == Header =========================================== */
header {
  width: 100%;
  height: 460px;
  top: 0;
  position: absolute;
  background: url(../../img/bg_top.jpg) center bottom repeat; }

.header {
  width: 960px;
  margin: 0 auto;
  padding: 0; }
  .header .logo {
    margin: 0;
    float: left;
    position: relative;
    top: 0;
    z-index: 1000; }
  .header .imac {
    float: right;
    position: relative;
    top: -225px;
    clear: both;
    z-index: 99; }
  .header .fones {
    display: block;
    float: left;
    color: #666;
    position: relative;
    top: -220px;
    left: 250px;
    font-size: 16px; }
  .header .share {
    display: block;
    float: left;
    color: #484848;
    position: relative;
    top: -155px;
    margin-left: 125px;
    font-size: 16px;
    z-index: 3; }
  .header h4 {
    width: 500px;
    border-bottom: 1px solid #434441;
    clear: both;
    color: #a1d4d6;
    display: block;
    float: left;
    font-size: 24px;
    font-weight: normal;
    position: relative;
    top: -550px; }
  .header p {
    width: 500px;
    display: block;
    float: left;
    clear: both;
    position: relative;
    top: -590px;
    color: #909090;
    font-size: 14px; }
    .header p a.mailto {
      color: #909090;
      background: url(../../img/arrow_mailto.png) no-repeat left center;
      display: block;
      font-weight: normal;
      padding: 10px 15px; }
  .header nav {
    width: 100%;
    height: 60px;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999; }
    .header nav .logo_nav {
      display: block;
      float: left; }
    .header nav ul {
      padding: 0px;
      margin: 0px 10px 0 35px;
      float: left;
      list-style: none;
      display: inline-block; }
      .header nav ul li {
        display: inline; }
        .header nav ul li a {
          border-left: 1px solid #505050;
          color: #a0a0a0;
          font-size: 24px;
          float: left;
          line-height: 18px;
          margin-top: 22px;
          padding: 0px 10px;
          text-decoration: none; }
    .header nav .first {
      border: none; }

/* == 1.4.1 == Logo =========================================== */
.logo {
  margin: 20px; }

#content {
  width: 960px;
  margin: 470px auto 100px auto !important;
  clear: both; }

.content {
  width: 100%;
  clear: both;
  position: relative;
  top: 30px;
  display: table; }
  .content h2 {
    height: 100px;
    background: #6cbfcb;
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    line-height: 100px;
    padding-left: 48px; }

#confira h2 {
  font-size: 24px;
  margin-bottom: 10px; }
#confira .box {
  width: 477px;
  height: 123px;
  background: url(../../img/box_confira.jpg) center center no-repeat;
  margin: 0 3px 4px 0;
  padding: 0;
  position: relative;
  cursor: pointer; }
  #confira .box .imghvr {
    opacity: 0;
    position: absolute; }
  #confira .box h5 {
    display: block;
    font-family: 'allerbold_italic';
    font-size: 15px;
    font-weight: normal;
    line-height: 16px;
    margin: 10px 0 -5px 0; }
  #confira .box p {
    display: block;
    font-size: 14px;
    line-height: 15px; }
    #confira .box p a {
      color: #7A7878; }
#confira .number {
  width: 120px;
  color: #797979;
  display: block;
  font-size: 90px;
  float: left;
  margin-right: 25px;
  text-align: center; }
#confira .imghvr {
  display: block;
  margin: 10px 0 0 10px;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

#ultimos_manuais {
  clear: both;
  position: relative; }

#nossos_clientes .logo {
  width: 190px;
  height: 190px;
  background: url(../../img/bg_logo_client.jpg) 50% 50% no-repeat;
  display: table-cell;
  float: left;
  margin: 3px 2px 0 0;
  line-height: 190px;
  text-align: center; }
  #nossos_clientes .logo img {
    max-width: 90%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: auto; }

#contatos form {
  float: right;
  width: 476px; }
  #contatos form p {
    color: #8b8989;
    display: block;
    padding: 0 20px; }
  #contatos form input,
  #contatos form textarea {
    width: 476px;
    height: 40px;
    border: 8px solid #dedede;
    color: #8b8989;
    float: right;
    font-family: 'alleritalic';
    font-size: 16px;
    margin-bottom: 9px; }
  #contatos form input {
    line-height: 40px;
    text-indent: 16px; }
  #contatos form textarea {
    width: 446px;
    height: 230px;
    padding: 15px; }
  #contatos form .enviar {
    width: 43px;
    height: 43px;
    border: none;
    margin-top: -52px; }

#map_canvas {
  width: 454px;
  display: block;
  float: left; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: #fff; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff; }

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #fff;
  position: relative; }

.jspDrag {
  background: #000;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }
  .jspArrow.jspDisabled {
    cursor: default;
    background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 10px; }

.jspHorizontalBar .jspArrow {
  width: 10px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/* Circular Content Carousel Style */
.ca-container {
  position: relative;
  margin: 0 auto 20px auto;
  width: 800px;
  height: 256px; }

.ca-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: -20px; }

.ca-item {
  width: 200px;
  height: 260px;
  display: table;
  padding-right: 3px;
  position: relative;
  float: left;
  text-align: center; }

a.ca-more {
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-weight: bold;
  background: #6cbfcb;
  text-align: center;
  text-decoration: none;
  color: white;
  font-family: Arial,sans-serif;
  font-style: italic;
  font-weight: bold; }

.ca-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eeeeee url(../../img/cross.png) no-repeat center center;
  width: 27px;
  height: 27px;
  text-indent: -9000px;
  outline: none; }
  .ca-close:hover {
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.ca-item-main {
  position: absolute;
  height: 100%;
  background: white url(../../img/item_empr.jpg) no-repeat bottom center; }

.ca-icon {
  width: 202px;
  height: 137px;
  position: relative;
  background: #fff; }
  .ca-icon .sdw {
    position: absolute;
    display: block;
    top: 73px;
    left: 3px; }

.ca-item {
  margin-right: 3px !important;
  margin-left: 3px !important; }
  .ca-item h3 {
    font-size: 24px;
    color: #a1d4d6;
    font-weight: normal;
    margin: 10px 0 0 0;
    text-align: center; }
  .ca-item h4 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    position: relative; }

.ca-content-wrapper {
  background: #efefef;
  width: 0px;
  /* expands to width of the wrapper minus 1 element */
  height: 440px;
  top: 0px;
  text-align: left;
  position: absolute;
  z-index: 99;
  overflow: hidden; }

.ca-content {
  width: 590px;
  height: 100%;
  overflow: hidden; }

.ca-content-text {
  font-size: 14px;
  font-style: italic;
  margin: 10px 20px;
  line-height: 18px; }

.ca-content {
  border-left: 5px solid #6cbfcb; }
  .ca-content h6 {
    margin: 0;
    width: 600;
    height: 45px;
    background: url(../../img/bg_title_manuais.jpg);
    line-height: 45px;
    font-size: 32px;
    color: #6cbfcb;
    text-indent: 10px; }
  .ca-content ul {
    margin: 20px 35px;
    height: 30px; }
    .ca-content ul li {
      float: left;
      margin: 0px 2px; }
      .ca-content ul li a {
        color: #fff;
        background: #000;
        padding: 3px 6px;
        font-size: 14px;
        font-style: italic; }
        .ca-content ul li a:hover {
          background: #fff;
          color: #000;
          text-shadow: none; }

.ca-nav span {
  width: 72px;
  height: 100%;
  background: #f7f7f7 url(../../img/arrows.png) no-repeat -50% 50%;
  position: absolute;
  top: 20px;
  margin-top: -19px;
  left: -81px;
  text-indent: -9000px;
  opacity: 1.0;
  cursor: pointer;
  z-index: 100; }
  .ca-nav span.ca-nav-next {
    background-position: 150% 50%;
    left: auto;
    right: -81px; }
  .ca-nav span:hover {
    background-color: #6cbfcb;
    opacity: 0.7; }

/* == 1.5.1 == Tabs =========================================== */
#tabContaier {
  position: relative;
  width: 100%; }

#tabContaier ul {
  margin-top: -23px;
  overflow: hidden;
  padding: 0;
  z-index: 9; }

#tabContaier li {
  float: left;
  list-style: none;
  margin-left: 3px; }

#tabContaier li a {
  width: 197px;
  height: 275px;
  background: url(../../img/menu_tabs.png);
  cursor: pointer;
  display: block;
  text-indent: -9999px; }

#tabContaier li.manual a {
  background-position: 0px 0px; }

#tabContaier li.vistoria a {
  background-position: 398px 0px; }

#tabContaier li.built a {
  background-position: 197px 0px; }

#tabContaier li.manual a.active,
#tabContaier li.vistoria a.active,
#tabContaier li.built a.active {
  background-position-y: 276px !important; }

.tabDetails {
  margin: 0; }

.tabContents {
  padding: 0px; }
  .tabContents img {
    border: 5px solid #fff;
    display: block;
    float: right;
    margin-top: -403px; }
  .tabContents h1 {
    width: 290px;
    height: 55px;
    background: #555555;
    clear: both;
    color: #c0c0c0;
    display: block;
    font-size: 15px;
    float: right;
    line-height: 65px;
    margin: -90px 4px 0 0;
    text-align: center; }

.tabContents h1 {
  font-size: 24px;
  font-weight: normal;
  padding: 0 0 10px; }

.tabContents p {
  padding: 0 0 10px; }

#footer {
  width: 100%;
  height: 257px;
  background: url(../../img/bg_footer.jpg) center top; }
  #footer .footer {
    width: 960px;
    margin: 0 auto; }
    #footer .footer address {
      width: 100%;
      color: #6c6b6b;
      clear: both;
      display: block;
      top: 60px;
      position: relative;
      text-align: center; }
      #footer .footer address a {
        color: #484848; }
    #footer .footer .share {
      width: 100%;
      margin: 90px auto;
      clear: both;
      display: block;
      text-align: center; }
    #footer .footer .urango {
      float: right;
      margin-top: -130px; }

/*
 * jQuery Nivo Slider v3.0.1
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 401px;
  height: 251;
  overflow: hidden; }

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none; }

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

.nivo-box img {
  display: block; }

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.nivo-caption p {
  padding: 5px;
  margin: 0; }

.nivo-caption a {
  display: inline !important; }

.nivo-html-caption {
  display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer; }

.nivo-prevNav {
  left: 0px; }

.nivo-nextNav {
  right: 0px; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0; }

.nivo-controlNav a {
  cursor: pointer; }

.nivo-controlNav a.active {
  font-weight: bold; }

/*
 * Image replacement
 */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

.lt-ie8 header {
  left: 0; }
.lt-ie8 .content {
  clear: both;
  top: 500px; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
