/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 27, 2015 */

@font-face {
  font-family: 'ralewaybold';
  src: url("/fonts/raleway-bold-webfont.eot");
  src: url("/fonts/raleway-bold-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/raleway-bold-webfont.woff2") format('woff2'), url("/fonts/raleway-bold-webfont.woff") format('woff'), url("/fonts/raleway-bold-webfont.ttf") format('truetype'), url("/fonts/raleway-bold-webfont.svg#ralewaybold") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewayextrabold';
  src: url("/fonts/raleway-extrabold-webfont.eot");
  src: url("/fonts/raleway-extrabold-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/raleway-extrabold-webfont.woff2") format('woff2'), url("/fonts/raleway-extrabold-webfont.woff") format('woff'), url("/fonts/raleway-extrabold-webfont.ttf") format('truetype'), url("/fonts/raleway-extrabold-webfont.svg#ralewayextrabold") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewaylight';
  src: url("/fonts/raleway-light-webfont.eot");
  src: url("/fonts/raleway-light-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/raleway-light-webfont.woff2") format('woff2'), url("/fonts/raleway-light-webfont.woff") format('woff'), url("/fonts/raleway-light-webfont.ttf") format('truetype'), url("/fonts/raleway-light-webfont.svg#ralewaylight") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewayregular';
  src: url("/fonts/raleway-regular-webfont.eot");
  src: url("/fonts/raleway-regular-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/raleway-regular-webfont.woff2") format('woff2'), url("/fonts/raleway-regular-webfont.woff") format('woff'), url("/fonts/raleway-regular-webfont.ttf") format('truetype'), url("/fonts/raleway-regular-webfont.svg#ralewayregular") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewayregular';
  src: url("/fonts/raleway-bold-webfont.eot");
  src: url("/fonts/raleway-bold-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/raleway-bold-webfont.woff2") format('woff2'), url("/fonts/raleway-bold-webfont.woff") format('woff'), url("/fonts/raleway-bold-webfont.ttf") format('truetype'), url("/fonts/raleway-bold-webfont.svg#ralewaybold") format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'museoslab_300i';
  src: url("/fonts/exljbris_-_museoslab-300italic-webfont.eot");
  src: url("/fonts/exljbris_-_museoslab-300italic-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/exljbris_-_museoslab-300italic-webfont.woff2") format('woff2'), url("/fonts/exljbris_-_museoslab-300italic-webfont.woff") format('woff'), url("/fonts/exljbris_-_museoslab-300italic-webfont.ttf") format('truetype'), url("/fonts/exljbris_-_museoslab-300italic-webfont.svg#ralewayregular") format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/

/* ===============================================================
Basic Swiper Styles 
================================================================*/

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/

.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/
}

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/
}

.swiper-slide-active {
  /* Specific active slide styling: */
}

.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/

.swiper-pagination-switch {
  /* Stylize pagination button: */
}

.swiper-active-switch {
  /* Specific active button style: */
}

.swiper-visible-switch {
  /* Specific visible button style: */
}

/*
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

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/

body {
  font-family: 'ralewayregular', Arial, sans-serif;
  color: #000;
  background-color: #222;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
  font-family: 'ralewaybold', Arial, sans-serif;
}

b,
strong {
  font-family: 'ralewaybold', Arial, sans-serif;
}

a {
  text-decoration: none;
  border: none;
}

a img {
  text-decoration: none;
  border: none;
}

.new-logo {
  display: block;
  float: left;
  margin: 23px 0;
  height: 61px;
}

.new-logo img {
  display: block;
  height: 100%;
  width: auto;
  float: left;
}

.new-logo span {
  float: left;
  text-decoration: none;
  color: #174489;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  padding: 2px 0 2px 12px;
  display: block;
  text-transform: uppercase;
  line-height: 29px;
}

.new-logo span small {
  color: #4d4e4c;
  text-transform: none;
  font-size: 21px;
}

@media only screen and (max-width: 1505px) {
  .new-logo {
    height: 41.48px;
    margin: 32px 0;
  }

  .new-logo img {
    height: 100%;
  }

  .new-logo span {
    font-size: 17px;
    padding: 1.36px 8.16px;
    line-height: 19.72px;
  }

  .new-logo span small {
    font-size: 14.28px;
  }
}

@media only screen and (max-width: 1005px) {
  .new-logo {
    height: 36.6px;
    margin: 35px 0;
    transition: 1s;
  }

  .new-logo img {
    height: 100%;
  }

  .new-logo span {
    font-size: 15px;
    padding: 1.2px 7.2px;
    line-height: 17.4px;
  }

  .new-logo span small {
    font-size: 12.6px;
  }
}

.bcl {
  display: block;
  zoom: 1;
}

.bcl:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* LAYOUT */

.page-wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.page-wrap .section {
  position: relative;
  width: 100%;
}

.page-wrap .section .section-content {
  display: block;
  position: relative;
  width: 80%;
  margin: auto;
  zoom: 1;
}

.page-wrap .section .section-content:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media only screen and (max-width: 1400px) {
  .page-wrap .section .section-content {
    width: 85%;
  }
}

@media only screen and (max-width: 1200px) {
  .page-wrap .section .section-content {
    width: 90%;
  }
}

@media only screen and (max-width: 700px) {
  .page-wrap .section .section-content {
    width: 85%;
  }
}

.headline {
  width: 80%;
  margin: 0 auto;
  padding-top: 115px;
  text-align: center;
}

.headline h2,
.headline h1 {
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 44px;
}

@media only screen and (max-width: 700px) {
  .headline h2,
  .headline h1 {
    line-height: 1.2em;
  }
}

.headline .claim {
  font-size: 20px;
  line-height: 1.4em;
  width: 80%;
  margin: 25px auto 0;
}

@media only screen and (max-width: 700px) {
  .headline .claim {
    width: 100%;
  }
}

.headline:after {
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  background-color: #777777;
  margin: 30px auto;
}

@media only screen and (max-width: 1200px) {
  .headline {
    padding-top: 80px;
  }

  .headline .claim {
    margin-top: 20px;
  }

  .headline:after {
    margin: 20px auto;
  }
}

@media only screen and (max-width: 900px) {
  .headline {
    padding-top: 100px;
  }

  .headline .claim {
    margin-top: 25px;
  }

  .headline:after {
    margin: 30px auto;
  }
}

@media only screen and (max-width: 700px) {
  .headline {
    width: 100%;
    padding-top: 80px;
  }

  .headline h2 {
    font-size: 40px;
  }

  .headline .claim {
    width: 100%;
    margin-top: 20px;
  }

  .headline:after {
    margin: 20px auto;
  }
}

.headline.single {
  padding-top: 90px;
}

.alert {
  color: #f00;
  margin-bottom: 30px;
}

.alert li {
  display: block;
  margin-top: 10px;
}

.alert li:first-child {
  margin-top: 0;
}

.form-group-checkbox label {
  padding-left: 30px;
  display: block;
  overflow: hidden;
}

.form-group-checkbox input {
  float: left;
  margin: 16px 15px 0 0;
}

.form-group-checkbox p {
  text-align: left;
  margin-top: 15px;
  float: left;
}

.form-group {
  margin-bottom: 30px;
}

.form-group .control-label {
  display: none;
}

.input-text {
  box-sizing: border-box;
  border: 1px #ababab solid;
  border-radius: 7px;
  font-family: 'ralewaybold', Arial, sans-serif;
  color: #000;
  font-size: 20px;
  height: 64px;
  padding: 0 33px;
  width: 340px;
}

.input-text:-ms-input-placeholder {
  color: #aaa;
}

.input-text::placeholder {
  color: #aaa;
}

@media only screen and (max-width: 700px) {
  .input-text {
    width: 100%;
  }
}

.btn-holder {
  margin: 20px 10px;
  text-align: center;
}

.btn-holder .btn {
  background-color: #444444;
  padding: 18px 40px 16px;
  font-family: 'ralewayextrabold', Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 5px;
  background-clip: padding-box;
  transition: 0.33s;
  background-image: url("/img/icon_arr_white_right_small.png");
  background-repeat: no-repeat;
  background-position: 150% center;
}

.btn-holder .btn:hover {
  background-color: #DABE00;
  background-position: 85% center;
  padding-right: 60px;
}

.btn-holder .btn.long-btn-adjust {
  padding: 18px 20px 16px;
}

.btn-holder .btn.long-btn-adjust:hover {
  background-position: 94% center;
  padding-right: 40px;
}

.btn-holder .btn.left {
  float: left;
  margin-left: 25px;
}

@media only screen and (max-width: 700px) {
  .btn-holder .btn.left {
    margin-left: 32px;
  }
}

.btn-holder .btn--yellow {
  background-color: #DABE00;
}

.btn-holder .btn--yellow:hover {
  background-color: #444444;
}

.selectbox {
  position: relative;
  z-index: 15;
  width: 328px;
  display: inline-block;
}

.selectbox.active {
  z-index: 16;
}

@media only screen and (max-width: 700px) {
  .selectbox {
    width: 100%;
  }
}

.selectbox .selectbox-btn {
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 20px;
  text-align: left;
  padding: 22px 90px 18px 28px;
  width: 100%;
  box-sizing: border-box;
  background-image: url("/img/icon_circle_arr_black.png");
  background-repeat: no-repeat;
  background-position: 265px center;
  border-radius: 6px;
  background-clip: padding-box;
  /* IE10 is actually unprefixed */
  transition: background-image 0.33s ease, background-color 0.33s ease, border 0.33s ease, color 0.33s ease;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
}

@media only screen and (max-width: 700px) {
  .selectbox .selectbox-btn {
    font-size: 18px;
    padding-right: 40px;
    background-image: url("/img/icon_circle_arr_black_small.png") !important;
    background-position: 93% center !important;
  }
}

.selectbox .selectbox-btn:hover,
.selectbox .selectbox-btn.active {
  background-image: url("/img/icon_circle_arr_yellow.png");
  background-color: #ffffff;
  background-position: 266px center;
  border: 1px solid #444444;
  color: #000 !important;
}

.selectbox.selected .selectbox-btn {
  border: 1px solid #444444;
  color: #000 !important;
}

.selectbox .selectbox-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1px;
  padding: 18px 28px 30px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #fff;
  text-align: left;
}

.selectbox .selectbox-list ul li a {
  display: block;
  height: 35px;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 5px;
  font-size: 19px;
  color: #000;
  line-height: 35px;
}

@media screen and (max-width: 700px) {
  .selectbox .selectbox-list ul li a {
    font-size: 16px;
    height: 28px;
    line-height: 28px;
  }
}

.selectbox .selectbox-list ul li a:hover,
.selectbox .selectbox-list ul li a.active {
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 18px;
}

.selectbox .selectbox-list ul li:last-child a {
  border-bottom: 0;
}

.js-checkbox {
  display: inline;
}

.js-checkbox .checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/img/icon_checkbox_unchecked.png");
  position: relative;
  bottom: -4px;
  margin-right: 8px;
  margin-left: 8px;
}

.js-checkbox .checkbox.checked {
  background-image: url("/img/icon_checkbox_checked.png");
}

#arr-up {
  display: block;
  position: fixed;
  z-index: 99;
  bottom: 0;
  right: 20px;
  width: 60px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("/img/icon_arr_white_up.png");
  border-radius: 8px 8px 0 0;
  background-clip: padding-box;
  transition: background-color 0.33s;
}

#arr-up:hover {
  background-color: #000000;
}

#arr-up.docked {
  position: absolute;
}

@media only screen and (max-width: 700px) {
  #arr-up {
    right: 10px;
    width: 30px;
    height: 30px;
    background-size: 12px 6.5px;
    border-radius: 4px 4px 0 0;
    background-clip: padding-box;
  }
}

/* SECTIONS */

#super-menu {
  position: relative;
  z-index: 101;
  height: 49px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

#super-menu p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 49px;
  color: #777777;
}

#super-menu p a {
  color: #777777;
  text-decoration: underline;
}

#super-menu .phone {
  float: left;
  padding-left: 28px;
  background-image: url("/img/icon_social_phone.png");
  background-position: center left;
  background-repeat: no-repeat;
  margin-right: 25px;
}

#super-menu .email {
  float: left;
  padding-left: 28px;
  background-image: url("/img/icon_social_email.png");
  background-position: center left;
  background-repeat: no-repeat;
}

#super-menu .social {
  float: right;
  text-align: right;
  line-height: 49px;
  width: 190px;
}

@media only screen and (max-width: 700px) {
  #super-menu .social {
    display: none;
  }
}

#super-menu .social .icon {
  display: inline-block;
  margin-left: 24px;
  position: relative;
  top: 3px;
}

#menu {
  height: 106px;
}

#menu.fixed #menu-fixed {
  position: fixed;
}

@media only screen and (max-width: 700px) {
  #menu.small #menu-fixed {
    height: 53px;
  }

  #menu.small #menu-fixed .logo {
    margin-top: 7px;
    width: 51px;
  }

  #menu.small #menu-fixed .new-logo {
    margin: 9px 0;
  }

  #menu.small #menu-fixed .mobile-menu {
    height: 53px;
    width: 53px;
    margin-right: -8.5px;
  }
}

#menu #menu-fixed {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  height: 106px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  transition: 1s;
}

#menu #menu-fixed.open {
  position: fixed;
  height: 100%;
}

#menu #menu-fixed.open .menu-right {
  display: block;
}

#menu #menu-fixed .logo {
  display: block;
  float: left;
  margin-top: 14px;
  width: 102px;
  height: 77px;
  transition: 1s;
}

#menu #menu-fixed .logo img {
  display: block;
  width: 100%;
}

#menu #menu-fixed .mobile-menu {
  display: none;
}

@media only screen and (max-width: 900px) {
  #menu #menu-fixed .mobile-menu {
    display: block;
    height: 106px;
    width: 106px;
    margin-right: -35px;
    float: right;
    background-image: url("/img/icon_menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    transition: 1s;
  }
}

#menu #menu-fixed .menu-right {
  float: right;
  text-align: right;
  margin-top: 31px;
}

#menu #menu-fixed .menu-right .search-wrap {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

#menu #menu-fixed .menu-right .search-wrap .search-input {
  display: none;
  position: absolute;
  z-index: 1;
  top: -6px;
  right: -16px;
  width: 180px;
  height: 50px;
  padding: 0px 52px 0 21px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-clip: padding-box;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  font-family: 'ralewaylight', Arial, sans-serif;
  font-size: 14px;
  color: #777777;
}

#menu #menu-fixed .menu-right .search-wrap .search {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 10px;
  padding-right: 0;
}

#menu #menu-fixed .menu-right .menu {
  display: inline-block;
  position: relative;
  top: -5px;
  font-size: 0;
}

#menu #menu-fixed .menu-right .menu .item {
  display: inline-block;
  margin: 0px 10px;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  #menu #menu-fixed .menu-right .menu .item {
    margin: 0;
  }
}

#menu #menu-fixed .menu-right .menu .item .menu-link {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 15px;
}

#menu #menu-fixed .menu-right .menu .item .menu-link span {
  display: inline-block;
  font-family: 'ralewayextrabold', Arial, sans-serif;
  font-size: 14px;
  color: #777777;
  line-height: 30px;
  border-bottom: 3px solid transparent;
  transition: 0.5s;
}

@media only screen and (max-width: 1200px) {
  #menu #menu-fixed .menu-right .menu .item .menu-link span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1000px) {
  #menu #menu-fixed .menu-right .menu .item .menu-link span {
    font-size: 10px;
  }
}

#menu #menu-fixed .menu-right .menu .item .menu-link:hover span,
#menu #menu-fixed .menu-right .menu .item .pulldown:hover + .menu-link span {
  color: #D9BE00;
  border-bottom: 3px solid #D9BE00;
}

@media only screen and (max-width: 900px) {
  body.home #menu #menu-fixed .menu-right .menu .item:nth-child(1) a {
    background-color: #777777;
  }
}

body.home #menu #menu-fixed .menu-right .menu .item:nth-child(1) a span {
  color: #000;
  border-bottom: 3px solid #000;
}

@media only screen and (max-width: 900px) {
  body.home #menu #menu-fixed .menu-right .menu .item:nth-child(1) a span {
    color: #fff;
    border: none;
  }
}

@media only screen and (max-width: 900px) {
  body.sluzby #menu #menu-fixed .menu-right .menu .item:nth-child(2) a {
    background-color: #777777;
  }
}

body.sluzby #menu #menu-fixed .menu-right .menu .item:nth-child(2) a span {
  color: #000;
  border-bottom: 3px solid #000;
}

@media only screen and (max-width: 900px) {
  body.sluzby #menu #menu-fixed .menu-right .menu .item:nth-child(2) a span {
    color: #fff;
    border: none;
  }
}

@media only screen and (max-width: 900px) {
  body.infocentra #menu #menu-fixed .menu-right .menu .item:nth-child(3) a {
    background-color: #777777;
  }
}

body.infocentra #menu #menu-fixed .menu-right .menu .item:nth-child(3) a span {
  color: #000;
  border-bottom: 3px solid #000;
}

@media only screen and (max-width: 900px) {
  body.infocentra #menu #menu-fixed .menu-right .menu .item:nth-child(3) a span {
    color: #fff;
    border: none;
  }
}

@media only screen and (max-width: 900px) {
  body.akce #menu #menu-fixed .menu-right .menu .item:nth-child(4) a {
    background-color: #777777;
  }
}

body.akce #menu #menu-fixed .menu-right .menu .item:nth-child(4) a span {
  color: #000;
  border-bottom: 3px solid #000;
}

@media only screen and (max-width: 900px) {
  body.akce #menu #menu-fixed .menu-right .menu .item:nth-child(4) a span {
    color: #fff;
    border: none;
  }
}

@media only screen and (max-width: 900px) {
  body.odkazy #menu #menu-fixed .menu-right .menu .item:nth-child(5) a {
    background-color: #777777;
  }
}

body.odkazy #menu #menu-fixed .menu-right .menu .item:nth-child(5) a span {
  color: #000;
  border-bottom: 3px solid #000;
}

@media only screen and (max-width: 900px) {
  body.odkazy #menu #menu-fixed .menu-right .menu .item:nth-child(5) a span {
    color: #fff;
    border: none;
  }
}

@media only screen and (max-width: 900px) {
  body.kontakty #menu #menu-fixed .menu-right .menu .item:nth-child(6) a {
    background-color: #777777;
  }
}

body.kontakty #menu #menu-fixed .menu-right .menu .item:nth-child(6) a span {
  color: #000;
  border-bottom: 3px solid #000;
}

@media only screen and (max-width: 900px) {
  body.kontakty #menu #menu-fixed .menu-right .menu .item:nth-child(6) a span {
    color: #fff;
    border: none;
  }
}

@media only screen and (max-width: 900px) {
  body.thank-you-europe #menu #menu-fixed .menu-right .menu .item:nth-child(7) a {
    background-color: #777777;
  }
}

body.thank-you-europe #menu #menu-fixed .menu-right .menu .item:nth-child(7) a span {
  color: #000;
  border-bottom: 3px solid #000;
}

@media only screen and (max-width: 900px) {
  body.thank-you-europe #menu #menu-fixed .menu-right .menu .item:nth-child(7) a span {
    color: #fff;
    border: none;
  }
}

#menu #menu-fixed .menu-right .menu .item .pulldown {
  display: block;
  position: absolute;
  z-index: 1001;
  top: 100%;
  left: 10%;
}

#menu #menu-fixed .menu-right .menu .item .pulldown .inner {
  display: none;
  padding: 12px 25px 20px 20px;
  background-color: #fff;
  border-radius: 5px;
  background-clip: padding-box;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 900px) {
  #menu #menu-fixed .menu-right .menu .item .pulldown .inner {
    display: none !important;
  }
}

#menu #menu-fixed .menu-right .menu .item .pulldown .inner .pulldown-item {
  text-align: left;
}

#menu #menu-fixed .menu-right .menu .item .pulldown .inner .pulldown-item .pulldown-link {
  display: inline-block;
  width: 100%;
  min-width: 140px;
  min-height: 26px;
  padding: 0 5px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  line-height: 26px;
  white-space: nowrap;
}

#menu #menu-fixed .menu-right .menu .item .pulldown .inner .pulldown-item .pulldown-link:hover {
  font-family: 'ralewaybold', Arial, sans-serif;
}

#menu #menu-fixed .menu-right .menu .item .pulldown .inner .pulldown-item:last-child .pulldown-link {
  border-bottom: 0;
}

@media only screen and (max-width: 900px) {
  #menu #menu-fixed {
    overflow: hidden;
  }

  #menu #menu-fixed .menu-right {
    display: none;
    clear: both;
    width: 100%;
    margin: 10px 0 0;
    text-align: left;
  }

  #menu #menu-fixed .menu-right .search-wrap {
    display: inline-block;
    margin-left: 15px;
  }

  #menu #menu-fixed .menu-right .search-wrap .search-input {
    display: inline;
    position: static;
    top: auto;
    right: auto;
    width: 220px;
    height: 50px;
    padding: 0px 21px 0 21px;
    margin-top: 5px;
    margin-left: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-clip: padding-box;
    box-shadow: none;
  }

  #menu #menu-fixed .menu-right .search-wrap .search {
    display: inline-block;
    padding: 20px 10px;
    padding-left: 0;
    float: left;
  }

  #menu #menu-fixed .menu-right .menu {
    display: block;
    position: relative;
    font-size: 0;
  }

  #menu #menu-fixed .menu-right .menu .item {
    display: block;
    margin: 0px;
  }

  #menu #menu-fixed .menu-right .menu .item .menu-link {
    display: block;
    padding: 20px 15px;
    border-bottom: 1px solid #888;
  }

  #menu #menu-fixed .menu-right .menu .item .menu-link span {
    font-family: 'ralewayextrabold', Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  #menu #menu-fixed .menu-right .menu .item .menu-link:hover,
  #menu #menu-fixed .menu-right .menu .item .menu-link.active,
  #menu #menu-fixed .menu-right .menu .item .menu-link:hover span,
  #menu #menu-fixed .menu-right .menu .item .menu-link.active span {
    color: #fff;
    background-color: #777777;
    border: none;
  }
}

