@charset "UTF-8";
/* line 1, ../sass/parts/_reset.scss */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, p, blockquote {
  margin: 0;
  padding: 0;
}

/* line 6, ../sass/parts/_reset.scss */
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

/* line 13, ../sass/parts/_reset.scss */
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  border-color: #0088ca;
}

/* line 18, ../sass/parts/_reset.scss */
ul, ol {
  list-style: none;
}

/* line 22, ../sass/parts/_reset.scss */
fieldset, img, div, p {
  border: none;
}

/*p, h4 {
  line-height: 140%;
  margin-bottom: 1.3em;
}*/
/* line 31, ../sass/parts/_reset.scss */
caption, th {
  text-align: left;
}

/* line 35, ../sass/parts/_reset.scss */
th, td {
  border-bottom: none;
}

/* line 39, ../sass/parts/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 44, ../sass/parts/_reset.scss */
strong, b {
  font-weight: 600;
}

/* line 48, ../sass/parts/_reset.scss */
em {
  font-style: italic;
}

/* line 52, ../sass/parts/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* mixins
* Generates the image in either standard size or retina display version
*/
/*
 * Jestřebí hory sizes
 */
/* .h1 {
  @include MQ(XS) {
    font-size: 0.9em;
  }
  @include MQ(S) {
    font-size: 1em;
  }
  @include MQ(M) {
    font-size: 1.1em;
  }
  @include MQ(L) {
    font-size: 1.2em;
  }
  @include MQ(XL) {
    font-size: 1.3em;
  }
  @include MQ(XXL) {
    font-size: 1.4em;
  }
} */
/* line 10, ../sass/jestrebihory-v1.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 16, ../sass/jestrebihory-v1.scss */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #4d4d4d;
  height: 100%;
  background-color: white;
  font: 18px/130% "neuzeit-grotesk", Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

/* line 28, ../sass/jestrebihory-v1.scss */
a {
  color: #d4b54f;
  text-decoration: none;
}
/* line 32, ../sass/jestrebihory-v1.scss */
a:hover {
  text-decoration: none;
  color: #c59b2a;
}
/* line 37, ../sass/jestrebihory-v1.scss */
a.openMarker {
  cursor: pointer;
}

/* line 42, ../sass/jestrebihory-v1.scss */
.column,
.columns {
  text-align: left;
}

