/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 0.0625rem dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0.0625rem solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* box model */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/* focus */
*:focus {
  outline: 0;
}

/* menu */
button:focus,
.form-submit:focus {
  outline: 0;
}

/* toolbar menu - hack */
ul.toolbar-menu li {
  margin: 0;
}

/* background */
.bg-primary {
  background: #006279;
}

/* text */
.text-primary {
  color: #006279;
}

/* nowrap */
.nowrap {
  white-space: nowrap;
}

/* btn */
.btn {
  color: #FFFFFF;
  background: #006279;
  padding: 0.625rem 1.875rem;
  border: 0;
  -webkit-border-radius: 0.3125rem;
     -moz-border-radius: 0.3125rem;
          border-radius: 0.3125rem;
}

/* form text */
.form-text, .form-textarea, .form-email {
  padding: 0.5rem 0.75rem;
}

/* form-submit */
.form-submit {
  color: #FFFFFF;
  background: #006279;
  padding: 0.625rem 1.875rem;
  border: 0;
  -webkit-border-radius: 0.3125rem;
     -moz-border-radius: 0.3125rem;
          border-radius: 0.3125rem;
}

html {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 0.833vw + 0rem, 4rem);
}

body {
  color: #333333;
}

/* link */
a {
  color: #006279;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* p */
p {
  font-size: 1rem;
  margin: 0 0 1rem 0;
  line-height: 1.7;
  letter-spacing: 0.01563rem;
}

/* perex */
p.perex {
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: normal;
  font-size: 1.375rem;
  font-style: italic;
  color: #666666;
  margin: 0 0 1.5rem 0;
  line-height: 1.4;
}

/* title */
h1 {
  margin: 0;
  padding: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: normal;
  line-height: 1.1;
}

h2 {
  padding: 0.8125rem 0 0 0;
  margin: 0 0 1rem 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 1.05;
}

@media (max-width: 991px) {
  h2 {
    font-size: 1.875rem;
    line-height: 1.05;
  }
}
/* */
li {
  font-size: 1rem;
  margin: 0 0 1rem 0;
  line-height: 1.5;
}

/* img */
@media (max-width: 991px) {
  .img-reponsive {
    overflow-x: auto;
  }
}
@media (min-width: 992px) {
  .field--name-body img {
    max-width: 100%;
    height: auto;
  }
}
.tyrkys {
  color: #00758B;
}

div.block {
  margin: 0 0 1.5625rem 0;
}

.field {
  margin: 0 0 0.625rem 0;
}

ul.menu {
  margin: 0;
  padding: 0;
}

ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.messages {
  margin-bottom: 1.875rem;
}

nav.tabs ul.tabs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
nav.tabs ul.tabs {
  padding: 0;
  border: 0;
  border-bottom: 0.0625rem solid #006279;
  margin: 0 0 1.875rem 0;
}
nav.tabs ul.tabs li {
  float: left;
  display: block;
  border: 0;
  margin: 0 0.375rem 0 0;
  padding: 0;
}
nav.tabs ul.tabs li a {
  float: left;
  display: block;
  border: 0;
  -webkit-border-top-left-radius: 0.1875rem;
     -moz-border-radius-topleft: 0.1875rem;
          border-top-left-radius: 0.1875rem;
  -webkit-border-top-right-radius: 0.1875rem;
     -moz-border-radius-topright: 0.1875rem;
          border-top-right-radius: 0.1875rem;
  background: #D6D6D6;
  margin: 0;
  padding: 0.625rem 1.25rem;
  font-size: 1.25rem;
}
nav.tabs ul.tabs li a:hover {
  background: #C6C6C6;
}
nav.tabs ul.tabs li.is-active a {
  background-color: #006279;
  border: 0;
  color: #FFFFFF;
}
nav.tabs ul.tabs li.is-active a:hover {
  background-color: #006279;
}
@media (max-width: 1199px) {
  nav.tabs ul.tabs li a {
    padding: 0.625rem 0.625rem;
    font-size: 1rem;
  }
}

div.field--name-dynamic-token-fieldnode-datum-a-autor p {
  color: #C69C6D;
  font-size: 1rem;
}

.field--name-dynamic-twig-fieldnode-datum-teaser-twig {
  color: #C69C6D;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  line-height: 1.7;
  letter-spacing: 0.01563rem;
}

.field--name-field-tag {
  font-family: Georgia, Times, Times New Roman, serif;
  border: 0.0625rem solid #C69C6D;
  padding: 0.3125rem 0.9375rem;
  font-size: 1.5rem;
  color: #C69C6D;
  margin-bottom: 2.5rem;
}

.field--name-node-link a {
  display: inline-block;
  border: 0.0625rem solid #C69C6D;
  padding: 0.125rem 0.9375rem;
  font-size: 0.875rem;
  color: #C69C6D;
}

/* bulletin */
#bulletin {
  background-color: #006279;
  background: -webkit-gradient(linear, left top, right top, from(#004a5b), color-stop(40%, #006279), color-stop(60%, #006279), to(#004a5b));
  background: -webkit-linear-gradient(left, #004a5b 0%, #006279 40%, #006279 60%, #004a5b 100%);
  background: -moz-linear-gradient(left, #004a5b 0%, #006279 40%, #006279 60%, #004a5b 100%);
  background: -o-linear-gradient(left, #004a5b 0%, #006279 40%, #006279 60%, #004a5b 100%);
  background: linear-gradient(90deg, #004a5b 0%, #006279 40%, #006279 60%, #004a5b 100%);
  overflow: hidden;
}
#bulletin h2.bulletin-title {
  display: block;
  max-width: 31.25rem;
  background: #C69C6D;
  margin: 0 auto 1.875rem auto;
  padding: 0;
  height: 4.375rem;
  line-height: 4.375rem;
  color: #FFFFFF;
  text-align: center;
  font-size: 2.125rem;
  -webkit-border-bottom-left-radius: 0.9375rem;
     -moz-border-radius-bottomleft: 0.9375rem;
          border-bottom-left-radius: 0.9375rem;
  -webkit-border-bottom-right-radius: 0.9375rem;
     -moz-border-radius-bottomright: 0.9375rem;
          border-bottom-right-radius: 0.9375rem;
  border-bottom: 0.0625rem solid #FFFFFF;
  border-right: 0.0625rem solid #FFFFFF;
  border-left: 0.0625rem solid #FFFFFF;
}
@media (max-width: 991px) {
  #bulletin h2.bulletin-title {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  #bulletin .row {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
  #bulletin .col-md-6 {
    float: left;
    width: 50%;
    position: relative;
    min-height: 0.0625rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

#bulletin #block-views-block-bulletin-block-3,
#bulletin #block-views-block-bulletin-block-4 {
  width: 20.375rem;
  height: 31.6875rem;
  position: relative;
  margin: 1.875rem 0 3.75rem 0;
}
#bulletin #block-views-block-bulletin-block-3 .views-field-view-node a,
#bulletin #block-views-block-bulletin-block-4 .views-field-view-node a {
  position: absolute;
  width: 20.375rem;
  height: 31.6875rem;
  background: url("tablet-rip.png") no-repeat 0 0;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 62.5rem;
  overflow: hidden;
}
#bulletin #block-views-block-bulletin-block-3 img,
#bulletin #block-views-block-bulletin-block-4 img {
  position: absolute;
  top: 3rem;
  left: 1.0625rem;
  width: 18.25rem;
  height: auto;
}

#bulletin.fix #block-views-block-bulletin-block-3,
#bulletin.fix #block-views-block-bulletin-block-4 {
  margin: 1.875rem auto 3.75rem auto;
}

#bulletin {
  color: #FFFFFF;
  /* link */
}
#bulletin a {
  color: #c69c6d;
  text-decoration: underline;
}