@media only screen and (max-width: 700px) {
  #menu #menu-fixed .menu-right .search-wrap {
    display: inline-block;
    margin-left: 5px;
  }

  #menu #menu-fixed .menu-right .search-wrap .search-input {
    width: 170px;
    height: 38px;
    padding: 0px 12px 0 12px;
    margin-top: 1px;
    margin-left: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-clip: padding-box;
    font-size: 16px;
  }

  #menu #menu-fixed .menu-right .search-wrap .search {
    padding: 10px 10px;
  }

  #menu #menu-fixed .menu-right .menu .item .menu-link {
    padding: 10px 15px 8px;
  }

  #menu #menu-fixed .menu-right .menu .item .menu-link span {
    font-size: 15px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 700px) and (max-height: 500px) {
  #menu #menu-fixed .menu-right .search-wrap .search-input {
    width: 120px;
    height: 28px;
    padding: 0px 12px 0 12px;
    margin-top: -2px;
    margin-left: 5px;
    border-radius: 3px;
    background-clip: padding-box;
    font-size: 11px;
  }

  #menu #menu-fixed .menu-right .search-wrap .search {
    padding: 5px 10px;
  }

  #menu #menu-fixed .menu-right .search-wrap .search img {
    width: 16px;
    height: 16px;
  }

  #menu #menu-fixed .menu-right .menu .item .menu-link {
    padding: 5px 15px 3px;
  }

  #menu #menu-fixed .menu-right .menu .item .menu-link span {
    font-size: 12px;
    line-height: 16px;
  }
}

#footer {
  background-color: #444444;
  padding: 130px 0 160px;
}

@media only screen and (max-width: 1400px) {
  #footer {
    padding: 110px 0 130px;
  }
}

@media only screen and (max-width: 1200px) {
  #footer {
    padding: 80px 0 70px;
  }
}

@media only screen and (max-width: 700px) {
  #footer {
    padding: 0 0 80px;
  }
}

#footer .subsection {
  width: 30%;
  padding-right: 5%;
  float: left;
}

@media only screen and (max-width: 900px) {
  #footer .subsection {
    width: 47.5%;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 700px) {
  #footer .subsection {
    width: 100%;
    padding: 0;
    margin-top: 80px;
  }
}

#footer .subsection a h2:hover {
  text-decoration: underline;
}

#footer .subsection h2 {
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 24px;
  color: #fff;
  padding-bottom: 35px;
}

#footer .subsection.contact ul li {
  height: 65px;
  line-height: 62px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 700px) {
  #footer .subsection.contact ul li:last-child {
    margin-bottom: 0;
  }
}

#footer .subsection.contact ul li,
#footer .subsection.contact ul li a {
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 24px;
  color: #eedf3c;
  text-decoration: none;
  transition: 0.33s;
}

@media only screen and (max-width: 1400px) {
  #footer .subsection.contact ul li,
  #footer .subsection.contact ul li a {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1200px) {
  #footer .subsection.contact ul li,
  #footer .subsection.contact ul li a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 900px) {
  #footer .subsection.contact ul li,
  #footer .subsection.contact ul li a {
    font-size: 22px;
  }
}

@media only screen and (max-width: 700px) {
  #footer .subsection.contact ul li,
  #footer .subsection.contact ul li a {
    font-size: 18px;
  }
}

#footer .subsection.contact ul li:hover,
#footer .subsection.contact ul li a:hover {
  color: #fff;
}

#footer .subsection.contact ul li img {
  display: block;
  float: left;
  margin-right: 15px;
}

#footer .subsection.about p {
  font-size: 15px;
  color: #aaaaaa;
  margin-bottom: 20px;
  line-height: 1.6em;
}

#footer .subsection.about p.bold {
  font-family: 'ralewaybold', Arial, sans-serif;
}

#footer .subsection.about p a {
  text-decoration: underline;
  color: #aaaaaa;
}

@media only screen and (max-width: 1200px) {
  #footer .subsection.about p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 900px) {
  #footer .subsection.about p {
    font-size: 15px;
  }
}

#footer .subsection.events {
  padding-right: 0;
}

#footer .subsection.events ul {
  margin-top: -25px;
}

#footer .subsection.events ul li {
  height: 79px;
  line-height: 79px;
  padding-left: 35px;
  border-bottom: 1px solid #666666;
  background-image: url("/img/icon_clock.png");
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
}

#footer .subsection.events ul li a {
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 18px;
  color: #aaaaaa;
  transition: 0.33s;
}

#footer .subsection.events ul li a:hover {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  #footer .subsection.events ul li {
    height: 59px;
    line-height: 59px;
  }

  #footer .subsection.events ul li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 900px) {
  #footer .subsection.events ul li {
    height: 79px;
    line-height: 79px;
  }

  #footer .subsection.events ul li a {
    font-size: 18px;
  }
}

#footer .subsection.non-special-about-section {
  display: block;
}

@media only screen and (max-width: 900px) {
  #footer .subsection.non-special-about-section {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  #footer .subsection.non-special-about-section {
    display: block;
  }
}

#footer .subsection.special-about-ipad-section {
  display: none;
}

@media only screen and (max-width: 900px) {
  #footer .subsection.special-about-ipad-section {
    display: block;
    width: 100%;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 700px) {
  #footer .subsection.special-about-ipad-section {
    display: none;
  }
}

#sub-footer {
  background-color: #222;
  min-height: 50px;
}

#sub-footer .section-content {
  background-color: #222;
}

#sub-footer .legal {
  float: left;
  line-height: 50px;
  color: #aaaaaa;
  font-size: 14px;
}

#sub-footer .legal .mobile-break {
  display: none;
}

#sub-footer .legal a {
  font-family: 'ralewaybold', Arial, sans-serif;
  color: #aaaaaa;
  text-decoration: none;
}

@media only screen and (max-width: 700px) {
  #sub-footer .legal {
    float: none;
    line-height: 1.6em;
    padding-top: 15px;
  }

  #sub-footer .legal .mobile-wrap {
    display: none;
  }

  #sub-footer .legal .mobile-break {
    display: inline;
  }
}

#sub-footer .social {
  float: right;
  text-align: right;
  line-height: 49px;
  width: 190px;
}

#sub-footer .social .icon {
  display: inline-block;
  margin-left: 24px;
  position: relative;
  top: 3px;
}

#sub-footer .social .icon .mobile {
  display: none;
}

@media only screen and (max-width: 700px) {
  #sub-footer .social {
    float: none;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }

  #sub-footer .social .icon {
    margin: 0 13px;
  }

  #sub-footer .social .icon .normal {
    display: none;
  }

  #sub-footer .social .icon .mobile {
    display: inline;
  }
}

/*
 * ANIMATIONS
 */

/*
==============================================
floating
==============================================
*/

.floating-animation {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(25%);
  }

  100% {
    transform: translateY(0%);
  }
}

.controls__close {
  cursor: pointer;
  display: block;
  height: 55px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 55px;
}

.controls__close:before,
.controls__close:after {
  background: #3b3b3b;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin-left: 4px;
  position: absolute;
  top: 50%;
  transform-origin: 50% 50%;
  transition: box-shadow 200ms;
  width: 45px;
}

.dark-side .controls__close:before,
.dark-side .controls__close:after {
  background: #fff;
}

.controls__close:before {
  transform: rotate(-45deg);
}

.controls__close:after {
  transform: rotate(45deg);
}

.controls__close:active,
.controls__close:focus {
  outline: 0 !important;
}

.lightbox {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: background 150ms, width 0ms 150ms;
  width: 0;
  z-index: 1001;
}

.lightbox.is-visible {
  background: #0f0f0f;
  background: rgba(15, 15, 15, 0.85);
  transition: background 150ms, width 0ms;
  width: 100%;
}

.lightbox__content {
  backface-visibility: visible;
  background: #f2f2f2;
  color: #000;
  left: 50%;
  margin-left: -470px;
  opacity: 0;
  padding: 97px 50px 85px;
  position: absolute;
  text-align: center;
  transform-origin: 50% 50% 0px;
  transform: translateY(-50%) perspective(500px) rotateX(45deg);
  transition: opacity 200ms, transform 300ms;
  top: 50%;
  width: 840px;
}

.is-visible .lightbox__content {
  opacity: 1;
  transform: translateY(-50%) perspective(500px) rotateX(0);
}

.lightbox__content a {
  color: #dabe00;
  font-weight: bold;
}

.lightbox__content p {
  letter-spacing: 0.6px;
  line-height: 27px;
  margin: 48px auto 42px;
  max-width: 573px;
}

.lightbox__content .controls__close:before,
.lightbox__content .controls__close:after {
  background: #3b3b3b;
}

.lightbox--eu .lightbox__content {
  background: #f2f2f2 url("/img/eu-nazor.png") no-repeat 90px 50%;
  border-radius: 10px;
  margin-left: -320px;
  padding-left: 290px;
  padding-top: 90px;
  text-align: left;
  width: 350px;
}

.lightbox--eu .lightbox__content h2 {
  font-size: 37px;
  line-height: 45px;
}

.lightbox--eu .lightbox__content h2 a {
  color: #000;
}

.lightbox--eu .lightbox__content a {
  word-break: break-all;
  display: block;
}

@media only screen and (max-width: 950px) {
  .lightbox__content {
    left: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .lightbox--eu .lightbox__content {
    left: 50%;
    margin-left: -320px;
    padding-left: 290px;
    padding-right: 50px;
    padding-top: 90px;
    width: 350px;
  }
}

@media only screen and (max-width: 768px) {
  .lightbox__content p {
    margin-top: 30px;
  }

  .lightbox--eu .lightbox__content {
    background-position: 30px 50%;
    left: 0;
    margin-left: 0;
    padding-left: 200px;
    padding-right: 90px;
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .lightbox__content {
    padding: 60px 0 50px;
    top: 20px;
    transform: perspective(500px) rotateX(45deg);
  }

  .is-visible .lightbox__content {
    transform: perspective(500px) rotateX(0);
  }

  .lightbox__content p {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .lightbox--eu .lightbox__content {
    background-size: 60px auto;
    padding-left: 150px;
    padding-top: 50px;
  }

  .lightbox--eu .lightbox__content h2 {
    font-size: 22px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 400px) {
  .lightbox__content {
    padding: 60px 0 50px;
  }

  .lightbox__content p {
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .lightbox--eu .lightbox__content {
    background-size: 40px auto;
    background-position: 20px 50%;
    padding-left: 80px;
    padding-right: 40px;
  }

  .lightbox--eu .controls__close {
    transform: scale(0.7);
    transform-origin: 100% 0;
  }
}

#breadcrumb {
  background-color: #FAFAFA;
  border-bottom: 1px solid #E0E0E0;
  height: 80px;
}

@media screen and (max-width: 1200px) {
  #breadcrumb {
    height: 60px;
  }
}

@media screen and (max-width: 1000px) {
  #breadcrumb {
    height: 50px;
  }
}

@media screen and (max-width: 900px) {
  #breadcrumb {
    height: auto;
    padding: 30px 0;
  }
}

@media screen and (max-width: 700px) {
  #breadcrumb {
    padding: 20px 0;
  }
}

#breadcrumb a {
  color: inherit;
}

#breadcrumb p {
  line-height: 80px;
  font-size: 15px;
}

@media screen and (max-width: 1200px) {
  #breadcrumb p {
    font-size: 13px;
    line-height: 60px;
  }
}

@media screen and (max-width: 1000px) {
  #breadcrumb p {
    font-size: 11px;
    line-height: 50px;
  }
}

@media screen and (max-width: 900px) {
  #breadcrumb p {
    font-size: 15px;
    line-height: 1.3em;
  }
}

#breadcrumb p.left {
  float: left;
}

.info-carousel .swiper-container {
  min-height: 330px;
  max-height: 400px;
  padding-bottom: 30px;
}

.info-carousel .swiper-container .arr {
  position: absolute;
  z-index: 8;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.33s;
}

.info-carousel .swiper-container .arr:hover {
  background-color: #000000;
}

@media only screen and (max-width: 700px) {
  .info-carousel .swiper-container .arr {
    display: none;
  }
}

.info-carousel .swiper-container .arr.left {
  left: 0;
  background-image: url("/img/icon_arr_white_left.png");
  border-radius: 0 8px 8px 0;
  background-clip: padding-box;
}

.info-carousel .swiper-container .arr.right {
  right: 0;
  background-image: url("/img/icon_arr_white_right.png");
  border-radius: 8px 0 0 8px;
  background-clip: padding-box;
}

.info-carousel .swiper-container .swiper-navigation {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 0;
  width: auto;
}

@media only screen and (max-width: 700px) {
  .info-carousel .swiper-container .swiper-navigation {
    display: none;
  }
}

.info-carousel .swiper-container .swiper-navigation .swiper-navigation-cont {
  position: relative;
  left: -50%;
}

.info-carousel .swiper-container .swiper-navigation .swiper-navigation-cont .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-clip: padding-box;
  background-color: rgba(238, 223, 60, 0.3);
  margin: 0 9px;
  cursor: pointer;
}

.info-carousel .swiper-container .swiper-navigation .swiper-navigation-cont .swiper-pagination-switch.swiper-active-switch {
  background-color: #eedf3c;
}

#header,
#homepage-map {
  height: 514px;
}

@media only screen and (max-width: 900px) {
  #header,
  #homepage-map {
    height: 385px;
  }

  body.sluzby #header,
  body.sluzby #homepage-map,
  body.akce-detail #header,
  body.akce-detail #homepage-map {
    height: 514px;
  }

  body.akce-soutez #header,
  body.akce-soutez #homepage-map {
    height: 320px;
  }
}

@media only screen and (max-width: 700px) {
  #header,
  #homepage-map {
    height: 215px;
  }

  body.sluzby #header,
  body.sluzby #homepage-map,
  body.akce-detail #header,
  body.akce-detail #homepage-map,
  body.akce-soutez #header,
  body.akce-soutez #homepage-map {
    height: auto;
  }
}

body.sluzby-detail #header,
body.sluzby-detail #homepage-map,
body.akce-detail #header,
body.akce-detail #homepage-map,
body.akce-soutez #header,
body.akce-soutez #homepage-map {
  height: 320px;
}

@media only screen and (max-width: 700px) {
  body.akce-soutez #header,
  body.akce-soutez #homepage-map {
    height: 215px;
  }
}

#header .section-content,
#homepage-map .section-content {
  height: 100%;
}

#header .bg-cont,
#homepage-map .bg-cont {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 514px;
  width: 100%;
  overflow: hidden;
}

#header .bg-cont .bg,
#homepage-map .bg-cont .bg {
  position: absolute;
  z-index: 1;
  top: -100%;
  left: 0;
  height: 514px;
  height: 200%;
  width: 100%;
  background-image: url("/img/bg_header.jpg");
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 900px) {
  #header .bg-cont,
  #homepage-map .bg-cont {
    height: 385px;
  }

  #header .bg-cont .bg,
  #homepage-map .bg-cont .bg {
    position: absolute;
    top: 0;
    height: 385px;
    background-image: url("/img/bg_header_tablet.jpg");
  }

  body.sluzby #header .bg-cont,
  body.sluzby #homepage-map .bg-cont,
  body.akce-detail #header .bg-cont,
  body.akce-detail #homepage-map .bg-cont {
    height: 514px;
  }

  body.sluzby #header .bg-cont .bg,
  body.sluzby #homepage-map .bg-cont .bg,
  body.akce-detail #header .bg-cont .bg,
  body.akce-detail #homepage-map .bg-cont .bg {
    height: 514px;
  }
}

@media only screen and (max-width: 700px) {
  #header .bg-cont,
  #homepage-map .bg-cont {
    height: 215px;
  }

  #header .bg-cont .bg,
  #homepage-map .bg-cont .bg {
    height: 215px;
    background-image: url("/img/bg_header_mobile.jpg");
  }

  body.sluzby #header .bg-cont,
  body.sluzby #homepage-map .bg-cont,
  body.akce-detail #header .bg-cont,
  body.akce-detail #homepage-map .bg-cont {
    height: 100%;
  }

  body.sluzby #header .bg-cont .bg,
  body.sluzby #homepage-map .bg-cont .bg,
  body.akce-detail #header .bg-cont .bg,
  body.akce-detail #homepage-map .bg-cont .bg {
    height: 100%;
  }
}

body.sluzby #header .bg-cont .bg,
body.sluzby #homepage-map .bg-cont .bg {
  background-image: url("/img/bg_header_sluzby.jpg");
}

body.sluzby-detail #header .bg-cont,
body.sluzby-detail #homepage-map .bg-cont {
  height: 320px;
}

body.sluzby-detail #header .bg-cont .bg,
body.sluzby-detail #homepage-map .bg-cont .bg {
  background-image: url("/img/bg_header_sluzby_detail.jpg");
}

body.akce-detail #header .bg-cont,
body.akce-detail #homepage-map .bg-cont {
  height: 320px;
}

body.akce-detail #header .bg-cont .bg,
body.akce-detail #homepage-map .bg-cont .bg {
  background-image: url("/img/bg_header_akce_detail.jpg");
}

body.akce-soutez.akce-eurotime #header .bg-cont,
body.akce-soutez.akce-eurotime #homepage-map .bg-cont {
  height: 320px;
}

body.akce-soutez.akce-eurotime #header .bg-cont .bg,
body.akce-soutez.akce-eurotime #homepage-map .bg-cont .bg {
  background-image: url("/img/bg_header_akce_eurotime_desktop_bg.jpg");
}

body.akce-soutez.akce-eurotime #header .bg-cont .front,
body.akce-soutez.akce-eurotime #homepage-map .bg-cont .front {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/bg_header_akce_eurotime_desktop_front.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  body.akce-soutez.akce-eurotime #header .bg-cont .front,
  body.akce-soutez.akce-eurotime #homepage-map .bg-cont .front {
    display: none;
  }

  body.akce-soutez.akce-eurotime #header .bg-cont .front-medium-text,
  body.akce-soutez.akce-eurotime #homepage-map .bg-cont .front-medium-text {
    display: block;
    width: 453px;
    max-width: 100%;
    height: 149px;
    background-image: url("/img/bg_header_akce_eurotime_medium_text.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 50%;
    margin-top: -75px;
  }

  body.akce-soutez.akce-eurotime #header .bg-cont .front-medium-img,
  body.akce-soutez.akce-eurotime #homepage-map .bg-cont .front-medium-img {
    display: block;
    width: 417px;
    height: 308px;
    background-image: url("/img/bg_header_akce_eurotime_medium_img.png");
    background-size: contain;
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0px;
  }
}

@media only screen and (max-width: 1000px) {
  body.akce-soutez.akce-eurotime #header .bg-cont .front-medium-img,
  body.akce-soutez.akce-eurotime #homepage-map .bg-cont .front-medium-img {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  body.akce-soutez.akce-eurotime #header .bg-cont,
  body.akce-soutez.akce-eurotime #homepage-map .bg-cont {
    height: 215px;
  }

  body.akce-soutez.akce-eurotime #header .bg-cont .bg,
  body.akce-soutez.akce-eurotime #homepage-map .bg-cont .bg {
    height: 215px;
  }
}

#header .badge,
#homepage-map .badge {
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 134px;
  height: 134px;
}

@media only screen and (max-width: 700px) {
  #header .badge,
  #homepage-map .badge {
    width: 50px;
    height: 50px;
  }
}

#header .badge .badge-img,
#homepage-map .badge .badge-img {
  width: 100%;
  height: 100%;
}

#header.has-badge .badge,
#homepage-map.has-badge .badge {
  display: block;
}

#header .swiper-container.swiper-init .swiper-wrapper .swiper-slide,
#homepage-map .swiper-container.swiper-init .swiper-wrapper .swiper-slide {
  opacity: 1;
}

#header .swiper-container,
#homepage-map .swiper-container {
  height: 100%;
}

#header .swiper-container .swiper-wrapper .eurotime-banner .claim,
#homepage-map .swiper-container .swiper-wrapper .eurotime-banner .claim {
  height: 100% !important;
}

#header .swiper-container .swiper-wrapper .eurotime-banner img,
#homepage-map .swiper-container .swiper-wrapper .eurotime-banner img {
  display: block;
  height: 40%;
  margin: 0 auto;
}

#header .swiper-container .swiper-wrapper .swiper-slide,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide {
  opacity: 0;
  transition: opacity 250ms;
}

#header .swiper-container .swiper-wrapper .swiper-slide .claim,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide .claim {
  font-family: 'museoslab_300i', serif;
  font-size: 28px;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
  margin-top: 96px;
  height: 80px;
}

body.sluzby #header .swiper-container .swiper-wrapper .swiper-slide .claim,
body.sluzby #homepage-map .swiper-container .swiper-wrapper .swiper-slide .claim {
  margin-top: 70px;
  height: 60px;
}

@media only screen and (max-width: 1200px) {
  #header .swiper-container .swiper-wrapper .swiper-slide .claim,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide .claim {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1000px) {
  #header .swiper-container .swiper-wrapper .swiper-slide .claim,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide .claim {
    font-size: 22px;
  }
}