/* line 47, ../sass/jestrebihory-v1.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 51, ../sass/jestrebihory-v1.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 56, ../sass/jestrebihory-v1.scss */
.box ul,
.box ol {
  float: none;
  margin: 0 auto;
}
/* line 62, ../sass/jestrebihory-v1.scss */
.box ul {
  list-style-type: inherit;
  list-style-position: outside;
  margin-bottom: 20px;
  margin-left: 30px;
}
/* line 68, ../sass/jestrebihory-v1.scss */
.box ul li {
  padding-left: 0;
}
/* line 73, ../sass/jestrebihory-v1.scss */
.box ol {
  list-style-type: inherit;
  list-style-position: outside;
  margin-bottom: 20px;
  margin-left: 30px;
}
/* line 79, ../sass/jestrebihory-v1.scss */
.box ol li {
  padding-left: 0;
}
/* line 84, ../sass/jestrebihory-v1.scss */
.box p {
  line-height: 130%;
  margin-bottom: 0.45em;
}
/* line 89, ../sass/jestrebihory-v1.scss */
.box table {
  float: none;
  margin: 0 auto 20px;
}
/* line 94, ../sass/jestrebihory-v1.scss */
.box .clanek {
  margin-bottom: 30px;
}
/* line 97, ../sass/jestrebihory-v1.scss */
.box .clanek h3.hledat {
  color: #333333;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
/* line 104, ../sass/jestrebihory-v1.scss */
.box .clanek h4 {
  color: #333333;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 112, ../sass/jestrebihory-v1.scss */
.box .clanek .img img {
  width: 100%;
}
/* line 116, ../sass/jestrebihory-v1.scss */
.box .clanek .img p {
  font-size: 14px;
  color: #ababab;
  margin-top: 4px;
}
/* line 123, ../sass/jestrebihory-v1.scss */
.box .clanek p {
  margin-bottom: 0.4em;
}
/* line 126, ../sass/jestrebihory-v1.scss */
.box .clanek p.datum {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 133, ../sass/jestrebihory-v1.scss */
.box .clanek p.perex {
  font-style: italic;
}
/* line 139, ../sass/jestrebihory-v1.scss */
.box .clanek-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: dashed 1px #dfdfdf;
}
/* line 145, ../sass/jestrebihory-v1.scss */
.box .clanek-item p.datum {
  font-weight: 400;
}
/* line 150, ../sass/jestrebihory-v1.scss */
.box .clanek-item:last-child, .box .clanek-item:nth-last-child(2) {
  border-bottom: none;
}
/* line 155, ../sass/jestrebihory-v1.scss */
.box .clanek-item:first-child {
  padding-top: 0;
}
/* line 160, ../sass/jestrebihory-v1.scss */
.box .form-filtry {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
/* line 166, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry {
  float: left;
  position: relative;
  background-color: #f1f1f1;
  padding: 0 20px 20px;
}
/* line 172, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry p {
  float: left;
  width: 100%;
}
/* line 177, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry .in-regiony,
.box .form-filtry .box-filtry .in-filtry,
.box .form-filtry .box-filtry .in-archiv {
  position: relative;
  float: left;
}
/* line 183, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry .in-regiony p,
.box .form-filtry .box-filtry .in-filtry p,
.box .form-filtry .box-filtry .in-archiv p {
  margin-bottom: 2px;
}
/* line 188, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry .in-regiony,
.box .form-filtry .box-filtry .in-filtry {
  margin-bottom: 10px;
}
/* line 193, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry .in-datumy {
  font-weight: 300;
}
/* line 196, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry .in-datumy input[type="text"] {
  float: left;
  width: 103px;
  text-align: center;
}
/* line 202, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry .in-datumy span {
  float: left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 6px;
  margin-bottom: 15px;
}
/* line 211, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry .in-datumy .stick {
  float: left;
}
/* line 214, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry .in-datumy .stick .b-date-clear {
  position: relative;
  float: left;
  margin-top: 11px;
  margin-left: 5px;
  width: 15px;
  height: 0;
  padding-top: 15px;
  overflow: hidden;
  background: url(../../ui/images/b-cross-27169_640.png) center center no-repeat;
  background-size: 10px 10px;
  cursor: pointer;
  opacity: 0.8;
}
/* line 228, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry .in-datumy .stick .b-date-clear:hover {
  opacity: 1;
}
/* line 235, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry .in-archiv {
  margin-bottom: 10px;
}
/* line 239, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry .in-query {
  font-weight: 300;
}
/* line 242, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry .in-query input[type="text"] {
  float: left;
  max-width: 227px;
  width: 100%;
  text-align: left;
}
/* line 249, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry .in-query span {
  float: left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 6px;
  margin-bottom: 15px;
}
/* line 258, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry .in-query .stick {
  float: left;
}
/* line 261, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry .in-query .stick .b-date-clear {
  position: relative;
  float: left;
  margin-top: 11px;
  margin-left: 5px;
  width: 15px;
  height: 0;
  padding-top: 15px;
  overflow: hidden;
  background: url(../../ui/images/b-cross-27169_640.png) center center no-repeat;
  background-size: 10px 10px;
  cursor: pointer;
  opacity: 0.8;
}
/* line 275, ../sass/jestrebihory-v1.scss */
.box .form-filtry .box-filtry .in-query .stick .b-date-clear:hover {
  opacity: 1;
}
/* line 283, ../sass/jestrebihory-v1.scss */
.box .form-filtry .filtry-bar-up,
.box .form-filtry .filtry-bar-down {
  float: left;
  position: relative;
  width: 100%;
  cursor: pointer;
  border-top: 7px solid #ccc;
  min-height: 41px;
  color: black;
  font-size: 18px;
  background-color: #f1f1f1;
  padding: 0 8px 0 17px;
}
/* line 296, ../sass/jestrebihory-v1.scss */
.box .form-filtry .filtry-bar-up .bar-up-title,
.box .form-filtry .filtry-bar-up .bar-down-title,
.box .form-filtry .filtry-bar-down .bar-up-title,
.box .form-filtry .filtry-bar-down .bar-down-title {
  line-height: 20px;
  padding-top: 16px;
  padding-bottom: 12px;
}
/* line 302, ../sass/jestrebihory-v1.scss */
.box .form-filtry .filtry-bar-up .bar-up-title span,
.box .form-filtry .filtry-bar-up .bar-down-title span,
.box .form-filtry .filtry-bar-down .bar-up-title span,
.box .form-filtry .filtry-bar-down .bar-down-title span {
  color: #999999;
  font-size: 16px;
}
/* line 309, ../sass/jestrebihory-v1.scss */
.box .form-filtry .bar-up-title {
  padding-left: 14px;
  background: url(../images/bg-arrow-black-normal.svg) 3px 18px no-repeat;
  width: 100%;
  max-width: 310px;
}
/* line 316, ../sass/jestrebihory-v1.scss */
.box .form-filtry .bar-down-title {
  padding-left: 14px;
  background: url(../images/bg-arrow-black-active.svg) 0 22px no-repeat;
  width: 100%;
  max-width: 310px;
}
/* line 323, ../sass/jestrebihory-v1.scss */
.box .form-filtry .filtry-buttons {
  float: left;
  position: relative;
  margin-top: 20px;
}
/* line 328, ../sass/jestrebihory-v1.scss */
.box .form-filtry .filtry-buttons input {
  margin-bottom: 0;
}
/* line 334, ../sass/jestrebihory-v1.scss */
.box .side-bar {
  float: left;
  position: relative;
  width: 100%;
}
/* line 339, ../sass/jestrebihory-v1.scss */
.box .side-bar .item {
  float: left;
  position: relative;
  width: 100%;
  background-color: #fec809;
  padding: 20px;
  border-right: solid 7px #e4b207;
  border-bottom: solid 1px #e4b207;
}
/* line 348, ../sass/jestrebihory-v1.scss */
.box .side-bar .item.active, .box .side-bar .item:hover {
  border-right-color: #f1f1f1;
  border-bottom-color: #f1f1f1;
  background: #f1f1f1 url(../images/navi-arrow-right.svg) right center no-repeat;
}
/* line 355, ../sass/jestrebihory-v1.scss */
.box .side-bar .item:hover {
  background-color: #e8e8e8;
  border-right-color: #e8e8e8;
  border-bottom-color: #e8e8e8;
}
/* line 361, ../sass/jestrebihory-v1.scss */
.box .side-bar .item:last-child {
  border-bottom: none;
}
/* line 365, ../sass/jestrebihory-v1.scss */
.box .side-bar .item p {
  margin-bottom: 0;
}
/* line 369, ../sass/jestrebihory-v1.scss */
.box .side-bar .item a {
  color: #1a1a1a;
}
/* line 372, ../sass/jestrebihory-v1.scss */
.box .side-bar .item a:hover {
  text-decoration: none;
}
/* line 376, ../sass/jestrebihory-v1.scss */
.box .side-bar .item a p {
  font-size: 16px;
  font-weight: 300;
}
/* line 380, ../sass/jestrebihory-v1.scss */
.box .side-bar .item a p.dsc2 {
  line-height: 130%;
  max-height: 60px;
  overflow: hidden;
}

/* line 392, ../sass/jestrebihory-v1.scss */
.container.banner {
  width: 100%;
  max-width: unset;
  height: 400px;
  background: url(../images/ilustrace-1.jpg) center center no-repeat;
  background-size: auto 400px;
  font-size: 28px;
}
/* line 400, ../sass/jestrebihory-v1.scss */
.container.banner p {
  line-height: 1.2em;
}
/* line 403, ../sass/jestrebihory-v1.scss */
.container.banner p:nth-child(1) {
  margin-top: 60px;
}
@media only screen and (max-width: 37.5em) {
  /* line 403, ../sass/jestrebihory-v1.scss */
  .container.banner p:nth-child(1) {
    margin-top: 48px;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 24px;
  }
}
/* line 414, ../sass/jestrebihory-v1.scss */
.container.banner p:nth-child(2) {
  font-weight: 400;
  margin-top: 13px;
}
@media only screen and (max-width: 37.5em) {
  /* line 414, ../sass/jestrebihory-v1.scss */
  .container.banner p:nth-child(2) {
    font-size: 24px;
  }
}
/* line 425, ../sass/jestrebihory-v1.scss */
.container.bct {
  height: 70px;
  display: table;
  text-align: left;
  padding-top: 20px;
}
/* line 431, ../sass/jestrebihory-v1.scss */
.container.bct p {
  color: #333333;
  width: 100%;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 438, ../sass/jestrebihory-v1.scss */
.container.bct p span {
  display: inline-block;
  padding-right: 25px;
  margin-right: 9px;
  color: #666666;
  background: url(../images/bct-arrow.svg) center right no-repeat;
}
/* line 448, ../sass/jestrebihory-v1.scss */
.container.bct.hp p {
  font-size: 22px;
  text-transform: none;
  padding-left: 25px;
}
/* line 457, ../sass/jestrebihory-v1.scss */
body.clanky .container.bct p, body.urednideska .container.bct p {
  padding-left: 25px;
}
/* line 463, ../sass/jestrebihory-v1.scss */
.container.news {
  height: 350px;
}
/* line 468, ../sass/jestrebihory-v1.scss */
.container.galerie .header-strip {
  font-size: 36px;
  font-weight: 400;
  color: #666666;
  width: 100%;
}
/* line 475, ../sass/jestrebihory-v1.scss */
.container.galerie .header-strip .container p {
  text-transform: uppercase;
  line-height: 110%;
  width: 100%;
  margin: 27px 0;
}
/* line 484, ../sass/jestrebihory-v1.scss */
.container.galerie .slider-galerie {
  height: 290px;
  width: 100%;
}

/* line 491, ../sass/jestrebihory-v1.scss */
.head {
  position: relative;
  border-top: 7px solid #4d4d4d;
  min-height: 160px;
  width: 100%;
}
/* line 497, ../sass/jestrebihory-v1.scss */
.head .form-filtry {
  width: auto;
  float: left;
  position: relative;
}
@media only screen and (max-width: 73.75em) {
  /* line 491, ../sass/jestrebihory-v1.scss */
  .head {
    height: 248px;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 491, ../sass/jestrebihory-v1.scss */
  .head {
    height: 343px;
  }
}
/* line 511, ../sass/jestrebihory-v1.scss */
.head .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -181px;
  margin-top: 25px;
  width: 362px;
  height: 0;
  padding-top: 98px;
  overflow: hidden;
  background: url(../images/logo-362x98.svg?v=1) center center no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 73.75em) {
  /* line 511, ../sass/jestrebihory-v1.scss */
  .head .logo {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 511, ../sass/jestrebihory-v1.scss */
  .head .logo {
    width: 300px;
    padding-top: 81px;
    margin-left: -150px;
    margin-top: 88px;
  }
}
/* line 536, ../sass/jestrebihory-v1.scss */
.head .box-odkazy {
  position: absolute;
  text-align: left;
  top: 30px;
  left: 0;
  width: 265px;
  height: 34px;
  overflow: hidden;
}
@media only screen and (max-width: 37.5em) {
  /* line 545, ../sass/jestrebihory-v1.scss */
  .head .box-odkazy a {
    text-indent: -9999px;
    line-height: 0;
    /* Collapse the original line */
    max-width: 130px;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 552, ../sass/jestrebihory-v1.scss */
  .head .box-odkazy a::after {
    text-indent: 0;
    display: block;
    line-height: 10px;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 560, ../sass/jestrebihory-v1.scss */
  .head .box-odkazy a.one::after {
    content: "MAS KJH";
  }
}
/* line 568, ../sass/jestrebihory-v1.scss */
.head .box-hledat {
  position: absolute;
  top: 30px;
  right: 0;
  text-align: left;
  display: block;
  outline: none;
  color: #666666;
  margin-bottom: 0;
  height: 34px;
  width: 216px;
  max-width: 280px;
  background-color: #f2f2f2;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
    /* &:hover {
      @include transition(0.3s);

      color: $text_color;
      text-decoration: none;
      opacity: 0.9;
    } */
}
@media only screen and (max-width: 37.5em) {
  /* line 568, ../sass/jestrebihory-v1.scss */
  .head .box-hledat {
    width: 181px;
  }
}
/* line 588, ../sass/jestrebihory-v1.scss */
.head .box-hledat input[type="text"] {
  border: none;
  background-color: transparent;
  margin-bottom: 0;
  height: 100%;
  font: 16px "neuzeit-grotesk", Arial, sans-serif;
  padding-left: 20px;
  padding-right: 5px;
  font-weight: 300;
  width: 183px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 8, ../sass/parts/_global-mixins.scss */
.head .box-hledat input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b6b6b6;
}
/* line 12, ../sass/parts/_global-mixins.scss */
.head .box-hledat input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #b6b6b6;
}
/* line 16, ../sass/parts/_global-mixins.scss */
.head .box-hledat input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #b6b6b6;
}
/* line 20, ../sass/parts/_global-mixins.scss */
.head .box-hledat input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #b6b6b6;
}
@media only screen and (max-width: 37.5em) {
  /* line 588, ../sass/jestrebihory-v1.scss */
  .head .box-hledat input[type="text"] {
    width: 148px;
  }
}
/* line 607, ../sass/jestrebihory-v1.scss */
.head .box-hledat a.b-lupa {
  position: relative;
  float: right;
  margin-top: 6px;
  margin-right: 10px;
  width: 22px;
  height: 0;
  padding-top: 22px;
  overflow: hidden;
  background: url(../images/bg-lupa.svg) center center no-repeat;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 620, ../sass/jestrebihory-v1.scss */
.head .box-hledat a.b-lupa:hover {
  opacity: 0.9;
}
/* line 635, ../sass/jestrebihory-v1.scss */
.head a.tm {
  position: absolute;
  top: 102px;
  color: #666666;
  padding-right: 13px;
  background: url(../images/b-small-menu-mark.svg) right center no-repeat;
  text-decoration: none;
}
@media only screen and (max-width: 73.75em) {
  /* line 635, ../sass/jestrebihory-v1.scss */
  .head a.tm {
    top: 198px;
  }
}
/* line 647, ../sass/jestrebihory-v1.scss */
.head a.tm:hover, .head a.tm.active {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: -0.2px;
}
/* line 655, ../sass/jestrebihory-v1.scss */
.head a.tm.uredni-deska {
  left: 6%;
}
@media only screen and (max-width: 73.75em) {
  /* line 655, ../sass/jestrebihory-v1.scss */
  .head a.tm.uredni-deska {
    left: 2%;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 655, ../sass/jestrebihory-v1.scss */
  .head a.tm.uredni-deska {
    left: 5%;
  }
}
/* line 667, ../sass/jestrebihory-v1.scss */
.head a.tm.informacni-centrum {
  left: 20%;
}
@media only screen and (max-width: 73.75em) {
  /* line 667, ../sass/jestrebihory-v1.scss */
  .head a.tm.informacni-centrum {
    left: 28%;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 667, ../sass/jestrebihory-v1.scss */
  .head a.tm.informacni-centrum {
    top: 228px;
    left: 5%;
  }
}
/* line 680, ../sass/jestrebihory-v1.scss */
.head a.tm.fotogalerie {
  right: 25%;
}
@media only screen and (max-width: 73.75em) {
  /* line 680, ../sass/jestrebihory-v1.scss */
  .head a.tm.fotogalerie {
    right: auto;
    left: 63%;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 680, ../sass/jestrebihory-v1.scss */
  .head a.tm.fotogalerie {
    top: 258px;
    left: 5%;
    right: auto;
  }
}
/* line 695, ../sass/jestrebihory-v1.scss */
.head a.tm.kontakt {
  right: 14%;
}
@media only screen and (max-width: 73.75em) {
  /* line 695, ../sass/jestrebihory-v1.scss */
  .head a.tm.kontakt {
    right: auto;
    left: 90%;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 695, ../sass/jestrebihory-v1.scss */
  .head a.tm.kontakt {
    top: 288px;
    left: 5%;
    right: auto;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 635, ../sass/jestrebihory-v1.scss */
  .head a.tm {
    left: 0;
  }
}

/* line 717, ../sass/jestrebihory-v1.scss */
.menu {
  background-color: #fec809;
  width: 100%;
  height: 80px;
}
@media only screen and (max-width: 63em) {
  /* line 717, ../sass/jestrebihory-v1.scss */
  .menu {
    height: auto;
  }
}
/* line 727, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul {
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
}
@media only screen and (max-width: 63em) {
  /* line 727, ../sass/jestrebihory-v1.scss */
  .menu .menu-top ul {
    height: auto;
  }
}
/* line 736, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li {
  float: left;
  text-align: left;
  width: 17%;
  max-width: 195px;
  height: 100%;
  line-height: 80px;
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 746, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:nth-child(1) a {
  background-image: url(../images/menu-pictos/zpravy.svg);
}
/* line 751, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:nth-child(2) {
  width: 14%;
}
/* line 754, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:nth-child(2) a {
  background-image: url(../images/menu-pictos/akce.svg);
}
/* line 759, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:nth-child(3) {
  width: 18%;
}
/* line 762, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:nth-child(3) a {
  background-image: url(../images/menu-pictos/priroda.svg);
}
/* line 767, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:nth-child(4) {
  width: 15%;
}
/* line 770, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:nth-child(4) a {
  background-image: url(../images/menu-pictos/vylety.svg);
}
/* line 775, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:nth-child(5) {
  width: 18.5%;
}
/* line 778, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:nth-child(5) a {
  background-image: url(../images/menu-pictos/kultura.svg);
}
/* line 784, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:nth-child(6) a {
  background-image: url(../images/menu-pictos/aktivity.svg);
}
@media only screen and (max-width: 63em) {
  /* line 736, ../sass/jestrebihory-v1.scss */
  .menu .menu-top ul li {
    height: 80px;
    width: 100% !important;
    max-width: none;
    border-bottom: solid 1px #e4b207;
  }
  /* line 795, ../sass/jestrebihory-v1.scss */
  .menu .menu-top ul li:last-child {
    border-bottom: none;
  }
}
/* line 802, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li a {
  text-decoration: none;
  font-size: 22px;
  color: #4d4d4d;
  text-transform: uppercase;
  padding-left: 40px;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../images/menu-pictos/zpravy.svg) left center no-repeat;
}
/* line 814, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:hover, .menu .menu-top ul li.active {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 818, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:hover a, .menu .menu-top ul li.active a {
  color: white;
  text-decoration: none;
}
/* line 824, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:hover:nth-child(1) a, .menu .menu-top ul li.active:nth-child(1) a {
  background-image: url(../images/menu-pictos/zpravy-over.svg);
}
/* line 830, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:hover:nth-child(2) a, .menu .menu-top ul li.active:nth-child(2) a {
  background-image: url(../images/menu-pictos/akce-over.svg);
}
/* line 836, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:hover:nth-child(3) a, .menu .menu-top ul li.active:nth-child(3) a {
  background-image: url(../images/menu-pictos/priroda-over.svg);
}
/* line 842, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:hover:nth-child(4) a, .menu .menu-top ul li.active:nth-child(4) a {
  background-image: url(../images/menu-pictos/vylety-over.svg);
}
/* line 848, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:hover:nth-child(5) a, .menu .menu-top ul li.active:nth-child(5) a {
  background-image: url(../images/menu-pictos/kultura-over.svg);
}
/* line 854, ../sass/jestrebihory-v1.scss */
.menu .menu-top ul li:hover:nth-child(6) a, .menu .menu-top ul li.active:nth-child(6) a {
  background-image: url(../images/menu-pictos/aktivity-over.svg);
}

/* line 864, ../sass/jestrebihory-v1.scss */
.gm-style-iw {
  font-family: "neuzeit-grotesk", Arial, sans-serif !important;
  text-align: left !important;
  top: 15px !important;
  padding-bottom: 5px !important;
  padding-left: 7px !important;
  padding-right: 7px !important;
  font-size: 16px !important;
}
/* line 873, ../sass/jestrebihory-v1.scss */
.gm-style-iw h4 {
  font-size: 22px !important;
  margin-bottom: 8px !important;
}

/* line 880, ../sass/jestrebihory-v1.scss */
.slick-news .news-item {
  text-align: left;
  font-size: 18px;
  color: black;
  padding: 19px 23px 26px;
}
/* line 881, ../sass/jestrebihory-v1.scss */
.slick-news .news-item a {
  color: black;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 887, ../sass/jestrebihory-v1.scss */
.slick-news .news-item a:hover {
  text-decoration: none;
}
/* line 897, ../sass/jestrebihory-v1.scss */
.slick-news .news-item:hover {
  background: url(../images/news-overlay/zpravy.svg) center center no-repeat;
}
/* line 902, ../sass/jestrebihory-v1.scss */
.slick-news .news-item.zpravy:hover {
  background-image: url(../images/news-overlay/zpravy.svg);
}
/* line 908, ../sass/jestrebihory-v1.scss */
.slick-news .news-item.akce:hover {
  background-image: url(../images/news-overlay/akce.svg);
}
/* line 914, ../sass/jestrebihory-v1.scss */
.slick-news .news-item.priroda:hover {
  background-image: url(../images/news-overlay/priroda.svg);
}
/* line 920, ../sass/jestrebihory-v1.scss */
.slick-news .news-item.kultura:hover {
  background-image: url(../images/news-overlay/kultura.svg);
}
/* line 926, ../sass/jestrebihory-v1.scss */
.slick-news .news-item.vylety:hover {
  background-image: url(../images/news-overlay/vylety.svg);
}
/* line 932, ../sass/jestrebihory-v1.scss */
.slick-news .news-item.aktivity:hover {
  background-image: url(../images/news-overlay/aktivity.svg);
}
/* line 937, ../sass/jestrebihory-v1.scss */
.slick-news .news-item h3 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  height: 60px;
  overflow: hidden;
}
/* line 946, ../sass/jestrebihory-v1.scss */
.slick-news .news-item p {
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased !important;
}
/* line 950, ../sass/jestrebihory-v1.scss */
.slick-news .news-item p.news-item-short {
  font-size: 1.17em;
  line-height: 1.17em;
  text-transform: uppercase;
  font-weight: 300;
  color: white !important;
  height: 76px;
  overflow: hidden;
  margin-bottom: 8px;
}
/* line 961, ../sass/jestrebihory-v1.scss */
.slick-news .news-item p.news-item-body {
  height: 95px;
  margin-bottom: 12px;
  overflow: hidden;
}
/* line 967, ../sass/jestrebihory-v1.scss */
.slick-news .news-item p.news-item-regiony {
  height: 24px;
  overflow: hidden;
  margin-bottom: 12px;
  font-style: italic;
}
/* line 974, ../sass/jestrebihory-v1.scss */
.slick-news .news-item p.news-item-datum {
  height: 24px;
  overflow: hidden;
}
/* line 980, ../sass/jestrebihory-v1.scss */
.slick-news .news-item:nth-child(1), .slick-news .news-item:nth-child(5), .slick-news .news-item:nth-child(9) {
  background-color: #fec809;
}
/* line 986, ../sass/jestrebihory-v1.scss */
.slick-news .news-item:nth-child(2), .slick-news .news-item:nth-child(6), .slick-news .news-item:nth-child(10) {
  background-color: #d4b54f;
}
/* line 992, ../sass/jestrebihory-v1.scss */
.slick-news .news-item:nth-child(3), .slick-news .news-item:nth-child(7), .slick-news .news-item:nth-child(11) {
  background-color: #fe7c11;
}
/* line 998, ../sass/jestrebihory-v1.scss */
.slick-news .news-item:nth-child(4), .slick-news .news-item:nth-child(8), .slick-news .news-item:nth-child(12) {
  background-color: #9daa09;
}

/* line 1006, ../sass/jestrebihory-v1.scss */
a.rss {
  position: absolute;
  right: 30px;
  top: 23px;
  width: 30px;
  height: 0;
  padding-top: 27px;
  overflow: hidden;
  background: url(../images/bg-rss.svg) center center no-repeat;
  cursor: pointer;
}
/* line 1017, ../sass/jestrebihory-v1.scss */
a.rss:hover {
  opacity: 0.8;
}

/* line 1022, ../sass/jestrebihory-v1.scss */
.map {
  width: 100%;
}
/* line 1025, ../sass/jestrebihory-v1.scss */
.map .header-strip {
  font-size: 36px;
  font-weight: 400;
  color: #666666;
  width: 100%;
}
/* line 1031, ../sass/jestrebihory-v1.scss */
.map .header-strip.gray {
  background-color: #e6e6e6;
}
/* line 1035, ../sass/jestrebihory-v1.scss */
.map .header-strip.gray .container p {
  float: left;
  text-transform: uppercase;
  line-height: 110%;
  width: 100%;
  margin: 27px 0;
}
@media only screen and (max-width: 37.5em) {
  /* line 1035, ../sass/jestrebihory-v1.scss */
  .map .header-strip.gray .container p {
    font-size: 32px;
  }
}
/* line 1050, ../sass/jestrebihory-v1.scss */
.map .google-map {
  height: 556px;
  width: 100%;
}
/* line 1054, ../sass/jestrebihory-v1.scss */
.map .google-map .map {
  width: 100%;
  height: 100%;
}

/* line 1061, ../sass/jestrebihory-v1.scss */
.leve-menu {
  margin-bottom: 30px;
}
/* line 1064, ../sass/jestrebihory-v1.scss */
.leve-menu .box-filtry {
  width: 100%;
}
/* line 1067, ../sass/jestrebihory-v1.scss */
.leve-menu .box-filtry p {
  font-weight: 400;
  font-size: 18px;
}
/* line 1072, ../sass/jestrebihory-v1.scss */
.leve-menu .box-filtry .in-regiony,
.leve-menu .box-filtry .in-filtry,
.leve-menu .box-filtry .in-archiv {
  width: 100%;
  float: left;
}
/* line 1079, ../sass/jestrebihory-v1.scss */
.leve-menu .box-filtry .in-regiony span.filtr-item,
.leve-menu .box-filtry .in-filtry span.filtr-item,
.leve-menu .box-filtry .in-archiv span.filtr-item {
  float: left;
  display: block;
  color: #1a1a1a;
  margin-right: 12px;
  font-size: 16px;
}
/* line 1086, ../sass/jestrebihory-v1.scss */
.leve-menu .box-filtry .in-regiony span.filtr-item label,
.leve-menu .box-filtry .in-filtry span.filtr-item label,
.leve-menu .box-filtry .in-archiv span.filtr-item label {
  margin-left: 17px;
  font-size: 16px;
  font-weight: 300;
}
/* line 1092, ../sass/jestrebihory-v1.scss */
.leve-menu .box-filtry .in-regiony span.filtr-item input[type="checkbox"],
.leve-menu .box-filtry .in-filtry span.filtr-item input[type="checkbox"],
.leve-menu .box-filtry .in-archiv span.filtr-item input[type="checkbox"] {
  float: left;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-right: 3px;
}
/* line 1099, ../sass/jestrebihory-v1.scss */
.leve-menu .box-filtry .in-regiony span.filtr-item input[type="radio"],
.leve-menu .box-filtry .in-filtry span.filtr-item input[type="radio"],
.leve-menu .box-filtry .in-archiv span.filtr-item input[type="radio"] {
  float: left;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-right: 3px;
}

/* line 1111, ../sass/jestrebihory-v1.scss */
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #c59b2a;
  outline: 0;
}

/* line 1124, ../sass/jestrebihory-v1.scss */
footer {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: #4d4d4d;
  color: #cccccc;
  font-size: 18px;
}
/* line 1134, ../sass/jestrebihory-v1.scss */
footer .container .row .columns {
  display: table;
  text-align: center;
}
/* line 1138, ../sass/jestrebihory-v1.scss */
footer .container .row .columns h3 {
  font-size: 36px;
  font-weight: 400;
  color: white;
  padding: 25px 4%;
  text-align: center;
  width: 100%;
  clear: both;
  float: left;
}
/* line 1148, ../sass/jestrebihory-v1.scss */
footer .container .row .columns h3.footer-title {
  padding-bottom: 0;
}
/* line 1153, ../sass/jestrebihory-v1.scss */
footer .container .row .columns p {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  min-height: 110px;
  padding: 22px 0;
  float: left;
}
/* line 1163, ../sass/jestrebihory-v1.scss */
footer .container .row .columns p.footer-subtitle {
  padding-top: 0;
  min-height: unset;
}
/* line 1169, ../sass/jestrebihory-v1.scss */
footer .container .row .columns a {
  color: #cccccc;
  text-decoration: none;
  text-align: center;
}
/* line 1174, ../sass/jestrebihory-v1.scss */
footer .container .row .columns a.ico {
  float: none;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
/* line 1180, ../sass/jestrebihory-v1.scss */
footer .container .row .columns a.ico:hover {
  opacity: 0.5;
}
/* line 1184, ../sass/jestrebihory-v1.scss */
footer .container .row .columns a.ico img {
  height: 100%;
  max-height: 70px;
}
/* line 1190, ../sass/jestrebihory-v1.scss */
footer .container .row .columns a.ico.ico-kralovehradecky-kraj img {
  max-height: 54px;
  margin-top: 22px;
  max-width: 118px;
  width: 100%;
}
/* line 1199, ../sass/jestrebihory-v1.scss */
footer .container .row .columns a.ico.ico-spolecenstvi-obci-podkrkonosi img {
  max-height: 70px;
  margin-top: 12px;
  max-width: 102px;
  width: 100%;
}
/* line 1208, ../sass/jestrebihory-v1.scss */
footer .container .row .columns a.ico.ico-kladske-pomezi img {
  max-height: 60px;
  max-width: 155px;
  width: 100%;
  margin-top: 18px;
}
/* line 1217, ../sass/jestrebihory-v1.scss */
footer .container .row .columns a.ico.ico-mas-kralovstvi img {
  max-height: 50px;
  margin-top: 25px;
  max-width: 127px;
  width: 100%;
}
/* line 1226, ../sass/jestrebihory-v1.scss */
footer .container .row .columns a:hover {
  text-decoration: underline;
}

/* line 90, ../sass/parts/_buttons.scss */
.banner-button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  padding: 20px 55px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  background: #fec809;
  border: none;
  font-family: "neuzeit-grotesk", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 80px;
  text-align: left;
}
/* line 24, ../sass/parts/_buttons.scss */
.banner-button:hover {
  text-decoration: none;
  color: white;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 96, ../sass/parts/_buttons.scss */
.banner-button:hover {
  background-color: #fece22;
}

/* line 101, ../sass/parts/_buttons.scss */
.mini-navi-button {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  padding: 12px 48px 12px 20px;
  color: #666666;
  border: none;
  font-family: "neuzeit-grotesk", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0;
  line-height: 10px;
  width: 100%;
  max-width: 265px;
  background: #f2f2f2 url(../../../ui/images/mini-button-arrow.svg) top 9px right 18px no-repeat;
}
/* line 83, ../sass/parts/_buttons.scss */
.mini-navi-button:hover {
  color: #666666;
  text-decoration: none;
  opacity: 0.9;
}
/* line 104, ../sass/parts/_buttons.scss */
.mini-navi-button.left {
  background: #f2f2f2 url(../../../ui/images/mini-button-arrow-left.svg) no-repeat top 9px left 18px;
  text-align: right;
  float: right;
  max-width: 120px;
  padding: 12px 20px 12px 48px;
}

/* @group helpers */
/* line 2, ../sass/parts/_tools.scss */
.al-left {
  text-align: left;
}

/* line 5, ../sass/parts/_tools.scss */
.al-right {
  text-align: right;
}

/* line 8, ../sass/parts/_tools.scss */
.al-center {
  text-align: center;
}

/* line 11, ../sass/parts/_tools.scss */
.floatLeft {
  float: left;
}

/* line 14, ../sass/parts/_tools.scss */
.floatRight {
  float: right;
}

/* line 17, ../sass/parts/_tools.scss */
.hidden {
  display: none;
}

/* line 20, ../sass/parts/_tools.scss */
.nodisplay {
  display: none;
}

/* line 23, ../sass/parts/_tools.scss */
.bold {
  font-weight: bold;
}

/* line 26, ../sass/parts/_tools.scss */
.italic {
  font-style: italic;
}

/* line 29, ../sass/parts/_tools.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 32, ../sass/parts/_tools.scss */
.no-border {
  border: 0;
}

/* line 36, ../sass/parts/_tools.scss */
a:focus {
  -moz-outline-style: none;
  outline: none;
}
/* line 40, ../sass/parts/_tools.scss */
a:active {
  outline: none;
}

/* line 44, ../sass/parts/_tools.scss */
div.cleaner {
  width: 100%;
  clear: both;
}

/* @end */
/* @group colors */
/* line 51, ../sass/parts/_tools.scss */
.colorWhite {
  color: #ffffff;
}

/* @end */
/* @group pagination */
/* line 57, ../sass/parts/_tools.scss */
#pagination {
  position: relative;
  float: left;
  left: 50%;
  margin-left: -83px;
  margin-top: 24px;
  margin-bottom: 0;
  width: auto;
  color: #0D134D;
  height: 25px;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 14px;
  clear: both;
}
/* line 71, ../sass/parts/_tools.scss */
#pagination span {
  float: left;
  padding-left: 8px;
  padding-top: 2px;
}
/* line 76, ../sass/parts/_tools.scss */
#pagination form {
  float: left;
  display: inline;
}
/* line 80, ../sass/parts/_tools.scss */
#pagination input {
  float: left;
  text-align: center;
  border: 1px solid #909090;
  background-color: #ffffff;
  height: 24px;
  width: 43px;
  padding-top: 5px;
  font-size: 13px;
  color: #4d4d4d;
  margin-top: 2px;
}
/* line 92, ../sass/parts/_tools.scss */
#pagination img {
  float: left !important;
  padding: 0 2px;
  margin: 3px 0 0;
  border: none !important;
  width: auto !important;
}

/* @end */
/* @group front-end forms */
/* line 103, ../sass/parts/_tools.scss */
div.box-form-label {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 108, ../sass/parts/_tools.scss */
div.box-form-label p {
  margin-bottom: 5px !important;
  font-weight: bold;
  color: #009c34;
}

/* line 114, ../sass/parts/_tools.scss */
form.front-form {
  margin-top: 8px;
}
/* line 116, ../sass/parts/_tools.scss */
form.front-form table {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
/* line 122, ../sass/parts/_tools.scss */
form.front-form table tbody tr td {
  line-height: 27px;
}
/* line 124, ../sass/parts/_tools.scss */
form.front-form table tbody tr td.first {
  width: 300px;
}
/* line 127, ../sass/parts/_tools.scss */
form.front-form table tbody tr td label {
  position: relative;
  float: right;
  margin-right: 8px;
  font-size: 16px;
}
/* line 133, ../sass/parts/_tools.scss */
form.front-form table tbody tr td input[type="text"] {
  text-align: left;
  border: 1px solid #999999;
  background-color: transparent;
  height: 16px;
  padding: 5px;
  width: 240px;
}
/* line 141, ../sass/parts/_tools.scss */
form.front-form table tbody tr td input[type="submit"] {
  margin-top: 12px;
  padding: 6px;
}
/* line 145, ../sass/parts/_tools.scss */
form.front-form table tbody tr td textarea {
  text-align: left;
  border: 1px solid #999999;
  background-color: transparent;
  height: 130px;
  padding: 5px;
  width: 240px;
  font: 16px/21px Ubuntu, sans-serif;
}
/* line 154, ../sass/parts/_tools.scss */
form.front-form table tbody tr td input#souhlasim {
  position: relative;
  float: right;
  margin-right: 12px;
  margin-bottom: 4px;
  z-index: 123;
}
/* line 162, ../sass/parts/_tools.scss */
form.front-form table tbody tr > td {
  padding-bottom: 8px;
}
/* line 168, ../sass/parts/_tools.scss */
form.front-form table.textova tbody tr td {
  line-height: 22px;
}
/* line 171, ../sass/parts/_tools.scss */
form.front-form table.textova tbody tr > td {
  padding-bottom: 0;
}

/* line 178, ../sass/parts/_tools.scss */
div#div-souhlas {
  position: relative;
  float: left;
  margin-bottom: 20px;
  width: 520px;
}
/* line 183, ../sass/parts/_tools.scss */
div#div-souhlas label {
  position: relative;
  float: left;
  padding-left: 25px;
}

/* @end */
/* @group login form */
/* line 192, ../sass/parts/_tools.scss */
fieldset#fieldset-authorlogin {
  margin: 65px auto 85px;
  border: none;
  width: 400px;
  padding-left: 50px;
  text-align: left;
}
/* line 198, ../sass/parts/_tools.scss */
fieldset#fieldset-authorlogin legend {
  position: relative;
  float: left;
  margin-bottom: 35px;
  margin-top: 10px;
}
/* line 204, ../sass/parts/_tools.scss */
fieldset#fieldset-authorlogin input#submit {
  position: relative;
  float: left;
  margin-top: 15px;
}
/* line 209, ../sass/parts/_tools.scss */
fieldset#fieldset-authorlogin ol li {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  list-style-type: none;
}
/* line 215, ../sass/parts/_tools.scss */
fieldset#fieldset-authorlogin ol li label {
  position: relative;
  float: left;
  width: 70px;
  padding-top: 7px;
  margin-right: 10px;
  font-weight: 400;
}