/* fix */
#bulletin.fix {
  text-align: left;
}

#bulletin.fix .container {
  width: auto;
  margin: 0;
}

#bulletin.fix .bulletin-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  background: #000000;
  opacity: 0.9;
}

#bulletin.fix .bulletin-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 2100;
  background-color: #006279;
  background: -webkit-gradient(linear, left top, right top, from(#004a5b), color-stop(40%, #006279), color-stop(60%, #006279), to(#004a5b));
  background: -webkit-linear-gradient(left, #004a5b 0%, #006279 40%, #006279 60%, #004a5b 100%);
  background: -moz-linear-gradient(left, #004a5b 0%, #006279 40%, #006279 60%, #004a5b 100%);
  background: -o-linear-gradient(left, #004a5b 0%, #006279 40%, #006279 60%, #004a5b 100%);
  background: linear-gradient(90deg, #004a5b 0%, #006279 40%, #006279 60%, #004a5b 100%);
  padding: 1.5625rem;
  overflow-y: auto;
  -webkit-border-radius: 0.9375rem;
     -moz-border-radius: 0.9375rem;
          border-radius: 0.9375rem;
}

@media (min-width: 992px) {
  #bulletin.fix .bulletin-container {
    width: 56.25rem;
    height: 80%;
    top: 10%;
    left: 50%;
    margin-left: -28.125rem;
    padding: 5rem;
  }
}
@media (min-width: 1200px) {
  #bulletin.fix .bulletin-container {
    width: 68.75rem;
    max-height: 42.5rem;
    top: 10%;
    left: 50%;
    margin-left: -34.375rem;
    padding: 0 3.75rem 0 3.75rem;
    overflow: hidden;
  }
}
#bulletin.fix .bulletin-close {
  z-index: 2200;
  position: absolute;
  right: 1.5625rem;
  top: 1.5625rem;
  width: 3.125rem;
  height: 3.125rem;
  background: url("krizek.svg") no-repeat 50% 50%;
  -moz-background-size: 2.375rem 2.375rem;
       background-size: 2.375rem 2.375rem;
  cursor: pointer;
}

@media (max-width: 991px) {
  #bulletin.fix .bulletin-close {
    position: fixed;
  }
}
/* BLOCK */
#bulletin {
  /* block-bulletincz */
  /* block-bulletinen */
  /* block-v4bulletin */
}
#bulletin .block {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  /* title */
  /* form */
  /* email */
  /* button */
}
#bulletin .block p.text {
  margin-bottom: 1.5rem;
}
#bulletin .block h2 {
  color: #C69C6D;
  font-size: 2rem;
  margin-top: 6.25rem;
}
@media (max-width: 991px) {
  #bulletin .block h2 {
    margin-top: 0;
  }
}
#bulletin .block p {
  margin: 0;
}
#bulletin .block input.email {
  color: #000000;
  padding: 0.25rem 0.5rem;
}
#bulletin .block input.botton {
  padding: 0.375rem 0.625rem;
}
#bulletin .block #bulletin form {
  padding-top: 0.9375rem;
}
#bulletin .block #bulletin input.email {
  border: 0;
  background: #FFFFFF;
  color: #333333;
  padding: 0.1875rem 0.375rem;
  margin: 0.9375rem 0.9375rem 0 0;
}
#bulletin .block input.button {
  border: 0.0625rem solid #C69C6D;
  background: none;
  color: #C69C6D;
  padding: 0.1875rem 0.375rem;
  min-width: 15.625rem;
  margin: 1.5625rem 0 0 0;
}
#bulletin .block fieldset {
  border: 0;
  margin: 0.9375rem 0;
  padding: 0;
}
#bulletin .block fieldset .av-checkbox {
  margin-right: 0.625rem;
}
#bulletin #block-bulletincz {
  margin-bottom: 5rem;
  margin-top: 3.75rem;
}
#bulletin #block-bulletincz h2 {
  margin-bottom: 1.5625rem;
  margin-top: 1.25rem;
}
@media (max-width: 991px) {
  #bulletin #block-bulletincz h2 {
    margin-top: 0;
  }
}
#bulletin #block-bulletinen {
  margin-bottom: 5rem;
}
#bulletin #block-bulletinen h2 {
  margin-bottom: 1.5625rem;
  margin-top: 1.25rem;
}
@media (max-width: 991px) {
  #bulletin #block-bulletinen h2 {
    margin-top: 0;
  }
}
#bulletin #block-v4bulletin {
  margin-bottom: 5rem;
}
#bulletin #block-v4bulletin h2 {
  margin-bottom: 1.5625rem;
  margin-top: 1.25rem;
}
#bulletin #block-v4bulletin fieldset {
  border: 0;
  margin: 0.9375rem 0;
  padding: 0;
}
#bulletin #block-v4bulletin fieldset .av-checkbox {
  margin-right: 0.625rem;
}
#bulletin #block-v4bulletin .button {
  margin: 1.5625rem 0 0 0;
}