@media only screen and (max-width: 900px) {
  #header .swiper-container .swiper-wrapper .swiper-slide .claim,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide .claim {
    font-size: 20px;
    margin-top: 50px;
    height: 60px;
  }

  body.sluzby #header .swiper-container .swiper-wrapper .swiper-slide .claim,
  body.sluzby #homepage-map .swiper-container .swiper-wrapper .swiper-slide .claim {
    height: 40px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 700px) {
  #header .swiper-container .swiper-wrapper .swiper-slide .claim,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide .claim {
    margin-top: 28px;
    font-size: 15px;
    height: 42px;
  }

  body.sluzby #header .swiper-container .swiper-wrapper .swiper-slide .claim,
  body.sluzby #homepage-map .swiper-container .swiper-wrapper .swiper-slide .claim {
    height: 20px;
    margin-top: 30px;
  }
}

#header .swiper-container .swiper-wrapper .swiper-slide .claim a,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide .claim a {
  color: #FFF;
  text-decoration: underline;
}

#header .swiper-container .swiper-wrapper .swiper-slide span,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide span {
  font-family: 'ralewayregular', Arial, sans-serif;
  font-size: 18px;
  color: #FFDD00;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  margin: auto;
  display: block;
  text-transform: uppercase;
}

#header .swiper-container .swiper-wrapper .swiper-slide span img,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide span img {
  width: 150px;
  margin: 30px auto;
  display: block;
}

@media only screen and (max-width: 700px) {
  #header .swiper-container .swiper-wrapper .swiper-slide span img,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide span img {
    display: none;
  }
}

#header .swiper-container .swiper-wrapper .swiper-slide span .button,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide span .button {
  font-family: 'ralewaybold', Arial, sans-serif;
  padding: 20px 35px;
  text-transform: none;
  background: #FFDD00;
  font-size: 20px;
  color: #254091;
  letter-spacing: 0;
  text-align: center;
  border-radius: 5px;
}

@media only screen and (max-width: 700px) {
  #header .swiper-container .swiper-wrapper .swiper-slide span .button,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide span .button {
    padding: 10px 20px;
    display: block;
    margin: auto;
    width: 150px;
  }
}

#header .swiper-container .swiper-wrapper .swiper-slide h2,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide h2 {
  margin-top: 10px;
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 100px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  #header .swiper-container .swiper-wrapper .swiper-slide h2,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide h2 {
    font-size: 90px;
  }
}

@media only screen and (max-width: 1000px) {
  #header .swiper-container .swiper-wrapper .swiper-slide h2,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide h2 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 900px) {
  #header .swiper-container .swiper-wrapper .swiper-slide h2,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide h2 {
    font-size: 68px;
    margin-top: 0px;
  }

  body.sluzby #header .swiper-container .swiper-wrapper .swiper-slide h2,
  body.sluzby #homepage-map .swiper-container .swiper-wrapper .swiper-slide h2 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 700px) {
  #header .swiper-container .swiper-wrapper .swiper-slide h2,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide h2 {
    font-size: 30px;
  }

  body.sluzby #header .swiper-container .swiper-wrapper .swiper-slide h2,
  body.sluzby #homepage-map .swiper-container .swiper-wrapper .swiper-slide h2 {
    margin-top: 5px;
    margin-bottom: 25px;
  }
}

#header .swiper-container .swiper-wrapper .swiper-slide .text,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide .text {
  font-family: 'ralewayregular', Arial, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.6em;
  text-align: center;
  width: 50%;
  margin: 30px auto;
}

@media only screen and (max-width: 1600px) {
  #header .swiper-container .swiper-wrapper .swiper-slide .text,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide .text {
    width: 60%;
  }
}

@media only screen and (max-width: 1400px) {
  #header .swiper-container .swiper-wrapper .swiper-slide .text,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide .text {
    width: 70%;
  }
}

@media only screen and (max-width: 1200px) {
  #header .swiper-container .swiper-wrapper .swiper-slide .text,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide .text {
    width: 80%;
    margin-top: 50px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 900px) {
  #header .swiper-container .swiper-wrapper .swiper-slide .text,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide .text {
    margin-top: 25px;
    font-size: 16px;
  }

  body.sluzby #header .swiper-container .swiper-wrapper .swiper-slide .text,
  body.sluzby #homepage-map .swiper-container .swiper-wrapper .swiper-slide .text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 700px) {
  #header .swiper-container .swiper-wrapper .swiper-slide .text,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide .text {
    margin-top: 8px;
    width: 90%;
    font-size: 14px;
  }

  body.sluzby #header .swiper-container .swiper-wrapper .swiper-slide .text,
  body.sluzby #homepage-map .swiper-container .swiper-wrapper .swiper-slide .text {
    margin-top: 8px;
    padding-bottom: 40px;
    width: 90%;
    font-size: 14px;
  }
}

#header .swiper-container .swiper-wrapper .swiper-slide.ua-slide,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide.ua-slide {
  background-image: url("/img/bg_banner_ua.jpg");
  background-position: center;
  background-size: cover;
}

#header .swiper-container .swiper-wrapper .swiper-slide.ua-slide .claim,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide.ua-slide .claim {
  position: relative;
  display: block;
  padding-top: 50px;
}

@media only screen and (max-width: 700px) {
  #header .swiper-container .swiper-wrapper .swiper-slide.ua-slide .claim,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide.ua-slide .claim {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}

#header .swiper-container .swiper-wrapper .swiper-slide.ua-slide .claim .big-first,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide.ua-slide .claim .big-first {
  position: relative;
  font-size: 3.6em;
  line-height: 1em;
  font-family: ralewaybold, Arial, sans-serif;
  text-align: center;
  color: #fff;
  padding-bottom: 36px;
}

@media only screen and (max-width: 700px) {
  #header .swiper-container .swiper-wrapper .swiper-slide.ua-slide .claim .big-first,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide.ua-slide .claim .big-first {
    font-size: 2.6em;
    padding-bottom: 0px;
  }
}

#header .swiper-container .swiper-wrapper .swiper-slide.ua-slide .bold,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide.ua-slide .bold {
  font-weight: bold;
}

#header .swiper-container .swiper-wrapper .swiper-slide.coronavirus-slide,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide.coronavirus-slide {
  background-image: url("/img/bg_header_coronavirus.jpg");
  background-position: bottom center;
  background-size: cover;
}

#header .swiper-container .swiper-wrapper .swiper-slide.coronavirus-slide.bg-1,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide.coronavirus-slide.bg-1 {
  background-image: url("/img/bg_covid_3.jpg");
  background-position: center;
}

#header .swiper-container .swiper-wrapper .swiper-slide.coronavirus-slide.bg-2,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide.coronavirus-slide.bg-2 {
  background-image: url("/img/bg_header_covid_2.jpg");
  background-position: center;
}

#header .swiper-container .swiper-wrapper .swiper-slide.coronavirus-slide .claim,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide.coronavirus-slide .claim {
  position: relative;
  display: block;
  padding-top: 130px;
}

@media only screen and (max-width: 700px) {
  #header .swiper-container .swiper-wrapper .swiper-slide.coronavirus-slide .claim,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide.coronavirus-slide .claim {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}

#header .swiper-container .swiper-wrapper .swiper-slide.coronavirus-slide .claim .big-first,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide.coronavirus-slide .claim .big-first {
  position: relative;
  font-size: 3.6em;
  font-family: ralewaybold, Arial, sans-serif;
  text-align: center;
  color: #fff;
  padding-bottom: 36px;
}

@media only screen and (max-width: 700px) {
  #header .swiper-container .swiper-wrapper .swiper-slide.coronavirus-slide .claim .big-first,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide.coronavirus-slide .claim .big-first {
    font-size: 2.6em;
    padding-bottom: 0px;
  }
}

#header .swiper-container .swiper-wrapper .swiper-slide.coronavirus-slide .bold,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide.coronavirus-slide .bold {
  font-weight: bold;
}

#header .swiper-container .swiper-wrapper .swiper-slide.president-slide,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide.president-slide {
  background-image: url("/img/bg_header_president_rectangular.jpg");
  background-position: center center;
  background-size: cover;
}

#header .swiper-container .swiper-wrapper .swiper-slide.president-slide .claim,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide.president-slide .claim {
  position: relative;
  display: block;
  padding-top: 160px;
}

@media only screen and (max-width: 700px) {
  #header .swiper-container .swiper-wrapper .swiper-slide.president-slide .claim,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide.president-slide .claim {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}

#header .swiper-container .swiper-wrapper .swiper-slide.president-slide .claim .big-first,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide.president-slide .claim .big-first {
  position: relative;
  font-size: 2.8em;
  font-family: ralewaybold, Arial, sans-serif;
  text-align: center;
  color: #fff;
  padding-bottom: 36px;
}

@media only screen and (max-width: 700px) {
  #header .swiper-container .swiper-wrapper .swiper-slide.president-slide .claim .big-first,
  #homepage-map .swiper-container .swiper-wrapper .swiper-slide.president-slide .claim .big-first {
    font-size: 2.0em;
    padding-bottom: 0px;
  }
}

#header .swiper-container .swiper-wrapper .swiper-slide.president-slide .bold,
#homepage-map .swiper-container .swiper-wrapper .swiper-slide.president-slide .bold {
  font-weight: bold;
}

#header .swiper-navigation,
#homepage-map .swiper-navigation {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 56px;
  width: auto;
}

@media only screen and (max-width: 700px) {
  #header .swiper-navigation,
  #homepage-map .swiper-navigation {
    display: none;
  }
}

#header .swiper-navigation .swiper-navigation-cont,
#homepage-map .swiper-navigation .swiper-navigation-cont {
  position: relative;
  left: -50%;
}

#header .swiper-navigation .swiper-navigation-cont .swiper-pagination-switch,
#homepage-map .swiper-navigation .swiper-navigation-cont .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-clip: padding-box;
  background-color: rgba(238, 223, 60, 0.3);
  margin: 0 9px;
  cursor: pointer;
}

#header .swiper-navigation .swiper-navigation-cont .swiper-pagination-switch.swiper-active-switch,
#homepage-map .swiper-navigation .swiper-navigation-cont .swiper-pagination-switch.swiper-active-switch {
  background-color: #eedf3c;
}

#header .arr,
#homepage-map .arr {
  position: absolute;
  z-index: 8;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.33s;
}

#header .arr:hover,
#homepage-map .arr:hover {
  background-color: #000000;
}

@media only screen and (max-width: 700px) {
  #header .arr,
  #homepage-map .arr {
    display: none;
  }
}

#header .arr.left,
#homepage-map .arr.left {
  left: 0;
  background-image: url("/img/icon_arr_white_left.png");
  border-radius: 0 8px 8px 0;
  background-clip: padding-box;
}

#header .arr.right,
#homepage-map .arr.right {
  right: 0;
  background-image: url("/img/icon_arr_white_right.png");
  border-radius: 8px 0 0 8px;
  background-clip: padding-box;
}

#header .selectbox,
#homepage-map .selectbox {
  display: none;
  position: absolute;
  z-index: 10;
  bottom: 140px;
  left: 50%;
  margin-left: -164px;
}

#header .selectbox .selectbox-btn,
#homepage-map .selectbox .selectbox-btn {
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  color: #000;
}

#header .selectbox .selectbox-btn:hover,
#homepage-map .selectbox .selectbox-btn:hover,
#header .selectbox .selectbox-btn.active,
#homepage-map .selectbox .selectbox-btn.active {
  border: none;
  background-color: #ffffff;
}

@media only screen and (max-width: 900px) {
  #header .selectbox,
  #homepage-map .selectbox {
    bottom: 110px;
  }
}

@media only screen and (max-width: 700px) {
  #header .selectbox,
  #homepage-map .selectbox {
    width: 85%;
    margin-left: -42.5%;
    bottom: 28px;
  }

  #header .selectbox .selectbox-btn,
  #homepage-map .selectbox .selectbox-btn {
    font-size: 18px;
    padding-right: 40px;
    background-image: url("/img/icon_circle_arr_black_small.png");
    background-position: 224px center;
  }
}

#header .scroll-link-container,
#homepage-map .scroll-link-container {
  display: block;
  position: absolute;
  z-index: 8;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  #header .scroll-link-container,
  #homepage-map .scroll-link-container {
    bottom: 10px;
  }
}

@media only screen and (max-width: 700px) {
  #header .scroll-link-container,
  #homepage-map .scroll-link-container {
    display: none;
  }
}

#header .scroll-link-container .scroll-link,
#homepage-map .scroll-link-container .scroll-link {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: 'ralewayextrabold', Arial, sans-serif;
}

.services-snippet {
  position: relative;
}

.services-snippet .arr {
  position: absolute;
  z-index: 8;
  top: 45px;
  width: 50px;
  height: 50px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  background-clip: padding-box;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
}

.services-snippet .arr.left {
  left: 0;
  background-image: url("/img/icon_arr_grey_left.png");
}

.services-snippet .arr.right {
  right: 0;
  background-image: url("/img/icon_arr_grey_right.png");
}

@media only screen and (max-width: 900px) {
  .services-snippet .arr {
    display: none;
  }
}

.services-snippet .padding-container {
  padding: 0 5%;
}

.services-snippet .padding-container .swiper-container ul.services {
  position: relative;
  padding: 30px 0 75px;
}

.services-snippet .padding-container .swiper-container ul.services .service {
  float: left;
  width: 25%;
  padding: 0px 28px 0;
  box-sizing: border-box;
  text-align: center;
}

.services-snippet .padding-container .swiper-container ul.services .service .img-wrap {
  visibility: hidden;
  height: 80px;
}

.services-snippet .padding-container .swiper-container ul.services .service .img-wrap .vertical-center {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.services-snippet .padding-container .swiper-container ul.services .service .img-wrap img {
  vertical-align: middle;
}

@media only screen and (max-width: 900px) {
  .services-snippet .padding-container .swiper-container ul.services .service {
    width: 47.5%;
    padding: 0px 5% 0;
  }

  .services-snippet .padding-container .swiper-container ul.services .service:nth-child(2n+1),
  .services-snippet .padding-container .swiper-container ul.services .service:nth-child(2n) {
    padding-bottom: 50px;
  }

  .services-snippet .padding-container .swiper-container ul.services .service:nth-child(2n+1) {
    width: 47.5%;
    padding-left: 0%;
    clear: both;
  }

  .services-snippet .padding-container .swiper-container ul.services .service:nth-child(2n) {
    width: 47.5%;
    padding-right: 0%;
  }

  .services-snippet .padding-container .swiper-container ul.services .service:nth-child(2n+3),
  .services-snippet .padding-container .swiper-container ul.services .service:nth-child(2n+4) {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .services-snippet .padding-container .swiper-container ul.services .service {
    width: 100%;
    padding: 0px 0 0;
    float: none;
  }

  .services-snippet .padding-container .swiper-container ul.services .service:nth-child(0),
  .services-snippet .padding-container .swiper-container ul.services .service:nth-child(1),
  .services-snippet .padding-container .swiper-container ul.services .service:nth-child(2n+1),
  .services-snippet .padding-container .swiper-container ul.services .service:nth-child(2n+0) {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 0%;
    padding-right: 0%;
  }
}

.services-snippet .padding-container .swiper-container ul.services .service h3 {
  visibility: hidden;
  position: relative;
  margin: 10px 0 15px;
  min-height: 75px;
  line-height: 75px;
}

.services-snippet .padding-container .swiper-container ul.services .service h3 span {
  display: inline-block;
  font-family: 'ralewayextrabold', Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.4em;
  vertical-align: middle;
}

.services-snippet .padding-container .swiper-container ul.services .service p {
  visibility: hidden;
  position: relative;
  font-size: 15px;
  line-height: 1.6em;
}

.services-snippet .padding-container .swiper-container ul.services .service p a {
  color: #000;
  text-decoration: underline;
}

.services-snippet .show-more {
  position: relative;
  z-index: 3;
  display: none;
  margin-top: -20px;
}

@media only screen and (max-width: 900px) {
  .services-snippet .show-more {
    display: block;
  }
}

.services-snippet .btn:hover {
  background-position: 92% center;
  padding-right: 40px;
}

@media only screen and (max-width: 700px) {
  .services-snippet .btn-holder {
    position: relative;
    z-index: 2;
    margin-top: -60px;
  }
}

#events {
  padding-bottom: 40px;
}

body.akce #events {
  padding-bottom: 50px;
}

@media only screen and (max-width: 900px) {
  #events {
    padding-bottom: 95px;
    border-bottom: 1px solid #E0E0E0;
  }
}

@media only screen and (max-width: 700px) {
  #events {
    padding-bottom: 65px;
  }
}

#events .info-windows {
  position: relative;
}

@media only screen and (max-width: 900px) {
  #events .info-windows {
    display: none !important;
  }
}

#events .info-windows .info-window {
  left: 0;
  bottom: -62px;
}

#events .swiper-outer-container {
  position: relative;
  padding: 35px 70px 0;
  height: 160px;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms;
}

#events .swiper-outer-container.swiper-init {
  opacity: 1;
}

@media only screen and (max-width: 1600px) {
  #events .swiper-outer-container {
    height: 148px;
  }
}

@media only screen and (max-width: 1400px) {
  #events .swiper-outer-container {
    height: 132px;
  }
}

@media only screen and (max-width: 900px) {
  #events .swiper-outer-container {
    height: 358px;
    text-align: center;
    padding: 35px 0 0;
  }
}

@media only screen and (max-width: 700px) {
  #events .swiper-outer-container {
    height: 243px;
  }
}

#events .swiper-outer-container h3 {
  font-family: 'ralewayextrabold', Arial, sans-serif;
  font-size: 24px;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 900px) {
  #events .swiper-outer-container h3 {
    display: inline-block;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 900px) {
  #events .swiper-outer-container h3 {
    font-size: 20px;
  }
}

#events .swiper-outer-container .arr {
  position: absolute;
  z-index: 8;
  bottom: 40px;
  width: 50px;
  height: 50px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  background-clip: padding-box;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
}

@media only screen and (max-width: 1600px) {
  #events .swiper-outer-container .arr {
    bottom: 38px;
  }
}

@media only screen and (max-width: 1400px) {
  #events .swiper-outer-container .arr {
    bottom: 28px;
  }
}

@media only screen and (max-width: 1400px) {
  #events .swiper-outer-container .arr {
    bottom: 30px;
  }
}

#events .swiper-outer-container .arr.left {
  left: 0;
  background-image: url("/img/icon_arr_grey_left.png");
}

#events .swiper-outer-container .arr.right {
  right: 0;
  background-image: url("/img/icon_arr_grey_right.png");
}

@media only screen and (max-width: 900px) {
  #events .swiper-outer-container .arr {
    position: relative;
    display: inline-block;
    bottom: -18px;
  }

  #events .swiper-outer-container .arr.left {
    left: -20px;
  }

  #events .swiper-outer-container .arr.right {
    left: 20px;
  }
}

@media only screen and (max-width: 700px) {
  #events .swiper-outer-container .arr {
    font-size: 20px;
  }
}

#events .swiper-outer-container .swiper-container {
  height: 102px;
}

@media only screen and (max-width: 1600px) {
  #events .swiper-outer-container .swiper-container {
    height: 90px;
  }
}

@media only screen and (max-width: 1400px) {
  #events .swiper-outer-container .swiper-container {
    height: 74px;
  }
}

@media only screen and (max-width: 900px) {
  #events .swiper-outer-container .swiper-container {
    height: 300px;
  }
}

@media only screen and (max-width: 700px) {
  #events .swiper-outer-container .swiper-container {
    height: 128px;
  }
}

#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  white-space: nowrap;
  height: 102px;
  font-size: 0px;
}

@media only screen and (max-width: 1600px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide {
    height: 90px;
  }
}

@media only screen and (max-width: 1400px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide {
    height: 74px;
  }
}

@media only screen and (max-width: 900px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide {
    height: 300px;
  }
}

@media only screen and (max-width: 700px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide {
    height: 128px;
  }
}

#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .slide-center-outer {
  position: absolute;
  left: 50%;
}

#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .slide-center-inner {
  position: relative;
  left: -50%;
}

#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .break {
  display: none;
}

@media only screen and (max-width: 900px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .break {
    display: inline;
  }
}

#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  text-align: center;
}

@media only screen and (max-width: 1600px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day {
    margin-right: 3px;
  }
}

@media only screen and (max-width: 900px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day:nth-child(0),
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day:nth-child(1),
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day:nth-child(2),
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day:nth-child(3),
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day:nth-child(4),
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day:nth-child(5),
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day:nth-child(6) {
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 700px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day {
    margin-right: 1px;
  }

  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day:nth-child(0),
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day:nth-child(1),
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day:nth-child(2),
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day:nth-child(3),
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day:nth-child(4),
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day:nth-child(5),
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day:nth-child(6) {
    padding-bottom: 18px;
  }
}

#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.has-events .day,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.long-event .day,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.hover {
  cursor: pointer;
}

#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.has-events .day:hover .day-number-wrap,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.long-event .day:hover .day-number-wrap,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.hover:hover .day-number-wrap,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.has-events .day.active .day-number-wrap,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.long-event .day.active .day-number-wrap,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.hover.active .day-number-wrap,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.has-events .day.hover .day-number-wrap,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.long-event .day.hover .day-number-wrap,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.hover.hover .day-number-wrap {
  background-color: #DABE00;
}