/* @end */
/* line 227, ../sass/parts/_tools.scss */
div.pp_pic_holder div.ppt {
  display: none !important;
}

/* line 233, ../sass/parts/_tools.scss */
span.highlight {
  background-color: yellow;
}

/* @group error box */
/* line 238, ../sass/parts/_tools.scss */
div#error-box {
  position: relative;
  float: left;
  clear: none;
  width: 100%;
}
/* line 243, ../sass/parts/_tools.scss */
div#error-box h3 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 400;
}
/* line 251, ../sass/parts/_tools.scss */
div#error-box p {
  position: relative;
  float: left;
  margin-top: 0;
  margin-bottom: 24px;
  overflow: hidden;
  font-size: 16px;
}

/* line 260, ../sass/parts/_tools.scss */
#error-box p a {
  color: #0088ca;
  text-decoration: none;
}
/* line 263, ../sass/parts/_tools.scss */
#error-box p a:hover {
  text-decoration: underline;
}

/* @end */
/* line 1, ../sass/parts/_pickadate-hack.scss */
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  padding: 0;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 11, ../sass/parts/_pickadate-hack.scss */
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  border-color: #b1dcfb;
}

/* line 17, ../sass/parts/_pickadate-hack.scss */
.picker__day, .picker__weekday {
  text-align: center;
}