/* BULLETIN TL */
.bulletin-tl {
  position: fixed;
  width: 23.75rem;
  height: 5rem;
  right: -5rem;
  top: 7.5rem;
  /*
  background-color: $primary-color;
  background: linear-gradient(90deg,#004a5b 0%, #006279 40%, #006279 60%, #004a5b 100%); 
  */
  color: #FFFFFF;
  text-align: center;
  line-height: 5rem;
  z-index: 50;
  cursor: pointer;
  display: block;
  letter-spacing: 0.125rem;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.625rem;
  -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: 100% 100%;
     -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
       -o-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-border-top-right-radius: 0.9375rem;
     -moz-border-radius-topright: 0.9375rem;
          border-top-right-radius: 0.9375rem;
  -webkit-border-top-left-radius: 0.9375rem;
     -moz-border-radius-topleft: 0.9375rem;
          border-top-left-radius: 0.9375rem;
  -webkit-transition: right 0.5s 0.5s;
  -o-transition: right 0.5s 0.5s;
  -moz-transition: right 0.5s 0.5s;
  transition: right 0.5s 0.5s;
  border-top: 0.0625rem solid #FFFFFF;
  border-right: 0.0625rem solid #FFFFFF;
  border-left: 0.0625rem solid #FFFFFF;
  background: #C69C6D;
}

body.load .bulletin-tl {
  right: 0;
}

.bulletin-out {
  right: -5rem !important;
}

.bulletin-tl span {
  margin-left: 0.625rem;
  display: inline-block;
}

@media (max-width: 1400px) {
  .bulletin-tl {
    display: none;
  }
}
#centrum {
  background: #006279;
  color: #FFFFFF;
  margin-bottom: 4.375rem;
}
@media (max-width: 991px) {
  #centrum {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 1199px) {
  #centrum .region {
    display: block;
  }
}
@media (min-width: 1200px) {
  #centrum .region {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #centrum .region .block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
       -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
#centrum .block {
  margin: 0;
}

#centrum #block-centrumprolidskapravaademokratizaci .field,
#centrum #block-czechcentreforhumanrightsanddemocracy .field {
  padding: 2rem 2rem 0 2rem;
  margin: 0;
}
@media (max-width: 1199px) {
  #centrum #block-centrumprolidskapravaademokratizaci .field,
#centrum #block-czechcentreforhumanrightsanddemocracy .field {
    padding: 2rem 2rem 2rem 2rem;
  }
}
#centrum #block-centrumprolidskapravaademokratizaci .container,
#centrum #block-czechcentreforhumanrightsanddemocracy .container {
  margin: 0;
  padding: 0;
  width: auto;
}
#centrum #block-centrumprolidskapravaademokratizaci h1,
#centrum #block-czechcentreforhumanrightsanddemocracy h1 {
  margin-bottom: 0.625rem;
  font-size: 1.875rem;
}
#centrum #block-centrumprolidskapravaademokratizaci p,
#centrum #block-czechcentreforhumanrightsanddemocracy p {
  line-height: 1.5;
  margin-bottom: 0;
}
#centrum #block-centrumprolidskapravaademokratizaci a,
#centrum #block-czechcentreforhumanrightsanddemocracy a {
  color: #FFFFFF;
  text-decoration: underline;
}
#centrum #block-centrumprolidskapravaademokratizaci a:hover,
#centrum #block-czechcentreforhumanrightsanddemocracy a:hover {
  color: #FFFFFF;
}

#centrum #block-views-block-slideshow-block-1 {
  overflow: hidden;
  aspect-ratio: 395/263;
}
#centrum #block-views-block-slideshow-block-1 .field {
  margin: 0;
}
#centrum #block-views-block-slideshow-block-1 img {
  width: 100%;
  height: auto !important;
  vertical-align: top;
}

#copy {
  padding: 3.125rem 0;
  background: #414a51;
  color: #FFFFFF;
  text-align: center;
}

#copy p {
  margin: 0;
  font-size: 0.8125rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

#footer {
  padding: 5rem 0;
  background: #252525;
  color: #FFFFFF;
}