#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.has-events .day:hover .day-number-wrap .day-number,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.long-event .day:hover .day-number-wrap .day-number,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.hover:hover .day-number-wrap .day-number,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.has-events .day.active .day-number-wrap .day-number,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.long-event .day.active .day-number-wrap .day-number,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.hover.active .day-number-wrap .day-number,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.has-events .day.hover .day-number-wrap .day-number,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.long-event .day.hover .day-number-wrap .day-number,
#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.hover.hover .day-number-wrap .day-number {
  color: #fff;
  background-color: #DABE00;
  border-color: #DABE00;
}

#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day .info-window {
  display: none;
}

#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day .day {
  display: inline-block;
  cursor: default;
}

#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day .day .day-number-wrap {
  display: block;
  border-radius: 37px;
  background-clip: padding-box;
  transition: 0.33s;
}

@media only screen and (max-width: 1600px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day .day .day-number-wrap {
    border-radius: 31px;
    background-clip: padding-box;
  }
}

@media only screen and (max-width: 1400px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day .day .day-number-wrap {
    border-radius: 23px;
    background-clip: padding-box;
  }
}

@media only screen and (max-width: 900px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day .day .day-number-wrap {
    border-radius: 37px;
    background-clip: padding-box;
  }
}

@media only screen and (max-width: 700px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day .day .day-number-wrap {
    border-radius: 17px;
    background-clip: padding-box;
  }
}

#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day .day .day-number {
  display: block;
  width: 68px;
  height: 68px;
  border: 3px solid transparent;
  border-radius: 37px;
  background-clip: padding-box;
  transition: 0.33s;
  font-family: 'ralewayextrabold', Arial, sans-serif;
  color: #AAAAAA;
  font-size: 30px;
  line-height: 66px;
}

@media only screen and (max-width: 1600px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day .day .day-number {
    width: 56px;
    height: 56px;
    border-radius: 31px;
    background-clip: padding-box;
    font-size: 28px;
    line-height: 54px;
  }
}

@media only screen and (max-width: 1400px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day .day .day-number {
    width: 42px;
    height: 42px;
    border-radius: 23px;
    background-clip: padding-box;
    font-size: 22px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 900px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day .day .day-number {
    width: 68px;
    height: 68px;
    border-radius: 37px;
    background-clip: padding-box;
    font-size: 30px;
    line-height: 66px;
  }
}

@media only screen and (max-width: 700px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day .day .day-number {
    width: 30px;
    height: 30px;
    border-radius: 17px;
    background-clip: padding-box;
    font-size: 17px;
    line-height: 28px;
  }
}

#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day .day .day-name {
  display: inline-block;
  margin-top: 13px;
  font-family: 'ralewaybold', Arial, sans-serif;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
}

@media only screen and (max-width: 700px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day .day .day-name {
    margin-top: 8px;
    font-size: 10px;
  }
}

#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.has-events .day-number {
  color: #000;
  border: 3px solid #000;
}

@media only screen and (max-width: 1400px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.has-events .day-number {
    border: 2px solid #000;
  }
}

@media only screen and (max-width: 900px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.has-events .day-number {
    border: 3px solid #000;
  }
}

@media only screen and (max-width: 700px) {
  #events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.has-events .day-number {
    border: 2px solid #000;
  }
}

#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.long-event .day-number {
  color: #000;
}

#events .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .swiper-day.today .day-number {
  color: white;
  background-color: black;
}

#events .filter {
  text-align: center;
  margin-top: 20px;
}

#events .filter .form-group {
  display: inline-block;
}

#events .filter .form-group select {
  font-size: 1.5em;
  padding: 5px 15px;
}

@media screen and (max-width: 1200px) {
  #events .filter {
    margin-top: 50px;
  }
}

#events .filter .selectbox {
  margin-bottom: 10px;
}

#events .filter .selectbox ul li a .icon {
  display: block;
  float: left;
  margin-left: 2px;
  margin-right: 13px;
  width: 25px;
  height: 35px;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 700px) {
  #events .filter .selectbox ul li a .icon {
    width: 15px;
    height: 28px;
    background-size: contain;
  }
}

#events .filter .selectbox ul li a .icon.seminar {
  background-image: url("/img/icon_calendar_mic_black.png");
}

#events .filter .selectbox ul li a .icon.video {
  background-image: url("/img/icon_calendar_video_black.png");
}

#events .filter .selectbox ul li a .icon.prednaska {
  background-image: url("/img/icon_calendar_bubble_black.png");
}

#events .filter .selectbox ul li a .icon.galerie {
  background-image: url("/img/icon_calendar_img_black.png");
}

#events .filter .selectbox ul li a .icon.workshop {
  background-image: url("/img/icon_calendar_settings_black.png");
}

#events .filter .selectbox ul li a .icon.pozvanka {
  background-image: url("/img/icon_calendar_document_black.png");
}

#events .filter .selectbox ul li a .icon.soutez {
  background-image: url("/img/icon_calendar_contest_black.png");
}

#events .filter .selectbox ul li a .icon.akce {
  background-image: url("/img/icon_calendar_action_black.png");
}

#events .filter .selectbox ul li a .icon.aktualita {
  background-image: url("/img/icon_calendar_new_black.png");
}

#events .filter .selectbox ul li a .icon.vystava {
  background-image: url("/img/icon_calendar_exhibition_black.png");
}

#events .filter .selectbox ul li a .icon.clanek {
  background-image: url("/img/icon_calendar_article_black.png");
}

#events .filter .selectbox ul li a .icon.open-air {
  background-image: url("/img/icon_calendar_open-air_black.png");
}

#events .filter .selectbox ul li a .icon.info-kampan {
  background-image: url("/img/icon_calendar_info_black.png");
}

#events .filter .selectbox ul li a .icon.tiskova-konference {
  background-image: url("/img/icon_calendar_press-conference_black.png");
}

#events .filter .btn-holder {
  display: inline-block;
  width: 200px;
}

@media screen and (max-width: 700px) {
  #events .filter .btn-holder {
    display: block;
    width: auto;
    text-align: center;
    margin-top: 40px;
  }
}

#events .events {
  margin-top: 0px;
}

@media only screen and (min-width: 1600px) {
  #events .events {
    margin-top: 20px;
  }
}

#events .events .event {
  display: none;
  float: left;
  width: 30%;
  margin: 2.5%;
  border: 1px solid #E0E0E0;
  cursor: pointer;
  box-sizing: border-box;
  height: 510px;
  overflow: hidden;
}

#events .events .event .office-event-header {
  max-height: 70px;
  overflow: hidden;
}

#events .events .event:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}

#events .events .event:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  #events .events .event:nth-child(3n+1) {
    margin: inherit;
    clear: inherit;
  }

  #events .events .event:nth-child(3n) {
    margin: inherit;
  }

  #events .events .event:nth-child(2n+1) {
    width: 47.5%;
    margin: 0 2.5%;
    margin-left: 0%;
    margin-bottom: 50px;
    clear: both;
  }

  #events .events .event:nth-child(2n+0) {
    width: 47.5%;
    margin: 0 2.5%;
    margin-bottom: 50px;
    margin-right: 0%;
  }
}

@media only screen and (max-width: 700px) {
  #events .events .event {
    width: 100% !important;
    margin: 0 0 55px !important;
  }
}

#events .events .event .header-img {
  position: relative;
  overflow: hidden;
  height: 265px;
}

#events .events .event .header-img .corner-bg {
  position: absolute;
  z-index: 2;
  top: -48px;
  right: -48px;
  width: 96px;
  height: 96px;
  background-color: #444444;
  transform: rotate(45deg);
  transition: 0.33s;
}

#events .events .event .header-img .corner-img {
  position: absolute;
  z-index: 3;
  top: 8px;
  right: 8px;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
}

#events .events .event .text-content {
  padding: 25px 35px 0px 35px;
  height: auto;
  overflow: hidden;
}

@media only screen and (max-width: 700px) {
  #events .events .event .text-content {
    padding-top: 25px;
  }
}

#events .events .event .text-content h2 {
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 24px;
  line-height: 1.4em;
  transition: 0.33s;
}

#events .events .event .text-content .time-place {
  font-family: 'ralewaylight', Arial, sans-serif;
  font-size: 14px;
  margin: 18px 0 22px;
  line-height: 1.4em;
}

#events .events .event .text-content .text {
  font-size: 15px;
  line-height: 1.6em;
  padding-bottom: 30px;
  display: none;
}

#events .events .event .btn-holder {
  text-align: left;
  margin-left: 0;
  margin-top: 0;
  padding-left: 32px;
}

#events .events .event .btn-holder .btn {
  display: inline-block;
}

#events .events .event:hover .header-img .corner-bg {
  background-color: #DABE00;
}

#events .events .event:hover .text-content h2 {
  color: #DABE00;
}

#events .events .event:hover .text-content .btn-holder .btn {
  background-color: #DABE00;
  background-position: 85% center;
  padding-right: 60px;
}

#events .events .event.event-seminar .corner-img {
  background-image: url("/img/icon_calendar_mic.png");
}

#events .events .event.event-video .corner-img {
  background-image: url("/img/icon_calendar_video.png");
}

#events .events .event.event-prednaska .corner-img {
  background-image: url("/img/icon_calendar_bubble.png");
}

#events .events .event.event-galerie .corner-img {
  background-image: url("/img/icon_calendar_img.png");
}

#events .events .event.event-workshop .corner-img {
  background-image: url("/img/icon_calendar_settings.png");
}

#events .events .event.event-pozvanka .corner-img {
  background-image: url("/img/icon_calendar_document.png");
}

#events .events .event.event-soutez .corner-img {
  background-image: url("/img/icon_calendar_contest.png");
}

#events .events .event.event-akce .corner-img {
  background-image: url("/img/icon_calendar_action.png");
}

#events .events .event.event-aktualita .corner-img {
  background-image: url("/img/icon_calendar_new.png");
}

#events .events .event.event-vystava .corner-img {
  background-image: url("/img/icon_calendar_exhibition.png");
}

#events .events .event.event-clanek .corner-img {
  background-image: url("/img/icon_calendar_article.png");
}

#events .events .event.event-open-air .corner-img {
  background-image: url("/img/icon_calendar_open-air.png");
}

#events .events .event.event-info-kampan .corner-img {
  background-image: url("/img/icon_calendar_info.png");
}

#events .events .event.event-tiskova-konference .corner-img {
  background-image: url("/img/icon_calendar_press-conference.png");
}

#events #boxesEmptyMessage {
  color: #DABE00;
  font-size: 20px;
  text-align: center;
}

#events .form-horizontal.ajax .btn-holder {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.info-windows .info-window {
  position: absolute;
  z-index: 25;
  left: 0;
  bottom: 0;
  padding: 22px 22px 8px;
  background-color: #444444;
  border-radius: 5px;
  background-clip: padding-box;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.info-windows .info-window .zobak {
  position: absolute;
  top: 100%;
  left: 30px;
  width: 18px;
  height: 18px;
  background-image: url("/img/icon_bubble_zobak.png");
  background-repeat: no-repeat;
}

.info-windows .info-window li {
  margin-bottom: 12px;
  white-space: nowrap;
}

.info-windows .info-window li .thumb {
  display: inline-block;
  margin-right: 12px;
  width: 60px;
  height: 40px;
  overflow: hidden;
}

.info-windows .info-window li .thumb img {
  width: 100%;
}

.info-windows .info-window li .text-content {
  display: inline-block;
  position: relative;
  top: -5px;
}

.info-windows .info-window li .text-content h4 {
  display: block;
  font-family: 'ralewaybold', Arial, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.3em;
}

.info-windows .info-window li .text-content h4 a {
  color: #fff;
}

.info-windows .info-window li .text-content h4 a:hover {
  text-decoration: underline;
}

.info-windows .info-window li .text-content p {
  display: block;
  font-family: 'ralewaylight', Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.3em;
}

#newsletter {
  z-index: 3;
  padding-bottom: 125px;
}

@media only screen and (max-width: 1000px) {
  #newsletter {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 700px) {
  #newsletter {
    padding-bottom: 85px;
  }
}

#newsletter .bg-cont {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#newsletter .bg-cont .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 200%;
  width: 100%;
  background-image: url("/img/bg_newsletter.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 900px) {
  #newsletter .bg-cont .bg {
    height: 200%;
  }
}

#newsletter .section-content {
  position: relative;
  z-index: 2;
}

#newsletter .section-content form {
  text-align: center;
}

#newsletter .section-content form .js-select-hidden {
  display: none;
}

#newsletter .section-content form .input-text {
  width: 330px;
}

@media only screen and (max-width: 700px) {
  #newsletter .section-content form .input-text {
    width: 100%;
    font-size: 18px;
  }
}

@media only screen and (max-width: 800px) {
  #newsletter .section-content form .input-text {
    width: 85%;
    font-size: 18px;
  }
}

#newsletter .section-content form .form-group {
  margin-bottom: 20px;
}

#newsletter .section-content .formsWrap {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  #newsletter .section-content .formsWrap .selectbox {
    width: 85%;
  }

  #newsletter .section-content .formsWrap .selectbox .selectbox-btn {
    font-size: 18px;
    padding-right: 40px;
    background-image: url("/img/icon_circle_arr_black_small.png");
    background-position: 224px center;
  }
}

#newsletter .section-content .formsWrap .formLabel {
  display: block;
  text-align: left;
  padding-left: 35px;
  margin-bottom: 10px;
}

#newsletter .section-content .formsWrap .sendFormWrap {
  width: 50%;
  height: auto;
  float: left;
}

#newsletter .section-content .formsWrap .sendFormWrap form {
  text-align: center;
}

#newsletter .section-content .formsWrap .sendFormWrap form .js-select-hidden {
  display: none;
}

#newsletter .section-content .formsWrap .sendFormWrap form .input-text {
  width: 330px;
}

@media only screen and (max-width: 700px) {
  #newsletter .section-content .formsWrap .sendFormWrap form .input-text {
    width: 100%;
    font-size: 18px;
  }
}

@media only screen and (max-width: 800px) {
  #newsletter .section-content .formsWrap .sendFormWrap form .input-text {
    width: 85%;
    font-size: 18px;
  }
}

#newsletter .section-content .formsWrap .sendFormWrap form .form-group {
  margin-bottom: 20px;
}

@media only screen and (max-width: 700px) {
  #newsletter .section-content .formsWrap .sendFormWrap {
    width: 100%;
  }
}

#newsletter .section-content .formsWrap .selectFormWrap {
  width: 49%;
  height: 255px;
  float: left;
  text-align: center;
  border-left: 1px solid black;
}

@media only screen and (max-width: 700px) {
  #newsletter .section-content .formsWrap .selectFormWrap {
    width: 100%;
    margin-top: 40px;
    border-left: none;
  }
}

@media only screen and (max-width: 700px) {
  #newsletter .section-content .formsWrap .formLabel {
    padding-left: 42px;
  }
}

ul.contact li {
  padding-bottom: 10px;
  position: relative;
}

ul.contact li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  content: '';
}

ul.contact li.email:before {
  background-image: url("../../img/sprites/sprite.png");
  background-position: -537px -271px;
  width: 22px;
  height: 22px;
}

ul.contact li.phone:before {
  background-image: url("../../img/sprites/sprite.png");
  background-position: -537px -335px;
  width: 22px;
  height: 22px;
}

ul.contact li.facebook:before {
  background-image: url("../../img/sprites/sprite.png");
  background-position: -537px -239px;
  width: 22px;
  height: 22px;
}

ul.contact li.fax:before {
  background-image: url("/img/fax.png");
  background-size: contain;
  width: 25px;
  height: 25px;
}

ul.contact li a {
  display: inline-block;
  padding-left: 30px;
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 15px;
  color: #DABE00;
  line-height: 24px;
}

#infocenter-point ul.contact li a {
  white-space: nowrap;
  font-size: 14px;
}

.gallery-list {
  position: relative;
  padding: 30px 0 75px;
}

.gallery-list.office {
  text-align: center;
}

.gallery-list.office .item {
  width: 21.6%;
  float: none;
  padding-right: 0;
  display: inline-block;
  vertical-align: top;
}

.gallery-list.office .item:nth-child(4n-3) {
  padding-left: 0;
  width: 20.375%;
}

.gallery-list.office .item:nth-child(4n) {
  padding-right: 0%;
  width: 21.375%;
}

.gallery-list.office .item p {
  margin-top: 15px;
  font-weight: bolder;
  font-size: 19px;
}

.gallery-list .item {
  position: relative;
  float: left;
  width: 25.6%;
  padding: 0px 1.25% 2.5%;
  box-sizing: border-box;
  text-align: center;
}

.gallery-list .item:nth-child(4n-3) {
  padding-left: 0%;
  width: 24.375%;
}

.gallery-list .item:nth-child(4n) {
  padding-right: 0%;
  width: 24.375%;
}

@media only screen and (max-width: 900px) {
  .gallery-list .item:nth-child(4n-3) {
    padding-left: 1.5%;
    width: 34.33333%;
  }

  .gallery-list .item:nth-child(4n) {
    padding-right: 1.5%;
    width: 34.33333%;
  }

  .gallery-list .item:nth-child(n) {
    width: 34.33333%;
    padding: 0 1.5% 3%;
  }

  .gallery-list .item:nth-child(3n-2) {
    padding-left: 0;
    width: 32.8%;
    clear: both;
  }

  .gallery-list .item:nth-child(3n) {
    padding-right: 0;
    width: 32.8%;
  }
}

@media only screen and (max-width: 700px) {
  .gallery-list .item {
    width: 100% !important;
    padding: 0px 0 30px !important;
    float: none;
  }
}

.gallery-list .item a {
  display: block;
  position: relative;
}

.gallery-list .item a .hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 190, 0, 0);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.33s;
}

.gallery-list .item a:hover .hover {
  background-image: url("/img/icon_hover_img.png");
  background-color: rgba(218, 190, 0, 0.9);
}

.gallery-list .item a .img {
  display: block;
  width: 100%;
}

.link {
  display: inline-block;
  margin: 20px 0 0;
  font-family: 'ralewaybold', Arial, sans-serif;
  color: #D8BE00;
  font-size: 15px;
  line-height: 1.4em;
}

.link.link-file span {
  display: inline-block;
  width: 28px;
  height: 18px;
  line-height: 20px;
  background-color: #DABE00;
  margin-right: 10px;
  border: 1px solid #DABE00;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 11px;
  font-family: 'ralewayextrabold', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transition: 0.5s;
}

.link:hover {
  text-decoration: underline;
}

.link:hover.link-file span {
  color: #DABE00;
  background-color: transparent;
}

ul.pagination {
  list-style: none;
  display: table;
}

ul.pagination li {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #777;
  color: #000;
  margin-right: 10px;
  font-weight: bold;
}

ul.pagination li a {
  padding: 10px;
  display: block;
  color: #D9BE00;
}

ul.pagination li.active {
  padding: 10px;
  border-color: #AAA;
}

ul.pagination li.disabled {
  padding: 10px;
  color: #AAA;
  opacity: 0.5;
}

#services {
  background-color: #f2f2f2;
  padding-bottom: 100px;
  border-bottom: 1px solid #e0e0e0;
}

@media only screen and (max-width: 1000px) {
  #services {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 900px) {
  #services {
    padding-bottom: 100px;
  }
}

#services .contact-us {
  display: block;
}

@media only screen and (max-width: 900px) {
  #services .contact-us {
    display: none;
  }
}

#services .btn {
  padding-left: 23px;
  padding-right: 23px;
}

#services .btn:hover {
  background-position: 92% center;
  padding-right: 40px;
}

@media only screen and (max-width: 700px) {
  #services .btn-holder {
    position: relative;
    z-index: 2;
    margin-top: -60px;
  }
}

#numbers {
  padding-bottom: 95px;
  border-bottom: 1px solid #e0e0e0;
}

@media only screen and (max-width: 1000px) {
  #numbers {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 700px) {
  #numbers {
    padding-bottom: 10px;
  }
}

#numbers .swiper-outer-container {
  position: relative;
  padding: 35px 10% 0;
  height: 200px;
  overflow: hidden;
}

@media only screen and (max-width: 700px) {
  #numbers .swiper-outer-container {
    padding: 35px 70px 0;
  }
}

#numbers .swiper-outer-container .arr {
  position: absolute;
  z-index: 8;
  top: 50%;
  margin-top: -26px;
  width: 50px;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-clip: padding-box;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  background-color: white;
}

@media only screen and (max-width: 700px) {
  #numbers .swiper-outer-container .arr {
    top: 84px;
    margin-top: 0;
  }
}

#numbers .swiper-outer-container .arr.left {
  left: 0;
  background-image: url("/img/icon_arr_grey_left.png");
}

#numbers .swiper-outer-container .arr.right {
  right: 0;
  background-image: url("/img/icon_arr_grey_right.png");
}

#numbers .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  text-align: center;
  width: 33.3333333333%;
}

#numbers .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .inner-cont {
  padding: 0 8%;
}

@media only screen and (max-width: 700px) {
  #numbers .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .inner-cont {
    padding: 0;
  }
}

#numbers .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .inner-cont h2 {
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 44px;
  color: #d9be00;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  #numbers .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .inner-cont h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1000px) {
  #numbers .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .inner-cont h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 700px) {
  #numbers .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .inner-cont h2 {
    font-size: 30px;
  }
}

#numbers .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .inner-cont p {
  font-size: 20px;
  color: #000000;
  line-height: 1.4em;
}

