/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 17, ../sass/_h5bp.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 21, ../sass/_h5bp.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 32, ../sass/_h5bp.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 37, ../sass/_h5bp.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 46, ../sass/_h5bp.scss */
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
 */
/* line 59, ../sass/_h5bp.scss */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 67, ../sass/_h5bp.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 77, ../sass/_h5bp.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 85, ../sass/_h5bp.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 120, ../sass/_h5bp.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 128, ../sass/_h5bp.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 139, ../sass/_h5bp.scss */
.hidden, .guide {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 148, ../sass/_h5bp.scss */
.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
 */
/* line 165, ../sass/_h5bp.scss */
.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
 */
/* line 178, ../sass/_h5bp.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 195, ../sass/_h5bp.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 200, ../sass/_h5bp.scss */
.clearfix:after {
  clear: both;
}

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

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 219, ../sass/_h5bp.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 227, ../sass/_h5bp.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 231, ../sass/_h5bp.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 235, ../sass/_h5bp.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

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

  /* line 250, ../sass/_h5bp.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 255, ../sass/_h5bp.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 260, ../sass/_h5bp.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 264, ../sass/_h5bp.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 274, ../sass/_h5bp.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 280, ../sass/_h5bp.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: 'PFsquare';
  src: url("pf.ttf") format("truetype");
}

/* line 11, ../sass/_typography.scss */
html {
  font: normal 16px/18px 'PFsquare', Arial, sans-serif;
  color: #3f5866;
}

/* line 16, ../sass/_typography.scss */
a {
  color: #3f5866;
}

/* line 20, ../sass/_typography.scss */
h1 {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
}
/* line 26, ../sass/_typography.scss */
h1 b {
  color: #f8ce00;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
}

/* line 36, ../sass/_typography.scss */
#links li {
  line-height: 1em;
}
/* line 40, ../sass/_typography.scss */
#links a {
  text-decoration: none;
  font-size: 16px;
}
/* line 44, ../sass/_typography.scss */
#links a:after {
  content: " »";
}

/* line 51, ../sass/_typography.scss */
.yellow {
  font-weight: bold;
}

/* line 55, ../sass/_typography.scss */
footer {
  text-align: center;
}

/* line 12, ../sass/main.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 16, ../sass/main.scss */
html {
  background: url("../img/bila_textura.png");
}

/* line 23, ../sass/main.scss */
#holder {
  width: 318px;
  margin: 172px auto 0;
  min-height: 375px;
  height: auto;
}

/* line 30, ../sass/main.scss */
#login {
  width: 318px;
  position: relative;
  z-index: 15;
}
/* line 39, ../sass/main.scss */
#login div {
  height: 373px;
  background: url("../img/modra_textura.png") repeat 0 0;
  border: 1px solid rgba(33, 47, 54, 0.35);
  position: relative;
  z-index: 11;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35);
}
/* line 49, ../sass/main.scss */
#login:before {
  z-index: 10;
  content: "";
  background-color: #3f5866;
  width: 312px;
  height: 366px;
  position: absolute;
  top: -4px;
  left: 3px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
}
/* line 63, ../sass/main.scss */
#login:after {
  content: "";
  width: 455px;
  height: 144px;
  background: url("../img/login_stin.png") no-repeat 0 0;
  position: absolute;
  bottom: -76px;
  left: -68.5px;
  z-index: 10;
}

/* line 76, ../sass/main.scss */
h1 {
  margin: 27px 0 29px 26px;
  padding: 3px 0 0 135px;
  background: url("../img/logo_icons_sprite.png") no-repeat 0 0;
}
/* line 81, ../sass/main.scss */
h1 b {
  display: block;
}

/* line 86, ../sass/main.scss */
#links {
  list-style: none;
  width: 258px;
  padding: 0;
  margin: 0 auto;
}
/* line 94, ../sass/main.scss */
#links li {
  margin: 11px 0;
  position: relative;
  background-image: url("../img/buttons_sprite.png");
  background-repeat: repeat-x;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.15);
}
/* line 103, ../sass/main.scss */
#links a {
  height: 39px;
  width: 100%;
  display: block;
  padding: 13px 0 10px 15px;
}
/* line 110, ../sass/main.scss */
#links .gray {
  background-position: 0 -78px;
}
/* line 113, ../sass/main.scss */
#links .gray:hover {
  background-position: 0 -117px;
}
/* line 118, ../sass/main.scss */
#links .yellow {
  background-position: 0 0px;
}
/* line 121, ../sass/main.scss */
#links .yellow:hover {
  background-position: 0 -39px;
}
/* line 128, ../sass/main.scss */
#links .iconized a {
  padding-left: 66px;
}
/* line 131, ../sass/main.scss */
#links .iconized a:before {
  content: "";
  background-image: url("../img/logo_icons_sprite.png");
  background-repeat: no-repeat;
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 16px;
  top: 9px;
}
/* line 144, ../sass/main.scss */
#links .iconized:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: url("../img/buttons_sprite.png") no-repeat 0 -234px;
  position: absolute;
  top: 0;
  left: 50px;
}
/* line 155, ../sass/main.scss */
#links .iconized:hover:before {
  background-position: 0 -273px;
}
/* line 159, ../sass/main.scss */
#links .iconized.yellow:before {
  background-position: 0 -156px;
}
/* line 163, ../sass/main.scss */
#links .iconized.yellow:hover:before {
  background-position: 0 -195px;
}

/* line 170, ../sass/main.scss */
#mail:before {
  background-position: 0px -50px;
}

/* line 174, ../sass/main.scss */
#pen:before {
  background-position: -21px -50px;
}

/* line 178, ../sass/main.scss */
#tools:before {
  background-position: -42px -50px;
}

/* line 182, ../sass/main.scss */
footer {
  margin-top: 30px;
  position: relative;
  z-index: 15;
}

/* line 188, ../sass/main.scss */
.dot {
  position: relative;
  padding-left: 30px;
}
/* line 194, ../sass/main.scss */
.dot:before {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  top: 1px;
  left: 9.5px;
  background: #dab400;
  -webkit-border-radius: 5.5px;
  -moz-border-radius: 5.5px;
  -ms-border-radius: 5.5px;
  -o-border-radius: 5.5px;
  border-radius: 5.5px;
}

/* line 214, ../sass/main.scss */
article[id*="guide"] img {
  width: 900px;
}