@media (min-width: 992px) {
  #footer .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  #footer .col-md-4 {
    float: left;
    width: 33.33%;
    position: relative;
    min-height: 0.0625rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    border-right: 0.0625rem solid #454545;
  }
  #footer .col-md-4:last-child {
    border-right: 0 solid #454545;
  }
}
#footer #block-kontakt {
  text-align: center;
  min-height: 12.8125rem;
  padding-top: 3.125rem;
}
#footer #block-kontakt h2 {
  color: #006279;
  font-size: 2rem;
}
#footer #block-kontakt p a {
  color: #FFFFFF;
}
#footer #block-kontakt p a:hover {
  text-decoration: none;
}

#footer #block-footerlogo {
  text-align: center;
  min-height: 12.5rem;
  padding: 3.75rem 0 0 0;
}
#footer #block-footerlogo a {
  display: inline-block;
  text-decoration: none;
}
#footer #block-footerlogo a img {
  width: auto;
  height: 6.25rem;
}

#footer #block-pomocneodkazy-2 {
  padding-top: 1.875rem;
}
#footer #block-pomocneodkazy-2 ul.menu li {
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 0;
  text-align: center;
}
#footer #block-pomocneodkazy-2 ul.menu li a {
  display: inline-block;
  margin: 0;
}
#footer #block-pomocneodkazy-2 .fa {
  font-size: 3rem;
  color: #006279;
}
#footer #block-pomocneodkazy-2 .fa-instagram {
  font-size: 3rem;
  color: #006279;
}

/* header */
@media (min-width: 992px) {
  #header {
    position: relative;
    height: 6.875rem;
  }
}
/* header-collapse */
@media (max-width: 991px) {
  #header-collapse {
    background: #FFFFFF;
    z-index: 100;
    position: relative;
    display: none;
  }

  body.menu-open #header-collapse {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-calc(100% - 6.875rem);
    height: -moz-calc(100% - 6.875rem);
    height: calc(100% - 6.875rem);
    width: 100%;
    position: fixed;
    top: 6.875rem;
    background: #FFFFFF;
    overflow-y: auto;
    z-index: 100;
    border-top: 0.0625rem solid #EEEEEE;
  }
}
@media (min-width: 992px) {
  #header-collapse {
    display: block !important;
    height: auto;
  }
}
#header #block-clpd-branding {
  margin: 0;
  height: 6.875rem;
}
#header #block-clpd-branding a {
  display: inline-block;
  padding: 0.9375rem 0;
  text-decoration: none;
}
#header #block-clpd-branding img {
  width: auto;
  height: 5rem;
}
@media (max-width: 991px) {
  #header #block-clpd-branding {
    display: none;
  }
}

#header .block-language h2 {
  display: none;
}
#header .block-language ul.links {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .block-language ul.links li {
  display: inline-block;
  margin: 0;
  padding: 0 0.9375rem;
  list-style: none;
}
#header .block-language ul.links li a {
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 991px) {
  #header .block-language {
    padding: 1.5625rem 0 1.25rem 1.25rem;
    margin: 0;
  }
  #header .block-language ul.links li {
    padding: 0 0.9375rem 0 0;
  }
}
@media (min-width: 992px) {
  #header .block-language {
    height: 6.875rem;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  #header .block-language li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 1.5625rem 0 1.5625rem;
    height: 6.875rem;
    line-height: 6.875rem;
    font-size: 1.125rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    white-space: nowrap;
  }
}

#header .block-search h2 {
  display: none;
}
@media (max-width: 991px) {
  #header {
    /* close */
  }
  #header .block-search {
    position: relative;
    margin: 0;
    vertical-align: middle;
    padding: 0;
  }
  #header .block-search div,
#header .block-search input,
#header .block-search span {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  #header .block-search div.form-item {
    width: -webkit-calc(100% - 3.75rem);
    width: -moz-calc(100% - 3.75rem);
    width: calc(100% - 3.75rem);
  }
  #header .block-search div.form-item .form-search {
    height: 2.5rem;
    width: 100%;
    padding: 0 0.5rem;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header .block-search .form-submit {
    height: 3.125rem;
    width: 3.125rem;
    overflow: hidden;
    border: 0;
    background: url("lupa.svg") no-repeat 50% 50%;
    -moz-background-size: 1.875rem 1.875rem;
         background-size: 1.875rem 1.875rem;
    text-indent: 6.25rem;
  }
  #header .block-search .close-search {
    display: none;
  }
}
@media (min-width: 992px) {
  #header {
    /* close */
  }
  #header .block-search {
    position: absolute;
    height: 6.875rem;
    margin: 0;
    display: block !important;
    vertical-align: middle;
    top: 0;
    right: 4.375rem;
  }
  #header .block-search form,
#header .block-search div,
#header .block-search input,
#header .block-search span {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  #header .block-search .form-search {
    height: 2.5rem;
    margin-top: 2.1875rem;
    width: 0;
    visibility: hidden;
  }
  #header .block-search .form-submit {
    height: 3.125rem;
    width: 3.125rem;
    margin-top: 1.875rem;
    overflow: hidden;
    border: 0;
    background: url("lupa.svg") no-repeat 50% 50%;
    -moz-background-size: 2.375rem 2.375rem;
         background-size: 2.375rem 2.375rem;
    text-indent: 6.25rem;
  }
  #header .block-search .close-search {
    display: none;
  }
}