@media only screen and (max-width: 1200px) {
  #numbers .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .inner-cont p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1000px) {
  #numbers .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .inner-cont p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 700px) {
  #numbers .swiper-outer-container .swiper-container .swiper-wrapper .swiper-slide .inner-cont p {
    font-size: 14px;
  }
}

#anketa {
  padding-bottom: 120px;
  border-bottom: 1px solid #e0e0e0;
}

@media only screen and (max-width: 1000px) {
  #anketa {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 900px) {
  #anketa {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 700px) {
  #anketa {
    padding-bottom: 60px;
  }
}

#anketa .stats {
  margin: 35px auto 50px;
  font-size: 15px;
  text-align: center;
}

#anketa .message {
  text-align: center;
  margin: 0 0 25px 0;
}

#anketa .message.error {
  color: red;
}

#anketa .message.success {
  color: green;
}

#anketa .choices {
  padding: 0 10%;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}

#anketa .choices .choice {
  display: inline-block;
  width: 26%;
  padding: 2%;
  text-decoration: none;
  color: #000;
  cursor: default;
}

#anketa .choices .choice.js-can-hover {
  cursor: pointer;
}

#anketa .choices .choice:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 700px) {
  #anketa .choices .choice {
    float: none;
    width: 100%;
    margin: 0 0 50px 0;
  }
}

#anketa .choices .choice .inner {
  position: relative;
  width: 136px;
  height: 136px;
  margin: auto;
}

#anketa .choices .choice .inner svg {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#anketa .choices .choice .inner svg .outer {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: #000000;
  stroke-width: 3;
  stroke-dasharray: 414;
  stroke-dashoffset: 303.048;
}

#anketa .choices .choice .inner .bg-circle {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #cecece;
  border-radius: 136px;
  background-clip: padding-box;
  box-sizing: border-box;
}

#anketa .choices .choice .inner .num {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 44px;
  color: #d8be00;
  text-align: center;
  line-height: 120px;
}

#anketa .choices .choice .answer {
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 15px;
  text-align: center;
  line-height: 1.2em;
  position: relative;
  z-index: 15;
  padding-top: 25px;
  margin-top: -25px;
  background-color: #fff;
}

#anketa .choices .choice.js-can-hover:hover .inner svg .outer {
  stroke-dashoffset: 0 !important;
}

#info-sluzby {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e0e0e0;
}

#info-sluzby .column {
  float: left;
  width: 47.5%;
}

#info-sluzby .column:first-child {
  margin-right: 2.5%;
}

#info-sluzby .column:nth-child(2) {
  margin-left: 2.5%;
}

@media screen and (max-width: 900px) {
  #info-sluzby .column {
    float: none;
    width: 100%;
  }
}

#info-sluzby .column .headline {
  text-align: left;
  width: 100%;
}

#info-sluzby .column .headline:after {
  margin-left: 0;
}

@media screen and (max-width: 900px) {
  #info-sluzby .column .headline {
    text-align: center;
  }

  #info-sluzby .column .headline:after {
    margin-left: auto;
  }
}

@media screen and (max-width: 1400px) {
  #info-sluzby .column .headline h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 900px) {
  #info-sluzby .column .headline h2 {
    font-size: 44px;
  }
}

@media screen and (max-width: 700px) {
  #info-sluzby .column .headline h2 {
    font-size: 40px;
  }
}

#info-sluzby .column .headline .claim {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  #info-sluzby .column .headline .claim {
    font-size: 18px;
  }
}

@media screen and (max-width: 1400px) {
  #info-sluzby .column .headline .claim {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  #info-sluzby .column .headline .claim {
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) {
  #info-sluzby .column .headline .claim {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  #info-sluzby .column .headline .claim {
    height: auto;
  }
}

@media screen and (max-width: 900px) {
  #info-sluzby .column.information-services .list {
    padding-bottom: 0px;
  }
}

#info-sluzby .column .list {
  padding-top: 8px;
  padding-bottom: 30px;
}

#info-sluzby .column .list li {
  position: relative;
  padding-left: 80px;
  padding-bottom: 31px;
  min-height: 62px;
}

#info-sluzby .column .list li:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 62px;
  height: 62px;
  background-color: #e4e4e4;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 31px;
  background-clip: padding-box;
}

#info-sluzby .column .list li.poradenstvi:before {
  background-image: url("/img/icons_services_information_1.png");
}

#info-sluzby .column .list li.publikace:before {
  background-image: url("/img/icons_services_information_2.png");
}

#info-sluzby .column .list li.studovna:before {
  background-image: url("/img/icons_services_information_3.png");
}

#info-sluzby .column .list li.debaty:before {
  background-image: url("/img/icons_services_events_1.png");
}

#info-sluzby .column .list li.prednasky:before {
  background-image: url("/img/icons_services_events_2.png");
}

#info-sluzby .column .list li.kulturne:before {
  background-image: url("/img/kulturne.png");
}

#info-sluzby .column .list li.vystavy:before {
  background-image: url("/img/vystavy.png");
}

#info-sluzby .column .list li.electronicky:before {
  background-image: url("/img/elektronicky.png");
}

#info-sluzby .column .list li.kampane:before {
  background-image: url("/img/icons_services_events_3.png");
}

#info-sluzby .column .list li a {
  display: inline-block;
  line-height: 1.2em;
  margin-top: 16px;
  color: #DABE00;
  font-size: 24px;
  font-family: 'ralewaybold', Arial, sans-serif;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  #info-sluzby .column .list li a {
    margin-top: 18px;
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  #info-sluzby .column .list li a {
    margin-top: 21px;
    font-size: 17px;
  }
}

@media screen and (max-width: 900px) {
  #info-sluzby .column .list li a {
    margin-top: 16px;
    font-size: 24px;
  }
}

#info-sluzby .surveyLink {
  text-align: center;
  margin-bottom: 50px;
}

#info-sluzby .surveyLink a {
  display: inline-block;
  line-height: 1.2em;
  margin-top: 16px;
  color: #DABE00;
  font-size: 24px;
  font-family: 'ralewaybold', Arial, sans-serif;
  text-decoration: underline;
}

#ed-net {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

#ed-net .list {
  margin-top: 60px;
}

#ed-net .list li {
  display: block;
  float: left;
  width: 28%;
  margin-left: 5%;
  position: relative;
  padding-left: 80px;
  padding-bottom: 65px;
  min-height: 62px;
  box-sizing: border-box;
}

@media screen and (max-width: 800px) {
  #ed-net .list li {
    float: none;
    width: 100%;
    margin: 0;
  }
}

#ed-net .list li:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 62px;
  height: 62px;
  background-color: #e4e4e4;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 31px;
  background-clip: padding-box;
}

#ed-net .list li.infocentrum:before {
  background-image: url("/img/icons_services_net_1.png");
}

#ed-net .list li.dokumentace:before {
  background-image: url("/img/icons_services_net_2.png");
}

#ed-net .list li.kontaktni-sluzba:before {
  background-image: url("/img/icons_services_net_3.png");
}

#ed-net .list li.infolinka:before {
  background-image: url("/img/icons_services_net_4.png");
}

#ed-net .list li a {
  display: inline-block;
  line-height: 1.2em;
  margin-top: 16px;
  color: #DABE00;
  font-size: 24px;
  font-family: 'ralewaybold', Arial, sans-serif;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  #ed-net .list li a {
    margin-top: 18px;
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  #ed-net .list li a {
    margin-top: 21px;
    font-size: 17px;
  }
}

@media screen and (max-width: 900px) {
  #ed-net .list li a {
    margin-top: 16px;
    font-size: 24px;
  }
}

#ed-net .list li p {
  color: #000;
  font-size: 15px;
  line-height: 1.6em;
  margin-top: 20px;
}

@media screen and (max-width: 1600px) {
  #ed-net .list li p {
    margin-top: 35px;
  }
}

#e-dokument {
  background-color: #f2f2f2;
  padding-bottom: 150px;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 1600px) {
  #e-dokument {
    padding-bottom: 100px;
  }
}

#e-dokument .headline {
  padding-bottom: 50px;
}

#e-dokument .headline .claim {
  width: 100%;
}

#e-dokument .headline .like-box {
  margin-top: 25px;
}

@media screen and (max-width: 900px) {
  #e-dokument .headline .like-box {
    margin: 35px 0;
  }
}

#e-dokument .column {
  width: 48%;
  float: left;
}

#e-dokument .column:nth-child(1) {
  margin: 0 auto;
  float: none;
  text-align: center;
}

#e-dokument .column:nth-child(2) {
  margin: 0 auto;
  float: none;
  margin-top: 40px;
}

@media screen and (max-width: 700px) {
  #e-dokument .column {
    width: 100%;
    margin: 0 !important;
  }

  #e-dokument .column:nth-child(1) {
    margin-bottom: 60px !important;
  }
}

#e-dokument .column.left {
  color: #000;
  font-size: 15px;
  line-height: 1.6em;
}

#e-dokument .column.right li {
  padding-left: 40px;
  padding-bottom: 30px;
  background-image: url("/img/icon_list_item_arr.png");
  background-repeat: no-repeat;
  background-position: top left;
  font-family: 'ralewaybold', Arial, sans-serif;
  line-height: 1.6em;
}

#eu-dokument {
  padding-bottom: 180px;
}

@media screen and (max-width: 900px) {
  #eu-dokument {
    padding-bottom: 85px;
  }
}

@media screen and (max-width: 900px) {
  #eu-dokument {
    padding-bottom: 60px;
  }
}

#eu-dokument .headline {
  padding-bottom: 40px;
}

#eu-dokument .column {
  width: 30.33333%;
  float: left;
  padding-bottom: 45px;
}

#eu-dokument .column:nth-child(3n-2) {
  clear: both;
}

#eu-dokument .column:nth-child(3n-1) {
  margin: 0 4.5%;
}

@media screen and (max-width: 900px) {
  #eu-dokument .column:nth-child(3n-2) {
    clear: none;
  }

  #eu-dokument .column:nth-child(3n-1) {
    margin: 0;
  }

  #eu-dokument .column:nth-child(n) {
    width: 47.5%;
    margin-right: 5%;
    padding-bottom: 80px;
  }

  #eu-dokument .column:nth-child(2n-1) {
    clear: both;
  }

  #eu-dokument .column:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  #eu-dokument .column:nth-child(2n-1) {
    clear: none;
  }

  #eu-dokument .column:nth-child(2n) {
    margin-right: inherit;
  }

  #eu-dokument .column:nth-child(n) {
    width: 100%;
    margin: 0 !important;
    padding-bottom: 50px;
  }
}

#eu-dokument .column h3 {
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 15px;
  padding-bottom: 18px;
}

#eu-dokument .column p {
  font-size: 15px;
  line-height: 1.6em;
  padding-bottom: 18px;
}

.infocentra #office-selectbox {
  text-align: center;
  padding-bottom: 95px;
}

.infocentra #header .info-windows .info-window {
  white-space: nowrap;
}

.infocentra #header .info-windows .info-window > img {
  display: none;
}

.infocentra #header .info-windows .info-window .info-window > img {
  display: inline;
}

.infocentra #header .info-windows .info-window .text-content p {
  font-size: 15px;
}

.infocentra #header .info-windows .info-window .text-content p a {
  font-family: 'ralewaybold', Arial, sans-serif;
  color: #DABE00;
  text-decoration: underline;
}

#homepage-map .info-windows .info-window {
  white-space: nowrap;
}

#homepage-map .info-windows .info-window > img {
  display: none;
}

#homepage-map .info-windows .info-window .info-window > img {
  display: inline;
}

#homepage-map .info-windows .info-window .text-content p {
  font-size: 15px;
}

#homepage-map .info-windows .info-window .text-content p a {
  font-family: 'ralewaybold', Arial, sans-serif;
  color: #DABE00;
  text-decoration: underline;
}

.js-map {
  width: 100%;
  height: 100%;
}

#infocenter-point {
  padding-bottom: 0px;
  border-bottom: 1px solid #e0e0e0;
}

#infocenter-point .scroll-link-container {
  display: none;
  position: absolute;
  z-index: 8;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

@media only screen and (max-height: 625px) and (max-width: 1200px) {
  #infocenter-point .scroll-link-container {
    display: block;
  }
}

@media only screen and (max-height: 700px) and (max-width: 900px) {
  #infocenter-point .scroll-link-container {
    display: block;
  }
}

@media only screen and (max-height: 700px) and (min-width: 1200px) {
  #infocenter-point .scroll-link-container {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  #infocenter-point .scroll-link-container {
    display: none;
  }
}

#infocenter-point .scroll-link-container .scroll-link {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-family: 'ralewayextrabold', Arial, sans-serif;
}

#infocenter-point .headline {
  padding-bottom: 30px;
}

#infocenter-point .headline .claim a {
  font-family: 'ralewaybold', Arial, sans-serif;
  color: #DABE00;
  text-decoration: none;
}

#infocenter-point .headline .claim a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  #infocenter-point .headline {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 700px) {
  #infocenter-point .headline {
    padding-bottom: 35px;
  }

  #infocenter-point .headline .claim {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 700px) {
  #infocenter-point .columns {
    padding-bottom: 40px;
  }
}

#infocenter-point .columns .column {
  float: left;
  width: 47.5%;
}

#infocenter-point .columns .column:nth-child(1) {
  margin-right: 2.5%;
}

#infocenter-point .columns .column:nth-child(2) {
  margin-left: 2.5%;
}

@media screen and (max-width: 700px) {
  #infocenter-point .columns .column {
    float: none;
    width: 100%;
    margin: auto !important;
  }
}

#infocenter-point .columns .column .left {
  float: left;
  width: 300px;
  margin-right: 50px;
  padding-bottom: 150px;
}

@media screen and (max-width: 1600px) {
  #infocenter-point .columns .column .left {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1200px) {
  #infocenter-point .columns .column .left {
    width: 150px;
  }
}

@media screen and (max-width: 900px) {
  #infocenter-point .columns .column .left {
    float: none;
    width: 100%;
    margin: auto !important;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 700px) {
  #infocenter-point .columns .column .left {
    padding-bottom: 20px;
  }
}

#infocenter-point .columns .column .left .img {
  width: 100%;
  max-width: 230px;
}

#infocenter-point .columns .column .left .img.mobile {
  display: none;
}

@media screen and (max-width: 700px) {
  #infocenter-point .columns .column .left .img.desktop {
    display: none;
  }

  #infocenter-point .columns .column .left .img.mobile {
    display: inline;
    max-width: initial;
  }
}

#infocenter-point .columns .column.map {
  height: 300px;
  width: 45%;
  float: left;
  padding-bottom: 50px;
}

#infocenter-point .columns .column.place .left {
  padding-bottom: 16px;
}

@media screen and (max-width: 1600px) {
  #infocenter-point .columns .column.place .left {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1200px) {
  #infocenter-point .columns .column.place .left {
    margin-right: 30px;
  }
}

#infocenter-point .columns .column.place .left .contact {
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  #infocenter-point .columns .column.place .left .contact {
    display: none;
  }
}

#infocenter-point .columns .column.place .right {
  padding-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  #infocenter-point .columns .column.place .right {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 900px) {
  #infocenter-point .columns .column.place .right {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 700px) {
  #infocenter-point .columns .column.place .right {
    padding-bottom: 65px;
  }
}

#infocenter-point .columns .column.place .right .info-wrap {
  min-width: 180px;
  height: auto;
  overflow: hidden;
}

#infocenter-point .columns .column.place .right h3 {
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 25px;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 5px;
}

@media screen and (max-width: 1000px) {
  #infocenter-point .columns .column.place .right h3 {
    font-size: 20px;
  }
}

#infocenter-point .columns .column.place .right .address {
  margin-bottom: 15px;
  line-height: 1.2em;
}

#infocenter-point .columns .column.place .right .contact {
  float: left;
  min-width: 300px;
  padding-right: 20px;
}

@media screen and (max-width: 1200px) {
  #infocenter-point .columns .column.place .right .contact {
    display: block;
  }
}

#infocenter-point .columns .column.place .right .contact br {
  display: none;
}

@media screen and (max-width: 1250px) {
  #infocenter-point .columns .column.place .right .contact br {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  #infocenter-point .columns .column.place .right .contact br {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  #infocenter-point .columns .column.place .right .contact {
    float: none;
    width: 100%;
    min-width: initial;
    padding: auto;
  }
}

#infocenter-point .columns .column.place .right .hours {
  float: left;
  font-size: 14px;
  line-height: 1.6em;
  min-width: 100px;
}

#infocenter-point .columns .column.place .right .hours strong {
  font-size: 15px;
}

#infocenter-point .columns .column.place .right .hours br.to-hide {
  display: none;
}

@media screen and (max-width: 900px) {
  #infocenter-point .columns .column.place .right .hours {
    float: none;
    width: 100%;
    min-width: initial;
    padding: auto;
  }
}

#infocenter-point .columns .column.person {
  padding-bottom: 100px;
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

@media screen and (max-width: 700px) {
  #infocenter-point .columns .column.person {
    padding-bottom: 60px;
  }
}

#infocenter-point .columns .column.person .person-cont {
  width: 30%;
  vertical-align: top;
  display: inline-block;
  padding-right: 3%;
}

#infocenter-point .columns .column.person .person-cont.count-2 {
  width: 40%;
}

#infocenter-point .columns .column.person .person-cont.count-1 {
  width: 50%;
  display: table;
  margin: 0 auto;
}

#infocenter-point .columns .column.person .person-cont.count-1 .left {
  width: 100%;
  display: table-cell;
}

#infocenter-point .columns .column.person .person-cont.count-1 .right {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media screen and (max-width: 700px) {
  #infocenter-point .columns .column.person .person-cont {
    padding-bottom: 0;
  }
}

#infocenter-point .columns .column.person .person-cont .left {
  padding-bottom: 15px;
  padding-right: 20px;
  width: 52%;
  margin-right: 0;
  text-align: center;
}

#infocenter-point .columns .column.person .person-cont .left img {
  border-radius: 50%;
}

#infocenter-point .columns .column.person .person-cont .left h3 {
  margin-top: 10px;
  display: block;
}

#infocenter-point .columns .column.person .person-cont .left .occupation {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.2em;
}

#infocenter-point .columns .column.person .person-cont .right {
  padding-bottom: 0px;
  text-align: left;
  float: left;
  width: 42%;
}

@media screen and (max-width: 1200px) {
  #infocenter-point .columns .column.person .person-cont .right {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 900px) {
  #infocenter-point .columns .column.person .person-cont .right {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 700px) {
  #infocenter-point .columns .column.person .person-cont .right {
    padding-bottom: 20px;
  }
}

#infocenter-point .columns .column.person .person-cont .right h3 {
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

#infocenter-point .columns .column.person .person-cont .right .occupation {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.2em;
}

#infocenter-point .columns .column.person .person-cont .right .text {
  font-size: 15px;
  line-height: 1.6em;
  margin-bottom: 14px;
}

#infocenter-point .columns .column.person .person-cont .right .contact {
  float: left;
}

@media screen and (max-width: 900px) {
  #infocenter-point .columns .column.person .person-cont .right .contact {
    float: none;
  }
}

@media screen and (max-width: 1320px) {
  #infocenter-point .columns .column.person .person-cont .left {
    width: 100%;
    padding-right: 0;
  }

  #infocenter-point .columns .column.person .person-cont .left img {
    float: none;
  }

  #infocenter-point .columns .column.person .person-cont .right {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #infocenter-point .columns .column.person .person-cont {
    width: 100%;
  }

  #infocenter-point .columns .column.person .person-cont .left img {
    display: block;
    margin: 0 auto;
  }
}

#sluzby-strediska {
  padding-bottom: 50px;
  border-bottom: 1px solid #e0e0e0;
}

#sluzby-strediska span.file {
  width: 142px;
  height: 50px;
  line-height: 50px;
  border-radius: 7px;
  background-color: black;
  display: block;
  color: white;
  margin: 0 auto;
  text-decoration: none;
  margin-top: 12px;
}

@media only screen and (max-width: 900px) {
  #sluzby-strediska {
    padding-bottom: 0px;
  }
}

#sluzby-strediska .bg-cont {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#sluzby-strediska .bg-cont .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 200%;
  width: 100%;
  background-image: url("/img/bg_sluzby_strediska.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 900px) {
  #sluzby-strediska .bg-cont .bg {
    height: 100%;
  }
}

#sluzby-strediska .section-content {
  position: relative;
  z-index: 2;
}

#sluzby-strediska .section-content .btn-holder {
  padding-bottom: 100px;
  margin-bottom: 0;
}

@media only screen and (max-width: 700px) {
  #sluzby-strediska .section-content .btn-holder {
    margin-top: -40px;
  }
}

#fotogalerie {
  padding-bottom: 50px;
}

#event-detail {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 120px;
}

@media screen and (max-width: 900px) {
  #event-detail {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 700px) {
  #event-detail {
    padding-bottom: 0px;
  }
}

#event-detail .headline {
  margin-bottom: 50px;
}

@media only screen and (max-width: 700px) {
  #event-detail .headline {
    margin-bottom: 30px;
  }
}

#event-detail .headline .datetime {
  font-family: 'ralewaylight', Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.4em;
}

#event-detail .headline .like-box {
  margin-top: 25px;
}

@media screen and (max-width: 900px) {
  #event-detail .headline .like-box {
    margin: 35px 0;
  }
}

#event-detail .text-block {
  font-size: 15px;
  line-height: 1.4em;
  margin: auto;
  margin-bottom: 40px;
  width: 80%;
}

#event-detail .text-block.two-cols {
  column-count: 2;
  column-gap: 55px;
  width: 100%;
}

