.hn {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h13 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h46 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*====================== Alerts styling =================================*/
.messages__wrapper {
  position: fixed;
  top: 10vh;
  z-index: 100;
  width: 80%;
  max-width: 40em;
  left: calc(50% - 20em);
}
@media (max-width: 40em) {
  .messages__wrapper {
    left: 10%;
  }
}
body.toolbar-fixed .messages__wrapper {
  top: 20vh;
}
.alert {
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 1em;
  color: white;
}
.alert > p {
  margin: 0;
}
.alert--dismissible {
  padding-right: 2em;
}
.alert--success {
  background-color: #10b032;
}
.alert--info {
  background-color: #4591f2;
}
.alert--warning {
  background-color: #eab028;
}
.alert--danger {
  background-color: #d23544;
}
/*===================== Forms styling =======================================*/
input[type=email] {
  border: 1px solid #ddd;
  padding: 13px;
  -webkit-box-shadow: inset 5px -5px 5px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 5px -5px 5px -5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 5px -5px 5px -5px rgba(0, 0, 0, 0.15);
  font-family: Arial, Helvetica, sans-serif;
}
input[type=phone] {
  border: 1px solid #ddd;
  padding: 13px;
  -webkit-box-shadow: inset 5px -5px 5px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 5px -5px 5px -5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 5px -5px 5px -5px rgba(0, 0, 0, 0.15);
  font-family: Arial, Helvetica, sans-serif;
}
input[type=text] {
  border: 1px solid #ddd;
  padding: 13px;
  -webkit-box-shadow: inset 5px -5px 5px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 5px -5px 5px -5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 5px -5px 5px -5px rgba(0, 0, 0, 0.15);
  font-family: Arial, Helvetica, sans-serif;
}
input[type=password] {
  border: 1px solid #ddd;
  padding: 13px;
  -webkit-box-shadow: inset 5px -5px 5px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 5px -5px 5px -5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 5px -5px 5px -5px rgba(0, 0, 0, 0.15);
  font-family: Arial, Helvetica, sans-serif;
}
textarea {
  border: 1px solid #ddd;
  padding: 13px;
  -webkit-box-shadow: inset 5px -5px 5px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 5px -5px 5px -5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 5px -5px 5px -5px rgba(0, 0, 0, 0.15);
  font-family: Arial, Helvetica, sans-serif;
}
.form-item {
  padding: 0 0 15px 0;
}
.form-item label {
  display: block;
}
/*=========================== Buttons styling =========================*/
.button {
  color: #fff;
  background: #0072d6;
  padding: 0.65rem 1.6rem;
  border-radius: 1.5rem;
  border-width: 0;
  font-weight: bold;
  margin: 0 0.4rem 0.4rem 0;
  display: inline-block;
  text-decoration: none;
  transition: color 0.1s ease, background-color 0.1s ease, border 0.1s ease, box-shadow 0.1s ease;
}
.button:hover {
  background: #00427b;
  color: #fff;
}
.button--primary {
  background: #fff;
  color: #6B6B6B;
  padding: 1rem 2.75rem;
}
.button--primary:hover {
  background: #006022;
  color: #fff;
}
.button--secondary {
  border: 0.2rem solid #6B6B6B;
  background: transparent;
  color: #6B6B6B;
}
.button--secondary:hover {
  color: #006022;
  text-decoration: underline;
  background-color: transparent;
  box-shadow: 0 0.3rem 0.43rem -0.125rem rgba(0, 0, 0, 0.2);
}
.button--inverted {
  color: #57be1b;
  background: #ffffff;
}
.button--inverted:hover {
  color: #980009;
  background: #ffffff;
}
.button--alert {
  cursor: pointer;
  position: relative;
  top: -0.15em;
  right: -1.3em;
  color: inherit;
  float: right;
  padding: 0;
  font-size: 1.35em;
  font-weight: normal;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  background: transparent;
  box-shadow: none;
}
.button--alert:hover {
  color: inherit;
  background: inherit;
}
/*=====================  Main menu styling =============================== */


.menu--hlavni-navigace-2,
.menu--main {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
 
  position: relative;
   
}

.menu--hlavni-navigace-2  {
 
  justify-content: flex-start;
 
   
}
 
.menu--main {
 
  justify-content: flex-end;
 
   
}
.menu__item--hlavni-navigace-2,
.menu__item--main {
  list-style: none;
  min-width: 100px;
  position: relative;
}

/*
.menu__link.is-active > .link__title {
  font-weight: bold;
}
.menu__item--append > .menu__link {
  font-style: italic;
}*/


#block-hlavninavigace2 {display: inline-block;float: left; }
 #block-prepinacjazyka { float: left;}
#block-prepinacjazyka ul { float: left;text-transform: lowercase;}
#block-prepinacjazyka a.language-link,

.menu__link--hlavni-navigace-2,
.menu__link--main {
  color: #3C3C3C;
  padding: 20px 1.2em;
  width: 100%;
  display: table;
  text-align: center;
  text-decoration: none;
 font-size: 24px;
}


.menu__link--hlavni-navigace-2 span,
.menu__link--main span {
  display: table-cell;
  vertical-align: middle;
}
.menu__link--hlavni-navigace-2:hover,
.menu__link--main:hover,
#block-prepinacjazyka a.language-link:hover,
.menu__item--hlavni-navigace-2:hover > .menu__link--hlavni-navigace-2,
.menu__item--main:hover > .menu__link--main {
  text-decoration: none;
  color: #202020;
   
}
.menu__link--hlavni-navigace-2.menu__link--parent > .menu__arrow,
.menu__link--main.menu__link--parent > .menu__arrow {
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  content: '';
  top: 2.6em;
  margin-top: -5px;
  right: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
.menu__item--hlavni-navigace-2:hover .menu__link--hlavni-navigace-2.menu__link--parent > .menu__arrow,
.menu__item--main:hover .menu__link--main.menu__link--parent > .menu__arrow {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
.menu__item--hlavni-navigace-2.menu__item--parent,
.menu__item--main.menu__item--parent {
  position: relative;
}
.menu__item--hlavni-navigace-2.menu__item--parent > ul,
.menu__item--main.menu__item--parent > ul {
  display: block;
  overflow: hidden;
  max-height: 0;
  width: 20em;
  opacity: 0;
  top: 100%;
  padding: 0;
  z-index: 29;
  position: absolute;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  background: #004719;
}
.menu--hlavni-navigace-2.menu--child > .menu__item,
.menu--main.menu--child > .menu__item {
  list-style: none;
}
.menu--hlavni-navigace-2.menu--child > .menu__item > .menu__link,
.menu--main.menu--child > .menu__item > .menu__link {
  display: table;
  padding: 13px 8px 13px 1.3em;
  text-align: left;
  font-style: italic;
}
.menu--main.menu--child > .menu__item > .menu__link:hover ,
.menu--hlavni-navigace-2.menu--child > .menu__item > .menu__link:hover {
  background-color: #00561f;
}
.menu--hlavni-navigace-2.menu--child > .menu__item--last > .menu__link ,
.menu--main.menu--child > .menu__item--last > .menu__link {
  border-bottom: 0 solid #eee;
}
.menu__item--hlavni-navigace-2.menu__item--parent:hover > .menu--child ,
.menu__item--main.menu__item--parent:hover > .menu--child {
  opacity: 1;
  max-height: 1500px ;
}
@media (max-width: 990px) {
  .user-logged-in #navbar.fixed {
    top: 0;
  }
  #toolbar-administration {
    display: none;
  }
  body {
    padding-top: 0!important;
  }
  body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0!important;
  }
}