/* search open */
@media (min-width: 992px) {
  body.search-open #header {
    /* close */
  }
  body.search-open #header .block-search .form-search {
    display: inline-block;
    width: 18.75rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0 0.5rem;
    visibility: visible;
  }
  body.search-open #header .block-search .close-search {
    cursor: pointer;
    position: absolute;
    left: -3.25rem;
    top: 1.875rem;
  }
  body.search-open #header .block-search .close-search {
    height: 3.125rem;
    width: 3.125rem;
    display: inline-block;
    overflow: hidden;
    background: url("krizek.svg") no-repeat 50% 50%;
    -moz-background-size: 1.5rem 1.5rem;
         background-size: 1.5rem 1.5rem;
    text-indent: 6.25rem;
  }
}
@media (max-width: 991px) {
  #header #block-pomocneodkazy {
    position: absolute;
    left: 6.25rem;
    top: 1.5625rem;
  }
  #header #block-pomocneodkazy ul li {
    display: inline-block;
    font-size: 1.625rem;
    margin: 0 0.125rem;
  }
  #header #block-pomocneodkazy ul li a {
    color: #c69c6d;
  }
}
@media (min-width: 992px) {
  #header #block-pomocneodkazy {
    position: absolute;
    height: 6.875rem;
    margin: 0;
    right: 9.375rem;
    top: 0;
  }
  #header #block-pomocneodkazy ul li {
    display: inline-block;
    line-height: 6.875rem;
    font-size: 2.1875rem;
    margin: 0 0.125rem;
  }
  #header #block-pomocneodkazy ul li a {
    color: #c69c6d;
  }
}

#intro {
  background: #006279;
  position: relative;
  overflow: hidden;
}

body.path-frontpage #intro {
  height: 28.125rem;
  overflow: hidden;
}

#intro .container {
  max-width: 56.25rem;
  margin: 0 auto;
}

#intro .block {
  color: #FFFFFF;
  padding: 0.9375rem 0 1.875rem 0;
  margin: 0;
  text-align: center;
  /* title */
  /* text */
  /* name */
}
@media (min-width: 992px) {
  #intro .block {
    padding: 1.25rem 0;
  }
}
#intro .block a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 700;
}
#intro .block a:hover {
  color: #EEEEEE;
}
#intro .block h1 {
  font-size: 2.5rem;
  margin: 0 0 0 0;
  line-height: 1;
  padding: 1.125rem 0;
}
#intro .block p {
  font-size: 1.625rem;
  margin: 0 auto;
  font-weight: 300;
}
#intro .block .views-field-nothing {
  padding: 0.625rem 0 0.9375rem 0;
}
@media (max-width: 991px) {
  #intro .block {
    /* title */
    /* text */
    /* name */
  }
  #intro .block {
    padding: 0.9375rem 0 0.9375rem 0;
  }
  #intro .block h1 {
    font-size: 2.1875rem;
    text-align: left;
  }
  #intro .block p {
    font-size: 1.375rem;
  }
  #intro .block .views-field-nothing {
    text-align: left;
  }
}
#intro #block-views-block-content-node-title-block-1,
#intro #block-views-block-content-node-title-block-2 {
  padding: 0 0 1.25rem 0;
  margin-top: -1.25rem;
}

@media (max-width: 991px) {
  #main {
    margin: 0 0 2.5rem 0;
  }
}
@media (min-width: 992px) {
  .sidebar-second #main {
    width: 70%;
    float: left;
  }

  body.path-frontpage .sidebar-second #main {
    width: 100%;
    padding-right: 22.5rem;
    float: none;
  }

  .no-sidebars #main {
    width: 56.25rem;
    margin: 0 auto;
  }
}
#main .messages {
  margin-bottom: 1.875rem;
}

#main .node--view-mode-teaser.ds-2col-fluid .group-left,
#main .node--view-mode-front.ds-2col-fluid .group-left {
  float: none;
  width: auto;
}
#main .node--view-mode-teaser.ds-2col-fluid .group-right,
#main .node--view-mode-front.ds-2col-fluid .group-right {
  float: none;
  width: auto;
}
@media (max-width: 991px) {
  #main .node--view-mode-teaser.ds-2col-fluid .group-left,
#main .node--view-mode-front.ds-2col-fluid .group-left {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 768px) {
  #main {
    /* profile */
  }
  #main .node--view-mode-teaser.ds-2col-fluid,
#main .node--view-mode-front.ds-2col-fluid {
    margin: 0 -1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main .node--view-mode-teaser.ds-2col-fluid .group-left,
#main .node--view-mode-front.ds-2col-fluid .group-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 1.25rem;
  }
  #main .node--view-mode-teaser.ds-2col-fluid .group-right,
#main .node--view-mode-front.ds-2col-fluid .group-right {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
       -moz-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    margin: 0 1.25rem;
  }
  #main .node--view-mode-teaser.node--type-profil.ds-2col-fluid .group-left {
    -webkit-box-flex: 0.6;
    -webkit-flex: 0.6;
       -moz-box-flex: 0.6;
        -ms-flex: 0.6;
            flex: 0.6;
  }
}