#event-detail .text-block.two-cols p:first-child,
#event-detail .text-block.two-cols p:last-child {
  margin: 0;
}

#event-detail .text-block p {
  margin: 10px 0;
}

#event-detail .text-block ul,
#event-detail .text-block ol {
  margin: 10px 0;
}

#event-detail .text-block ul li,
#event-detail .text-block ol li {
  margin-bottom: 5px;
}

#event-detail .text-block ol {
  list-style: decimal outside;
  padding-left: 2em;
}

#event-detail .text-block ul {
  list-style: disc outside;
  padding-left: 2em;
}

#event-detail .text-block a {
  font-family: 'ralewaybold', Arial, sans-serif;
  color: #DABE00;
  text-decoration: none;
}

#event-detail .text-block a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  #event-detail .text-block.two-cols {
    width: 80%;
    column-count: 1;
    column-gap: 0;
  }
}

@media screen and (max-width: 700px) {
  #event-detail .text-block {
    width: 100%;
    margin-bottom: 0px;
  }

  #event-detail .text-block.two-cols {
    width: 100%;
  }

  #event-detail .text-block p {
    margin: 15px 0;
  }

  #event-detail .text-block p .link.link-pdf {
    margin-top: 0px;
  }
}

#event-detail .image-block {
  text-align: center;
  margin-bottom: 70px;
  width: 100%;
}

#event-detail .image-block .wrapper {
  display: inline-block;
  position: relative;
}

#event-detail .image-block .description {
  color: #777777;
  font-style: italic;
  margin-top: 5px;
}

#event-detail .image-block .copyright {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  font-family: 'ralewaybold', Arial, sans-serif;
  text-shadow: 0px 0px 6px #000000;
}

#event-detail .image-block img {
  max-width: 100%;
  max-height: 400px;
}

#event-detail .file-block {
  text-align: center;
  margin-bottom: 70px;
  width: 100%;
}

#event-detail .yt-block {
  text-align: center;
  margin-bottom: 70px;
  width: 100%;
}

#event-detail .yt-block iframe {
  max-width: 100%;
}

@media screen and (max-width: 700px) {
  #event-detail .yt-block iframe {
    max-height: 250px;
  }
}

#ke-stazeni {
  padding-top: 115px;
  padding-bottom: 100px;
}

@media screen and (max-width: 900px) {
  #ke-stazeni {
    padding-bottom: 40px;
    padding-top: 0px !important;
  }
}

#ke-stazeni .columns .column {
  float: left;
}

#ke-stazeni .columns .column.first {
  width: 25%;
  margin-right: 10%;
}

@media screen and (max-width: 900px) {
  #ke-stazeni .columns .column.first {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  #ke-stazeni .columns .column.first .headline {
    padding-top: 0;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  #ke-stazeni .columns .column.first .headline .claim {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  #ke-stazeni .columns .column.first .headline:after {
    float: left;
  }
}

#ke-stazeni .columns .column.first .content {
  clear: both;
  text-align: left;
  line-height: 1.4em;
  font-size: 15px;
}

@media screen and (max-width: 900px) {
  #ke-stazeni .columns .column.first .content {
    padding-bottom: 70px;
    text-align: center;
  }
}

#ke-stazeni .columns .column.second {
  width: 65%;
}

@media screen and (max-width: 900px) {
  #ke-stazeni .columns .column.second {
    width: 100%;
  }
}

#ke-stazeni .columns .column.second ul li {
  float: left;
  width: 45%;
  padding-bottom: 95px;
}

#ke-stazeni .columns .column.second ul li:nth-child(2n-1) {
  margin-right: 10%;
  clear: both;
}

@media screen and (max-width: 700px) {
  #ke-stazeni .columns .column.second ul li {
    float: none;
    width: 100%;
    padding-bottom: 60px;
  }

  #ke-stazeni .columns .column.second ul li:nth-child(2n-1) {
    margin-right: 0;
    clear: both;
  }
}

#ke-stazeni .columns .column.second ul li h2 {
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
  margin-bottom: 20px;
}

#ke-stazeni .columns .column.second ul li .text {
  font-size: 15px;
  line-height: 1.4em;
}

#odkazy,
#faq,
#newsletters,
#rss {
  padding-top: 115px;
  padding-bottom: 175px;
}

@media screen and (max-width: 1000px) {
  #odkazy,
  #faq,
  #newsletters,
  #rss {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 900px) {
  #odkazy,
  #faq,
  #newsletters,
  #rss {
    padding-bottom: 40px;
  }
}

#odkazy .columns .column,
#faq .columns .column,
#newsletters .columns .column,
#rss .columns .column {
  float: left;
}

#odkazy .columns .column.first,
#faq .columns .column.first,
#newsletters .columns .column.first,
#rss .columns .column.first {
  width: 22%;
  margin-right: 10%;
}

@media screen and (max-width: 1000px) {
  #odkazy .columns .column.first,
  #faq .columns .column.first,
  #newsletters .columns .column.first,
  #rss .columns .column.first {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 1000px) {
  #odkazy .columns .column.first .headline,
  #faq .columns .column.first .headline,
  #newsletters .columns .column.first .headline,
  #rss .columns .column.first .headline {
    padding-top: 0;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  #odkazy .columns .column.first .headline .claim,
  #faq .columns .column.first .headline .claim,
  #newsletters .columns .column.first .headline .claim,
  #rss .columns .column.first .headline .claim {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  #odkazy .columns .column.first .headline:after,
  #faq .columns .column.first .headline:after,
  #newsletters .columns .column.first .headline:after,
  #rss .columns .column.first .headline:after {
    float: left;
  }
}

#odkazy .columns .column.first .content,
#faq .columns .column.first .content,
#newsletters .columns .column.first .content,
#rss .columns .column.first .content {
  clear: both;
  text-align: left;
  line-height: 1.4em;
  font-size: 15px;
}

@media screen and (max-width: 1000px) {
  #odkazy .columns .column.first .content,
  #faq .columns .column.first .content,
  #newsletters .columns .column.first .content,
  #rss .columns .column.first .content {
    padding-bottom: 70px;
    text-align: center;
    max-width: 80%;
    margin: auto;
  }
}

#odkazy .columns .column.second,
#faq .columns .column.second,
#newsletters .columns .column.second,
#rss .columns .column.second {
  width: 68%;
}

@media screen and (max-width: 1000px) {
  #odkazy .columns .column.second,
  #faq .columns .column.second,
  #newsletters .columns .column.second,
  #rss .columns .column.second {
    width: 100%;
  }
}

#odkazy .columns .column.second .links,
#faq .columns .column.second .links,
#newsletters .columns .column.second .links,
#rss .columns .column.second .links {
  width: 100%;
}

#odkazy .columns .column.second .links .links-item,
#faq .columns .column.second .links .links-item,
#newsletters .columns .column.second .links .links-item,
#rss .columns .column.second .links .links-item {
  width: 100%;
}

#odkazy .columns .column.second .links .links-item:last-child .item,
#faq .columns .column.second .links .links-item:last-child .item,
#newsletters .columns .column.second .links .links-item:last-child .item,
#rss .columns .column.second .links .links-item:last-child .item {
  border-bottom: 1px solid #e0e0e0;
}

#odkazy .columns .column.second .links .links-item .item,
#faq .columns .column.second .links .links-item .item,
#newsletters .columns .column.second .links .links-item .item,
#rss .columns .column.second .links .links-item .item {
  position: relative;
  border-top: 1px solid #e0e0e0;
  padding: 25px 25px 25px 0;
  transition: 0.5s;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  #odkazy .columns .column.second .links .links-item .item,
  #faq .columns .column.second .links .links-item .item,
  #newsletters .columns .column.second .links .links-item .item,
  #rss .columns .column.second .links .links-item .item {
    padding: 25px 20px 25px 0;
  }
}

#odkazy .columns .column.second .links .links-item .item .icon,
#faq .columns .column.second .links .links-item .item .icon,
#newsletters .columns .column.second .links .links-item .item .icon,
#rss .columns .column.second .links .links-item .item .icon {
  display: block;
  position: absolute;
  top: 24px;
  left: 25px;
  width: 42px;
  height: 42px;
  background-image: url("/img/icon_circle_arr_grey.png");
  background-repeat: no-repeat;
  transition: 0.33s;
}

@media screen and (max-width: 700px) {
  #odkazy .columns .column.second .links .links-item .item .icon,
  #faq .columns .column.second .links .links-item .item .icon,
  #newsletters .columns .column.second .links .links-item .item .icon,
  #rss .columns .column.second .links .links-item .item .icon {
    left: 15px;
  }
}

#odkazy .columns .column.second .links .links-item .item:hover,
#faq .columns .column.second .links .links-item .item:hover,
#newsletters .columns .column.second .links .links-item .item:hover,
#rss .columns .column.second .links .links-item .item:hover {
  background-color: #f2f2f2;
}

#odkazy .columns .column.second .links .links-item .item.active,
#faq .columns .column.second .links .links-item .item.active,
#newsletters .columns .column.second .links .links-item .item.active,
#rss .columns .column.second .links .links-item .item.active {
  background-color: #f2f2f2;
}

#odkazy .columns .column.second .links .links-item .item.active .icon,
#faq .columns .column.second .links .links-item .item.active .icon,
#newsletters .columns .column.second .links .links-item .item.active .icon,
#rss .columns .column.second .links .links-item .item.active .icon {
  top: 25px;
  width: 40px;
  height: 40px;
  background-image: url("/img/icon_circle_arr_yellow.png");
  transform: scale(-1);
}

#odkazy .columns .column.second .links .links-item .item h2,
#faq .columns .column.second .links .links-item .item h2,
#newsletters .columns .column.second .links .links-item .item h2,
#rss .columns .column.second .links .links-item .item h2 {
  display: block;
  padding-left: 80px;
  font-family: 'ralewayextrabold', Arial, sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 26px;
  margin-top: 8px;
}

@media screen and (max-width: 700px) {
  #odkazy .columns .column.second .links .links-item .item h2,
  #faq .columns .column.second .links .links-item .item h2,
  #newsletters .columns .column.second .links .links-item .item h2,
  #rss .columns .column.second .links .links-item .item h2 {
    margin-top: 9px;
  }
}

#odkazy .columns .column.second .links .links-item .item h2 br,
#faq .columns .column.second .links .links-item .item h2 br,
#newsletters .columns .column.second .links .links-item .item h2 br,
#rss .columns .column.second .links .links-item .item h2 br {
  display: none;
}

@media screen and (max-width: 700px) {
  #odkazy .columns .column.second .links .links-item .item h2,
  #faq .columns .column.second .links .links-item .item h2,
  #newsletters .columns .column.second .links .links-item .item h2,
  #rss .columns .column.second .links .links-item .item h2 {
    padding-left: 68px;
    line-height: 1.3em;
    min-height: 42px;
  }

  #odkazy .columns .column.second .links .links-item .item h2 br,
  #faq .columns .column.second .links .links-item .item h2 br,
  #newsletters .columns .column.second .links .links-item .item h2 br,
  #rss .columns .column.second .links .links-item .item h2 br {
    display: inline;
  }
}

#odkazy .columns .column.second .links .links-item .item .description,
#faq .columns .column.second .links .links-item .item .description,
#newsletters .columns .column.second .links .links-item .item .description,
#rss .columns .column.second .links .links-item .item .description {
  padding-top: 20px;
  padding-left: 80px;
  line-height: 1.4em;
}

#odkazy .columns .column.second .links .links-item .item .description.desktop,
#faq .columns .column.second .links .links-item .item .description.desktop,
#newsletters .columns .column.second .links .links-item .item .description.desktop,
#rss .columns .column.second .links .links-item .item .description.desktop {
  display: block;
}

#odkazy .columns .column.second .links .links-item .item .description.mobile,
#faq .columns .column.second .links .links-item .item .description.mobile,
#newsletters .columns .column.second .links .links-item .item .description.mobile,
#rss .columns .column.second .links .links-item .item .description.mobile {
  display: none;
}

@media screen and (max-width: 700px) {
  #odkazy .columns .column.second .links .links-item .item .description,
  #faq .columns .column.second .links .links-item .item .description,
  #newsletters .columns .column.second .links .links-item .item .description,
  #rss .columns .column.second .links .links-item .item .description {
    display: none;
    padding-left: 0;
    padding-bottom: 10px;
  }

  #odkazy .columns .column.second .links .links-item .item .description.desktop,
  #faq .columns .column.second .links .links-item .item .description.desktop,
  #newsletters .columns .column.second .links .links-item .item .description.desktop,
  #rss .columns .column.second .links .links-item .item .description.desktop {
    display: none;
  }

  #odkazy .columns .column.second .links .links-item .item .description.mobile,
  #faq .columns .column.second .links .links-item .item .description.mobile,
  #newsletters .columns .column.second .links .links-item .item .description.mobile,
  #rss .columns .column.second .links .links-item .item .description.mobile {
    display: block;
  }
}

#odkazy .columns .column.second .links .links-item .item .item-content,
#faq .columns .column.second .links .links-item .item .item-content,
#newsletters .columns .column.second .links .links-item .item .item-content,
#rss .columns .column.second .links .links-item .item .item-content {
  display: none;
  cursor: auto;
  padding-top: 20px;
  padding-left: 80px;
}

@media screen and (max-width: 700px) {
  #odkazy .columns .column.second .links .links-item .item .item-content,
  #faq .columns .column.second .links .links-item .item .item-content,
  #newsletters .columns .column.second .links .links-item .item .item-content,
  #rss .columns .column.second .links .links-item .item .item-content {
    padding-left: 20px;
  }
}

#odkazy .columns .column.second .links .links-item .item .item-content .text,
#faq .columns .column.second .links .links-item .item .item-content .text,
#newsletters .columns .column.second .links .links-item .item .item-content .text,
#rss .columns .column.second .links .links-item .item .item-content .text {
  margin: 10px 0 30px;
  font-size: 20px;
  line-height: 1.6em;
}

@media screen and (max-width: 700px) {
  #odkazy .columns .column.second .links .links-item .item .item-content .text,
  #faq .columns .column.second .links .links-item .item .item-content .text,
  #newsletters .columns .column.second .links .links-item .item .item-content .text,
  #rss .columns .column.second .links .links-item .item .item-content .text {
    font-size: 15px;
    margin: -10px 0 40px;
  }
}

#odkazy .columns .column.second .links .links-item .item .item-content .links-subitem,
#faq .columns .column.second .links .links-item .item .item-content .links-subitem,
#newsletters .columns .column.second .links .links-item .item .item-content .links-subitem,
#rss .columns .column.second .links .links-item .item .item-content .links-subitem {
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

#odkazy .columns .column.second .links .links-item .item .item-content .links-subitem:last-child,
#faq .columns .column.second .links .links-item .item .item-content .links-subitem:last-child,
#newsletters .columns .column.second .links .links-item .item .item-content .links-subitem:last-child,
#rss .columns .column.second .links .links-item .item .item-content .links-subitem:last-child {
  border-bottom: 0;
}

#odkazy .columns .column.second .links .links-item .item .item-content .links-subitem .subitem,
#faq .columns .column.second .links .links-item .item .item-content .links-subitem .subitem,
#newsletters .columns .column.second .links .links-item .item .item-content .links-subitem .subitem,
#rss .columns .column.second .links .links-item .item .item-content .links-subitem .subitem {
  padding-top: 15px;
}

#odkazy .columns .column.second .links .links-item .item .item-content .links-subitem .subitem h3,
#faq .columns .column.second .links .links-item .item .item-content .links-subitem .subitem h3,
#newsletters .columns .column.second .links .links-item .item .item-content .links-subitem .subitem h3,
#rss .columns .column.second .links .links-item .item .item-content .links-subitem .subitem h3 {
  position: relative;
  padding-top: 15px;
  margin-top: -15px;
  padding-bottom: 15px;
  padding-right: 18px;
  line-height: 1.4em;
  transition: 0.333s;
}

#odkazy .columns .column.second .links .links-item .item .item-content .links-subitem .subitem h3 .arr,
#faq .columns .column.second .links .links-item .item .item-content .links-subitem .subitem h3 .arr,
#newsletters .columns .column.second .links .links-item .item .item-content .links-subitem .subitem h3 .arr,
#rss .columns .column.second .links .links-item .item .item-content .links-subitem .subitem h3 .arr {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  transition: 0.333s;
}

#odkazy .columns .column.second .links .links-item .item .item-content .links-subitem .subitem:hover h3,
#faq .columns .column.second .links .links-item .item .item-content .links-subitem .subitem:hover h3,
#newsletters .columns .column.second .links .links-item .item .item-content .links-subitem .subitem:hover h3,
#rss .columns .column.second .links .links-item .item .item-content .links-subitem .subitem:hover h3 {
  padding-left: 18px;
  padding-right: 0;
}

#odkazy .columns .column.second .links .links-item .item .item-content .links-subitem .subitem:hover h3 .arr,
#faq .columns .column.second .links .links-item .item .item-content .links-subitem .subitem:hover h3 .arr,
#newsletters .columns .column.second .links .links-item .item .item-content .links-subitem .subitem:hover h3 .arr,
#rss .columns .column.second .links .links-item .item .item-content .links-subitem .subitem:hover h3 .arr {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}

#odkazy .columns .column.second .links .links-item .item .item-content .links-subitem .subitem.active h3,
#faq .columns .column.second .links .links-item .item .item-content .links-subitem .subitem.active h3,
#newsletters .columns .column.second .links .links-item .item .item-content .links-subitem .subitem.active h3,
#rss .columns .column.second .links .links-item .item .item-content .links-subitem .subitem.active h3 {
  padding-left: 18px;
  padding-right: 0;
}

#odkazy .columns .column.second .links .links-item .item .item-content .links-subitem .subitem.active h3 .arr,
#faq .columns .column.second .links .links-item .item .item-content .links-subitem .subitem.active h3 .arr,
#newsletters .columns .column.second .links .links-item .item .item-content .links-subitem .subitem.active h3 .arr,
#rss .columns .column.second .links .links-item .item .item-content .links-subitem .subitem.active h3 .arr {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
  top: 14px;
  left: 2px;
  transform: rotate(90deg);
}

#odkazy .columns .column.second .links .links-item .item .item-content .links-subitem .subitem .subitem-content,
#faq .columns .column.second .links .links-item .item .item-content .links-subitem .subitem .subitem-content,
#newsletters .columns .column.second .links .links-item .item .item-content .links-subitem .subitem .subitem-content,
#rss .columns .column.second .links .links-item .item .item-content .links-subitem .subitem .subitem-content {
  display: none;
  cursor: auto;
  padding-left: 18px;
}

#odkazy .columns .column.second .links .links-item .item .item-content .links-subitem .subitem .subitem-content .links-subitem,
#faq .columns .column.second .links .links-item .item .item-content .links-subitem .subitem .subitem-content .links-subitem,
#newsletters .columns .column.second .links .links-item .item .item-content .links-subitem .subitem .subitem-content .links-subitem,
#rss .columns .column.second .links .links-item .item .item-content .links-subitem .subitem .subitem-content .links-subitem {
  border-bottom: 0;
}

#odkazy .columns .column.second .links .links-item .item .item-content .links-subitem .subitem .subitem-content .text,
#faq .columns .column.second .links .links-item .item .item-content .links-subitem .subitem .subitem-content .text,
#newsletters .columns .column.second .links .links-item .item .item-content .links-subitem .subitem .subitem-content .text,
#rss .columns .column.second .links .links-item .item .item-content .links-subitem .subitem .subitem-content .text {
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 0;
}

@media screen and (max-width: 700px) {
  #odkazy .columns .column.second .links .links-item .item .item-content .links-subitem .subitem .subitem-content .text,
  #faq .columns .column.second .links .links-item .item .item-content .links-subitem .subitem .subitem-content .text,
  #newsletters .columns .column.second .links .links-item .item .item-content .links-subitem .subitem .subitem-content .text,
  #rss .columns .column.second .links .links-item .item .item-content .links-subitem .subitem .subitem-content .text {
    font-size: 14px;
  }
}

#odkazy .columns .column.second .links .links-item .item .item-content .inner-column,
#faq .columns .column.second .links .links-item .item .item-content .inner-column,
#newsletters .columns .column.second .links .links-item .item .item-content .inner-column,
#rss .columns .column.second .links .links-item .item .item-content .inner-column {
  width: 45%;
  margin-right: 10%;
  float: left;
}

#odkazy .columns .column.second .links .links-item .item .item-content .inner-column:nth-child(2n),
#faq .columns .column.second .links .links-item .item .item-content .inner-column:nth-child(2n),
#newsletters .columns .column.second .links .links-item .item .item-content .inner-column:nth-child(2n),
#rss .columns .column.second .links .links-item .item .item-content .inner-column:nth-child(2n) {
  margin-right: 0;
}

#odkazy .columns .column.second .links .links-item .item .item-content .inner-column.addition,
#faq .columns .column.second .links .links-item .item .item-content .inner-column.addition,
#newsletters .columns .column.second .links .links-item .item .item-content .inner-column.addition,
#rss .columns .column.second .links .links-item .item .item-content .inner-column.addition {
  margin-right: 0;
  margin-left: 10%;
  width: 40%;
}

@media screen and (max-width: 700px) {
  #odkazy .columns .column.second .links .links-item .item .item-content .inner-column,
  #faq .columns .column.second .links .links-item .item .item-content .inner-column,
  #newsletters .columns .column.second .links .links-item .item .item-content .inner-column,
  #rss .columns .column.second .links .links-item .item .item-content .inner-column {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  #odkazy .columns .column.second .links .links-item .item .item-content .inner-column.addition,
  #faq .columns .column.second .links .links-item .item .item-content .inner-column.addition,
  #newsletters .columns .column.second .links .links-item .item .item-content .inner-column.addition,
  #rss .columns .column.second .links .links-item .item .item-content .inner-column.addition {
    margin-left: 0;
    width: 100%;
  }
}