/* line 21, ../sass/parts/_pickadate-hack.scss */
.picker__frame {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3, ../sass/parts/_flipper-strip.scss */
.flipper-strip {
  height: 180px;
  width: 100%;
  margin-bottom: 40px;
  margin-right: 0;
  /* entire container, keeps perspective */
  /* flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}
/* line 9, ../sass/parts/_flipper-strip.scss */
.flipper-strip .slick-list {
  overflow: hidden;
}
/* line 13, ../sass/parts/_flipper-strip.scss */
.flipper-strip .flip-wrapper {
  max-width: 270px;
  height: 180px;
  margin: 0 auto;
}
/* line 24, ../sass/parts/_flipper-strip.scss */
.flipper-strip .flip-container {
  perspective: 10000px;
  font-weight: 400;
}
/* line 30, ../sass/parts/_flipper-strip.scss */
.flipper-strip .flip-container:hover .flipper,
.flipper-strip .flip-container.hover .flipper {
  /* transform: rotateY(180deg); */
}
/* line 34, ../sass/parts/_flipper-strip.scss */
.flipper-strip .flip-container:hover .flipper .front,
.flipper-strip .flip-container.hover .flipper .front {
  transition: 0.6s;
  opacity: 0.00001;
}
/* line 40, ../sass/parts/_flipper-strip.scss */
.flipper-strip .flip-container,
.flipper-strip .front,
.flipper-strip .back {
  width: 100%;
  height: 180px;
  margin: 0 !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
  /* -webkit-backface-visibility: hidden; */
  opacity: 1;
  transition: 0.6s;
}
/* line 54, ../sass/parts/_flipper-strip.scss */
.flipper-strip .flipper {
  transition: 0.6s;
  /* transform-style: preserve-3d; */
  position: relative;
}
/* line 60, ../sass/parts/_flipper-strip.scss */
.flipper-strip .flipper .back {
  /* margin-left: 8px; */
}
/* line 65, ../sass/parts/_flipper-strip.scss */
.flipper-strip .no-flipper {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 70, ../sass/parts/_flipper-strip.scss */
.flipper-strip .no-flipper .back {
  /* backface-visibility: visible;
  -webkit-backface-visibility: visible; */
  /* transform: rotateY(0deg); */
}
/* line 79, ../sass/parts/_flipper-strip.scss */
.flipper-strip .front,
.flipper-strip .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 89, ../sass/parts/_flipper-strip.scss */
.flipper-strip .front {
  z-index: 2;
  overflow: hidden;
  /* for firefox 31 */
  /* transform: rotateY(0deg); */
  position: relative;
}
/* line 92, ../sass/parts/_flipper-strip.scss */
.flipper-strip .front a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 180px;
}
/* line 105, ../sass/parts/_flipper-strip.scss */
.flipper-strip .front img {
  position: absolute;
  left: 50%;
  margin-left: -135px;
  width: 270px;
  height: 180px;
  /* -webkit-filter: blur(0.000001px); */
}
/* line 117, ../sass/parts/_flipper-strip.scss */
.flipper-strip .back,
.flipper-strip .front {
  /* transform: rotateY(180deg); */
  /* background-color: #c2ccd1; */
  text-align: left;
  padding: 20px;
}
/* line 125, ../sass/parts/_flipper-strip.scss */
.flip-container.vylety .back {
  background-color: #fec809;
}
/* line 129, ../sass/parts/_flipper-strip.scss */
.flip-container.kultura .back {
  background-color: #d4b54f;
}
/* line 133, ../sass/parts/_flipper-strip.scss */
.flip-container.aktivity .back {
  background-color: #fe7c11;
}
/* line 137, ../sass/parts/_flipper-strip.scss */
.flip-container.priroda .back {
  background-color: #9daa09;
}
/* line 141, ../sass/parts/_flipper-strip.scss */
.flipper-strip .back a,
.flipper-strip .front a {
  color: #4d4d4d;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 147, ../sass/parts/_flipper-strip.scss */
.flipper-strip .back a h3,
.flipper-strip .back a p,
.flipper-strip .front a h3,
.flipper-strip .front a p {
  overflow: hidden;
  width: 100%;
  color: black;
  font-weight: 300;
}
/* line 154, ../sass/parts/_flipper-strip.scss */
.flipper-strip .back a h3.strip-item-short,
.flipper-strip .back a p.strip-item-short,
.flipper-strip .front a h3.strip-item-short,
.flipper-strip .front a p.strip-item-short {
  height: 69px;
  text-transform: uppercase;
  color: white;
  font-size: 18px;
}
/* line 161, ../sass/parts/_flipper-strip.scss */
.flipper-strip .back a h3.strip-item-body,
.flipper-strip .back a p.strip-item-body,
.flipper-strip .front a h3.strip-item-body,
.flipper-strip .front a p.strip-item-body {
  height: 23px;
  display: none;
}
/* line 166, ../sass/parts/_flipper-strip.scss */
.flipper-strip .back a h3.strip-item-regiony,
.flipper-strip .back a p.strip-item-regiony,
.flipper-strip .front a h3.strip-item-regiony,
.flipper-strip .front a p.strip-item-regiony {
  display: none;
}
/* line 170, ../sass/parts/_flipper-strip.scss */
.flipper-strip .back a h3.strip-item-datum,
.flipper-strip .back a p.strip-item-datum,
.flipper-strip .front a h3.strip-item-datum,
.flipper-strip .front a p.strip-item-datum {
  height: 23px;
  display: none;
}
/* line 176, ../sass/parts/_flipper-strip.scss */
.flipper-strip .back a h3,
.flipper-strip .front a h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  color: white;
}
/* line 183, ../sass/parts/_flipper-strip.scss */
.flipper-strip .back a:hover,
.flipper-strip .front a:hover {
  color: #4d4d4d;
  text-decoration: none;
}
/* line 190, ../sass/parts/_flipper-strip.scss */
.flipper-strip .front {
  padding: 0;
}
/* line 193, ../sass/parts/_flipper-strip.scss */
.flipper-strip .front a {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 197, ../sass/parts/_flipper-strip.scss */
.flipper-strip .front a p {
  -webkit-font-smoothing: subpixel-antialiased !important;
}
/* line 200, ../sass/parts/_flipper-strip.scss */
.flipper-strip .front a p.strip-item-datum {
  color: white;
}

/* line 2, ../sass/parts/_card-list.scss */
.row.card-list .one-third {
  margin-bottom: 30px;
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}
/* line 5, ../sass/parts/_card-list.scss */
.row.card-list .one-third .triangle {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -13px;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-top-width: 0;
  border-bottom-color: #f1f1f1;
}
/* line 17, ../sass/parts/_card-list.scss */
.row.card-list .one-third .card-container {
  font-weight: 400;
  height: 300px;
}
/* line 21, ../sass/parts/_card-list.scss */
.row.card-list .one-third .card-container.foto {
  height: 156px;
}
/* line 24, ../sass/parts/_card-list.scss */
.row.card-list .one-third .card-container.foto .flipper {
  position: relative;
  height: 100%;
}
/* line 28, ../sass/parts/_card-list.scss */
.row.card-list .one-third .card-container.foto .flipper .front {
  position: relative;
  height: 100%;
}
/* line 35, ../sass/parts/_card-list.scss */
.row.card-list .one-third .card-container .card-wrapper {
  max-width: 234px;
  height: 100%;
  margin: 0 auto;
}
/* line 46, ../sass/parts/_card-list.scss */
.row.card-list .one-third .card-container,
.row.card-list .one-third .front {
  width: 100%;
  height: 300px;
  margin: 0 !important;
  opacity: 1;
  transition: 0.6s;
  background-color: #f1f1f1;
}
/* line 55, ../sass/parts/_card-list.scss */
.card-container.foto .card-wrapper .row.card-list .one-third .card-container, .card-container.foto .card-wrapper
.row.card-list .one-third .front {
  height: 156px;
}
/* line 61, ../sass/parts/_card-list.scss */
.row.card-list .one-third .front {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 69, ../sass/parts/_card-list.scss */
.row.card-list .one-third .front:hover img {
  margin-left: -127px;
  width: 254px;
  height: 168px;
  top: -6px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 81, ../sass/parts/_card-list.scss */
.row.card-list .one-third .front {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
/* line 86, ../sass/parts/_card-list.scss */
.row.card-list .one-third .front a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}
/* line 95, ../sass/parts/_card-list.scss */
.row.card-list .one-third .front img {
  position: absolute;
  left: 50%;
  z-index: 3;
  top: 0;
  margin-left: -117px;
  width: 234px;
  height: 156px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 106, ../sass/parts/_card-list.scss */
.row.card-list .one-third .front img.img-substitute {
  opacity: 0.6;
}
/* line 111, ../sass/parts/_card-list.scss */
.row.card-list .one-third .front .color-bar {
  position: absolute;
  top: 156px;
  height: 20px;
  width: 100%;
  z-index: 4;
}
/* line 119, ../sass/parts/_card-list.scss */
.row.card-list .one-third .front .text {
  position: absolute;
  text-align: center;
  font-weight: 400;
  width: 100%;
  top: 176px;
  height: 125px;
  padding: 13px 15px 11px;
  background-color: #f1f1f1;
}
/* line 129, ../sass/parts/_card-list.scss */
.row.card-list .one-third .front .text h3,
.row.card-list .one-third .front .text p {
  overflow: hidden;
  width: 100%;
  color: #474747;
  font-weight: 300;
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased !important;
}
/* line 138, ../sass/parts/_card-list.scss */
.row.card-list .one-third .front .text h3.card-item-regiony,
.row.card-list .one-third .front .text p.card-item-regiony {
  color: #474747;
  font-style: italic;
  font-size: 15px;
  height: 24px;
  margin-bottom: 0;
}
/* line 146, ../sass/parts/_card-list.scss */
.row.card-list .one-third .front .text h3.card-item-datum,
.row.card-list .one-third .front .text p.card-item-datum {
  color: #474747;
  height: 23px;
  margin-bottom: 0;
  font-size: 15px;
}
/* line 154, ../sass/parts/_card-list.scss */
.row.card-list .one-third .front .text h3 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 3px;
  height: 50px;
}
/* line 164, ../sass/parts/_card-list.scss */
.row.card-list .one-third .front {
      /*
      @at-root .card-container.galerie .front:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        z-index: -1;
        background: url(../../../ui/images/menu-pictos/galerie.svg) center -10px no-repeat;
        background-size: 60% 60%;
      }

      @at-root .card-container.zpravy .front:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        z-index: -1;
        background: url(../../../ui/images/menu-pictos/zpravy.svg) center -10px no-repeat;
        background-size: 60% 60%;
      }

      @at-root .card-container.akce .front:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        z-index: -1;
        background: url(../../../ui/images/menu-pictos/akce.svg) center -10px no-repeat;
        background-size: 60% 60%;
      }

      @at-root .card-container.vylety .front:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        z-index: -1;
        background: url(../../../ui/images/menu-pictos/vylety.svg) center -10px no-repeat;
        background-size: 60% 60%;
      }

      @at-root .card-container.kultura .front:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        z-index: -1;
        background: url(../../../ui/images/menu-pictos/kultura.svg) center -10px no-repeat;
        background-size: 60% 60%;
      }

      @at-root .card-container.aktivity .front:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        z-index: -1;
        background: url(../../../ui/images/menu-pictos/aktivity.svg) center -10px no-repeat;
        background-size: 60% 60%;
      }

      @at-root .card-container.priroda .front:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        z-index: -1;
        background: url(../../../ui/images/menu-pictos/priroda.svg) center -10px no-repeat;
        background-size: 60% 60%;
      }
      */
}
/* line 265, ../sass/parts/_card-list.scss */
.card-container.galerie .color-bar {
  background-color: #3aa6e5;
}
/* line 269, ../sass/parts/_card-list.scss */
.card-container.zpravy .color-bar {
  background-color: #7f7f7f;
}
/* line 273, ../sass/parts/_card-list.scss */
.card-container.akce .color-bar {
  background-color: #dc213a;
}
/* line 277, ../sass/parts/_card-list.scss */
.card-container.vylety .color-bar {
  background-color: #fec809;
}
/* line 281, ../sass/parts/_card-list.scss */
.card-container.kultura .color-bar {
  background-color: #d4b54f;
}
/* line 285, ../sass/parts/_card-list.scss */
.card-container.aktivity .color-bar {
  background-color: #fe7c11;
}
/* line 289, ../sass/parts/_card-list.scss */
.card-container.priroda .color-bar {
  background-color: #9daa09;
}
/* line 293, ../sass/parts/_card-list.scss */
.row.card-list .one-third .front a {
  color: #474747;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 299, ../sass/parts/_card-list.scss */
.row.card-list .one-third .front a:hover {
  color: #474747;
  text-decoration: none;
}
/* line 308, ../sass/parts/_card-list.scss */
.row.card-list.foto .one-third {
  margin-bottom: 0;
  margin-top: 30px;
}

/* $breakpoint-large-wide: 1200px;
$breakpoint-medium-desktops: 992px;
$breakpoint-small-tablets: 768px;
$breakpoint-small-phones: 480px;
$breakpoint-iphone-retina: 320px; */
/* ==========  Non-Mobile First Method  ========== */
/* Large Devices, Wide Screens */
/* @media only screen and (max-width: $breakpoint-large-wide) {

} */
/* Medium Devices, Desktops */
/* @media only screen and (max-width: $breakpoint-medium-desktops) {

} */
/* Small Devices, Tablets */
/* @media only screen and (max-width: $breakpoint-small-tablets) {

} */
/* Extra Small Devices, Phones */
/* @media only screen and (max-width: $breakpoint-small-phones) {

} */
/* Custom, iPhone Retina */
/* @media only screen and (max-width: $breakpoint-iphone-retina) {

} */
/* ==================================================
=            Bootstrap 3 Media Queries             =
================================================== */
/* ==========  Mobile First Method  ========== */
/* Custom, iPhone Retina */
/* @media only screen and (min-width: 320px) {

} */
/* Extra Small Devices, Phones */
/* @media only screen and (min-width: 480px) {

} */
/* Small Devices, Tablets */
/* @media only screen and (min-width: 768px) {

} */
/* Medium Devices, Desktops */
/* @media only screen and (min-width: 992px) {

} */
/* Large Devices, Wide Screens */
/* @media only screen and (min-width: 1200px) {

} */
