@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500");
/* line 5, ../../../../tools/ruby24/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../tools/ruby24/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../tools/ruby24/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../tools/ruby24/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../tools/ruby24/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../tools/ruby24/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../tools/ruby24/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../tools/ruby24/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../tools/ruby24/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 2, ../sass/_site.scss */
html, body {
  height: 100%;
  width: 100%;
  max-width: 100%;
}

/* line 8, ../sass/_site.scss */
body {
  font-family: 'Roboto Condensed', sans-serif;
  display: flex;
  flex-direction: column;
  background: url("../img/pattern_jelen.png") center repeat;
}

/* line 16, ../sass/_site.scss */
header, footer {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  width: calc(100% - (25px * 2));
  background-color: rgba(255, 255, 255, 0.1);
  color: #eeeeee;
}

/* line 25, ../sass/_site.scss */
header {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

/* line 29, ../sass/_site.scss */
main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  /* line 29, ../sass/_site.scss */
  main {
    justify-content: flex-start;
    margin: 50px 0;
  }
}
/* line 41, ../sass/_site.scss */
main .text {
  width: 250px;
  margin-right: 25px;
  color: #eeeeee;
}
/* line 46, ../sass/_site.scss */
main .text p {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  /* line 41, ../sass/_site.scss */
  main .text {
    margin-bottom: 25px;
    margin-right: 0;
    width: calc(100% - (25px * 2));
    padding: 0 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 41, ../sass/_site.scss */
  main .text {
    margin: 25px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1099px) {
  /* line 41, ../sass/_site.scss */
  main .text {
    margin-top: 25px;
    margin-right: 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - (25px * 2));
    max-width: 800px;
  }
  /* line 70, ../sass/_site.scss */
  main .text p {
    max-width: 45%;
    margin-bottom: 0;
  }
  /* line 75, ../sass/_site.scss */
  main .text #form {
    width: 35%;
  }
}
/* line 81, ../sass/_site.scss */
main #form {
  display: flex;
  flex-direction: column;
}
/* line 85, ../sass/_site.scss */
main #form input {
  height: 25px;
  line-height: 25px;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
}
/* line 91, ../sass/_site.scss */
main #form input:not(:first-child) {
  margin-top: 10px;
}
/* line 96, ../sass/_site.scss */
main #form .save {
  margin-top: 50px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #5cb85c;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  border: 2px solid #5cb85c;
  border-radius: 3px;
  transition: all ease-in-out .25s;
}
/* line 109, ../sass/_site.scss */
main #form .save:hover {
  background-color: #5cb85c;
  color: #ffffff;
}
/* line 116, ../sass/_site.scss */
main #fractal {
  width: 800px;
  height: 800px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1023px) {
  /* line 116, ../sass/_site.scss */
  main #fractal {
    width: calc(100% - (25px * 2));
    margin: 25px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1099px) {
  /* line 116, ../sass/_site.scss */
  main #fractal {
    margin: 25px 0;
  }
}

/* line 133, ../sass/_site.scss */
footer {
  box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.5);
}
/* line 136, ../sass/_site.scss */
footer a {
  color: #ffffff;
  text-decoration: none;
  transition: all ease-in-out .25s;
}
/* line 141, ../sass/_site.scss */
footer a:hover {
  color: #ff0000;
}

/* line 147, ../sass/_site.scss */
code, samp {
  font-family: 'Roboto Mono', monospace;
  font-size: 12px;
  color: #111111;
  background-color: #dddddd;
  padding: 1px;
  border-radius: 3px;
}

/* line 156, ../sass/_site.scss */
a {
  color: #ff0000;
  text-decoration: none;
  transition: all ease-in-out .25s;
}
/* line 161, ../sass/_site.scss */
a:hover {
  color: #ffcaca;
}