@media (max-width: 520px) {
  #edit-reset.button {
    padding: 9px 30px 10px 15px;
    font-size: 14px;
  }
}

@media (max-width: 378px) {
  .region--brand {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  header#navbar {
    height: 4.5em;
  }

  header#navbar .pw-mobnav {
    position: absolute;
    right: 0;
    top: 4.5em;
    width: 22em;
    transition: box-shadow 0.4s ease-in;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.33);
  }

  header#navbar .pw-mobnav .menu--parent {
    display: block;
    width: 100%;
  }
  header#navbar .menu__arrow {
    display: none;
  }

  header#navbar ul.menu--child {
    max-height: none;
    width: 100%;
    position: relative;
    opacity: 1;
    padding-left: 1em;
  }

  #block-prepinacjazyka ul {float: none;
  }

#block-prepinacjazyka a.language-link  {
    max-height: 4em;
    padding: 0.9em;text-align: left;
    color: #3C3C3C;
    display: block;
    background: rgba(255,255,255,0.8);
    
  }



 
  
  




  #block-hlavninavigace2 {
    display: block;  
     float:none; 
}
#block-prepinacjazyka {
  display: block;  
     float:none; 
}

 
  .icon--burger {
    position: absolute;
    top: calc(50% - 18px);
    right: 28px;
    width: 44px;
    height: 44px;
    display: block;
    z-index: 1060;
    background: transparent;
  }
  .icon--burger * {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .icon--burger__top,
  .icon--burger__center,
  .icon--burger__bottom {
    display: block;
    width: 32px;
    height: 5px;
    background: white;
    position: absolute;
    top: 6px;
    left: 3px;
  }
  .icon--burger__center {
    top: 16px;
    opacity: 1;
  }
  .icon--burger__bottom {
    top: 26px;
  }
  .navbar--opened .icon--burger .icon--burger__center {
    opacity: 0;
  }
  .navbar--opened .icon--burger .icon--burger__top {
    transform: rotate(45deg);
    top: 16px;
  }
  .navbar--opened .icon--burger .icon--burger__bottom {
    transform: rotate(-45deg);
    top: 16px;
  }
}
/*================================ Global styling ============================== */
body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto Slab', serif;
  color: #002d10;
}
html,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flex {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
.flex > * {
  -webkit-flex: 1 1 0;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.flex .flex--center {
  align-items: center;
  -webkit-align-items: center;
}
.flex .flex--stretch {
  align-items: center;
  -webkit-align-items: center;
}
.container {
  width: 96%;
  max-width: 1270px;
  margin: 0 auto;
}
#block-tpp-page-title {
  text-align: center;
}
.page-wrapper {
  margin: auto;
}
strong {
  font-weight: bold;
}
i {
  font-style: italic;
}
p {
  line-height: 1.2;
}
p + p {
  margin-top: 1em;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
.site-name {
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  display: block;
  position: absolute;
  text-indent: -66666px;
  overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 799px) {
  h1 {
    font-size: 28.8px;
  }
}
h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
}
@media (max-width: 799px) {
  h2 {
    font-size: 27px;
  }
}
h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}
h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
picture > img {
  margin-left: auto;
  margin-right: auto;
}
.region--content {
 
  
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 990px) {
  .region--content {
   
  }
}
/*============================ Navbar ===================================== */
 
