/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* Variables override */
/* line 12, templates/g5_hydrogen/custom/scss/template.scss */
body {
  font-size: 0.85rem;
}
/* line 16, templates/g5_hydrogen/custom/scss/template.scss */
a {
  outline: none;
}
/* line 20, templates/g5_hydrogen/custom/scss/template.scss */
strong {
  color: inherit;
}
/* line 24, templates/g5_hydrogen/custom/scss/template.scss */
#g-main {
  padding: 0;
}
/* line 28, templates/g5_hydrogen/custom/scss/template.scss */
p {
  margin: 1.2rem 0;
}
/* line 32, templates/g5_hydrogen/custom/scss/template.scss */
hr {
  border-width: 1px;
  border-color: #eee;
  margin: 8px 0;
}
/* line 38, templates/g5_hydrogen/custom/scss/template.scss */
.text-xs {
  font-size: 0.75rem;
}
/* line 42, templates/g5_hydrogen/custom/scss/template.scss */
.contact-icon {
  float: left;
  margin-top: 4px;
  margin-bottom: 25px;
  margin-right: 15px;
  opacity: 0.6;
  color: #01b0ff;
}
/* line 52, templates/g5_hydrogen/custom/scss/template.scss */
.g-title, .platform-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
}
/* line 59, templates/g5_hydrogen/custom/scss/template.scss */
h2 {
  font-size: 2rem;
}
/* line 64, templates/g5_hydrogen/custom/scss/template.scss */
textarea, select[multiple=multiple] {
  background-color: white;
  border: 1px solid #eee;
  box-shadow: none;
  border-radius: 4px;
}
/* line 70, templates/g5_hydrogen/custom/scss/template.scss */
textarea:hover, select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 74, templates/g5_hydrogen/custom/scss/template.scss */
textarea:focus, select[multiple=multiple]:focus {
  border-color: #01b0ff;
}
/* line 79, templates/g5_hydrogen/custom/scss/template.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  background-color: white;
  border: 1px solid #eee;
  box-shadow: none;
  border-radius: 4px;
}
/* line 86, templates/g5_hydrogen/custom/scss/template.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
  border-color: #c4c4c4;
}
/* line 90, templates/g5_hydrogen/custom/scss/template.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  border-color: #01b0ff;
}
/* line 94, templates/g5_hydrogen/custom/scss/template.scss */
textarea {
  height: auto;
}
/* line 99, templates/g5_hydrogen/custom/scss/template.scss */
.button, .readon, .readmore, button.validate {
  display: inline-block;
  outline: none;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 50px;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  color: #fafafa;
  background: #01b0ff;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
/* line 119, templates/g5_hydrogen/custom/scss/template.scss */
.button:hover, .readon:hover, .readmore:hover, button.validate:hover {
  background: #008dcd;
}
/* line 123, templates/g5_hydrogen/custom/scss/template.scss */
.button a, .readon a, .readmore a, button.validate a {
  color: #fff;
}
/* line 130, templates/g5_hydrogen/custom/scss/template.scss */
/* line 131, templates/g5_hydrogen/custom/scss/template.scss */
.readmore-group a {
  float: left;
  padding: 16px 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff !important;
  background: #fff;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
/* line 8, templates/g5_hydrogen/custom/scss/mixin.scss */
.readmore-group a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #01b0ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 22, templates/g5_hydrogen/custom/scss/mixin.scss */
.readmore-group a:hover {
  color: #01b0ff !important;
}
/* line 24, templates/g5_hydrogen/custom/scss/mixin.scss */
.readmore-group a:hover:before {
  top: -100%;
  opacity: 0;
}
/* line 142, templates/g5_hydrogen/custom/scss/template.scss */
.readmore-group a:first-child {
  border-radius: 4px 0 0 4px;
}
/* line 146, templates/g5_hydrogen/custom/scss/template.scss */
.readmore-group a:last-child {
  border-radius: 0 4px 4px 0;
}
/* line 150, templates/g5_hydrogen/custom/scss/template.scss */
.readmore-group a:nth-child(2n) {
  color: #292929 !important;
  background: #fff;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
/* line 8, templates/g5_hydrogen/custom/scss/mixin.scss */
.readmore-group a:nth-child(2n):before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 22, templates/g5_hydrogen/custom/scss/mixin.scss */
.readmore-group a:nth-child(2n):hover {
  color: #292929 !important;
}
/* line 24, templates/g5_hydrogen/custom/scss/mixin.scss */
.readmore-group a:nth-child(2n):hover:before {
  top: -100%;
  opacity: 0;
}
/* line 157, templates/g5_hydrogen/custom/scss/template.scss */
/* line 158, templates/g5_hydrogen/custom/scss/template.scss */
.contact dd {
  margin-left: 0;
}
/* line 160, templates/g5_hydrogen/custom/scss/template.scss */
.contact #contact-form {
  margin: 0;
}
/* line 162, templates/g5_hydrogen/custom/scss/template.scss */
.contact legend {
  font-size: 0.7rem;
}
/* line 166, templates/g5_hydrogen/custom/scss/template.scss */
.contact textarea {
  height: 170px;
}
/* line 170, templates/g5_hydrogen/custom/scss/template.scss */
.contact input[type="color"], .contact input[type="date"], .contact input[type="datetime"], .contact input[type="datetime-local"], .contact input[type="email"], .contact input[type="month"], .contact input[type="number"], .contact input[type="password"], .contact input[type="search"], .contact input[type="tel"], .contact input[type="text"], .contact input[type="time"], .contact input[type="url"], .contact input[type="week"], .contact input:not([type]), .contact textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 33px;
}
/* line 176, templates/g5_hydrogen/custom/scss/template.scss */
.contact .contact-fields {
  margin-right: 25px;
}
/* line 180, templates/g5_hydrogen/custom/scss/template.scss */
.contact dl {
  margin: 0;
}
/* line 183, templates/g5_hydrogen/custom/scss/template.scss */
.contact-checkboxes {
  font-size: 0.7rem;
  line-height: 1rem;
}
/* line 187, templates/g5_hydrogen/custom/scss/template.scss */
.contact-checkboxes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 192, templates/g5_hydrogen/custom/scss/template.scss */
.contact-checkboxes ul li {
  clear: both;
}
/* line 197, templates/g5_hydrogen/custom/scss/template.scss */
.contact-checkboxes input {
  float: left;
}
/* line 202, templates/g5_hydrogen/custom/scss/template.scss */
.contact-checkboxes label {
  float: left;
  width: 95%;
}
/* line 207, templates/g5_hydrogen/custom/scss/template.scss */
.contact-checkboxes input[type="checkbox"] {
  margin: 0;
  margin-top: 2px;
  margin-right: 8px;
  vertical-align: middle;
}
/* line 216, templates/g5_hydrogen/custom/scss/template.scss */
/* line 217, templates/g5_hydrogen/custom/scss/template.scss */
div[itemprop*="articleBody"] ul {
  margin-left: 2.5rem;
}
/* line 221, templates/g5_hydrogen/custom/scss/template.scss */
div[itemprop*="articleBody"] ul li {
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
}
/* line 228, templates/g5_hydrogen/custom/scss/template.scss */
/* line 229, templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies .cadre_inner_texte_alert_cookies {
  width: 100%;
}
/* line 233, templates/g5_hydrogen/custom/scss/template.scss */
#cadre_alert_cookies p {
  font-size: 0.8rem;
  margin: 10px 0;
}
/* line 240, templates/g5_hydrogen/custom/scss/template.scss */
/* line 241, templates/g5_hydrogen/custom/scss/template.scss */
/* line 243, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li {
  float: none;
  display: block;
}
/* line 247, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li .g-menu-item-container {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 2px;
}
/* line 258, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.3;
  margin-right: 15px;
}
/* line 264, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li.g-selected > .g-menu-item-container {
  color: #fff;
}
/* line 267, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li.g-selected > .g-menu-item-container > i {
  color: #01b0ff;
  opacity: 1;
}
/* line 273, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li.active > .g-menu-item-container {
  background: #01b0ff;
  color: #fff;
}
/* line 277, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel li.active > .g-menu-item-container > i {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
/* line 285, templates/g5_hydrogen/custom/scss/template.scss */
> nav.g-main-nav ul.g-toplevel li.g-parent .g-menu-parent-indicator:after {
  opacity: 1;
}
/* line 289, templates/g5_hydrogen/custom/scss/template.scss */
/* line 293, templates/g5_hydrogen/custom/scss/template.scss */
/* line 301, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel ul.g-dropdown {
  background: #fff;
  box-shadow: 0 0 3px #898989;
}
/* line 305, templates/g5_hydrogen/custom/scss/template.scss */
/* line 306, templates/g5_hydrogen/custom/scss/template.scss */
nav.g-main-nav ul.g-toplevel ul.g-dropdown li .g-menu-item-container {
  padding: 6px 10px;
}
/* line 317, templates/g5_hydrogen/custom/scss/template.scss */
#g-page-surround {
  background: url('../../images/bg.jpg') no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  margin-left: 330px;
}
/* line 325, templates/g5_hydrogen/custom/scss/template.scss */
#g-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 330px;
  height: 100vh;
  background: #203942;
  border-right: 1px solid #353535;
}
/* line 335, templates/g5_hydrogen/custom/scss/template.scss */
#g-top .g-content {
  padding: 15px 0;
  margin: 10px 15px;
}
/* line 340, templates/g5_hydrogen/custom/scss/template.scss */
#g-top #logo {
  text-align: center;
}
/* line 342, templates/g5_hydrogen/custom/scss/template.scss */
#g-top #logo .g-content {
  border-bottom: 1px solid #353535;
}
/* line 347, templates/g5_hydrogen/custom/scss/template.scss */
#g-top #fixed-copyright {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  color: #787878;
  font-size: 0.75rem;
}
/* line 356, templates/g5_hydrogen/custom/scss/template.scss */
#g-top #fixed-copyright p {
  margin: 0;
}
/* line 360, templates/g5_hydrogen/custom/scss/template.scss */
#g-top #fixed-copyright .g-content {
  border-top: 1px solid #353535;
  padding: 10px 0;
}
/* line 368, templates/g5_hydrogen/custom/scss/template.scss */
#g-header {
  position: static;
  background: #292929;
}
/* line 372, templates/g5_hydrogen/custom/scss/template.scss */
/* line 375, templates/g5_hydrogen/custom/scss/template.scss */
/* line 376, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .slideshowck .camera_caption > div {
  background: none;
}
/* line 380, templates/g5_hydrogen/custom/scss/template.scss */
#g-header .slideshowck .camera_caption .camera_caption_desc {
  font-size: 1.1rem;
  padding: 15px 20px;
}
/* line 388, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase {
  padding: 0;
  height: 100vh;
  font-size: 1.1rem;
}
/* line 393, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase .g-container {
  position: relative;
  top: 40%;
  z-index: 1;
}
/* line 399, templates/g5_hydrogen/custom/scss/template.scss */
#g-showcase h1 {
  font-size: 3rem;
}
/* line 404, templates/g5_hydrogen/custom/scss/template.scss */
#g-main {
  position: relative;
  min-height: 100vh;
  z-index: 1;
}
/* line 410, templates/g5_hydrogen/custom/scss/template.scss */
/* line 411, templates/g5_hydrogen/custom/scss/template.scss */
/* line 412, templates/g5_hydrogen/custom/scss/template.scss */
body.static-header #g-main .page-header h1 {
  margin-top: -40px;
  top: -170px;
}
/* line 420, templates/g5_hydrogen/custom/scss/template.scss */
body.static-header.header-light #g-main .page-header h1 {
  color: #fff;
}
/* line 422, templates/g5_hydrogen/custom/scss/template.scss */
#static-header {
  width: 100%;
  height: 300px;
  background: url('../../../../images/obrazy/bg-title.jpg') no-repeat top center;
  background-size: cover;
  opacity: 1;
  -webkit-transition: all 6s ease-in-out;
  -moz-transition: all 6s ease-in-out;
  transition: all 6s ease-in-out;
}
/* line 431, templates/g5_hydrogen/custom/scss/template.scss */
#static-header.zoom {
  opacity: 0.6;
}
/* line 437, templates/g5_hydrogen/custom/scss/template.scss */
#g-footer {
  background: none;
  border: 0;
}
/* line 442, templates/g5_hydrogen/custom/scss/template.scss */
#g-copyright {
  font-size: 0.75rem;
  border-top: 1px solid #353535;
}
/* line 446, templates/g5_hydrogen/custom/scss/template.scss */
#g-copyright .g-content {
  padding: 0 0.8rem;
}
/* line 450, templates/g5_hydrogen/custom/scss/template.scss */
#g-copyright p {
  margin: 0;
}
/* Blogs */
/* line 454, templates/g5_hydrogen/custom/scss/template.scss */
/* line 455, templates/g5_hydrogen/custom/scss/template.scss */
.blog .page-header {
  position: relative;
}
/* line 458, templates/g5_hydrogen/custom/scss/template.scss */
.blog .page-header h2, .blog .page-header h3 {
  border-bottom: 1px solid #eee;
  margin: 0;
}
/* line 464, templates/g5_hydrogen/custom/scss/template.scss */
.blog .item {
  margin-bottom: 30px;
}
/* line 468, templates/g5_hydrogen/custom/scss/template.scss */
.blog dl.article-info {
  margin: 10px 0;
  font-size: 0.75rem;
}
/* line 473, templates/g5_hydrogen/custom/scss/template.scss */
.blog dl.article-info .article-info-term {
  display: none;
}
/* line 477, templates/g5_hydrogen/custom/scss/template.scss */
.blog dl.article-info dd {
  margin: 0;
}
/* line 480, templates/g5_hydrogen/custom/scss/template.scss */
.blog .readmore {
  float: right;
}
@media only screen and (max-width: 1500px) {
  /* line 487, templates/g5_hydrogen/custom/scss/template.scss */
  .g-container {
    width: 100%;
  }
  /* line 491, templates/g5_hydrogen/custom/scss/template.scss */
  #g-main .g-content {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1500px) {
  /* line 497, templates/g5_hydrogen/custom/scss/template.scss */
  #g-page-surround {
    margin-left: 360px;
  }
  /* line 498, templates/g5_hydrogen/custom/scss/template.scss */
  #g-top {
    width: 360px;
  }
}
@media only all and (max-width: 47.938rem) {
  /* line 502, templates/g5_hydrogen/custom/scss/template.scss */
  #g-page-surround {
    margin-left: initial;
  }
  /* line 506, templates/g5_hydrogen/custom/scss/template.scss */
  /* line 507, templates/g5_hydrogen/custom/scss/template.scss */
  body.static-header.header-light #g-main .page-header h1 {
    color: #292929;
    margin-top: auto;
    top: auto;
  }
  /* line 514, templates/g5_hydrogen/custom/scss/template.scss */
  #g-top {
    position: static;
    background: none;
    height: auto;
    width: 100%;
    border: 0;
  }
  /* line 521, templates/g5_hydrogen/custom/scss/template.scss */
  #g-top #logo .g-content {
    border: 0;
  }
  /* line 524, templates/g5_hydrogen/custom/scss/template.scss */
  #fixed-copyright {
    display: none;
  }
}
/*# sourceMappingURL=custom_13.css.map */