@import "fancybox.css";
@import "bxslider.css";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
group,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
}
.nixhier {
  display: none;
}
.clearfix {
  clear: both;
  visibility: hidden;
}
body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 14px;
  background: #161733 url('../img/page_gradient.png') top 100px center no-repeat;
  width: 100% !important;
  overflow: hidden !important;
}
.wrapper {
  margin: 0 auto;
  width: 94%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrapper {
    width: 768px;
  }
}
@media screen and (min-width: 990px) {
  .wrapper {
    width: 990px;
  }
}
@media screen and (min-width: 1220px) {
  .wrapper {
    width: 1200px;
  }
}
a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
header {
  height: 230px;
  position: relative;
  background: url('../img/header.png?v=10') top center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  header {
    height: 300px;
  }
}
@media screen and (min-width: 990px) {
  header {
    height: 380px;
  }
}
@media screen and (min-width: 1220px) {
  header {
    height: 440px;
    background-size: auto auto;
  }
}
header .logo {
  width: 177px;
  height: 100px;
  background: url('../img/zus-logo.png');
  background-size: 177px auto;
  text-indent: -5555px;
  position: absolute;
  right: 10px;
  top: 60px;
}
@media screen and (min-width: 768px) {
  header .logo {
    width: 220px;
    height: 124px;
    background-size: 220px auto;
    top: 85px;
    right: 60px;
  }
}
@media screen and (min-width: 990px) {
  header .logo {
    top: 100px;
  }
}
@media screen and (min-width: 1220px) {
  header .logo {
    width: 280px;
    height: 158px;
    background-size: 280px auto;
    top: 200px;
    left: 150px;
  }
}
header .mobile-menu {
  display: block;
  position: absolute;
  border: 1px solid rgba(172,236,255,0.15);
  padding: 15px 45px 15px 15px;
  cursor: pointer;
  border-radius: 8px;
  background: rgba(172,236,255,0.05);
  color: white;
  font-weight: bold;
  right: 0px;
  top: 180px;
  background-image: url('../img/menu.svg');
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
@media screen and (min-width: 768px) {
  header .mobile-menu {
    display: none;
  }
}
header nav {
  top: 240px;
  position: absolute;
  display: none;
  z-index: 100;
  background: #26647b;
  left: 0px;
  right: 0px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  header nav {
    padding: 0px;
    background: none;
    display: block;
    top: 250px;
  }
}
@media screen and (min-width: 990px) {
  header nav {
    top: 320px;
  }
}
@media screen and (min-width: 1220px) {
  header nav {
    top: 380px;
  }
}
header nav ul li {
  padding: 7px 7px 8px 7px;
  border-radius: 8px;
  position: relative;
  transition: .1s ease-out;
}
@media screen and (min-width: 768px) {
  header nav ul li {
    margin-right: 28px;
    float: left;
    padding: 5px 3px 5px 3px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 990px) {
  header nav ul li {
    padding: 7px 5px 8px 5px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1220px) {
  header nav ul li {
    padding: 7px 7px 8px 7px;
    margin-right: 28px;
  }
}
header nav ul li:first-child {
  display: none;
}
header nav ul li:last-child {
  margin-right: 0px;
}
header nav ul li a {
  display: block;
  padding: 8px 12px 8px 62px;
  color: #BDFFF9;
  text-decoration: none;
  text-transform: uppercase;
  transition: .2s ease-out;
}
@media screen and (min-width: 768px) {
  header nav ul li a {
    padding: 8px 12px 8px 40px;
    background-size: 35px auto !important;
  }
}
@media screen and (min-width: 990px) {
  header nav ul li a {
    padding: 8px 12px 8px 62px;
    background-size: auto auto !important;
  }
}
header nav ul li.red a {
  background: url('../img/menu-red.png') center left no-repeat;
}
header nav ul li.blue a {
  background: url('../img/menu-blue.png') center left no-repeat;
}
header nav ul li.orange a {
  background: url('../img/menu-orange.png') center left no-repeat;
}
header nav ul li.green a {
  background: url('../img/menu-green.png') center left no-repeat;
}
header nav ul li.yellow a {
  background: url('../img/menu-yellow.png') center left no-repeat;
}
header nav ul li.purple a {
  background: url('../img/menu-purple.png') center left no-repeat;
}
header nav ul li:hover {
  background: #327f9a;
}
header nav ul li:hover a {
  color: #5ae9ff;
}
header nav ul li:hover ul {
  display: block;
}
header nav ul li ul {
  background: #327f9a;
  left: 0px;
  top: 39px;
  margin-top: 20px;
  padding: 5px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 768px) {
  header nav ul li ul {
    margin-top: 0px;
    width: 250px;
    top: 35px;
    position: absolute;
    display: none;
    border-top-left-radius: 0px;
  }
}
@media screen and (min-width: 990px) {
  header nav ul li ul {
    top: 39px;
  }
}
header nav ul li ul li {
  padding: 0px;
  margin: 0px;
  float: none;
}
header nav ul li ul li:first-child {
  display: block;
}
header nav ul li ul li a {
  background: none !important;
  padding: 6px 10px;
  color: #5ae9ff;
  text-transform: none !important;
  line-height: 20px;
}
header nav ul li ul li:hover {
  background: #303f54;
  padding: 0px;
}
header nav ul li ul li:hover a {
  color: white;
}
header .bx-wrapper {
  background: none;
  box-shadow: none;
  border: none;
  z-index: 55;
  right: 108px;
  top: 66px;
  width: 499px;
  position: absolute;
  display: none;
}
@media screen and (min-width: 1220px) {
  header .bx-wrapper {
    display: block;
  }
}
header .bx-wrapper .bx-pager {
  position: absolute;
  left: 50%;
}
header .bx-wrapper .bx-pager-item a {
  padding: 1px;
  opacity: 0.6;
}
header .bx-wrapper .bx-pager .active {
  background: white !important;
}
header .bx-wrapper .bx-controls-direction {
  display: none;
}
header .bx-wrapper .bx-controls-direction .bx-next {
  background: red;
  width: 50px;
  height: 50px;
  background: url('../img/buttons.png') top left no-repeat;
}
header .bx-wrapper .bx-controls-direction .bx-prev {
  background: blue;
  width: 50px;
  height: 50px;
  background: url('../img/buttons.png') bottom left no-repeat;
}
header .bx-wrapper:hover .bx-controls-direction {
  display: block;
}
.content {
  line-height: 24px;
  border: 1px solid rgba(255,255,255,0.04);
  padding: 27px;
  background: rgba(9,10,21,0.3);
  color: #D5F1FF;
}
.content .text {
  min-height: 250px;
}
.content table,
.content ul,
.content ol,
.content p,
.content h2,
.content h3,
.content h4,
.content h5,
.content hr {
  margin: 0 0 15px 0;
}
.content a {
  color: #a6dfeb;
  text-decoration: none;
}
.content a:hover {
  text-decoration: underline;
}
.content .button {
  display: inline-block;
  border: 1px solid #192435;
  padding: 10px 15px;
  background: -webkit-linear-gradient(#212e42,#192434);
  background: -o-linear-gradient(#212e42,#192434);
  background: -moz-linear-gradient(#212e42,#192434);
  background: linear-gradient(#212e42,#192434);
  margin: 15px 10px;
}
.content .button:hover {
  text-decoration: none;
  background: -webkit-linear-gradient(#203746,#1c2d3d);
  background: -o-linear-gradient(#203746,#1c2d3d);
  background: -moz-linear-gradient(#203746,#1c2d3d);
  background: linear-gradient(#203746,#1c2d3d);
}
.content img {
  max-width: 100%;
}
.content hr {
  display: block;
  height: 1px;
  border: none;
  background: #e4e4e4;
  margin: 25px 0;
  background: rgba(255,255,255,0.1);
}
.content h1 {
  color: #0FE1FF;
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 36px;
}
@media screen and (min-width: 1220px) {
  .content h1 {
    font-size: 34px;
    line-height: 38px;
  }
}
.content h2 {
  font-size: 24px;
  color: #0FE1FF;
  font-weight: 200;
  line-height: 28px;
}
.content h3 {
  font-size: 18px;
  background: #292b41;
  font-weight: 200;
  color: #D5F1FF;
  padding: 10px 15px;
  display: inline-block;
}
.content h4 {
  font-size: 15px;
  background: #292b41;
  font-weight: 200;
  color: #D5F1FF;
  padding: 5px 10px;
  display: inline-block;
}
.content h5 {
  font-size: 16px;
}
.content ul li {
  padding: 2px 0 2px 28px;
  background: url('../img/li.svg') 0 11px no-repeat;
  background-size: 8px auto;
}
.content ul ul {
  margin-left: 13px;
  margin-bottom: 0px;
}
.content ul.years li {
  padding: 0px;
  background: none !important;
}
.content ul.years li a {
  display: block;
  padding: 15px 0px;
  text-decoration: none;
  border: 1px solid #314766;
  text-align: center;
  color: ;
  margin: 15px 0px;
  background: rgba(16,27,43,0.6);
}
@media screen and (min-width: 768px) {
  .content ul.years li a {
    float: left;
    margin: 15px 19px;
    width: calc(50% - 40px);
  }
}
@media screen and (min-width: 1220px) {
  .content ul.years li a {
    margin: 15px 20px;
    width: calc(33% - 40px);
  }
}
.content ul.years li a:hover {
  text-decoration: underline;
}
.content table {
  width: 100%;
  font-size: 13px;
}
.content table thead tr th {
  padding: 4px 10px 10px 10px;
  font-weight: bold;
  color: white;
  font-size: 15px;
}
.content table tbody tr:hover td {
  background: #24253b;
}
.content table tbody tr td {
  padding: 6px 10px 6px 10px;
  background: #1a1b2e;
  border-top: 1px solid #333454;
}
.homepage {
  margin: 15px 0;
  color: #BDFFF9;
}
.homepage .links {
  border: 1px solid rgba(172,236,255,0.15);
  padding: 10px;
  border-radius: 8px;
  background: rgba(172,236,255,0.05);
}
@media screen and (min-width: 990px) {
  .homepage .links {
    width: 30%;
    float: left;
  }
}
@media screen and (min-width: 1220px) {
  .homepage .links {
    width: 32%;
    float: left;
  }
}
.homepage .links a {
  display: block;
  border-radius: 8px;
  text-decoration: none;
  padding: 7px 10px 7px 70px;
  transition: .1s ease-out;
}
.homepage .links a.ep {
  background: url('../img/prihlaska.png') center left 12px no-repeat;
  background-size: 39px auto;
}
.homepage .links a.kl {
  background: url('../img/klasifikace.png') center left 12px no-repeat;
  background-size: 39px auto;
}
.homepage .links a.od {
  background: url('../img/odhlaska.png') center left 12px no-repeat;
  background-size: 39px auto;
}
.homepage .links a strong {
  color: white;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.homepage .links a span {
  display: block;
  font-size: 12px;
  font-weight: 200;
}
.homepage .links a:hover {
  background-color: rgba(255,255,255,0.05);
}
.homepage .links hr {
  background: rgba(255,255,255,0.1);
  margin: 7px 0;
}
.homepage .calendar {
  width: (100% - 20px);
  border: 1px solid rgba(172,236,255,0.3);
  background: rgba(53,99,117,0.8);
  background: -webkit-linear-gradient(#3f7a94,#376676);
  background: -o-linear-gradient(#3f7a94,#376676);
  background: -moz-linear-gradient(#3f7a94,#376676);
  background: linear-gradient(#3f7a94,#376676);
  border-radius: 8px;
  padding: 10px;
  margin-top: 15px;
}
@media screen and (min-width: 990px) {
  .homepage .calendar {
    margin-top: 0px;
    margin-left: 23px;
  }
}
@media screen and (min-width: 990px) {
  .homepage .calendar {
    width: calc(24% + 20px);
    float: left;
  }
}
.homepage .calendar table {
  width: 100%;
  font-size: 13px;
}
.homepage .calendar table a {
  text-decoration: none;
}
.homepage .msk {
  border-radius: 8px;
  border: 1px solid rgba(172,236,255,0.15);
  padding: 10px;
  text-align: center;
  background: rgba(172,236,255,0.05);
  margin-top: 15px;
}
@media screen and (min-width: 990px) {
  .homepage .msk {
    margin-top: 0px;
    width: 33%;
    float: right;
  }
}
.homepage .msk hr {
  background: rgba(255,255,255,0.1);
}
.homepage .msk img {
  max-width: 100%;
}
footer {
  text-align: center;
}
footer ul {
  text-align: center;
  margin: 10px 0;
}
footer ul li {
  color: #0FE1FF;
  text-transform: uppercase;
  display: inline-block;
}
footer ul li a {
  text-decoration: none;
  display: block;
  padding: 10px 14px;
  font-size: 12px;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .copyright {
  color: #486A87;
  text-align: center;
  line-height: 24px;
}
footer img {
  width: 70px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.pixio-control-panel {
  background: #f8f8f8;
  border-top: 1px solid #e1e1e1;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 13px;
}
.pixio-control-panel .pixio-container {
  background: #141b21;
  display: none;
  padding: 10px 20px;
  float: left;
}
.pixio-control-panel .pixio-container a {
  display: block;
  width: 54px;
  height: 20px;
  text-indent: -5555px;
  background-image: url('../img/controlpanel/controlpanel_sprite.png');
}
@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) {
  .pixio-control-panel .pixio-container a {
    background-image: url('../img/controlpanel/controlpanel_sprite@x2.png');
    background-size: 60px 60px;
  }
}
@media screen and (min-width: 768px) {
  .pixio-control-panel .pixio-container {
    display: inline-block;
  }
}
.pixio-control-panel-ul {
  margin: 3px 0 10px 0;
}
.pixio-control-panel-ul li {
  color: #818181;
  display: block;
  margin: 7px 15px 13px 15px;
  float: left;
}
.pixio-control-panel-ul li span {
  background-image: url('../img/controlpanel/controlpanel_sprite.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
}
@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) {
  .pixio-control-panel-ul li span {
    background-image: url('../img/controlpanel/controlpanel_sprite@x2.png');
    background-size: 60px 60px;
  }
}
.pixio-control-panel-ul li a {
  color: #1c68a3;
  text-decoration: none;
  font-weight: bold;
}
.pixio-control-panel-ul li a:hover {
  text-decoration: underline !important;
}
@media screen and (min-width: 600px) {
  .pixio-control-panel-ul li {
    margin: 0 15px;
  }
}
.pixio-control-panel-ul-left {
  float: left;
}
.pixio-control-panel-ul-left li#block-loading-time,
.pixio-control-panel-ul-left li#block-file-upload {
  display: none;
}
@media screen and (min-width: 600px) {
  .pixio-control-panel-ul-left li#block-loading-time,
  .pixio-control-panel-ul-left li#block-file-upload {
    display: block;
  }
}
.pixio-control-panel-ul-left li#block-loading-time span {
  background-position: 0px -20px;
}
.pixio-control-panel-ul-left li#block-edit-page span {
  background-position: 0px -40px;
}
.pixio-control-panel-ul-left li#block-page-settings span {
  background-position: -20px -20px;
}
.pixio-control-panel-ul-left li#block-file-upload span {
  background-position: -20px -40px;
}
.pixio-control-panel-ul-right {
  float: right;
  display: none;
}
.pixio-control-panel-ul-right li#block-logout a {
  color: #c50001;
}
.pixio-control-panel-ul-right li#block-logout span {
  background-position: -40px -20px;
}
.pixio-control-panel-ul-right li#block-user-name span {
  background-position: -40px -40px;
}
@media screen and (min-width: 990px) {
  .pixio-control-panel-ul-right {
    display: block;
  }
}
.news-item {
  float: left;
  padding: 0px !important;
  background: none !important;
  margin: 0 0px 20px 0 !important;
  width: 100%;
  position: relative;
  left: 19px;
}
@media screen and (min-width: 768px) {
  .news-item {
    width: calc(33% - 32px);
    margin: 0 35px 40px 0 !important;
  }
}
.news-item-thumb {
  width: 100%;
  position: relative;
  height: 164px;
  overflow: hidden;
}
.news-item-thumb img {
  margin: 0px !important;
  width: 100%;
  height: auto;
  transition: transform .3s;
}
.news-item-title {
  font-family: ;
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
  padding: 15px 0 10px 0;
}
.news-item-title a {
  text-decoration: none;
}
.news-item-text {
  font-size: 13px;
  text-align: justify !important;
}
@media screen and (min-width: 768px) {
  .news-item-text {
    min-height: 60px;
  }
}
.news-item-date {
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: white;
  display: block;
  padding: 5px 10px;
  background: rgba(0,0,0,0.7);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .news-item:nth-child(odd) {
    clear: left;
  }
}
@media screen and (min-width: 990px) {
  .news-item:nth-child(odd) {
    clear: none;
  }
}
@media screen and (min-width: 768px) {
  .news-item:nth-child(2n) {
    margin-left: 0px;
  }
}
@media screen and (min-width: 990px) {
  .news-item:nth-child(2n) {
    margin-left: inherit;
  }
}
@media screen and (min-width: 1220px) {
  .news-item:nth-child(3n) {
    clear: none;
    margin-left: 0px;
  }
}
@media screen and (min-width: 990px) {
  .news-item:nth-child(4n) {
    clear: both;
    margin-left: 0px;
  }
}
.news-item:hover img {
  transform: scale(1.1);
}
.news-item:hover a {
  text-decoration: underline;
}
.news-detail-back {
  float: right;
  color: white !important;
}
.news-detail {
  margin-bottom: 10px;
}
.news-detail-last-change {
  color: #5e5e5e;
}
.news-detail-back {
  margin: 0 5px;
}
.pagination {
  float: right;
}
.pagination li {
  padding: 0px !important;
  float: left;
  list-style: none;
  background: none !important;
}
.pagination li a {
  padding: 2px 8px;
  float: left;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.2) !important;
  margin: 5px;
  background: white;
  text-decoration: none;
  opacity: 0.5;
}
.pagination li.active a {
  opacity: 1;
  background: white !important;
}
.pagination li:hover a {
  opacity: 0.8;
}
@media screen and (min-width: 990px) {
  .Addressbook .map {
    float: right;
    width: calc(100% - 370px);
  }
}
.Addressbook-content {
  float: left;
  width: 350px;
}
.Addressbook-content address {
  display: block;
  margin: 25px 0 20px 0;
  padding-left: 35px;
  background: url('../img/company.svg') 0px 2px no-repeat;
  background-size: 14px auto;
}
.Addressbook-content address span {
  display: block;
  font-style: normal;
}
.Addressbook-content ul li {
  background: none;
  padding-left: 35px;
}
.Addressbook-content ul li.email {
  background: url('../img/email.svg') center left no-repeat;
  background-size: 16px auto;
}
.Addressbook-content ul li.phone {
  background: url('../img/phone.svg') center left no-repeat;
  background-size: 16px auto;
}
.bookings_sheet tr td {
  text-align: center;
  padding: 6px 4px !important;
}
@media screen and (min-width: 990px) {
  .bookings_sheet tr td {
    padding: 6px 4px !important;
  }
}
@media screen and (min-width: 1220px) {
  .bookings_sheet tr td {
    padding: 6px 2px !important;
  }
}
.bookings_sheet tr:hover {
  background: none !important;
}
.bookings_month {
  font-size: 17px;
  font-family: ;
  padding: 7px 0 25px;
}
.bookings_tooltip {
  display: block;
  width: 100%;
  font-size: 14px;
  color: white !important;
  text-align: center;
}
.bookings_tooltip .booking_detail {
  position: absolute;
  display: none;
  background: rgba(0,0,0,0.8);
  color: white;
  padding: 10px;
  line-height: 16px;
  font-size: 14px;
}
.bookings_tooltip .booking_detail strong {
  margin-bottom: 4px;
  display: block;
}
.bookings_tooltip:hover .booking_detail {
  display: block;
}
.album-item {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  margin: 10px;
  background: none !important;
  padding: 0px !important;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .album-item {
    width: calc(33% - 20px);
  }
}
@media screen and (min-width: 1220px) {
  .album-item {
    width: calc(20% - 20px);
  }
}
.album-item-title {
  display: block;
  position: absolute;
  background: rgba(0,0,0,0.8);
  color: white;
  width: 50%;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 15px;
  text-align: right;
  right: 10px;
  bottom: 40px;
  z-index: 15;
}
.album-item-description {
  text-align: center;
}
.album-item img {
  width: 100%;
  margin: 0 !important;
  transition: transform .3s;
}
.album-item:hover img {
  transform: scale(1.1);
}
.FAQBox {
  margin-top: 30px;
}
.FAQBox .FAQtoogle {
  border: 1px solid rgba(255,255,255,0.1);
  margin-bottom: -1px;
  position: relative;
}
.FAQBox .FAQtoogle .FAQtitle {
  cursor: pointer;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0px;
  display: block;
}
.FAQBox .FAQtoogle .FAQcontent {
  padding: 20px;
  display: none;
}
.FAQBox .FAQactive {
  border-color: rgba(255,255,255,0.1);
  z-index: 10;
}
.FAQBox .FAQactive .FAQtitle {
  font-weight: bold;
}
.FAQfirstopen .FAQtoogle:nth-child(2) .FAQcontent {
  display: block;
}
.pagination li {
  padding: 0px !important;
}
.pagination li a {
  padding: 2px 8px;
  float: left;
  border-radius: 8px;
  border: 1px solid gray;
  margin: 5px;
}
.pagination li.active a {
  background: #eeeeee;
}
.download-gallery img {
  position: relative;
  top: 6px;
  margin-right: 5px;
}
.gallery-item {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  padding: 0px !important;
  background: none !important;
  margin: 8px 10px !important;
  width: calc(33% - 20px);
}
@media screen and (min-width: 768px) {
  .gallery-item {
    width: 73px;
    margin: 7px 11px !important;
  }
}
@media screen and (min-width: 990px) {
  .gallery-item {
    width: 85px;
    margin: 9px 12px !important;
  }
}
@media screen and (min-width: 1220px) {
  .gallery-item {
    margin: 12px 17px !important;
  }
}
.gallery-item img {
  width: 100%;
  margin: 0 !important;
  transition: transform .3s;
}
.gallery-item img:hover {
  transform: scale(1.1);
}
.gallery-back {
  color: white !important;
  float: right;
}
.medailon {
  display: none;
  padding: 15px;
  line-height: 25px;
}
.medailon h3 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  padding: 20px 0 40px 0;
}
.Our-peoples .item {
  margin: 30px 20px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .Our-peoples .item {
    float: left;
    width: calc(33% - 40px);
  }
}
.Our-peoples .item a {
  text-decoration: none;
}
.Our-peoples .item a h3 {
  margin-top: 15px;
  line-height: 20px;
  padding: 5px 0 !important;
  margin-bottom: 0px !important;
  color: black;
  display: inline-block;
  color: white;
  background: none;
}
.Our-peoples .item a small {
  display: block;
  position: relative;
  top: -5px;
}
.Our-peoples .item a:hover:after {
  display: inline-block;
  content: "Zobrazit medailon";
  position: absolute;
  top: 30px;
  margin: 0 auto;
  padding: 10px;
  color: white;
  right: 65px;
  top: 50px;
  background: rgba(0,0,0,0.8);
}
.Our-peoples .item a:hover img {
  transform: scale(1.1);
}
.Our-peoples .item img {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto;
  border: 3px solid #3e546e;
  transition: transform .3s;
}
.Employees .item {
  margin: 10px 0 30px 0;
}
.Employees .item img {
  float: left;
  height: 50px !important;
}
.Employees .item .content {
  float: left;
}
.Employees .item h3 {
  margin-bottom: 0px !important;
  padding: 10px 0 0 0 !important;
}
.Employees .item small {
  display: block;
  margin-bottom: 10px;
  color: #8c8c8c;
  font-style: italic;
}
.Employees .item span {
  display: block;
}
.registrace-form small {
  margin-top: 13px;
  font-size: 13px;
  display: block;
}
.error_box {
  color: #c51919;
  display: block;
  padding: 3px;
}
.success_box {
  color: #3db812;
  display: block;
  padding: 3px;
}
.form tbody tr td {
  padding: 2px !important;
}
.form-title {
  vertical-align: middle;
  font-weight: bold;
  width: 120px;
}
.form-title-required {
  color: red;
}
.form-help {
  display: none;
}
.form .input-text {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 10px;
  width: calc(100% - 20px);
  border: 1px solid #e8e8e8;
}
.form .input-text:hover,
.form .input-text:focus {
  border: 1px solid #d8d8d8;
}
.form .input-select {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 0px;
  text-indent: 5px;
  width: 100%;
  border: 1px solid #e8e8e8;
}
.form .input-select:hover,
.form .input-select:focus {
  border: 1px solid #d8d8d8;
}
.form .input-checkbox-label {
  margin-left: 5px;
  vertical-align: middle;
}
.form .input-checkbox-container {
  margin: 6px 0;
}
.form .input-radio-label {
  margin-left: 5px;
  vertical-align: middle;
}
.form .input-radio-container {
  margin: 6px 0;
}
.form-input-error {
  border: 1px solid red !important;
  background: #fdd8d8;
}
.form-btn-send {
  border: 0px;
  display: block;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: right;
}