#odkazy .columns .column.second .links .links-item .item .item-content h3,
#faq .columns .column.second .links .links-item .item .item-content h3,
#newsletters .columns .column.second .links .links-item .item .item-content h3,
#rss .columns .column.second .links .links-item .item .item-content h3 {
  font-family: 'ralewayregular', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
  #odkazy .columns .column.second .links .links-item .item .item-content h3,
  #faq .columns .column.second .links .links-item .item .item-content h3,
  #newsletters .columns .column.second .links .links-item .item .item-content h3,
  #rss .columns .column.second .links .links-item .item .item-content h3 {
    margin-top: 35px;
  }

  #odkazy .columns .column.second .links .links-item .item .item-content:first-child h3,
  #faq .columns .column.second .links .links-item .item .item-content:first-child h3,
  #newsletters .columns .column.second .links .links-item .item .item-content:first-child h3,
  #rss .columns .column.second .links .links-item .item .item-content:first-child h3 {
    margin-top: 0;
  }
}

#odkazy .columns .column.second .links .links-item .item .item-content ul li,
#faq .columns .column.second .links .links-item .item .item-content ul li,
#newsletters .columns .column.second .links .links-item .item .item-content ul li,
#rss .columns .column.second .links .links-item .item .item-content ul li {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}

#odkazy .columns .column.second .links .links-item .item .item-content ul li:last-child,
#faq .columns .column.second .links .links-item .item .item-content ul li:last-child,
#newsletters .columns .column.second .links .links-item .item .item-content ul li:last-child,
#rss .columns .column.second .links .links-item .item .item-content ul li:last-child {
  border-bottom: none;
}

#odkazy .columns .column.second .links .links-item .item .item-content ul li a,
#faq .columns .column.second .links .links-item .item .item-content ul li a,
#newsletters .columns .column.second .links .links-item .item .item-content ul li a,
#rss .columns .column.second .links .links-item .item .item-content ul li a {
  display: inline-block;
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 15px;
  color: #DABE00;
  line-height: 1.4em;
}

#odkazy .columns .column.second .links .links-item .item .item-content ul li a:hover,
#faq .columns .column.second .links .links-item .item .item-content ul li a:hover,
#newsletters .columns .column.second .links .links-item .item .item-content ul li a:hover,
#rss .columns .column.second .links .links-item .item .item-content ul li a:hover {
  text-decoration: underline;
}

.newsletter.download .formsWrap {
  overflow: hidden;
  text-align: center;
}

.newsletter.download .formsWrap .sendFormWrap {
  display: inline-block;
  float: none !important;
}

#newsletters .checkboxes {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  width: 60%;
}

@media screen and (max-width: 1400px) {
  #newsletters .checkboxes {
    width: 80%;
  }
}

@media screen and (max-width: 1200px) {
  #newsletters .checkboxes {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  #newsletters .checkboxes {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
}

#newsletters .checkboxes .checkbox {
  display: block;
}

#newsletters .checkboxes .checkbox label {
  color: #000;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  display: block;
  padding: 8px 16px 7px 0;
  position: relative;
  white-space: nowrap;
}

#newsletters .checkboxes .checkbox label.checked {
  font-family: 'ralewaybold', Arial, sans-serif;
}

#newsletters .checkboxes .checkbox label .js-checkbox {
  display: inline-block;
  margin-right: 5px;
}

#newsletters .checkboxes .checkbox label .js-checkbox .checkbox {
  bottom: -3px;
}

#newsletters .btn-holder {
  text-align: left;
  margin-left: 0;
  margin-top: 50px;
}

@media screen and (max-width: 700px) {
  #newsletters .btn-holder {
    text-align: center;
    margin-left: 10px;
  }
}

#newsletter-thanks {
  padding-bottom: 50px;
}

#kontakty {
  border-bottom: 1px solid #e0e0e0;
}

#kontakty .columns {
  margin-top: 60px;
  padding-bottom: 70px;
}

@media screen and (max-width: 900px) {
  #kontakty .columns {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 700px) {
  #kontakty .columns {
    padding-bottom: 30px;
  }
}

#kontakty .columns .column {
  float: left;
  width: 45%;
  margin-right: 5%;
  padding-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 700px) {
  #kontakty .columns .column {
    float: none;
    width: 100%;
    margin: 0;
  }
}

#kontakty .columns .column:last-child {
  margin-right: 0;
}

#kontakty .columns .column .img {
  box-sizing: border-box;
  height: 75px;
}

#kontakty .columns .column.second .img {
  padding-top: 7px;
}

#kontakty .columns .column.third .img {
  padding-top: 5px;
}

#kontakty .columns .column h2 {
  font-family: 'ralewayextrabold', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 37px;
}

#kontakty .columns .column .content {
  font-size: 15px;
  line-height: 1.4em;
}

#kontakty .columns .column .content a {
  font-family: 'ralewaybold', Arial, sans-serif;
  color: #DABE00;
  text-decoration: underline;
}

#kontakty-infocentra {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 80px;
}

@media screen and (max-width: 900px) {
  #kontakty-infocentra {
    padding-ipad: 60px;
  }
}

#kontakty-infocentra .infocentra {
  padding-top: 65px;
}

@media screen and (max-width: 700px) {
  #kontakty-infocentra .infocentra {
    padding-top: 40px;
  }
}

#kontakty-infocentra .infocentra .item {
  float: left;
  width: 30%;
  margin-right: 5%;
  padding-bottom: 66px;
}

#kontakty-infocentra .infocentra .item:nth-child(3n-2) {
  clear: both;
}

#kontakty-infocentra .infocentra .item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 900px) {
  #kontakty-infocentra .infocentra .item:nth-child(3n-2) {
    clear: none;
  }

  #kontakty-infocentra .infocentra .item:nth-child(3n) {
    margin-right: inherit;
  }

  #kontakty-infocentra .infocentra .item:nth-child(n) {
    width: 47.5%;
    margin-right: 5%;
    padding-bottom: 80px;
  }

  #kontakty-infocentra .infocentra .item:nth-child(2n-1) {
    clear: both;
  }

  #kontakty-infocentra .infocentra .item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  #kontakty-infocentra .infocentra .item:nth-child(2n-1) {
    clear: none;
  }

  #kontakty-infocentra .infocentra .item:nth-child(2n) {
    margin-right: inherit;
  }

  #kontakty-infocentra .infocentra .item:nth-child(n) {
    width: 100%;
    margin-right: 0;
    padding-bottom: 70px;
  }
}

#kontakty-infocentra .infocentra .item.hidden {
  display: none;
}

#kontakty-infocentra .infocentra .item h3 {
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom: 8px;
}

#kontakty-infocentra .infocentra .item .content {
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom: 8px;
}

#kontakty-infocentra .infocentra .item ul.contact li {
  padding-bottom: 0px;
}

#soutez-details {
  background-color: #f2f2f2;
}

#soutez-details .headline .datetime {
  font-family: 'ralewaylight', Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.4em;
}

#soutez-details .headline .like-box {
  margin-top: 25px;
}

@media screen and (max-width: 900px) {
  #soutez-details .headline .like-box {
    margin: 35px 0;
  }
}

#soutez-details .columns {
  margin-top: 50px;
}

#soutez-details .columns .column {
  float: left;
  width: 48%;
  margin-right: 4%;
}

#soutez-details .columns .column:last-child {
  margin-right: 0;
}

@media screen and (max-width: 700px) {
  #soutez-details .columns .column {
    width: 100%;
    margin-right: 0;
    float: none;
    padding-bottom: 60px;
  }
}

#soutez-details .columns .column .small-headline {
  margin-bottom: 30px;
  font-size: 15px;
}

#soutez-details .columns .column ul li {
  padding-left: 35px;
  min-height: 24px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.6em;
  background-image: url("/img/icon_list_item_arr.png");
  background-position: top left;
  background-repeat: no-repeat;
}

#soutez-winners {
  background-color: #f2f2f2;
}

#soutez-winners:after {
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  background-color: #777777;
  margin: 45px auto 0;
}

@media screen and (max-width: 700px) {
  #soutez-winners:after {
    margin: 70px auto 0;
  }
}

#soutez-winners h2 {
  padding-top: 60px;
  margin-bottom: 20px;
  font-family: 'ralewayextrabold', Arial, sans-serif;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 700px) {
  #soutez-winners h2 {
    padding-top: 0;
    margin-bottom: 60px;
    font-size: 22px;
  }
}

#soutez-winners h3 {
  font-family: 'ralewayregular', Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}

#soutez-winners .winners {
  margin-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  #soutez-winners .winners {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 700px) {
  #soutez-winners .winners {
    margin-bottom: 0;
  }
}

#soutez-winners .winners.first {
  margin-bottom: 45px;
}

#soutez-winners .winners.first:after {
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  background-color: #777777;
  margin: 60px auto 45px;
}

@media screen and (max-width: 700px) {
  #soutez-winners .winners.first:after {
    margin: 0 auto 60px;
  }
}

#soutez-winners .winners .winners-list .item {
  width: 30.33333%;
  float: left;
  padding: 0 5%;
  box-sizing: border-box;
  text-align: center;
}

#soutez-winners .winners .winners-list .item:nth-child(2) {
  margin: 0 4.5%;
}

@media screen and (max-width: 900px) {
  #soutez-winners .winners .winners-list .item {
    padding: 0 1%;
  }
}

@media screen and (max-width: 700px) {
  #soutez-winners .winners .winners-list .item {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 60px !important;
  }
}

#soutez-winners .winners .winners-list .item h4 {
  font-family: 'ralewaybold', Arial, sans-serif;
  font-size: 44px;
  color: #DABE00;
  margin-bottom: 20px;
}

#soutez-winners .winners .winners-list .item .name {
  font-size: 20px;
  margin-bottom: 20px;
}

#soutez-winners .winners .winners-list .item .misto {
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 5px;
}

#soutez-winners .winners .winners-list .item .vyhra {
  font-size: 15px;
  line-height: 1.2em;
}

#soutez-winners .links {
  text-align: center;
}

#o-soutezi {
  padding-bottom: 150px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 1200px) {
  #o-soutezi {
    padding-bottom: 120px;
  }
}

#o-soutezi .headline:after {
  display: none;
}

#o-soutezi .headline .claim {
  width: 100%;
}

.eurotime #header {
  height: 280px;
}

.eurotime #header .bg-cont {
  height: 280px;
}

.eurotime #header .bg-cont .bg {
  background-position: 50% 0;
  background-size: auto;
  background-image: url("/img/bg_header_eurotime_2020.jpg");
  height: 100%;
  top: 0;
}

@media screen and (max-width: 1200px) {
  .eurotime #header {
    height: 210px;
  }

  .eurotime #header .bg-cont {
    height: 210px;
  }

  .eurotime #header .bg-cont .bg {
    background-image: url("/img/bg_header_eurotime_mobile_2020.jpg");
  }
}

#contest-success {
  padding: 100px 0;
}

#pravidla-souteze img {
  display: block;
  max-width: 100%;
  margin: 35px auto 0;
}

#pravidla-souteze p {
  margin-top: 20px;
}

#contest-quiz .tabs {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

#contest-quiz .section-content {
  padding-bottom: 100px;
  padding-top: 100px;
}

#contest-quiz .headline {
  width: 100%;
}

#contest-quiz .headline:after {
  display: none;
}

#contest-quiz .headline a {
  color: #d8be00;
  font-weight: bold;
}

#contest-quiz .claim {
  width: 100%;
}

#contest-quiz form {
  margin-top: 70px;
  text-align: center;
}

#contest-quiz fieldset.is-hidden {
  display: none;
}

#contest-quiz .contest-quiz-form__arrow {
  font-size: 20px;
  line-height: 1.4em;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}

#contest-quiz .contest-quiz-form__arrow:before {
  content: "";
  display: inline-block;
  background-image: url("../../img/sprites/sprite.png");
  background-position: -537px -73px;
  width: 24px;
  height: 24px;
  margin-right: 7px;
  vertical-align: sub;
}

#contest-quiz .contest-quiz-form__arrow > a {
  color: #d8be00;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-left: 5px;
  vertical-align: middle;
}

#contest-quiz .contest-quiz-form__arrow .selectbox {
  display: none;
  margin: 0 auto 55px;
}

#contest-quiz .contest-quiz-form__question,
#contest-quiz .contest-quiz-form__check {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  min-height: 48px;
  padding-left: 75px;
  padding-top: 12px;
  position: relative;
  text-align: left;
  max-width: 508px;
}

#contest-quiz .contest-quiz-form__question:before,
#contest-quiz .contest-quiz-form__check:before {
  content: "";
  display: inline-block;
  left: 0;
  background-image: url("../../img/sprites/sprite.png");
  background-position: 0px -377px;
  width: 62px;
  height: 61px;
  position: absolute;
  top: 0;
}

#contest-quiz .contest-quiz-form__check:before {
  background-image: url("../../img/sprites/sprite.png");
  background-position: -413px -282px;
  width: 62px;
  height: 61px;
}

#contest-quiz .selectbox + .selectbox {
  margin-left: 7px;
}

@media only screen and (max-width: 1400px) {
  #contest-quiz .contest-quiz-form__block-1 .selectbox {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contest-quiz__half {
  float: left;
  margin-top: 50px;
  margin-left: -170px;
  min-width: 560px;
  text-align: left;
  width: 48%;
}

.contest-quiz__half + .contest-quiz__half {
  float: right;
  margin-left: 0;
  margin-right: -170px;
}

@media only screen and (max-width: 1200px) {
  .contest-quiz__half {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .contest-quiz__half + .contest-quiz__half {
    float: none;
    margin-right: 0;
  }
}

.contest-quiz-form__block-1 .btn-holder {
  display: inline-block;
  margin: 0 0 0 7px;
  vertical-align: top;
}

.contest-quiz-form__block-1 .btn-holder .btn {
  padding-bottom: 22px;
  padding-top: 21px;
  width: 175px;
}

.content-quiz-list {
  margin-top: 20px;
}

.content-quiz-list li {
  padding-left: 40px;
  padding-bottom: 30px;
  background-image: url("/img/icon_list_item_arr.png");
  background-repeat: no-repeat;
  background-position: top left;
  line-height: 1.6em;
}

.contest-quiz-form__block-2 {
  display: none;
}

.contest-quiz-form__block-2.is-visible {
  display: block;
}

.contest-quiz__radio {
  cursor: pointer;
  display: block;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 20px;
  overflow: hidden;
  padding-left: 32px;
  padding-top: 3px;
  position: relative;
  text-align: left;
  width: 150px;
}

.contest-quiz__radio input {
  left: -20px;
  position: absolute;
  top: 0;
}

.contest-quiz__radio span {
  background: #fff;
  border: 2px #000 solid;
  border-radius: 18px;
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}

.contest-quiz__radio span:before {
  background: #000;
  border-radius: 8px;
  content: "";
  display: block;
  height: 8px;
  left: -100%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 50%;
  width: 8px;
}

.contest-quiz__radio input:checked + span:before {
  left: 50%;
}

.contest-quiz__radio:first-child {
  margin-top: 0;
}

.contest-quiz__checkbox {
  display: block;
  margin: 10px auto 0;
  text-align: left;
  width: 355px;
}

@media only screen and (max-width: 700px) {
  .contest-quiz__checkbox {
    width: 100%;
  }
}

.input-text + .contest-quiz__checkbox {
  margin-top: 35px;
}

.contest-quiz__step-by-step {
  margin-bottom: 50px;
  font-size: 0;
}

.contest-quiz__step-by-step .headline {
  padding-top: 35px;
}

.contest-quiz__step-by-step li {
  background: #777;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin-left: 12px;
  overflow: hidden;
  position: relative;
  width: 50px;
}

.contest-quiz__step-by-step li:first-child {
  margin-left: 0;
}

.contest-quiz__step-by-step li.is-active {
  background: #dabe00;
  color: #000;
}

.contest-quiz__step-by-step li.contest-quiz__step__final {
  position: relative;
  text-indent: 101%;
}

.contest-quiz__step-by-step li.contest-quiz__step__final:before {
  background: #fff;
  border-radius: 26px;
  color: #777;
  content: "✓";
  display: block;
  font-size: 15px;
  height: 26px;
  left: 50%;
  line-height: 26px;
  margin: -13px 0 0 -13px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 50%;
  width: 26px;
  white-space: nowrap;
}

@media only screen and (max-width: 900px) {
  .contest-quiz__step-by-step {
    margin-left: -12px;
    overflow: hidden;
  }

  .contest-quiz__step-by-step li {
    float: left;
  }

  .contest-quiz__step-by-step li:first-child {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 700px) {
  .contest-quiz__step-by-step {
    margin-bottom: 38px;
  }

  .contest-quiz__step-by-step li {
    margin-bottom: 12px;
  }
}

.contest-quiz__step.is-visible {
  display: block;
}

.contest-quiz__step .input-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 340px;
}

.contest-quiz__step .input-text:first-child {
  margin-top: 0;
}

.contest-quiz__step .btn-holder {
  margin-top: 55px;
}

@media only screen and (max-width: 700px) {
  .contest-quiz__step .input-text {
    width: 100%;
  }
}

#contest-quiz-download {
  background-color: #f2f2f2;
}

#contest-quiz-download .section-content {
  padding-bottom: 70px;
  padding-top: 70px;
  text-align: center;
}

#contest-quiz-download h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4rem;
  margin-bottom: 30px;
}

#contest-quiz-download a {
  color: #d8be00;
  font-weight: bold;
}

#contest-quiz-download a + a {
  margin-left: 25px;
}

@media only screen and (max-width: 700px) {
  #contest-quiz-download a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

.icon-arrow-down:before {
  content: "";
  display: inline-block;
  background-image: url("../../img/sprites/sprite.png");
  background-position: -537px -73px;
  width: 24px;
  height: 24px;
  margin-right: 7px;
  vertical-align: sub;
}

.icon-pdf:before {
  content: "";
  display: inline-block;
  background-image: url("../../img/sprites/sprite.png");
  background-position: -537px -367px;
  width: 25px;
  height: 18px;
  margin-right: 7px;
  vertical-align: sub;
}

.tabs__control {
  display: table;
  font-size: 0;
  text-align: center;
  width: 100%;
}

.tabs__control li {
  display: table-cell;
  font-size: 20px;
}

.tabs__control li.is-active a {
  background: #444;
  border-color: #444;
  color: #fff;
}

.tabs__control a {
  border: 1px #aaa solid;
  border-radius: 10px 10px 0 0;
  display: block;
  background: #fff;
  color: #000;
  padding: 25px;
}

@media only screen and (max-width: 700px) {
  .tabs__control {
    display: block;
  }

  .tabs__control li {
    display: block;
  }

  .tabs__control a {
    border-radius: 0;
  }
}

.tabs__tab.is-hidden {
  display: none !important;
}

#rss.section {
  padding-top: 0;
}

#rss.section .headline {
  padding-top: 0;
}

#rss.section .pagination {
  margin: 0 auto 0;
}

#rss .content h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2em;
}

#rss .new-item {
  border-bottom: 1px solid #777777;
  margin-bottom: 30px;
  padding-bottom: 30px;
  line-height: 1.3;
  height: auto;
  overflow: hidden;
}

#rss .new-item img {
  float: left;
  width: 150px;
  clear: both;
  display: block;
  padding-right: 15px;
}

#rss .new-item h2 {
  margin-bottom: 5px;
}

#rss .new-item .info {
  color: #777;
  margin-bottom: 10px;
}

#rss .showMore {
  margin-top: 5px;
  text-decoration: underline;
  color: #d9be00;
}

#search {
  padding-bottom: 60px;
}

#search .headline {
  padding-top: 50px;
}

#search .headline h2 {
  margin: 0px auto 40px auto;
  font-size: 35px;
}

#search .headline .btn-holder {
  display: inline-block;
  padding-left: 20px;
}

#search .headline .btn-holder .form-group {
  margin: 0;
}

#search .results {
  width: 60%;
  margin: auto;
}

@media only screen and (max-width: 1400px) {
  #search .results {
    width: 80%;
  }
}

@media only screen and (max-width: 1000px) {
  #search .results {
    width: 100%;
  }
}

#search .results::after {
  background-color: #777777;
  content: "";
  display: block;
  height: 3px;
  margin: 30px auto;
  width: 110px;
}

#search .results .category {
  padding-bottom: 40px;
}

#search .results .category h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

#search .results .category ul {
  text-align: left;
  list-style: disc;
}

#search .results .category ul li {
  line-height: 20px;
  padding-bottom: 10px;
  list-style: none;
}

#search .results .category ul li a {
  color: #d9be00;
  font-weight: bold;
}

#search .results .category ul li a:hover {
  text-decoration: underline;
}

#search .empty {
  color: #dabe00;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.poradenstvi #kontakty-infocentra .section-content .img:first-child {
  padding-top: 50px;
}

.poradenstvi #kontakty-infocentra .section-content .img:first-child img {
  display: block;
  margin: 0 auto;
}

.poradenstvi #kontakty-infocentra .section-content .headline {
  padding-top: 50px;
}

.poradenstvi #kontakty .columns {
  text-align: center;
}

.poradenstvi #kontakty .columns .column {
  float: none;
  width: 25%;
  margin-right: 0;
  display: inline-block;
}