@media all and (min-width: 1270px) {
 /* header#navbar {
    padding-left: calc(50% - 1270px/2);
    padding-right: calc(50% - 1270px/2);
  }*/
}
@media all and (min-width: 1920px) {
/*  header#navbar {
    padding-left: 325px;
    padding-right: 325px;
  }*/
}
header#navbar.fixed {
  position: fixed;
  width: 100%;
  z-index: 99;top:0;
}
.toolbar-horizontal header#navbar.fixed {
  position: fixed;
  width: 100%;
  z-index: 99;top: 79px;
}
/*

header#navbar > .region--brand {
  max-width: 14.5em;
  padding: 0.3em 0.8em;
}
header#navbar > nav {
  -webkit-flex: 5 1 0;
  -moz-flex: 5 1 0;
  -ms-flex: 5 1 0;
  flex: 5 1 0;
  max-width: calc(100% - 250px);
  position: relative;
}
@media (max-width: 990px) {
  header#navbar > nav {
    max-width: none;
    overflow-y: scroll;
    max-height: calc(100vh - 4.5em);
  }
}*/
/*================================ edit-link ============================== */
.edit-link {
  position: absolute;
  top: -13px;
  right: -13px;
  border-radius: 15px;
  width: 26px;
  height: 26px;
  background: #fff;
  text-indent: -9999px;
  overflow: hidden;
  border: 2px solid #aaa;
}
.edit-link:after {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #aaa;
  width: 6px;
  height: 11px;
  left: 9px;
  top: 4px;
  content: '';
}
.edit-link:before {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  top: 14px;
  left: 1px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #aaa;
  border-bottom: 0;
}
.edit-link:hover:after {
  background: #333;
}
.edit-link:hover {
  border-color: #333;
}
.edit-link:hover:before {
  border-top-color: #333;
}
/*================================ login ============================== */
.page--user-login .user-login-form {
  padding: 50px;
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 150px auto;
}
/*================================ admin taby ============================== */
.region--taby {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  max-width: 150px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  border: 1px solid #680984;
  border-left-width: 0;
  border-bottom-width: 0;
}
.region--taby ul {
  margin: 0;
  padding: 10px;
  list-style: none;
}
.region--taby ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.region--taby ul li a {
  display: block;
  padding: 3px;
  color: #921fb3;
  font-size: 13px;
  text-decoration: none;
}
.region--taby ul li a:hover {
  color: #4a0254;
}
.region--taby .contextual {
  display: none;
}
/*================================ Footer ===============================*/
 
#block-sitebranding {
  margin-left: 2em;
  width: 100%;
  margin-bottom: 1.5em;
}
@media (max-width: 799px) {
  #block-sitebranding {
    width: auto;
    display: inline-block;
    margin-left: 0;
  }
}
#block-sitebranding a {
  display: inline-block;
  width: 10em;
}
#block-copyright {
  padding-top: 1em;
  text-align: center;
  width: 100%;
}
/*# sourceMappingURL=global.css.map */