#main {
  /* title */
  /* ilustrace */
  /* field--name-field-profil-image, views-field-field-profil-image */
  /* field--name-field-profil-position */
  /* medailon / field--name-field-realname */
  /* medailon / field--name-field-medailon */
  /* medailon */
}
#main .field--name-node-title h2 {
  padding-top: 0;
  color: #006279;
}
#main .field--name-field-image-preview {
  margin-bottom: 3.125rem;
}
#main .field--name-field-image-preview img {
  max-width: 100%;
  height: auto;
}
#main .node--view-mode-teaser .field--name-field-image-preview {
  margin-bottom: 0;
}
#main .field--name-field-profil-image img,
#main .views-field-field-profil-image img {
  max-width: 100%;
  height: auto;
}
#main .field--name-field-profil-position {
  font-weight: bold;
}
#main .field--name-field-realname {
  color: #C69C6D;
  font-size: 1.3125rem;
}
#main .field--name-field-medailon {
  font-family: Georgia, Times, Times New Roman, serif;
  color: #C69C6D;
  font-size: 0.6875rem;
  font-style: italic;
}
#main .field--name-description {
  color: #808080;
  padding: 0 0 1.875rem 0;
  margin-bottom: 1.25rem;
}
#main .field--name-description a {
  color: #808080;
  text-decoration: underline;
}
#main .field--name-description a:hover {
  color: #808080;
  text-decoration: underline;
}
#main .field--name-dynamic-token-fieldnode-bulletin-download-detail img {
  max-width: 100%;
  height: auto;
}
#main .field--name-field-profil-category {
  font-weight: bold;
}
#main .view-user-detail {
  border-top: 0.0625rem solid #C69C6D;
  border-bottom: 0.0625rem solid #C69C6D;
  padding: 1.5625rem 1.5625rem 0.625rem 1.5625rem;
  margin-bottom: 2.5rem;
}
#main .view-user-detail .views-field-field-profil-image {
  margin-bottom: 0.625rem;
}
#main .view-user-detail img {
  max-width: 3.75rem;
  height: auto;
}
#main .view-user-detail .views-field-title {
  margin-bottom: 0.3125rem;
}
#main .view-user-detail .views-field-field-profil-medailon p {
  font-size: 0.8125rem;
  color: #808080;
  font-style: italic;
}

#main .ds-2col-fluid.node--view-mode-full > .group-left {
  float: left;
  width: 70%;
}
#main .ds-2col-fluid.node--view-mode-full > .group-right {
  float: right;
  width: 25%;
}
#main .ds-2col-fluid.node--view-mode-full.group-one-column > .group-left {
  float: none;
  width: auto;
}
#main .ds-2col-fluid.node--view-mode-full.group-one-column > .group-right {
  float: none;
  width: auto;
}
@media (max-width: 991px) {
  #main .ds-2col-fluid.node--view-mode-full > .group-left {
    float: none;
    width: auto;
    margin-bottom: 3.75rem;
  }
  #main .ds-2col-fluid.node--view-mode-full > .group-right {
    float: none;
    width: auto;
  }
}
@media (min-width: 992px) {
  #main .ds-2col-fluid.node--view-mode-full .group-left .field--name-field-image-preview {
    float: right;
    margin: 0 0 1.5625rem 1.5625rem;
  }
}

#main #search-form .form-wrapper {
  background: #EEEEEE;
  padding: 1.25rem;
}
#main #search-form .form-wrapper label {
  margin-right: 0.625rem;
}
#main #search-form .form-wrapper .form-search {
  padding: 0.5rem 0.75rem;
}
#main #search-form .search-help-link {
  display: none;
}
#main ol.search-results {
  margin: 3.125rem 0 0 0;
  padding: 0;
}
#main ol.search-results li {
  margin: 0 0 3.125rem 0;
  padding: 0;
}
#main ol.search-results li .search-result__title {
  font-weight: normal;
  font-size: 1.375rem;
  margin: 0 0 0.375rem 0;
}

#main .user-login-form {
  border: 0.0625rem solid #DDDDDD;
  background: #F0F0F0;
  padding: 1.875rem;
  /* label */
  /* form-text */
  /* description */
}
#main .user-login-form label {
  display: block;
  margin: 0 0 0.375rem 0;
}
#main .user-login-form .form-text {
  margin-bottom: 0.5rem;
  width: 100%;
}
#main .user-login-form .description {
  font-size: 0.8125rem;
}

#main .user-pass {
  border: 0.0625rem solid #DDDDDD;
  background: #F0F0F0;
  padding: 1.875rem;
  /* label */
  /* item */
  /* actions */
  /* description */
}
#main .user-pass label {
  margin-bottom: 0.625rem;
  display: block;
}
#main .user-pass .form-item {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#main .user-pass .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
#main .user-pass p {
  font-size: 0.8125rem;
}

#main .user-register-form {
  border: 0.0625rem solid #DDDDDD;
  background: #F0F0F0;
  padding: 1.875rem;
  /* label */
  /* form-text */
  /* description */
}
#main .user-register-form label {
  display: block;
  margin: 0 0 0.375rem 0;
}
#main .user-register-form .form-text {
  margin-bottom: 0.5rem;
  width: 100%;
}
#main .user-register-form .description {
  font-size: 0.8125rem;
}

#main .view-blog .views-row {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5625rem;
  border-bottom: 0.0625rem solid #C69C6D;
}
#main .view-blog .view-content .views-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#main .view-bulletins .views-row {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5625rem;
  border-bottom: 0.0625rem solid #C69C6D;
}

#main .view-frontpage .views-row {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5625rem;
  border-bottom: 0.0625rem solid #C69C6D;
}

#main .view-taxonomy-term .views-row {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5625rem;
  border-bottom: 0.0625rem solid #C69C6D;
}