.poradenstvi #kontakty .columns .claim {
  font-size: 20px;
  line-height: 1.4em;
}

.studovna .headline {
  padding-top: 50px;
}

.nabidka-documentu #event-detail {
  padding-bottom: 0;
}

.nabidka-documentu #event-detail .text-block {
  text-align: center;
}

.nabidka-documentu #event-detail .text-block .book-info {
  width: 50%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
}

.nabidka-documentu #event-detail .text-block .book-info .first-one {
  width: 30%;
  float: left;
}

.nabidka-documentu #event-detail .text-block .book-info .first-one a {
  display: block;
  padding-top: 30px;
  width: 100%;
}

.nabidka-documentu #event-detail .text-block .book-info .first-one a img {
  width: 90%;
}

.nabidka-documentu #event-detail .text-block .book-info .first-one span {
  font-size: 12px;
  float: left;
  display: block;
}

.nabidka-documentu #event-detail .text-block .book-info .second-one {
  width: 65%;
  float: right;
}

.nabidka-documentu #event-detail .text-block .row {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}

.nabidka-documentu #event-detail .text-block .row .col {
  width: 50%;
  float: left;
  padding: 0 50px;
  box-sizing: border-box;
  height: auto;
}

@media only screen and (max-width: 900px) {
  .nabidka-documentu #event-detail .text-block .book-info {
    width: 100%;
  }

  .nabidka-documentu #event-detail .text-block .row .col {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .nabidka-documentu #event-detail .text-block .book-info a img {
    clear: both;
    float: none;
    margin-right: 0;
    width: 30%;
  }

  .nabidka-documentu #event-detail .text-block .book-info p {
    width: 100%;
  }
}

.nabidka-documentu #event-detail .text-block h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 25px;
  margin-top: 40px;
  line-height: 42px;
}

.nabidka-documentu #event-detail .text-block h1:first-child {
  margin-top: 0;
}

.nabidka-documentu #event-detail .text-block h2 {
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
}

.school #event-detail,
.culture #event-detail {
  text-align: center;
  padding-bottom: 0;
}

.school #event-detail .text-block,
.culture #event-detail .text-block {
  text-align: center;
}

.school #event-detail .text-block ul,
.culture #event-detail .text-block ul {
  max-width: 370px;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  text-align: left;
}

.competitions #event-detail .section-content,
.debates #event-detail .section-content,
.culture #event-detail .section-content {
  text-align: center;
}

.competitions #event-detail .section-content .actual-row,
.debates #event-detail .section-content .actual-row,
.culture #event-detail .section-content .actual-row {
  width: 100%;
  height: auto;
}

.competitions #event-detail .section-content .actual-row .item-wrap,
.debates #event-detail .section-content .actual-row .item-wrap,
.culture #event-detail .section-content .actual-row .item-wrap {
  max-width: 600px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.competitions #event-detail .section-content .actual-row .item-wrap img,
.debates #event-detail .section-content .actual-row .item-wrap img,
.culture #event-detail .section-content .actual-row .item-wrap img {
  padding-right: 10px;
  padding-bottom: 20px;
}

.competitions #event-detail .section-content .actual-row .item-wrap a,
.debates #event-detail .section-content .actual-row .item-wrap a,
.culture #event-detail .section-content .actual-row .item-wrap a {
  padding-bottom: 10px;
  display: block;
  color: #dabe00;
  text-decoration: underline;
}

.competitions #event-detail .section-content .headline,
.debates #event-detail .section-content .headline,
.culture #event-detail .section-content .headline {
  padding-top: 50px;
}

.competitions #event-detail .section-content .text-block,
.debates #event-detail .section-content .text-block,
.culture #event-detail .section-content .text-block {
  text-align: center;
}

.competitions #event-detail .section-content h2,
.debates #event-detail .section-content h2,
.culture #event-detail .section-content h2 {
  text-align: center;
  padding-bottom: 40px;
}

.competitions #event-detail #rss,
.debates #event-detail #rss,
.culture #event-detail #rss {
  padding-bottom: 0;
}

.competitions #event-detail #rss .section-content,
.debates #event-detail #rss .section-content,
.culture #event-detail #rss .section-content {
  text-align: left;
}

.competitions #event-detail #rss .section-content #list,
.debates #event-detail #rss .section-content #list,
.culture #event-detail #rss .section-content #list {
  text-align: left;
}

.competitions #event-detail #rss .section-content #list .new-item h2,
.debates #event-detail #rss .section-content #list .new-item h2,
.culture #event-detail #rss .section-content #list .new-item h2 {
  text-align: left;
  padding-bottom: 0;
}

.competitions #event-detail #rss h2.list,
.debates #event-detail #rss h2.list,
.culture #event-detail #rss h2.list {
  font-size: 28px;
}

.competitions #event-detail #rss h2.list:first-child,
.debates #event-detail #rss h2.list:first-child,
.culture #event-detail #rss h2.list:first-child {
  margin-top: 40px;
}

body .services li a.btn {
  background-color: #444444;
  width: 70%;
  max-width: 128px;
  height: 50px;
  line-height: 50px;
  display: inline-block !important;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 5px;
  background-clip: padding-box;
  transition: 0.33s;
  background-image: url("/img/icon_arr_white_right_small.png");
  background-repeat: no-repeat;
  background-position: 150% center;
}

body .services li a.btn:hover {
  background-color: #DABE00;
  background-position: 85% center;
  padding-right: 60px;
}

body.infocentra-detail .office-event-header {
  max-height: 70px;
  overflow: hidden;
}

body.infocentra-detail .office-event-header.short-headline {
  position: relative;
}

body.infocentra-detail .office-event-header.short-headline:after {
  content: '...';
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

body.infocentra-detail div.info-window .info-window {
  left: -120px !important;
}

body.infocentra-detail div.info-window .info-window .zobak {
  left: 145px !important;
}

body.infocentra-detail div.headline:first-child {
  padding-top: 50px !important;
}

body.infocentra-detail div.headline:first-child .claim {
  font-size: 15px;
}

body.infocentra-detail form .events .event {
  height: 510px !important;
}

body.infocentra-detail form .events .event .text-content {
  height: auto !important;
}

body.infocentra-detail form .events .event .btn-holder {
  margin-top: 0 !important;
  padding-left: 32px;
  text-align: left !important;
}

.category-separator {
  width: 140px;
  height: 3px;
  background-color: black;
  display: inline-block;
  clear: both;
  margin-bottom: 30px;
  margin-top: 30px;
}

.winners .about-competition-wrap {
  width: 100%;
  height: auto;
  background-color: #F2F2F2;
}

.winners .about-competition-wrap .about-competition {
  width: 50%;
  height: auto;
  margin: 0px auto;
  padding: 80px 0;
  text-align: center;
}

.winners .about-competition-wrap .about-competition h2 {
  font-size: 44px;
  margin-bottom: 20px;
}

.winners .about-competition-wrap .about-competition p {
  line-height: 28px;
}

.winners .tabs {
  max-width: 1520px !important;
  text-align: center;
}

.winners .tabs #rocnik .contest-quiz__half,
.winners .tabs #predchozi-souteze .contest-quiz__half {
  display: inline-block;
  float: none;
  margin-left: 0;
}

.winners .tabs .winners h2 {
  font-size: 26px;
}

.winners .tabs .winners span.no-result {
  display: block;
  margin-top: 100px;
  font-size: 35px;
}

.winners .tabs .winners span.category-title {
  margin-top: 50px;
  display: block;
  font-size: 20px;
  padding-right: 28px;
}

.winners .tabs .winners span.category-separator {
  margin-right: 30px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.winners .tabs .winners.static {
  margin-top: 10px;
}

.winners .tabs .winners.static .list {
  margin-top: 10px;
}

.winners .tabs .winners.static .list li {
  padding-bottom: 10px;
}

.winners .tabs .winners.static .category-title {
  margin-top: 10px;
}

.winners .tabs .winners.static hr {
  margin-top: 30px;
}

.winners .tabs .tabs__tab#predchozi-souteze,
.winners .tabs .tabs__tab#pravidla-souteze {
  max-width: 860px;
  display: inline-block;
}

.winners .tabs ul.tabs__control {
  max-width: 700px;
  display: block;
  margin: 0 auto;
}

.winners .tabs .headline {
  max-width: 950px;
  padding-top: 50px;
}

.winners .tabs .headline .list-wrap {
  max-width: 860px;
}

.winners .tabs .list-wrap {
  height: auto;
  display: inline-block;
}

.winners .tabs ul.list {
  overflow: hidden;
  margin-top: 50px;
}

.winners .tabs ul.list li {
  display: block;
  float: left;
  width: 28%;
  margin-left: 2%;
  position: relative;
  padding-left: 80px;
  padding-bottom: 65px;
  min-height: 62px;
  box-sizing: border-box;
}

.winners .tabs ul.list li h3 {
  color: #D9BE00;
  font-size: 37px;
  margin-bottom: 20px;
}

.winners .tabs ul.list li > p {
  margin-bottom: 20px;
  font-size: 21px;
}

.winners .tabs ul.list li .winner-description p:first-child {
  margin-bottom: 8px;
}

.winners .tabs ul.list li .winner-description p:nth-child(2) {
  margin-bottom: 5px;
}

@media only screen and (max-width: 700px) {
  .winners .tabs ul.list li {
    width: 77%;
  }

  .winners .tabs #winnerSection span.category-title {
    padding-right: 0;
  }

  .winners .tabs #winnerSection span.category-separator {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .winners .tabs ul.content-quiz-list {
    width: 80%;
  }
}

@media only screen and (max-width: 480px) {
  .winners .tabs ul.content-quiz-list {
    width: 60%;
  }
}

@media only screen and (max-width: 380px) {
  .winners .tabs ul.content-quiz-list {
    width: 45%;
  }
}

.thank-you-europe .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.thank-you-europe .wrapper .about {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #254091;
  z-index: 9999;
  opacity: 0.9;
  color: white;
}

.thank-you-europe .wrapper .about .inner {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 710px;
  max-width: 100%;
  padding: 0 70px;
  box-sizing: border-box;
}

.thank-you-europe .wrapper .about .inner .close-button {
  top: -50px;
  right: -50px;
}

.thank-you-europe .wrapper .about h1 {
  font-family: 'museoslab_300i', serif;
  position: relative;
  padding-bottom: 20px;
  font-size: 30px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.thank-you-europe .wrapper .about h1:after {
  content: '';
  width: 70px;
  height: 1px;
  background: #FFDD00;
  position: absolute;
  left: 0;
  top: 50px;
}

.thank-you-europe .wrapper .about h2 {
  font-family: 'ralewaybold', Arial, sans-serif;
  margin-top: 20px;
  font-size: 30px;
  letter-spacing: 0;
}

.thank-you-europe .wrapper .about p {
  font-family: 'ralewayregular', Arial, sans-serif;
  margin-top: 10px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
}

.thank-you-europe .wrapper.multi-col .col {
  -ms-flex: 1;
  flex: 1;
}

.thank-you-europe .wrapper.single-col .col {
  -ms-flex: 0;
  flex: 0;
}

.thank-you-europe .wrapper .close-button {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  opacity: 1;
  cursor: pointer;
}

.thank-you-europe .wrapper .close-button:before {
  content: '';
  position: absolute;
  transform: rotate(0deg);
  left: 0;
  top: 15px;
  width: 30px;
  background: white;
  height: 2px;
  transition: 0.2s;
}

.thank-you-europe .wrapper .close-button:after {
  content: '';
  position: absolute;
  transform: rotate(90deg);
  left: 0;
  top: 15px;
  width: 30px;
  background: white;
  height: 2px;
  transition: 0.2s;
}

.thank-you-europe .wrapper .col {
  position: relative;
  background: #254091;
  min-height: 730px;
  width: 100%;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  transition: 0.5s;
  box-sizing: border-box;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.thank-you-europe .wrapper .col:nth-child(7) .name {
  font-size: 24px;
}

.thank-you-europe .wrapper .col .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: 0.5s;
}

.thank-you-europe .wrapper .col .inner {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  height: 100%;
  padding: 60px 35px;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 200px;
  transition: 0.5s;
}

.thank-you-europe .wrapper .col .inner-hidden {
  display: none;
  float: left;
  height: 100%;
  box-sizing: border-box;
  -ms-flex-direction: row;
  flex-direction: row;
}

.thank-you-europe .wrapper .col .inner-hidden .col-left {
  display: none;
  width: 60%;
  padding: 90px 135px;
  box-sizing: border-box;
  position: relative;
  opacity: 1;
}

.thank-you-europe .wrapper .col .inner-hidden .col-left .images-mobile {
  margin-top: 30px;
}

.thank-you-europe .wrapper .col .inner-hidden .col-left .images-mobile img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.thank-you-europe .wrapper .col .inner-hidden .col-left .title-text {
  font-family: 'ralewayregular', Arial, sans-serif;
  margin-top: 20px;
  font-size: 13px;
  color: #FFDD00;
  letter-spacing: 0;
  line-height: 23px;
  text-transform: uppercase;
  text-align: justify;
}

.thank-you-europe .wrapper .col .inner-hidden .col-left .text {
  font-family: 'ralewayregular', Arial, sans-serif;
  margin-top: 20px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
  text-align: justify;
}

.thank-you-europe .wrapper .col .inner-hidden .col-left .text:last-of-type {
  padding-bottom: 50px;
}

.thank-you-europe .wrapper .col .inner-hidden .col-left .text span {
  font-family: 'ralewaybold', Arial, sans-serif;
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}

.thank-you-europe .wrapper .col .inner-hidden .col-left .text a {
  text-decoration: underline;
  color: white;
}

.thank-you-europe .wrapper .col .inner-hidden .col-left .name {
  width: 50%;
}

.thank-you-europe .wrapper .col .inner-hidden .col-left .links {
  display: -ms-flexbox;
  display: flex;
}

.thank-you-europe .wrapper .col .inner-hidden .col-left .links div {
  width: 50%;
}

.thank-you-europe .wrapper .col .inner-hidden .col-left .links div p {
  font-family: 'museoslab_300i', serif;
  font-size: 20px;
  letter-spacing: 0;
}

.thank-you-europe .wrapper .col .inner-hidden .col-left .links div:first-of-type {
  padding-right: 20px;
}

.thank-you-europe .wrapper .col .inner-hidden .col-left .links .button {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 30px;
  color: black;
  background: #ffdd00;
  border-radius: 10px;
  text-align: center;
}

.thank-you-europe .wrapper .col .inner-hidden .col-right {
  display: none;
  width: 40%;
  z-index: 1;
  opacity: 1;
  font-size: 0;
  text-align: center;
}

.thank-you-europe .wrapper .col .inner-hidden .col-right.square-images img {
  width: auto;
  height: 33%;
}

.thank-you-europe .wrapper .col .inner-hidden .col-right img {
  width: 100%;
  max-width: 100%;
}

.thank-you-europe .wrapper .col .inner-hidden .col-right img:not(:last-of-type) {
  margin-bottom: 10px;
}

.thank-you-europe .wrapper .col .filter {
  width: 0;
  height: 100%;
  background: #254091;
  opacity: 0.9;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}

.thank-you-europe .wrapper .col .number {
  font-family: 'museoslab_300i', serif;
  width: 75px;
  padding-bottom: 20px;
  font-size: 30px;
  letter-spacing: 0;
  border-bottom: 1px solid yellow;
}

.thank-you-europe .wrapper .col .name {
  font-family: 'ralewaybold', Arial, sans-serif;
  width: 120px;
  margin-top: 20px;
  font-size: 30px;
  letter-spacing: 0;
}

.thank-you-europe .wrapper .col p {
  margin-top: auto;
  padding-top: 10px;
}

.thank-you-europe .wrapper .col .date {
  font-family: 'ralewayregular', Arial, sans-serif;
  color: black;
  margin-top: 20px;
  font-size: 16px;
  position: relative;
  padding-left: 28px;
}

.thank-you-europe .wrapper .col .date:before {
  content: '';
  filter: brightness(10%);
  width: 28px;
  height: 28px;
  background: url("/img/ico_clock2.png");
  position: absolute;
  background-size: cover;
  left: -4px;
  bottom: -8px;
}

.thank-you-europe .wrapper .col.active:hover {
  -ms-flex: 2;
  flex: 2;
}

.thank-you-europe .wrapper .col.active:hover > .filter {
  width: 100%;
}

.thank-you-europe .wrapper .col.active:hover > .inner {
  padding: 130px 35px 340px;
}

.thank-you-europe .wrapper .inactive {
  color: black;
  filter: grayscale(100%) contrast(40%) brightness(230%);
  -webkit-filter: grayscale(100%) contrast(40%) brightness(230%);
}

.thank-you-europe .wrapper .inactive .number {
  border-color: black;
}

.thank-you-europe .wrapper .inactive > .filter {
  width: 100%;
}

.thank-you-europe .wrapper .inactive .inner .date {
  display: block;
}

.thank-you-europe .wrapper .inactive .inner p,
.thank-you-europe .wrapper .inactive .inner .name {
  display: none;
}

.thank-you-europe .wrapper .active {
  cursor: pointer;
  filter: none;
  -webkit-filter: none;
}

.thank-you-europe .wrapper .active .name,
.thank-you-europe .wrapper .active p {
  display: block;
}

.thank-you-europe .wrapper .active .date {
  display: none;
}

.thank-you-europe .wrapper .active.clicked {
  -ms-flex: 12 !important;
  flex: 12 !important;
  background-image: none !important;
  cursor: auto;
}

.thank-you-europe .wrapper .active.clicked > .filter {
  width: 100%;
  opacity: 1;
}

.thank-you-europe .wrapper .active.clicked > .inner {
  margin-left: -230px;
}

.thank-you-europe .wrapper .active.clicked > .inner-hidden {
  display: -ms-flexbox;
  display: flex;
}

.thank-you-europe .wrapper .active.clicked .close-button {
  cursor: pointer;
}

.thank-you-europe .wrapper .socials {
  position: fixed;
  right: -5px;
  bottom: 30%;
  background: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 6;
  border-radius: 5px;
  transition: 0.5s;
}

.thank-you-europe .wrapper .socials a {
  cursor: pointer;
  padding: 20px 24px;
}

.thank-you-europe .wrapper .socials a img {
  width: 28px;
}

.thank-you-europe .wrapper .socials .socials-expand {
  position: absolute;
  width: 25px;
  height: 40px;
  top: 40%;
  background: #ffffff;
  left: -20px;
  border: none;
  border-radius: 5px;
  outline: none;
}

.thank-you-europe .wrapper .socials .socials-expand:before {
  content: '';
  width: 2px;
  height: 10px;
  background: #aaaaaa;
  position: absolute;
  transform: rotate(-45deg);
  top: 12px;
  left: 10px;
  transition: 0.5s;
}

.thank-you-europe .wrapper .socials .socials-expand:after {
  content: '';
  width: 2px;
  height: 10px;
  background: #aaaaaa;
  position: absolute;
  transform: rotate(45deg);
  top: 18px;
  left: 10px;
  transition: 0.5s;
}

.thank-you-europe .wrapper .socials.hidden {
  right: -54px;
}

.thank-you-europe .wrapper .socials.hidden .socials-expand:before {
  transform: rotate(45deg);
}

.thank-you-europe .wrapper .socials.hidden .socials-expand:after {
  transform: rotate(-45deg);
}

@media only screen and (min-width: 769px) {
  .thank-you-europe .wrapper .images-mobile {
    display: none;
  }

  .thank-you-europe .wrapper .socials-expand {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .thank-you-europe .wrapper {
    height: auto;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .thank-you-europe .wrapper .about .inner {
    padding: 0 20px;
  }

  .thank-you-europe .wrapper .about .inner .close-button {
    right: 20px;
  }

  .thank-you-europe .wrapper .col {
    min-height: 470px;
  }

  .thank-you-europe .wrapper .col .inner-hidden .col-left {
    padding: 60px 40px;
    width: 100%;
  }

  .thank-you-europe .wrapper .col .inner-hidden .col-left .name {
    width: 100%;
  }

  .thank-you-europe .wrapper .col .inner-hidden .col-left .links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .thank-you-europe .wrapper .col .inner-hidden .col-left .links div {
    width: 100%;
  }

  .thank-you-europe .wrapper .col .inner-hidden .col-left .links div:last-of-type {
    margin-top: 50px;
    padding: 0;
  }

  .thank-you-europe .wrapper .col .inner-hidden .col-left .close-button {
    top: 30px;
    right: 30px;
  }

  .thank-you-europe .wrapper .col .inner-hidden .col-right {
    display: none !important;
  }

  .thank-you-europe .wrapper .socials a {
    padding: 15px 13px;
  }
}

.newsletter .headline {
  padding-top: 50px;
}

.newsletter #odkazy {
  padding-top: 0;
}

.section.quiz {
  text-align: center;
  line-height: 20px;
}

.section.quiz p {
  margin-bottom: 10px;
}

.section.quiz .description,
.section.quiz .thanks {
  margin: 20px 0;
}

.section.quiz .rules {
  margin-top: 20px;
  border-top: 1px solid gray;
  padding-top: 20px;
}

.section.quiz h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}

.section.quiz .btn {
  display: inline-block;
}

.section.quiz .legend {
  display: block;
  text-align: center;
}

.section.quiz .image {
  width: 40%;
  float: left;
  margin-bottom: 30px;
}

@media only screen and (max-width: 700px) {
  .section.quiz .image {
    width: 100%;
    float: none;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("/img/plugins/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/img/plugins/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/img/plugins/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/img/plugins/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("/img/plugins/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("/img/plugins/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
