
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;
}


html {
  line-height: 1;
}


ol, ul {
  list-style: none;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}


q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

body,
input,
textarea {
  color: #cccccc;
  font-size: 18px;
  font-family: "Karla", "lucida grande", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  color: #fdf485;
}

h1 {
  font-size: 72px;
  line-height: 1em;
}

h2 {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}

h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #e5d404;
  margin-bottom: 0.3em;
}

h4 {
  font-size: 18px;
}

p {
  line-height: 1.4em;
  margin-bottom: 1em;
}

ul {
  margin: 0 0 1.25em 0;
}

li {
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 2px solid #515151;
  line-height: 1.3em;
}

li.last-list-item {
  border-bottom: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.625em;
}

strong {
  font-weight: bold;
}

i {
  font-style: italic;
}

a {
  color: #00bfa8;
  text-decoration: none;
}
a:hover {
  color: #59ffeb;
}

::-moz-selection,
::selection {
  background: #ff8000;
  color: white;
}

.sub-point {
  display: block;
  font-size: 14px;
}
.sub-point code {
  font-size: 12px;
  padding: 2px;
}



body {
  margin: 0px 0px 0px 0px;
  background: #444444;
}


.section {
  padding: 0 0 40px 0;
  margin-bottom: 40px;
  *zoom: 1;
  border-bottom: 4px solid #373737;
}
.section:after {
  content: "";
  display: table;
  clear: both;
}
.section.last {
  border-bottom: none;
}

.section-header {
  text-align: center;
}

.section-subheader {
  margin-top: -0.6em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 24px;
}

.row {
  *zoom: 1;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.intro-section {
  text-align: center;
}

.logo {
  color: white;
  margin-bottom: 0.05em;
}

.logo .version {
  color: #fdf485;
}


.author {
  margin-top: -9px;
  padding-left: 23px;
  line-height: 1.2em;
}

.author-links {
  font-size: 16px;
}

.lead {
  font-size: 22px;
}

.examples-section {
  text-align: center;
}

.image-row {
  *zoom: 1;
  margin-bottom: 20px;
}

.image-row:after {
  content: "";
  display: table;
  clear: both;
}

.example-image-link {
  display: inline-block;
  margin: 0 10px 20px 10px;
  line-height: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 4px solid #5e5e5e;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.example-image-link:hover {
  border: 4px solid #00bfa8;
}

.image-podpis {
font-size: 11px;
padding-left: 15px;
padding-right: 15px;

}


.example-image {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.download-section {
  text-align: center;
}

.download-button {
  display: block;
  max-width: 300px;
  margin: 0 auto 20px auto;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #2b2b2b;
  border: 4px solid #444444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  *zoom: 1;
}










@media only screen and (max-width: 640px) {
  /* line 247, ../sass/screen.sass */
  body {
    margin: 80px 10px 40px 10px;
    font-size: 14px;
  }

 
 h1 {
    font-size: 48px;
  }

 
 h2 {
    font-size: 26px;
  }

 
 h3 {
    font-size: 16px;
  }

 
 ol {
    list-style-position: inside;
  }


  code,
  kbd,
  pre,
  pre code {
    font-size: 11px;
  }

 
 .sub-point {
    font-size: 12px;
  }
 
 .sub-point code {
    font-size: 9px;
  }

 
 .lead {
    font-size: 16px;
  }


 .section {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

 
 .author {
    margin-top: -5px;
    padding-left: 30px;
  }


  .author-links {
    font-size: 12px;
  }
}