@media (max-width: 991px) {
  #menu .container {
    margin: 0;
    padding: 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  #menu {
    height: 3.375rem;
    margin-bottom: 0.6875rem;
  }

  #menu-wrapper {
    top: -6.25rem;
    height: 3.375rem;
    background: #006279;
  }

  #menu-wrapper.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    /* transition: top 0.5s 0.5s; */
  }
}
#menu .block-menu > h2 {
  display: none;
}
@media (max-width: 991px) {
  #menu {
    /* 1 */
    /* 2 */
    /* 3 */
    /* 4 */
    /* span */
  }
  #menu .block-menu {
    padding: 1.5625rem 1.5625rem 1.875rem 1.5625rem;
  }
  #menu ul.menu {
    margin: 0;
    padding: 0;
  }
  #menu ul.menu li {
    position: relative;
    margin: 0;
    padding: 0;
  }
  #menu ul.menu li a {
    display: block;
    padding: 1.25rem 5rem 1.25rem 1.25rem;
    text-decoration: none;
    border-bottom: 0.0625rem solid #EEEEEE;
    color: #006279;
    font-weight: 700;
    font-size: 1.25rem;
  }
  #menu ul.menu li a.is-active {
    color: #000000;
  }
  #menu ul.menu li ul {
    display: none;
    border: 0;
  }
  #menu ul.menu li ul li a {
    padding: 1.5625rem 5rem 1.5625rem 2.5rem;
  }
  #menu ul.menu li ul li ul li a {
    padding: 1.5625rem 5rem 1.5625rem 3.75rem;
  }
  #menu ul.menu li ul li ul li ul li a {
    padding: 1.5625rem 5rem 1.5625rem 5rem;
  }
  #menu ul.menu li span {
    position: absolute;
    right: 0;
    top: 0;
    height: 3.75rem;
    width: 3.75rem;
    background: url("mob-down.png") no-repeat 50% 50%;
    cursor: pointer;
    border-left: 0.0625rem solid #DDDDDD;
  }
  #menu ul.menu li span.open {
    background: url("mob-up.png") no-repeat 50% 50%;
  }
}
@media (min-width: 992px) {
  #menu {
    /* 1 */
    /* 2 */
    /* 3 */
  }
  #menu .block-menu {
    display: block !important;
    position: relative;
  }
  #menu .block-menu ul.menu {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #menu .block-menu ul.menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    line-height: 1;
  }
  #menu .block-menu > ul.menu > li:first-child {
    width: 3.4375rem;
    -webkit-box-flex: initial;
    -webkit-flex-grow: initial;
       -moz-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    overflow: hidden;
  }
  #menu .block-menu ul.menu li a {
    margin: 0;
    height: 3.375rem;
    line-height: 3.375rem;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    color: #FFFFFF;
    text-indent: 0;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.0625rem;
  }
  #menu .block-menu > ul.menu > li:first-child a {
    text-indent: 6.25rem;
    background: url("home2.svg") no-repeat 50% 50%;
    -moz-background-size: 1.375rem 1.0625rem;
         background-size: 1.375rem 1.0625rem;
  }
  #menu .block-menu ul.menu li:hover a {
    background-color: #338194;
  }
  #menu .block-menu ul.menu li.menu-item--active-trail > a,
#menu .block-menu ul.menu li a.is-active {
    background-color: #004A5B;
  }
  #menu .block-menu ul.menu li ul {
    display: none;
    background: #EEEEEE;
  }
  #menu .block-menu ul.menu li:hover ul {
    display: block;
    position: absolute;
    /* left: -20px; */
    top: 3.375rem;
    z-index: 1000;
    height: auto;
    min-width: 100%;
  }
  #menu .block-menu ul.menu li.last:hover ul {
    right: 0;
    left: auto;
  }
  #menu .block-menu ul.menu li ul li {
    margin: 0;
    padding: 0;
    height: auto;
    line-height: 1;
  }
  #menu .block-menu ul.menu li ul li a {
    margin: 0;
    padding: 0.9375rem 1.25rem;
    text-align: left;
    height: auto;
    line-height: 1;
    background-color: #338194 !important;
    text-transform: none;
    font-weight: 400;
    font-size: 0.875rem;
  }
  #menu .block-menu ul.menu li ul li a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#004a5b), color-stop(40%, #006279), color-stop(60%, #006279), to(#004a5b));
    background: -webkit-linear-gradient(left, #004a5b 0%, #006279 40%, #006279 60%, #004a5b 100%);
    background: -moz-linear-gradient(left, #004a5b 0%, #006279 40%, #006279 60%, #004a5b 100%);
    background: -o-linear-gradient(left, #004a5b 0%, #006279 40%, #006279 60%, #004a5b 100%);
    background: linear-gradient(90deg, #004a5b 0%, #006279 40%, #006279 60%, #004a5b 100%);
  }
  #menu .block-menu ul.menu li ul li ul {
    display: none !important;
  }
}

@media (max-width: 991px) {
  #navbar {
    background: #FFFFFF;
    z-index: 100;
    position: relative;
    height: 6.875rem;
  }

  body.menu-open #navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  #navbar {
    display: none;
  }
}
#navbar #block-sitebranding {
  margin: 0;
  height: 6.875rem;
}
#navbar #block-sitebranding a {
  display: inline-block;
  padding: 0.9375rem 0 0.9375rem 1.25rem;
  text-decoration: none;
}
#navbar #block-sitebranding img {
  width: auto;
  height: 5rem;
}

#navbar .icon-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
  height: 6.875rem;
  border: 0;
  background: none;
  z-index: 200;
  text-align: center;
  margin: 0;
  padding: 0;
}
#navbar .icon-menu span.icon-menu-1,
#navbar .icon-menu span.icon-menu-2,
#navbar .icon-menu span.icon-menu-3 {
  width: 1.875rem;
  height: 0.25rem;
  background: #006279;
  display: block;
  margin: 0.375rem auto;
  -webkit-border-radius: 0.125rem;
     -moz-border-radius: 0.125rem;
          border-radius: 0.125rem;
  position: relative;
  top: 0;
}
#navbar .icon-menu span.icon-menu-1,
#navbar .icon-menu span.icon-menu-3 {
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  transition: all 0.1s 0.1s;
}
#navbar .icon-menu span.icon-menu-2 {
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  transition: all 0.1s 0.1s;
}

