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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
.hideText {
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

.sprites(@spritesheet-sprites);
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 18px;
}
@media screen and (max-width: 1050px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 940px) {
  html {
    font-size: 14px;
  }
}

body {
  font-size: 18px;
  font-family: sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 940px) {
  body {
    font-size: 14px;
  }
}
.wf-active body {
  font-family: 'Titillium Web', sans-serif;
}
strong {
  font-weight: 700;
}
span.underline {
  position: relative;
}
span.underline:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 400px) {
  span.underline:after {
    height: 1px;
    bottom: 4px;
  }
}
.liner {
  list-style-type: none;
  margin-bottom: 10px;
}
.liner--first {
  margin-bottom: 0;
}
.liner li {
  display: inline-block;
  position: relative;
  margin-left: 13px;
  font-size: 1.111rem;
}
.liner li:before {
  vertical-align: top;
  margin-top: 7px;
  margin-right: 4px;
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -110px -128px;
  width: 8px;
  height: 8px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.next {
  display: inline-block;
  margin: 30px 0 25px 0;
  top: 0;
  position: relative;
  transition: all 0.2s linear;
}
.next:hover {
  top: 10px;
  transition: all 0.2s linear;
}
.next__ico {
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -114px -88px;
  width: 78px;
  height: 40px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.next__ico2 {
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -114px -300px;
  width: 78px;
  height: 40px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.wrapper {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .wrapper {
    width: 96%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 860px) {
  .wrapper--header {
    width: 100%;
    margin-left: 0;
  }
}
.header {
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  background: #ffffff;
  z-index: 99;
}
.logo {
  float: left;
  width: 31.416%;
  position: relative;
  z-index: 999;
  display: inline-block;
  margin-top: 22px;
  margin-bottom: 8px;
}
.logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 860px) {
  .logo {
    width: 60%;
    max-width: 220px;
    float: left;
    margin-top: 12px;
    margin-bottom: 2px;
    margin-left: 2%;
  }
}
.menus--wrapper {
  float: right;
  width: 68%;
  display: inline-block;
  background: #fff;
}
@media screen and (max-width: 860px) {
  .menus--wrapper {
    position: relative;
    float: left;
    display: block;
    width: 100%;
  }
}
input#show-menu {
  display: none;
}
input#show-menu:checked ~ div.menus {
  display: block;
}
.show-menu {
  cursor: pointer;
  display: none;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 20%;
  right: 3%;
  z-index: 999;
  text-indent: -10000px;
  vertical-align: top;
}
@media screen and (max-width: 860px) {
  .show-menu {
    display: block;
  }
}
.menus {
  float: right;
  margin-top: 12px;
}
@media screen and (max-width: 860px) {
  .menus {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    display: none;
    margin-top: 0;
    float: left;
    text-align: center;
  }
}
@media screen and (min-width: 861px) {
  .menus {
    display: inline-block;
  }
}
@media screen and (max-width: 860px) {
  .languages {
    width: 100%;
    display: block;
    margin-bottom: 12px;
    position: static;
  }
}
.languages ul {
  float: right;
  display: inline-block;
  list-style-type: none;
}
@media screen and (max-width: 860px) {
  .languages ul {
    width: 100%;
    display: inline-block;
    float: none;
    text-align: center;
  }
}
.languages ul li {
  text-align: center;
  display: inline-block;
  font-size: 0.7778rem;
}
.languages ul li a {
  font-size: 0.7778rem;
  color: #565656;
  text-decoration: none;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
.languages ul li a:hover {
  color: #860001;
}
.languages ul li a:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 13px;
  background: #565656;
  top: 4px;
  left: 0px;
}
.languages ul li:first-child a:before {
  display: none;
}
.languages ul li.languages__active a {
  color: #860001;
}
.menu_icon-bar {
  position: relative;
  display: block;
  width: 36px;
  height: 4px;
  background: #860001;
  margin-top: 4px;
  border-radius: 3px;
}
.menu {
  float: right;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 860px) {
  .menu {
    display: block;
    width: 100%;
    float: left;
  }
}
.menu ul {
  float: right;
  display: inline-block;
  list-style-type: none;
  padding-top: 23px;
}
@media screen and (max-width: 860px) {
  .menu ul {
    width: 100%;
    left: 0;
    padding: 0 0 10px 0;
    background: #fff;
    float: none;
    text-align: center;
  }
}
.menu ul li {
  display: inline-block;
  text-align: center;
  float: left;
}
@media screen and (max-width: 860px) {
  .menu ul li {
    display: block;
    width: 100%;
  }
}
.menu ul li a {
  color: #565656;
  text-decoration: none;
  margin-left: 44px;
  position: relative;
  float: left;
}
@media screen and (max-width: 860px) {
  .menu ul li a {
    display: block;
    margin-left: 0;
    padding: 6px 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .menu ul li a:hover {
    color: #860001;
  }
}
.menu ul li a:hover:after {
  bottom: -5px;
  left: -10%;
  width: 120%;
  height: 1px;
  content: '';
  display: inline-block;
  position: absolute;
  background: #d0cdcd;
}
@media screen and (max-width: 860px) {
  .menu ul li a:hover:after {
    display: none;
  }
}
.menu ul li:first-child a {
  margin-left: 0;
}
.menu ul li a.active {
  color: #860001;
  font-weight: 700;
}
.banner {
  margin-top: 140px;
  position: relative;
  display: block;
  width: 100%;
  background: url('../img/banner.jpg') no-repeat 50% 0;
  background-size: cover;
}
@media screen and (max-width: 320px) {
  .banner {
    background-size: 1100px auto;
    background-position: -345px 0;
  }
}
.banner .wrapper {
  position: relative;
  height: 747px;
}
@media screen and (max-width: 1200px) {
  .banner .wrapper {
    height: auto;
    padding-bottom: 320px;
  }
}
@media screen and (max-width: 400px) {
  .banner .wrapper {
    padding-bottom: 240px;
  }
}
.banner__description {
  padding-top: 130px;
}
@media screen and (max-width: 1200px) {
  .banner__description {
    padding-top: 40px;
  }
}
@media screen and (max-width: 650px) {
  .banner__description {
    padding-top: 34px;
  }
}
.banner__description__txt {
  color: #ffffff;
  font-size: 2.056rem;
  line-height: 119%;
}
@media screen and (max-width: 1200px) {
  .banner__description__txt {
    display: inline-block;
    width: 75%;
  }
}
@media screen and (max-width: 400px) {
  .banner__description__txt {
    font-size: 1.2rem;
    width: 65%;
    display: inline-block;
  }
}
.banner__description__txt--thin {
  font-weight: 300;
  font-size: 2.611rem;
}
@media screen and (max-width: 1200px) {
  .banner__description__txt--thin {
    display: inline-block;
    width: 40%;
  }
}
@media screen and (max-width: 1150px) {
  .banner__description__txt--thin {
    display: inline-block;
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .banner__description__txt--thin {
    font-size: 2rem;
    display: inline-block;
    width: 70%;
  }
}
@media screen and (max-width: 400px) {
  .banner__description__txt--thin {
    font-size: 1.6rem;
    width: 70%;
    margin-top: 4px;
  }
}
.banner__down {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -55px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  transition: all 0.2s linear;
}
.banner__down:hover {
  bottom: 30px !important;
  transition: all 0.2s linear;
}
.banner__down__ico {
  margin-top: 11px;
  display: block;
  background-image: url(../img/sprite.png);
  background-position: 0px -115px;
  width: 110px;
  height: 55px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.box {
  padding-bottom: 35px;
}
.box--color {
  background: #f1f0f0;
}
.box--color-yellow {
  background: #dbd4b8;
  padding-bottom: 50px;
}
.box--color-red {
  background: #860001;
  color: #dbd4b8;
  padding-bottom: 10px;
}
.box--color-yellow .box__title:after {
  background: #bdb180;
}
.box__header {
  padding-top: 60px;
}
@media screen and (max-width: 400px) {
  .box__header {
    padding-top: 25px;
  }
}
.box__header--yellow,
.box__header--red {
  padding-top: 25px;
}
.box__header--red:after {
  background: #ac2b2c;
}
.box__title {
  position: relative;
  color: #860001;
  font-size: 2.056rem;
  padding-bottom: 20px;
}
.box__title--red {
  color: #dbd4b8;
}
.zluta {
  color: #dbd4b8;
}
.zluta:hover {
  color: #fdf6d0;
}
.bila {
  color: #ffffff;
}
.bila:hover {
  color: #dddddd;
}
.cervena {
  color: #860001;
}
.cervena:hover {
  color: #ca3333;
}
.box__title:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 320px;
  left: 50%;
  margin-left: -160px;
  background: #d0cdcd;
  bottom: 0px;
}
@media screen and (max-width: 440px) {
  .box__title:after {
    width: 160px;
    margin-left: -80px;
  }
}
.last-txt {
  border-bottom: 10px;
}
.box__title--yellow:after {
  bottom: -10px;
}
.box__title--red:after {
  background: #ac2b2c;
}
.box__content {
  margin-top: 45px;
  font-size: 1.222rem;
  color: #625f5f;
  font-weight: 300;
}
.box__content-yellow {
  margin-top: 40px;
}
@media screen and (max-width: 740px) {
  .box__content br {
    display: none;
  }
}
.box__content--red {
  color: #dbd4b8;
  margin-top: 20px;
}
.box__content p {
  padding-bottom: 30px;
}
.box__content-yellow p,
.box__content-red p {
  padding-bottom: 10px;
}
.inner-boxes {
  margin-top: 20px;
}
.inner-box {
  vertical-align: top;
  box-sizing: border-box;
  width: 29.1667%;
  height: auto;
  display: inline-block;
  color: #625f5f;
  font-size: 1rem;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .inner-box {
    width: 46%;
  }
}
@media screen and (max-width: 460px) {
  .inner-box {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .inner-box:nth-child(even) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 460px) {
  .inner-box:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .inner-box:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 460px) {
  .inner-box:nth-child(odd) {
    margin-right: 0;
  }
}
.inner-box__content {
  font-weight: 300;
}
.inner-box--middle {
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (max-width: 640px) {
  .inner-box--middle {
    margin-left: 0;
    margin-right: 0;
  }
}
.inner-box--larger {
  width: 34%;
  margin-left: 5%;
}
@media screen and (max-width: 640px) {
  .inner-box--larger {
    margin-left: 0;
    width: 100%;
  }
}
.inner-box__title {
  position: relative;
  font-size: 1.333rem;
  color: #860001;
  padding-bottom: 20px;
}
.inner-box__title:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 95px;
  left: 50%;
  margin-left: -47.5px;
  background: #d0cdcd;
  bottom: 10px;
}
.wrapper--gmap {
  position: static;
  top: 0;
  height: 600px;
}
@media screen and (max-width: 740px) {
  .wrapper--gmap {
    height: auto;
  }
}
.contact__content {
  float: left;
}
.contact__qr {
  float: right;
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 114px;
  height: 115px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  margin-right: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 420px) {
  .contact__qr {
    float: none;
    margin: 25px 0 0 0;
  }
}
.box--gmap {
  position: relative;
  padding-bottom: 0;
}
@media screen and (max-width: 740px) {
  .box--gmap {
    background: #860001;
  }
}
.gmap {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  z-index: 91;
}
@media screen and (max-width: 740px) {
  .gmap {
    display: none;
  }
}
.box__map {
  width: 520px;
  padding: 42px;
  color: #dbd4b8;
  text-align: left;
  position: absolute;
  z-index: 999;
  top: 100px;
  background: #3c090a;
  background: rgba(60, 9, 10, 0.7);
}
@media screen and (max-width: 740px) {
  .box__map {
    width: 100%;
    position: static;
    box-sizing: border-box;
  }
}
.map-img {
  width: 100%;
  height: 380px;
  background: url('../img/mapa.png') no-repeat 50% 0;
  display: none;
}
@media screen and (max-width: 740px) {
  .map-img {
    display: block;
  }
}
.sign {
  position: absolute;
  bottom: 40px;
  z-index: 999;
  color: #ffffff;
  font-size: 0.7778rem;
}
@media screen and (max-width: 740px) {
  .sign {
    position: static;
    padding: 20px 0;
  }
}
.info__logo {
  float: left;
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -114px 0px;
  width: 78px;
  height: 88px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
@media screen and (max-width: 420px) {
  .info__logo {
    float: none;
  }
}
.info__content {
  float: left;
  margin-left: 20px;
  line-height: 110%;
}
@media screen and (max-width: 420px) {
  .info__content {
    float: none;
    margin-left: 0;
  }
}
.info__content__title {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 12px;
}
.info__content__p {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 2px;
}
.info__content__p--small {
  font-size: 0.6667rem;
}
.contact {
  margin-top: 20px;
}
.contact__box {
  margin-top: 30px;
}
.contact__big-text {
  font-size: 1.111rem;
  margin-top: 16px;
}
@media screen and (max-width: 420px) {
  .contact__big-text {
    font-size: 1rem;
  }
}
.contact__content {
  font-size: 0.8889rem;
}
@media screen and (max-width: 420px) {
  .contact__content {
    float: none;
  }
}

@media print {
 .menus, .banner, .next, .next__ico, .next__ico2, .map-img, .gmap, .info__logo {display: none; background-image: none;}
 .contact__qr {display: inline;}
 .section, .wrapper, .box, .box__header, .box__title, .box__content, p, .inner-boxes, .inner-box, .inner-box__title, .inner-box__content, .linner, li, .last-txt, .box__map {margin-top: 0px;
      margin-bottom: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
      width: 100%;
      font-size: 90%;
      color: #000000;
      background-image: none;
  }

 }

/*# sourceMappingURL=style.css.map */