@charset "UTF-8";
/*!
 * Výchozí styl
 * @author Ing. Radek Liška, ing.radek.liska@gmail.com
 * © 2014 Všechna práva vyhrazena
 */
/***************************************************
 * HTML5 zpětná kompatibilita
 ***************************************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
template,
[hidden] {
  display: none;
}
/***************************************************
 * Všechny elementy
 ***************************************************/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: inherit;
}
/***************************************************
 * Dokument
 ***************************************************/
html {
  background: #b6d867;
  color: #2d3023;
  font-family: PTSans, Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.25em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  filter: none;
}
body {
  margin: 1.25em 1em;
}
/***************************************************
 * Řádkové prvky
 ***************************************************/
a {
  color: #4f9703;
  background: transparent;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
a:active,
a:focus,
a:hover {
  color: #0060a0;
}
b,
strong {
  font-weight: 700;
}
cite,
dfn,
em,
i,
var {
  font-style: italic;
}
ins,
u {
  text-decoration: underline;
}
del,
s,
strike {
  text-decoration: line-through;
}
abbr,
acronym {
  border-bottom: 1px dotted;
  letter-spacing: 0.1em;
  cursor: help;
}
code,
kbd,
samp,
tt {
  font-family: monospace, serif;
  font-size: 1em;
}
q {
  quotes: "„" "“" "," "‘";
}
mark {
  background: #ff0000;
  color: #ffffff;
}
big {
  font-size: 1.125em;
}
small {
  font-size: 0.875em;
}
sub,
sup {
  position: relative;
  font-size: 0.875em;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
iframe {
  border-width: 0;
}
/***************************************************
 * Nadpisy
 ***************************************************/
caption,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  color: #4f9703;
  font-weight: 700;
}
h1,
.h1 {
  margin-top: 0.625em;
  font-size: 2em;
  line-height: 1.25em;
}
h2,
.h2 {
  margin-top: 0.8333em;
  font-size: 1.5em;
  line-height: 1.25em;
}
caption,
legend,
h3,
.h3 {
  margin-top: 1em;
  font-size: 1.25em;
  line-height: 1.2em;
}
caption {
  margin-top: 0;
}
h4,
.h4 {
  margin-top: 1.1111em;
  font-size: 1.125em;
  line-height: 1.2222em;
}
h5,
.h5 {
  margin-top: 1.25em;
  font-size: 1em;
  line-height: 1.25em;
}
h6,
.h6 {
  margin-top: 1.4286em;
  font-size: 0.875em;
  line-height: 1.1429em;
}
/***************************************************
 * Textové bloky
 ***************************************************/
blockquote,
center,
p,
pre {
  margin: 1.25em 0 0;
}
blockquote {
  margin-left: 2em;
  margin-right: 2em;
}
center {
  text-align: center;
}
pre {
  font-family: monospace, serif;
  font-size: 1em;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/***************************************************
 * Seznamy
 ***************************************************/
dl,
menu,
ol,
ul {
  margin: 1.25em 0 0;
}
dt {
  font-weight: 700;
}
dd,
ul,
ol {
  margin-left: 2em;
}
ul,
ol {
  padding: 0;
  list-style: disc none outside;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
}
ol {
  list-style-type: decimal;
}
/***************************************************
 * Obrázky
 ***************************************************/
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
a img {
  filter: alpha(opacity=100);
  opacity: 1;
  filter: inherit;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a:active img,
a:focus img,
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
/***************************************************
 * Oddělovače
 ***************************************************/
hr {
  margin: 1.25em 0 0;
  height: 0;
  border: 0 solid #4f9703;
  border-width: 0 0 4px;
  text-align: left;
}
/***************************************************
 * Tabulky
 ***************************************************/
table,
td,
th {
  border: 0 solid;
}
td,
th {
  padding: 0.625em;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
th {
  font-weight: 700;
}
table {
  margin: 1.25em 0 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table[border] {
  border-width: 1px;
}
table[border] td,
table[border] th {
  border-width: 1px;
}
table[border=""],
table[border="0"] {
  border-width: 0;
}
table[border=""] td,
table[border="0"] td,
table[border=""] th,
table[border="0"] th {
  border-width: 0;
}
/***************************************************
 * Formuláře
 ***************************************************/
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  width: 100%;
  padding: 0;
  border: 0;
  text-align: inherit;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
legend + * {
  -webkit-margin-top-collapse: separate;
}
button,
input,
select,
option,
optgroup,
textarea {
  font-family: inherit;
  font-size: 1em;
}
button,
input,
select,
textarea {
  display: inline-block;
  margin: 0;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
select {
  text-transform: none;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  color: #2d3023;
  padding: 4px 18px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  border-width: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #9bc648;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6d867), color-stop(100%, #9bc648));
  background-image: -webkit-linear-gradient(top, #b6d867 0%, #9bc648 100%);
  background-image: -moz-linear-gradient(top, #b6d867 0%, #9bc648 100%);
  background-image: -ms-linear-gradient(top, #b6d867 0%, #9bc648 100%);
  background-image: -o-linear-gradient(top, #b6d867 0%, #9bc648 100%);
  background-image: linear-gradient(top, #b6d867 0%, #9bc648 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6d867', endColorstr='#9bc648', GradientType=0);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-transition: box-shadow 0.4s , color 0.4s;
  -moz-transition: box-shadow 0.4s , color 0.4s;
  -o-transition: box-shadow 0.4s , color 0.4s;
  transition: box-shadow 0.4s , color 0.4s;
  -webkit-appearance: button;
  cursor: pointer;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  color: #0060a0;
}
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  -webkit-box-shadow: 1px 1px 0.3125em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 0.3125em rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 0.3125em rgba(0, 0, 0, 0.5);
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border-color: #9bc648;
  padding: 3px 8px;
  -webkit-box-shadow: inset 0.25em 0.25em 0.25em -0.25em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0.25em 0.25em 0.25em -0.25em rgba(0, 0, 0, 0.25);
  box-shadow: inset 0.25em 0.25em 0.25em -0.25em rgba(0, 0, 0, 0.25);
  border-style: solid;
  border-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #c3e081;
  color: #2d3023;
  font-weight: 400;
  -webkit-transition: box-shadow 0.4s , border-color 0.4s;
  -moz-transition: box-shadow 0.4s , border-color 0.4s;
  -o-transition: box-shadow 0.4s , border-color 0.4s;
  transition: box-shadow 0.4s , border-color 0.4s;
  width: 12em;
}
input[type="email"]:active,
input[type="number"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="text"]:active,
input[type="url"]:active,
select:active,
textarea:active,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
select:hover,
textarea:hover {
  border-color: #0060a0;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: inset 0.25em 0.25em 0.25em -0.25em rgba(0, 0, 0, 0.25) , 1px 1px 0.3125em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0.25em 0.25em 0.25em -0.25em rgba(0, 0, 0, 0.25) , 1px 1px 0.3125em rgba(0, 0, 0, 0.5);
  box-shadow: inset 0.25em 0.25em 0.25em -0.25em rgba(0, 0, 0, 0.25) , 1px 1px 0.3125em rgba(0, 0, 0, 0.5);
}
input[type="email"][size],
input[type="number"][size],
input[type="password"][size],
input[type="search"][size],
input[type="tel"][size],
input[type="text"][size],
input[type="url"][size],
textarea[cols] {
  width: auto;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="file"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
select,
option,
optgroup {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: normal;
  overflow-wrap: normal;
  cursor: pointer;
}
optgroup {
  font-style: italic;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
textarea[readonly],
textarea[disabled] {
  resize: none;
}
input[readonly],
textarea[readonly] {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
input[type="email"][disabled]:active,
input[type="number"][disabled]:active,
input[type="password"][disabled]:active,
input[type="search"][disabled]:active,
input[type="tel"][disabled]:active,
input[type="text"][disabled]:active,
input[type="url"][disabled]:active,
select[disabled]:active,
textarea[disabled]:active,
input[type="email"][disabled]:hover,
input[type="number"][disabled]:hover,
input[type="password"][disabled]:hover,
input[type="search"][disabled]:hover,
input[type="tel"][disabled]:hover,
input[type="text"][disabled]:hover,
input[type="url"][disabled]:hover,
select[disabled]:hover,
textarea[disabled]:hover {
  border-color: #9bc648;
}
button[disabled]:active,
input[type="button"][disabled]:active,
input[type="submit"][disabled]:active,
input[type="reset"][disabled]:active,
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover,
input[type="reset"][disabled]:hover {
  color: #2d3023;
}
/***************************************************
 * Horizontální zarovnání
 ***************************************************/
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
/***************************************************
 * Verikální zarovnání
 ***************************************************/
.valign-top {
  vertical-align: top;
}
.valign-bottom {
  vertical-align: bottom;
}
.valign-center {
  vertical-align: middle;
}
.valign-baseline {
  vertical-align: baseline;
}
/***************************************************
 * Velikosti fontů
 ***************************************************/
.size-5xl {
  margin-top: 0.3125em;
  font-size: 4em;
  line-height: 1.25em;
}
.size-4xl {
  margin-top: 0.5em;
  font-size: 2.5em;
  line-height: 1.25em;
}
.size-3xl {
  margin-top: 0.625em;
  font-size: 2em;
  line-height: 1.25em;
}
.size-2xl {
  margin-top: 0.8333em;
  font-size: 1.5em;
  line-height: 1.25em;
}
.size-xl {
  margin-top: 1em;
  font-size: 1.25em;
  line-height: 1.2em;
}
.size-l {
  margin-top: 1.1111em;
  font-size: 1.125em;
  line-height: 1.2222em;
}
.size-m {
  margin-top: 1.25em;
  font-size: 1em;
  line-height: 1.25em;
}
.size-s {
  margin-top: 1.4286em;
  font-size: 0.875em;
  line-height: 1.1429em;
}
.size-xs {
  margin-top: 1.6667em;
  font-size: 0.75em;
  line-height: 1.1667em;
}
.size-5xl-font {
  font-size: 4em;
}
.size-4xl-font {
  font-size: 2.5em;
}
.size-3xl-font {
  font-size: 2em;
}
.size-2xl-font {
  font-size: 1.5em;
}
.size-xl-font {
  font-size: 1.25em;
}
.size-l-font {
  font-size: 1.125em;
}
.size-m-font {
  font-size: 1em;
}
.size-s-font {
  font-size: 0.875em;
}
.size-xs-font {
  font-size: 0.75em;
}
/***************************************************
 * Pseudotřídy a pseudoelementy
 ***************************************************/
:focus {
  outline: 0;
}
::selection {
  background: #0060a0;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: #0060a0;
  color: #ffffff;
  text-shadow: none;
}
/***************************************************
 * Písma
 ***************************************************/
/*
 * Copyright © 2009 ParaType Ltd.
 * License - http://www.paratype.com/help/license/
 */
@font-face {
  font-family: PTSans;
  font-style: normal;
  font-weight: 400;
  src: url("../font/PTSans-Regular.eot");
  src: local("PT Sans"), local("PTSans"), url("../font/PTSans-Regular.eot?#iefix") format("embedded-opentype"), url("../font/PTSans-Regular.woff") format("woff"), url("../font/PTSans-Regular.ttf") format("truetype"), url("../font/PTSans-Regular.svg#pt_sansregular") format("svg");
}
@font-face {
  font-family: PTSans;
  font-style: normal;
  font-weight: 700;
  src: url("../font/PTSans-Bold.eot");
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("../font/PTSans-Bold.eot?#iefix") format("embedded-opentype"), url("../font/PTSans-Bold.woff") format("woff"), url("../font/PTSans-Bold.ttf") format("truetype"), url("../font/PTSans-Bold.svg#pt_sansbold") format("svg");
}
@font-face {
  font-family: PTSans;
  font-style: italic;
  font-weight: 400;
  src: url("../font/PTSans-Italic.eot");
  src: local("PT Sans Italic"), local("PTSans-Italic"), url("../font/PTSans-Italic.eot?#iefix") format("embedded-opentype"), url("../font/PTSans-Italic.woff") format("woff"), url("../font/PTSans-Italic.ttf") format("truetype"), url("../font/PTSans-Italic.svg#pt_sansitalic") format("svg");
}
@font-face {
  font-family: PTSans;
  font-style: italic;
  font-weight: 700;
  src: url("../font/PTSans-BoldItalic.eot");
  src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url("../font/PTSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../font/PTSans-BoldItalic.woff") format("woff"), url("../font/PTSans-BoldItalic.ttf") format("truetype"), url("../font/PTSans-BoldItalic.svg#pt_sansbold_italic") format("svg");
}
/*
 * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  src: url("../font/FontAwesome.eot?v=4.0.3");
  src: url("../font/FontAwesome.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../font/FontAwesome.woff?v=4.0.3") format("woff"), url("../font/FontAwesome.ttf?v=4.0.3") format("truetype"), url("../font/FontAwesome.svg?v=4.0.3#fontawesomeregular") format("svg");
}
