<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* rgb(206, 228, 222); */
/* 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/maskjh-v1.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

/* line 28, ../sass/maskjh-v1.scss */
a {
  color: #811939;
  text-decoration: none;
  cursor: pointer;
}
/* line 33, ../sass/maskjh-v1.scss */
a:hover {
  text-decoration: none;
  color: #3e5067;
}
/* line 38, ../sass/maskjh-v1.scss */
a.openMarker {
  cursor: pointer;
}

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

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

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

/* line 57, ../sass/maskjh-v1.scss */
.box ul,
.box ol {
  float: none;
  margin: 0 auto;
}
/* line 63, ../sass/maskjh-v1.scss */
.box ul {
  list-style-type: inherit;
  list-style-position: outside;
  margin-bottom: 20px;
  margin-left: 30px;
}
/* line 69, ../sass/maskjh-v1.scss */
.box ul li {
  padding-left: 0;
}
/* line 74, ../sass/maskjh-v1.scss */
.box ol {
  list-style-type: inherit;
  list-style-position: outside;
  margin-bottom: 20px;
  margin-left: 30px;
}
/* line 80, ../sass/maskjh-v1.scss */
.box ol li {
  padding-left: 0;
}
/* line 85, ../sass/maskjh-v1.scss */
.box p {
  line-height: 130%;
  margin-bottom: 0.45em;
}
/* line 90, ../sass/maskjh-v1.scss */
.box table {
  float: none;
  margin: 0 auto 20px;
}
/* line 95, ../sass/maskjh-v1.scss */
.box .clanek {
  margin-bottom: 30px;
}
/* line 98, ../sass/maskjh-v1.scss */
.box .clanek h3.hledat {
  color: #333333;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
/* line 105, ../sass/maskjh-v1.scss */
.box .clanek h4 {
  color: #333333;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 113, ../sass/maskjh-v1.scss */
.box .clanek .img img {
  width: 100%;
}
/* line 117, ../sass/maskjh-v1.scss */
.box .clanek .img p {
  font-size: 14px;
  color: #ababab;
  margin-top: 4px;
}
/* line 124, ../sass/maskjh-v1.scss */
.box .clanek p {
  margin-bottom: 0.4em;
}
/* line 127, ../sass/maskjh-v1.scss */
.box .clanek p.datum {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 134, ../sass/maskjh-v1.scss */
.box .clanek p.perex {
  font-style: italic;
}
/* line 140, ../sass/maskjh-v1.scss */
.box .clanek-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: dashed 1px #9fc4b6;
}
/* line 146, ../sass/maskjh-v1.scss */
.box .clanek-item p.datum {
  font-weight: 400;
}
/* line 151, ../sass/maskjh-v1.scss */
.box .clanek-item:last-child, .box .clanek-item:nth-last-child(2) {
  border-bottom: none;
}
/* line 156, ../sass/maskjh-v1.scss */
.box .clanek-item:first-child {
  padding-top: 0;
}
/* line 161, ../sass/maskjh-v1.scss */
.box .form-filtry {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
/* line 167, ../sass/maskjh-v1.scss */
.box .form-filtry .box-filtry {
  float: left;
  position: relative;
  background-color: #aed7c7;
  padding: 0 20px 20px;
}
/* line 173, ../sass/maskjh-v1.scss */
.box .form-filtry .box-filtry p {
  float: left;
  width: 100%;
}
/* line 178, ../sass/maskjh-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 184, ../sass/maskjh-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 189, ../sass/maskjh-v1.scss */
.box .form-filtry .box-filtry .in-regiony,
.box .form-filtry .box-filtry .in-filtry {
  margin-bottom: 10px;
}
/* line 194, ../sass/maskjh-v1.scss */
.box .form-filtry .box-filtry .in-datumy {
  font-weight: 300;
}
/* line 197, ../sass/maskjh-v1.scss */
.box .form-filtry .box-filtry .in-datumy input[type="text"] {
  float: left;
  width: 103px;
  text-align: center;
  border-color: #6a8d80;
}
/* line 204, ../sass/maskjh-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 213, ../sass/maskjh-v1.scss */
.box .form-filtry .box-filtry .in-datumy .stick {
  float: left;
}
/* line 216, ../sass/maskjh-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 230, ../sass/maskjh-v1.scss */
.box .form-filtry .box-filtry .in-datumy .stick .b-date-clear:hover {
  opacity: 1;
}
/* line 237, ../sass/maskjh-v1.scss */
.box .form-filtry .box-filtry .in-archiv {
  margin-bottom: 10px;
}
/* line 241, ../sass/maskjh-v1.scss */
.box .form-filtry .box-filtry .in-query {
  font-weight: 300;
}
/* line 244, ../sass/maskjh-v1.scss */
.box .form-filtry .box-filtry .in-query input[type="text"] {
  float: left;
  max-width: 227px;
  width: 100%;
  text-align: left;
  border-color: #6a8d80;
}
/* line 252, ../sass/maskjh-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 261, ../sass/maskjh-v1.scss */
.box .form-filtry .box-filtry .in-query .stick {
  float: left;
}
/* line 264, ../sass/maskjh-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 278, ../sass/maskjh-v1.scss */
.box .form-filtry .box-filtry .in-query .stick .b-date-clear:hover {
  opacity: 1;
}
/* line 286, ../sass/maskjh-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 #6a8d80;
  min-height: 41px;
  color: black;
  font-size: 18px;
  background-color: #aed7c7;
  padding: 0 8px 0 17px;
}
/* line 299, ../sass/maskjh-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 305, ../sass/maskjh-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: #6a8d80;
  font-size: 16px;
}
/* line 312, ../sass/maskjh-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 319, ../sass/maskjh-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 326, ../sass/maskjh-v1.scss */
.box .form-filtry .filtry-buttons {
  float: left;
  position: relative;
  margin-top: 20px;
}
/* line 331, ../sass/maskjh-v1.scss */
.box .form-filtry .filtry-buttons input {
  margin-bottom: 0;
}
/* line 337, ../sass/maskjh-v1.scss */
.box .side-bar {
  float: left;
  position: relative;
  width: 100%;
}
/* line 342, ../sass/maskjh-v1.scss */
.box .side-bar .item {
  float: left;
  position: relative;
  width: 100%;
  background-color: #198161;
  padding: 20px;
  border-right: solid 7px #125d47;
  border-bottom: solid 1px #125d47;
}
/* line 351, ../sass/maskjh-v1.scss */
.box .side-bar .item.clean {
  border-right: solid 7px transparent;
  border-bottom: dashed 1px #125d47;
  background-color: transparent;
}
/* line 356, ../sass/maskjh-v1.scss */
.box .side-bar .item.clean:hover {
  border-bottom-color: #125d47;
}
/* line 360, ../sass/maskjh-v1.scss */
.box .side-bar .item.clean:first-child {
  padding-top: 0;
}
/* line 365, ../sass/maskjh-v1.scss */
.box .side-bar .item.active, .box .side-bar .item:hover {
  border-right-color: #aed7c7;
  border-bottom-color: #aed7c7;
  background: #aed7c7 url(../images/navi-arrow-right.svg) right center no-repeat;
}
/* line 372, ../sass/maskjh-v1.scss */
.box .side-bar .item:hover {
  background-color: #aed7c7;
  border-right-color: #aed7c7;
  border-bottom-color: #aed7c7;
}
/* line 378, ../sass/maskjh-v1.scss */
.box .side-bar .item:last-child {
  border-bottom: none;
}
/* line 382, ../sass/maskjh-v1.scss */
.box .side-bar .item p {
  margin-bottom: 0;
}
/* line 386, ../sass/maskjh-v1.scss */
.box .side-bar .item a {
  color: #1a1a1a;
}
/* line 389, ../sass/maskjh-v1.scss */
.box .side-bar .item a:hover {
  text-decoration: none;
}
/* line 393, ../sass/maskjh-v1.scss */
.box .side-bar .item a h4 {
  font-size: 20px;
}
/* line 397, ../sass/maskjh-v1.scss */
.box .side-bar .item a p {
  font-size: 16px;
  font-weight: 300;
}
/* line 401, ../sass/maskjh-v1.scss */
.box .side-bar .item a p.dsc2 {
  line-height: 130%;
  max-height: 60px;
  overflow: hidden;
}

/* line 413, ../sass/maskjh-v1.scss */
.container.banner {
  width: 100%;
  /* max-width: unset; */
  max-height: 400px;
  max-width: 1747px;
  margin: 0 auto;
  font-size: 28px;
  overflow: hidden;
}
/* line 424, ../sass/maskjh-v1.scss */
.container.banner .row.pos-abs {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 940px) {
  /* line 424, ../sass/maskjh-v1.scss */
  .container.banner .row.pos-abs {
    display: none;
  }
}
/* line 439, ../sass/maskjh-v1.scss */
.container.banner .claim-large {
  display: block;
}
@media only screen and (max-width: 63em) {
  /* line 439, ../sass/maskjh-v1.scss */
  .container.banner .claim-large {
    display: none;
  }
}
/* line 447, ../sass/maskjh-v1.scss */
.container.banner .claim-small {
  display: none;
}
@media only screen and (max-width: 63em) {
  /* line 447, ../sass/maskjh-v1.scss */
  .container.banner .claim-small {
    display: block;
  }
}
/* line 455, ../sass/maskjh-v1.scss */
.container.banner p {
  color: white;
  line-height: 1.3em;
  text-align: center;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 28px;
}
/* line 465, ../sass/maskjh-v1.scss */
.container.banner p:nth-child(1) {
  margin: 80px auto 0;
  width: 80%;
}
@media screen and (max-width: 1280px) {
  /* line 465, ../sass/maskjh-v1.scss */
  .container.banner p:nth-child(1) {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1440px) {
  /* line 465, ../sass/maskjh-v1.scss */
  .container.banner p:nth-child(1) {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 73.75em) {
  /* line 465, ../sass/maskjh-v1.scss */
  .container.banner p:nth-child(1) {
    font-size: 20px;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 465, ../sass/maskjh-v1.scss */
  .container.banner p:nth-child(1) {
    margin-top: 14px;
    font-size: 16px;
  }
}
/* line 487, ../sass/maskjh-v1.scss */
.container.banner p:nth-child(2) {
  font-weight: 500;
  margin-top: 13px;
}
@media only screen and (max-width: 37.5em) {
  /* line 487, ../sass/maskjh-v1.scss */
  .container.banner p:nth-child(2) {
    font-size: 24px;
  }
}
/* line 497, ../sass/maskjh-v1.scss */
.container.banner div#slideshow {
  position: relative;
  float: left;
  left: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
  /* Control Nav */
  /* Direction Nav */
}
/* line 506, ../sass/maskjh-v1.scss */
.container.banner div#slideshow .flex-control-nav {
  bottom: 4%;
  right: 0.5%;
}
/* line 511, ../sass/maskjh-v1.scss */
.container.banner div#slideshow .flex-control-nav li {
  margin: 0 6px;
  display: inline-block !important;
  zoom: 1;
}
/* line 517, ../sass/maskjh-v1.scss */
.container.banner div#slideshow .flex-control-paging li a {
  background: #666;
  background: rgba(0, 0, 0, 0.5);
}
/* line 522, ../sass/maskjh-v1.scss */
.container.banner div#slideshow .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
/* line 527, ../sass/maskjh-v1.scss */
.container.banner div#slideshow .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}
/* line 533, ../sass/maskjh-v1.scss */
.container.banner div#slideshow .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 50px;
  margin: -25px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 552, ../sass/maskjh-v1.scss */
.container.banner div#slideshow .flex-direction-nav a {
  height: 0;
  padding-top: 66px;
  width: 38px;
  background-repeat: no-repeat;
}
/* line 558, ../sass/maskjh-v1.scss */
.container.banner div#slideshow .flex-direction-nav a.flex-prev {
  background-image: url(http://krkonosskerozhledy/ui/images/slick-arrow-left-white.svg);
}
/* line 562, ../sass/maskjh-v1.scss */
.container.banner div#slideshow .flex-direction-nav a.flex-next {
  background-image: url(http://krkonosskerozhledy/ui/images/slick-arrow-right-white.svg);
}
/* line 567, ../sass/maskjh-v1.scss */
.container.banner div#slideshow .flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 20px;
}
/* line 572, ../sass/maskjh-v1.scss */
.container.banner div#slideshow .flexslider:hover .flex-next {
  opacity: 0.7;
  right: 20px;
}
/* line 577, ../sass/maskjh-v1.scss */
.container.banner div#slideshow .flex-direction-nav a::before {
  display: none;
}
/* line 581, ../sass/maskjh-v1.scss */
.container.banner div#slideshow .flex-direction-nav a.flex-next::before {
  display: none;
}
/* line 587, ../sass/maskjh-v1.scss */
.container.bct {
  height: 70px;
  display: table;
  text-align: left;
  padding-top: 20px;
}
/* line 593, ../sass/maskjh-v1.scss */
.container.bct p {
  color: #333333;
  width: 100%;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 600, ../sass/maskjh-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 607, ../sass/maskjh-v1.scss */
.container.bct p span.sub-section {
  color: #1a1a1a;
  font-size: 28px;
  margin-right: 0;
  padding-right: 0;
  background-image: none;
}
/* line 618, ../sass/maskjh-v1.scss */
.container.bct.hp p {
  font-size: 22px;
  text-transform: none;
  padding-left: 25px;
}
/* line 627, ../sass/maskjh-v1.scss */
body.clanky .container.bct p, body.urednideska .container.bct p {
  padding-left: 25px;
}
/* line 633, ../sass/maskjh-v1.scss */
.container.news {
  height: 350px;
}
/* line 638, ../sass/maskjh-v1.scss */
.container.galerie .header-strip {
  font-size: 36px;
  font-weight: 400;
  color: #666666;
  width: 100%;
}
/* line 645, ../sass/maskjh-v1.scss */
.container.galerie .header-strip .container p {
  text-transform: uppercase;
  line-height: 110%;
  width: 100%;
  margin: 27px 0;
}
/* line 654, ../sass/maskjh-v1.scss */
.container.galerie .slider-galerie {
  height: 290px;
  width: 100%;
}

/* line 661, ../sass/maskjh-v1.scss */
.head {
  position: relative;
  border-top: 7px solid #4d4d4d;
  min-height: 160px;
  width: 100%;
}
/* line 667, ../sass/maskjh-v1.scss */
.head .form-filtry {
  width: auto;
  float: left;
  position: relative;
}
@media only screen and (max-width: 73.75em) {
  /* line 661, ../sass/maskjh-v1.scss */
  .head {
    height: 248px;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 661, ../sass/maskjh-v1.scss */
  .head {
    height: 343px;
  }
}
/* line 681, ../sass/maskjh-v1.scss */
.head .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -135px;
  margin-top: 25px;
  width: 270px;
  height: 0;
  padding-top: 105px;
  overflow: hidden;
  background: url(../images/logo-270x105.svg) center center no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 73.75em) {
  /* line 681, ../sass/maskjh-v1.scss */
  .head .logo {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 681, ../sass/maskjh-v1.scss */
  .head .logo {
    width: 270px;
    padding-top: 105px;
    margin-left: -135px;
    margin-top: 80px;
  }
}
/* line 706, ../sass/maskjh-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 715, ../sass/maskjh-v1.scss */
  .head .box-odkazy a {
    /*text-indent: -9999px;
    line-height: 0; !* Collapse the original line */
    max-width: 170px;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 722, ../sass/maskjh-v1.scss */
  .head .box-odkazy a::after {
    text-indent: 0;
    display: block;
    line-height: 10px;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 730, ../sass/maskjh-v1.scss */
  .head .box-odkazy a.one::after {
    content: "MAS KJH";
  }
}
/* line 738, ../sass/maskjh-v1.scss */
.head .box-hledat {
  position: absolute;
  top: 30px;
  right: 0;
  text-align: left;
  display: block;
  outline: none;
  margin-bottom: 0;
  height: 34px;
  width: 216px;
  max-width: 280px;
  background-color: #97c6b8;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
    /* &amp;:hover {
      @include transition(0.3s);

      color: $text_color;
      text-decoration: none;
      opacity: 0.9;
    } */
}
@media only screen and (max-width: 37.5em) {
  /* line 738, ../sass/maskjh-v1.scss */
  .head .box-hledat {
    width: 181px;
  }
}
/* line 757, ../sass/maskjh-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;
  color: #666666;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  -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: #888888;
}
/* line 12, ../sass/parts/_global-mixins.scss */
.head .box-hledat input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #888888;
}
/* line 16, ../sass/parts/_global-mixins.scss */
.head .box-hledat input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #888888;
}
/* line 20, ../sass/parts/_global-mixins.scss */
.head .box-hledat input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #888888;
}
@media only screen and (max-width: 37.5em) {
  /* line 757, ../sass/maskjh-v1.scss */
  .head .box-hledat input[type="text"] {
    width: 148px;
  }
}
/* line 779, ../sass/maskjh-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 792, ../sass/maskjh-v1.scss */
.head .box-hledat a.b-lupa:hover {
  opacity: 0.9;
}
/* line 807, ../sass/maskjh-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 807, ../sass/maskjh-v1.scss */
  .head a.tm {
    top: 198px;
  }
}
/* line 819, ../sass/maskjh-v1.scss */
.head a.tm:hover, .head a.tm.active {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: -0.2px;
}
/* line 827, ../sass/maskjh-v1.scss */
.head a.tm.o-nas {
  left: 10%;
}
@media only screen and (max-width: 73.75em) {
  /* line 827, ../sass/maskjh-v1.scss */
  .head a.tm.o-nas {
    left: 2%;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 827, ../sass/maskjh-v1.scss */
  .head a.tm.o-nas {
    left: 5%;
  }
}
/* line 839, ../sass/maskjh-v1.scss */
.head a.tm.servis-regionu {
  left: 22%;
}
@media only screen and (max-width: 73.75em) {
  /* line 839, ../sass/maskjh-v1.scss */
  .head a.tm.servis-regionu {
    left: 28%;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 839, ../sass/maskjh-v1.scss */
  .head a.tm.servis-regionu {
    top: 228px;
    left: 5%;
  }
}
/* line 852, ../sass/maskjh-v1.scss */
.head a.tm.fotogalerie {
  right: 25%;
}
@media only screen and (max-width: 73.75em) {
  /* line 852, ../sass/maskjh-v1.scss */
  .head a.tm.fotogalerie {
    right: auto;
    left: 63%;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 852, ../sass/maskjh-v1.scss */
  .head a.tm.fotogalerie {
    top: 258px;
    left: 5%;
    right: auto;
  }
}
/* line 867, ../sass/maskjh-v1.scss */
.head a.tm.kontakt {
  right: 14%;
}
@media only screen and (max-width: 73.75em) {
  /* line 867, ../sass/maskjh-v1.scss */
  .head a.tm.kontakt {
    right: auto;
    left: 90%;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 867, ../sass/maskjh-v1.scss */
  .head a.tm.kontakt {
    top: 288px;
    left: 5%;
    right: auto;
  }
}
@media only screen and (max-width: 37.5em) {
  /* line 807, ../sass/maskjh-v1.scss */
  .head a.tm {
    left: 0;
  }
}

/* line 889, ../sass/maskjh-v1.scss */
.menu {
  background-color: #198161;
  width: 100%;
  height: 80px;
}
@media only screen and (max-width: 63em) {
  /* line 889, ../sass/maskjh-v1.scss */
  .menu {
    height: auto;
  }
}
/* line 899, ../sass/maskjh-v1.scss */
.menu .menu-top ul {
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
}
@media only screen and (max-width: 63em) {
  /* line 899, ../sass/maskjh-v1.scss */
  .menu .menu-top ul {
    height: auto;
  }
}
/* line 908, ../sass/maskjh-v1.scss */
.menu .menu-top ul li {
  float: left;
  text-align: left;
  width: 30%;
  max-width: 234px;
  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 917, ../sass/maskjh-v1.scss */
.menu .menu-top ul li:nth-child(1) {
  width: 19.5%;
}
/* line 920, ../sass/maskjh-v1.scss */
.menu .menu-top ul li:nth-child(1) a {
  background-image: url(../images/menu-pictos/zpravy.svg);
}
/* line 925, ../sass/maskjh-v1.scss */
.menu .menu-top ul li:nth-child(2) {
  width: 17%;
}
/* line 928, ../sass/maskjh-v1.scss */
.menu .menu-top ul li:nth-child(2) a {
  background-image: url(../images/menu-pictos/akce.svg);
}
/* line 933, ../sass/maskjh-v1.scss */
.menu .menu-top ul li:nth-child(3) {
  width: 20%;
}
/* line 936, ../sass/maskjh-v1.scss */
.menu .menu-top ul li:nth-child(3) a {
  background-image: url(../images/menu-pictos/dotace.svg);
}
/* line 941, ../sass/maskjh-v1.scss */
.menu .menu-top ul li:nth-child(4) {
  width: 25%;
}
/* line 944, ../sass/maskjh-v1.scss */
.menu .menu-top ul li:nth-child(4) a {
  background-image: url(../images/menu-pictos/vzdelavani.svg);
}
/* line 949, ../sass/maskjh-v1.scss */
.menu .menu-top ul li:nth-child(5) {
  width: 18.5%;
}
/* line 952, ../sass/maskjh-v1.scss */
.menu .menu-top ul li:nth-child(5) a {
  background-image: url(../images/menu-pictos/projekty.svg);
}
@media only screen and (max-width: 63em) {
  /* line 908, ../sass/maskjh-v1.scss */
  .menu .menu-top ul li {
    height: 80px;
    width: 100% !important;
    max-width: none;
    border-bottom: solid 1px #125d47;
  }
  /* line 963, ../sass/maskjh-v1.scss */
  .menu .menu-top ul li:last-child {
    border-bottom: none;
  }
}
/* line 970, ../sass/maskjh-v1.scss */
.menu .menu-top ul li a {
  text-decoration: none;
  font-size: 22px;
  color: white;
  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 982, ../sass/maskjh-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 986, ../sass/maskjh-v1.scss */
.menu .menu-top ul li:hover a, .menu .menu-top ul li.active a {
  color: #811939;
  text-decoration: none;
}
/* line 992, ../sass/maskjh-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 998, ../sass/maskjh-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 1004, ../sass/maskjh-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/dotace-over.svg);
}
/* line 1010, ../sass/maskjh-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/vzdelavani-over.svg);
}
/* line 1016, ../sass/maskjh-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/projekty-over.svg);
}

/* line 1026, ../sass/maskjh-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 1035, ../sass/maskjh-v1.scss */
.gm-style-iw h4 {
  font-size: 22px !important;
  margin-bottom: 8px !important;
}

/* line 1042, ../sass/maskjh-v1.scss */
.slick-news .news-item {
  text-align: left;
  font-size: 18px;
  color: black;
  padding: 19px 23px 26px;
}
/* line 1043, ../sass/maskjh-v1.scss */
.slick-news .news-item a {
  color: black;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 1049, ../sass/maskjh-v1.scss */
.slick-news .news-item a:hover {
  text-decoration: none;
}
/* line 1059, ../sass/maskjh-v1.scss */
.slick-news .news-item:hover {
  background: url(../images/news-overlay/zpravy.svg) center center no-repeat;
}
/* line 1064, ../sass/maskjh-v1.scss */
.slick-news .news-item.zpravy:hover {
  background-image: url(../images/news-overlay/zpravy.svg);
}
/* line 1070, ../sass/maskjh-v1.scss */
.slick-news .news-item.akce:hover {
  background-image: url(../images/news-overlay/akce.svg);
}
/* line 1076, ../sass/maskjh-v1.scss */
.slick-news .news-item.dotace:hover {
  background-image: url(../images/news-overlay/dotace.svg);
}
/* line 1082, ../sass/maskjh-v1.scss */
.slick-news .news-item.projekty:hover {
  background-image: url(../images/news-overlay/projekty.svg);
}
/* line 1088, ../sass/maskjh-v1.scss */
.slick-news .news-item.vzdelavani:hover {
  background-image: url(../images/news-overlay/vzdelavani.svg);
}
/* line 1094, ../sass/maskjh-v1.scss */
.slick-news .news-item.aktivity:hover {
  background-image: url(../images/news-overlay/aktivity.svg);
}
/* line 1099, ../sass/maskjh-v1.scss */
.slick-news .news-item h3 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  height: 60px;
  overflow: hidden;
}
/* line 1108, ../sass/maskjh-v1.scss */
.slick-news .news-item p {
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased !important;
}
/* line 1112, ../sass/maskjh-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 1123, ../sass/maskjh-v1.scss */
.slick-news .news-item p.news-item-body {
  height: 95px;
  margin-bottom: 12px;
  overflow: hidden;
}
/* line 1129, ../sass/maskjh-v1.scss */
.slick-news .news-item p.news-item-regiony {
  height: 24px;
  overflow: hidden;
  margin-bottom: 12px;
  font-style: italic;
}
/* line 1136, ../sass/maskjh-v1.scss */
.slick-news .news-item p.news-item-datum {
  height: 24px;
  overflow: hidden;
}
/* line 1142, ../sass/maskjh-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: #811939;
}
/* line 1148, ../sass/maskjh-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: #3e5067;
}
/* line 1154, ../sass/maskjh-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: #198161;
}
/* line 1160, ../sass/maskjh-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: #f55846;
}

/* line 1168, ../sass/maskjh-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 1179, ../sass/maskjh-v1.scss */
a.rss:hover {
  opacity: 0.8;
}

/* line 1184, ../sass/maskjh-v1.scss */
a.youtube {
  position: absolute;
  right: 65px;
  top: 23px;
  width: 28px;
  height: 0;
  padding-top: 28px;
  overflow: hidden;
  background: url(../images/bg-logo-youtube.svg) center center no-repeat;
  cursor: pointer;
}
/* line 1195, ../sass/maskjh-v1.scss */
a.youtube:hover {
  opacity: 0.8;
}

/* line 1200, ../sass/maskjh-v1.scss */
a.fb {
  position: absolute;
  right: 30px;
  top: 23px;
  width: 28px;
  height: 0;
  padding-top: 28px;
  overflow: hidden;
  background: url(../images/bg-logo-fb.svg) center center no-repeat;
  cursor: pointer;
}
/* line 1211, ../sass/maskjh-v1.scss */
a.fb:hover {
  opacity: 0.8;
}

/* line 1216, ../sass/maskjh-v1.scss */
.map {
  width: 100%;
}
/* line 1219, ../sass/maskjh-v1.scss */
.map .header-strip {
  font-size: 36px;
  font-weight: 400;
  color: #666666;
  width: 100%;
}
/* line 1225, ../sass/maskjh-v1.scss */
.map .header-strip.gray {
  background-color: #97c6b8;
}
/* line 1229, ../sass/maskjh-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 1229, ../sass/maskjh-v1.scss */
  .map .header-strip.gray .container p {
    font-size: 32px;
  }
}
/* line 1244, ../sass/maskjh-v1.scss */
.map .google-map {
  height: 556px;
  width: 100%;
}
/* line 1248, ../sass/maskjh-v1.scss */
.map .google-map .map {
  width: 100%;
  height: 100%;
}

/* line 1255, ../sass/maskjh-v1.scss */
.leve-menu {
  margin-bottom: 30px;
}
/* line 1258, ../sass/maskjh-v1.scss */
.leve-menu .box-filtry {
  width: 100%;
}
/* line 1261, ../sass/maskjh-v1.scss */
.leve-menu .box-filtry p {
  font-weight: 400;
  font-size: 18px;
}
/* line 1266, ../sass/maskjh-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 1273, ../sass/maskjh-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 1280, ../sass/maskjh-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 1286, ../sass/maskjh-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 1293, ../sass/maskjh-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 1305, ../sass/maskjh-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 1318, ../sass/maskjh-v1.scss */
footer {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: #4d4d4d;
  color: #cccccc;
  font-size: 18px;
}
/* line 1328, ../sass/maskjh-v1.scss */
footer .container .row .columns {
  display: table;
  text-align: center;
}
/* line 1332, ../sass/maskjh-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 1342, ../sass/maskjh-v1.scss */
footer .container .row .columns h3.footer-title {
  padding-bottom: 0;
}
/* line 1347, ../sass/maskjh-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 1357, ../sass/maskjh-v1.scss */
footer .container .row .columns p.footer-subtitle {
  padding-top: 0;
  min-height: unset;
}
/* line 1363, ../sass/maskjh-v1.scss */
footer .container .row .columns a {
  color: #cccccc;
  text-decoration: none;
  text-align: center;
}
/* line 1368, ../sass/maskjh-v1.scss */
footer .container .row .columns a.ico {
  float: none;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
/* line 1374, ../sass/maskjh-v1.scss */
footer .container .row .columns a.ico:hover {
  opacity: 0.5;
}
/* line 1378, ../sass/maskjh-v1.scss */
footer .container .row .columns a.ico img {
  height: 100%;
  max-height: 70px;
}
/* line 1384, ../sass/maskjh-v1.scss */
footer .container .row .columns a.ico.ico-kralovehradecky-kraj img {
  max-height: 54px;
  margin-top: 22px;
  max-width: 118px;
  width: 100%;
}
/* line 1393, ../sass/maskjh-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 1402, ../sass/maskjh-v1.scss */
footer .container .row .columns a.ico.ico-kladske-pomezi img {
  max-height: 60px;
  max-width: 155px;
  width: 100%;
  margin-top: 18px;
}
/* line 1411, ../sass/maskjh-v1.scss */
footer .container .row .columns a.ico.ico-mas-kralovstvi img {
  max-height: 50px;
  margin-top: 25px;
  max-width: 127px;
  width: 100%;
}
/* line 1420, ../sass/maskjh-v1.scss */
footer .container .row .columns a.ico.ico-jestrebi-hory img {
  max-height: 47px;
  margin-top: 27px;
  max-width: 170px;
  width: 100%;
}
/* line 1429, ../sass/maskjh-v1.scss */
footer .container .row .columns a:hover {
  text-decoration: underline;
}

/* line 1, ../sass/parts/_buttons.scss */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: 1px solid #6a8d80;
}

/* line 98, ../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: #f55846;
  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: 45px;
  text-align: left;
  pointer-events: all;
  z-index: 99999;
}
/* line 32, ../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;
}
@media only screen and (max-width: 73.75em) {
  /* line 98, ../sass/parts/_buttons.scss */
  .banner-button {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 63em) {
  /* line 98, ../sass/parts/_buttons.scss */
  .banner-button {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1280px) {
  /* line 98, ../sass/parts/_buttons.scss */
  .banner-button {
    margin-top: 32px;
  }
}
/* line 119, ../sass/parts/_buttons.scss */
.banner-button:hover {
  background-color: #c12555;
}

/* line 124, ../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: 135px;
  background: #aed7c7 url(../../../ui/images/mini-button-arrow.svg) top 9px right 18px no-repeat;
}
/* line 91, ../sass/parts/_buttons.scss */
.mini-navi-button:hover {
  color: #666666;
  text-decoration: none;
  opacity: 0.9;
}
/* line 127, ../sass/parts/_buttons.scss */
.mini-navi-button.left {
  background: #aed7c7 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;
}
/* line 135, ../sass/parts/_buttons.scss */
.mini-navi-button.main-mas {
  max-width: 170px;
  text-align: left;
}

/* @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 &gt; 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 &gt; 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.vzdelavani .back {
  background-color: #811939;
}
/* line 129, ../sass/parts/_flipper-strip.scss */
.flip-container.projekty .back {
  background-color: #3e5067;
}
/* line 133, ../sass/parts/_flipper-strip.scss */
.flip-container.aktivity .back {
  background-color: #198161;
}
/* line 137, ../sass/parts/_flipper-strip.scss */
.flip-container.dotace .back {
  background-color: #f55846;
}
/* line 141, ../sass/parts/_flipper-strip.scss */
.flip-container.akce .back {
  background-color: #3aa6e5;
}
/* line 145, ../sass/parts/_flipper-strip.scss */
.flip-container.zpravy .back {
  background-color: #7f7f7f;
}
/* line 149, ../sass/parts/_flipper-strip.scss */
.flipper-strip .back a,
.flipper-strip .front a {
  color: #4d4d4d;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 155, ../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 162, ../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 169, ../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 174, ../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 178, ../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 184, ../sass/parts/_flipper-strip.scss */
.flipper-strip .back a h3,
.flipper-strip .front a h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 26px;
  color: white;
}
/* line 191, ../sass/parts/_flipper-strip.scss */
.flipper-strip .back a:hover,
.flipper-strip .front a:hover {
  color: #4d4d4d;
  text-decoration: none;
}
/* line 198, ../sass/parts/_flipper-strip.scss */
.flipper-strip .front {
  padding: 0;
}
/* line 201, ../sass/parts/_flipper-strip.scss */
.flipper-strip .front a {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 205, ../sass/parts/_flipper-strip.scss */
.flipper-strip .front a p {
  -webkit-font-smoothing: subpixel-antialiased !important;
}
/* line 208, ../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: #aed7c7;
}
/* 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: #aed7c7;
}
/* 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: #aed7c7;
}
/* 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.vzdelavani .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/vzdelavani.svg) center -10px no-repeat;
        background-size: 60% 60%;
      }

      @at-root .card-container.projekty .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/projekty.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.dotace .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/dotace.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.vzdelavani .color-bar {
  background-color: #811939;
}
/* line 281, ../sass/parts/_card-list.scss */
.card-container.projekty .color-bar {
  background-color: #3e5067;
}
/* line 285, ../sass/parts/_card-list.scss */
.card-container.aktivity .color-bar {
  background-color: #198161;
}
/* line 289, ../sass/parts/_card-list.scss */
.card-container.dotace .color-bar {
  background-color: #f55846;
}
/* 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) {

} */
</pre></body></html>