/* --------------------------------------------------------------------------------------------------------------------------------------------------
GLOBÁLNÍ A POMOCNÉ STYLY
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
BASE_RESET.LESS
-------------------------------------------------------------------------------------------------------------------------------------------------- */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  padding: 0;
}
ol,
ul {
  list-style: none;
}
ol ol,
ul ul {
  margin: 0;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bold;
}
i,
em,
q {
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
  border-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}
button,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-shadow: none;
}
audio,
canvas,
video,
img {
  vertical-align: middle;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
q:before,
q:after {
  content: "";
  content: none;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  display: table;
  content: " ";
}
.cf:after {
  clear: both;
}
.cf-inline {
  clear: both;
  float: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.va-top {
  vertical-align: top !important;
}
.va-middle {
  vertical-align: middle !important;
}
.va-bottom {
  vertical-align: bottom !important;
}
.nom {
  margin: 0 !important;
}
.nomt {
  margin-top: 0 !important;
}
.nomb {
  margin-bottom: 0 !important;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.hidden {
  display: none;
}
.noscreen {
  overflow: hidden;
  position: absolute;
  top: auto;
  left: -1000em;
  width: 0;
  height: 0;
}
.video-container {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.table-container {
  overflow-x: auto;
  width: 100%;
}
.table-container table {
  width: 99.99999%;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
BASE_MIXINS.LESS
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
MIXIN: BORDER RADIUS
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
MIXIN: BORDER RADIUS
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
MIXIN: VERTICAL GRADIENT
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
MIXIN: DROP SHADOW
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
MIXIN: INNER SHADOW
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
MIXIN: BACKGROUND - COVER
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.cover {
  background-size: cover;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
MIXIN: TEXT OVERFLOW
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
VARIABLES.LESS
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
MEDIA QUERIES
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
SLOŽKY
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
BARVY
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
ODKAZY
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
BASE.LESS
-------------------------------------------------------------------------------------------------------------------------------------------------- */
body {
  font-size: 15px;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p,
table,
address,
blockquote,
dl,
fieldset {
  margin: 20px 0;
}
@media only screen and (min-width: 960px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ul,
  ol,
  p,
  table,
  address,
  blockquote,
  dl,
  fieldset {
    margin: 25px 0;
  }
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
NADPISY
-------------------------------------------------------------------------------------------------------------------------------------------------- */
h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
}
h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (min-width: 620px) and (max-width: 959px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 960px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-size: 20px;
  line-height: 1.3;
}
@media only screen and (min-width: 620px) and (max-width: 959px) {
  h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 960px) {
  h3 {
    font-size: 28px;
  }
}
h4,
h5,
h6 {
  font-size: 18px;
  line-height: 1.4;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
SEZNAMY
-------------------------------------------------------------------------------------------------------------------------------------------------- */
ul {
  list-style-type: square;
  list-style-position: inside;
}
ul ul {
  margin: 0;
  margin-left: 20px;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-bottom: 20px;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
TABULKY
-------------------------------------------------------------------------------------------------------------------------------------------------- */
table {
  width: 100%;
  margin: 0;
}
table.text-center th,
table.text-center td {
  text-align: center;
}
table caption {
  text-align: center;
}
table th {
  padding: 10px;
  padding-top: 20px;
  font-weight: bold;
}
table td {
  padding: 7px 10px;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
LAYOUT
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
LAYOUT.LESS
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
WRAPPER
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.wrapper {
  width: 100%;
  *zoom: 1;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: " ";
}
.wrapper:after {
  clear: both;
}
@media only screen and (min-width: 960px) {
  .wrapper {
    width: 960px;
    margin: 0 auto;
  }
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
HLAVIČKA
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.header {
  padding: 20px 15px;
  *zoom: 1;
}
.header:before,
.header:after {
  display: table;
  content: " ";
}
.header:after {
  clear: both;
}
@media only screen and (min-width: 620px) and (max-width: 959px) {
  .header {
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 960px) {
  .header {
    height: 180px;
    padding: 0;
  }
}
.header .header-logo {
  float: left;
  width: 80%;
  margin: 0;
}
.header .header-logo a {
  display: block;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 960px) {
  .header .header-logo a span {
    overflow: hidden;
    position: absolute;
    top: auto;
    left: -1000em;
    width: 0;
    height: 0;
  }
}
.header .header-toggle {
  float: right;
  width: 60px;
  height: 40px;
  padding: 0;
}
.header .header-toggle img,
.header .header-toggle svg {
  position: relative;
  top: 2px;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 960px) {
  .header .header-toggle {
    display: none;
  }
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
NAVIGACE
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.nav {
  display: none;
}
@media only screen and (min-width: 960px) {
  .nav {
    display: block;
    float: left;
    width: 230px;
    margin-top: 40px;
    background: none;
  }
}
.nav > ul {
  margin: 0;
  list-style: none;
}
.nav > ul > li:first-child a {
  border-top: 0;
}
.nav > ul li {
  display: block;
}
.nav > ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 15px 10px 25px;
  font-weight: bold;
  text-decoration: none;
}
.nav > ul li a::before {
  position: absolute;
  top: 9px;
  left: 15px;
  content: "\203A";
}
@media only screen and (min-width: 960px) {
  .nav > ul li a::before {
    top: 4px;
    left: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .nav > ul li a {
    padding: 5px 10px;
    padding-left: 23px;
    background: none;
  }
}
.nav > ul li ul {
  margin: 0;
  list-style: none;
}
.nav > ul li ul li a {
  padding-left: 35px;
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (min-width: 960px) {
  .nav > ul li ul li a {
    padding: 5px 10px 5px 33px;
  }
}
.nav > ul li ul li a::before {
  position: absolute;
  top: 9px;
  left: 25px;
  content: "\203A";
}
@media only screen and (min-width: 960px) {
  .nav > ul li ul li a::before {
    top: 4px;
    left: 20px;
  }
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
TĚLO
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.content {
  width: 100%;
  padding: 20px 15px;
}
@media only screen and (min-width: 620px) and (max-width: 959px) {
  .content {
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 960px) {
  .content {
    overflow: hidden;
    width: auto;
    margin-top: 30px;
    margin-left: 270px;
    padding: 10px 0;
  }
}
.content h2:first-child {
  margin-top: 0;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
PATIČKA
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.footer {
  padding: 20px 15px;
  text-align: center;
  *zoom: 1;
}
.footer:before,
.footer:after {
  display: table;
  content: " ";
}
.footer:after {
  clear: both;
}
@media only screen and (min-width: 960px) {
  .footer {
    margin-top: 40px;
    padding: 20px 0 50px 0;
  }
  .footer p {
    float: right;
  }
  .footer p.footer-copyright {
    float: left;
  }
}
.footer p {
  margin: 0;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
MODULY
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
MODULE_IMAGES.LESS
-------------------------------------------------------------------------------------------------------------------------------------------------- */
img.left {
  margin-right: 20px;
  margin-bottom: 20px;
}
img.right {
  margin-left: 20px;
  margin-bottom: 20px;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
FOTOGALERIE
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: 20px -15px;
  list-style: none;
}
@media only screen and (min-width: 960px) {
  .gallery {
    margin: 30px 0;
  }
}
.gallery:before,
.gallery:after {
  display: none;
}
.gallery li {
  width: 33.33333%;
  text-align: center;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
MODULE_FORM.LESS
-------------------------------------------------------------------------------------------------------------------------------------------------- */
fieldset {
  padding: 15px;
  border-radius: 3px;
}
@media only screen and (min-width: 620px) and (max-width: 959px) {
  fieldset {
    padding: 20px;
  }
}
@media only screen and (min-width: 960px) {
  fieldset {
    padding: 30px;
  }
}
fieldset legend {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.form {
  margin: 0;
  list-style: none;
}
.form li {
  display: block;
  margin-top: 15px;
  *zoom: 1;
}
.form li:before,
.form li:after {
  display: table;
  content: " ";
}
.form li:after {
  clear: both;
}
.form li:first-child {
  margin-top: 0;
}
.form li .form-label {
  margin-bottom: 5px;
  font-weight: bold;
}
.form li .form-options ul {
  margin: 0;
  list-style: none;
}
.form li .form-options ul li {
  display: block;
  margin: 0;
  margin-top: 5px;
}
.form li .form-options ul li:first-child {
  margin-top: 0;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
VSTUPNÍ POLE
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.input-text,
.input-textarea {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
}
.input-textarea {
  height: 150px;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
SELECT, CHECKBOX, RADIO
-------------------------------------------------------------------------------------------------------------------------------------------------- */
select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  background: url("../design/select.svg") 100% 50% no-repeat;
  background-origin: content-box;
  background-size: 20px 20px;
  cursor: pointer;
  border-radius: 2px;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
}
input[type="checkbox"]:checked + label span:after {
  position: absolute;
  left: 1px;
  font-size: 20px;
  content: "\2714";
  line-height: 1;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
input[type="radio"]:checked + label span:after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------
MODULE_BUTTONS.LESS
-------------------------------------------------------------------------------------------------------------------------------------------------- */
button,
.button {
  display: inline-block;
  border: 0;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
/*# sourceMappingURL=styles.css.map */