body.menu-open #navbar .icon-menu span.icon-menu-1 {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 0.625rem;
}
body.menu-open #navbar .icon-menu span.icon-menu-2 {
  visibility: hidden;
}
body.menu-open #navbar .icon-menu span.icon-menu-3 {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: -0.625rem;
}
body.menu-open #navbar .icon-menu span.icon-menu-1,
body.menu-open #navbar .icon-menu span.icon-menu-3 {
  -webkit-transition: all 0 0;
  -o-transition: all 0 0;
  -moz-transition: all 0 0;
  transition: all 0 0;
}
body.menu-open #navbar .icon-menu span.icon-menu-2 {
  -webkit-transition: all 0.1s 0s;
  -o-transition: all 0.1s 0s;
  -moz-transition: all 0.1s 0s;
  transition: all 0.1s 0s;
}

/* page up */
#page-up {
  position: fixed;
  bottom: -8.125rem;
  right: 3.125rem;
  width: 4.5625rem;
  height: 6.875rem;
  background: #006279;
  background: url("zvedak_cz.svg") no-repeat 50% 50%;
  -moz-background-size: 100% auto;
       background-size: 100% auto;
  cursor: pointer;
  -webkit-transition: bottom 0.3s 0s;
  -o-transition: bottom 0.3s 0s;
  -moz-transition: bottom 0.3s 0s;
  transition: bottom 0.3s 0s;
}

#page-up.active {
  bottom: 2.5rem;
  -webkit-transition: bottom 0.3s 0.5s;
  -o-transition: bottom 0.3s 0.5s;
  -moz-transition: bottom 0.3s 0.5s;
  transition: bottom 0.3s 0.5s;
}

@media (max-height: 750px) {
  #page-up {
    display: none;
  }
}
@media (max-width: 991px) {
  #page-up {
    display: none;
  }
}
/* sidebar-first */
@media (max-width: 991px) {
  #sidebar-first {
    margin: 0 0 2.5rem 0;
  }
}
@media (min-width: 992px) {
  #sidebar-first {
    width: 25%;
    float: left;
    margin-right: 5%;
  }
}
/* sidebar-second */
@media (max-width: 991px) {
  #sidebar-second {
    margin: 0 0 2.5rem 0;
  }
}
@media (min-width: 992px) {
  #sidebar-second {
    width: 16.875rem;
    float: right;
  }

  body.path-frontpage #sidebar-second {
    width: 16.875rem;
    position: absolute;
    right: 0;
    top: 0;
    float: none;
  }

  body.path-frontpage #sidebar-second .region.fix {
    position: fixed;
    width: 16.875rem;
    top: 5.9375rem;
  }

  body.path-frontpage.toolbar-horizontal #sidebar-second .region.fix {
    top: 11.3125rem;
  }
}
#sidebar-second #block-views-block-bulletins-block-1,
#sidebar-second #block-views-block-bulletins-block-2 {
  background: #006279;
  padding: 1.25rem 1.5625rem 0.875rem 1.5625rem;
}
#sidebar-second #block-views-block-bulletins-block-1 h2,
#sidebar-second #block-views-block-bulletins-block-2 h2 {
  padding: 0;
  margin: 0 0 0.9375rem 0;
  color: #FFFFFF;
}
#sidebar-second #block-views-block-bulletins-block-1 .view-bulletins ul,
#sidebar-second #block-views-block-bulletins-block-2 .view-bulletins ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sidebar-second #block-views-block-bulletins-block-1 .view-bulletins ul li,
#sidebar-second #block-views-block-bulletins-block-2 .view-bulletins ul li {
  padding: 0;
  margin: 0 0 0.375rem 0;
  list-style: none;
  color: #FFFFFF;
}
#sidebar-second #block-views-block-bulletins-block-1 .view-bulletins ul li a,
#sidebar-second #block-views-block-bulletins-block-2 .view-bulletins ul li a {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  #sidebar-second .block ul.menu {
    margin: 0;
    padding: 0;
  }
  #sidebar-second .block ul.menu li {
    border-bottom: 0.0625rem solid #CCCCCC;
    margin: 0;
    padding: 0;
  }
  #sidebar-second .block ul.menu li a {
    display: block;
    padding: 0.625rem 0.9375rem;
  }
}

#sidebar-second .view-bulletin {
  border: 0;
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  #sidebar-second .view-bulletin img {
    width: 100%;
    height: auto;
  }
}
#sidebar-second .view-bulletin .views-field-nothing {
  margin-top: 0.9375rem;
}
#sidebar-second .view-bulletin .views-field-nothing a {
  background: #C69C6D;
  color: #FFFFFF;
  -webkit-border-radius: 0.3125rem;
     -moz-border-radius: 0.3125rem;
          border-radius: 0.3125rem;
  display: block;
  padding: 0.9375rem 1.25rem;
  text-align: center;
}

.container {
  padding: 0 1.5625rem;
  position: relative;
}

@media (min-width: 768px) {
  .container {
    width: 43.75rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 56.25rem;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 71.875rem;
  }
}
/* content */
#content {
  padding: 0.625rem 0 2.5rem 0;
  position: relative;
}

body.path-frontpage #content {
  padding: 0.625rem 0 2.5rem 0;
}

@media (min-width: 992px) {
  #content {
    padding: 2.5rem 0;
  }

  body.path-frontpage #content {
    padding: 1.875rem 0 3.75rem 0;
  }
}
@media (max-width: 991px) {
  #content {
    padding: 1.875rem 0 2.5rem 0;
    position: relative;
  }

  body.path-frontpage #content {
    padding: 1.875rem 0 2.5rem 0;
  }
}