@charset "UTF-8";
/*!
Theme Name: grid7
Theme URI: olovich
Author: oj
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grid


*/
.lblue {
  background-color: #d4dce6;
}

.dblue {
  background-color: #002c59;
}

.lgreen {
  background-color: #eef2ef;
}

/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  border-top: 1px solid #0d355d;
  overflow: visible;
  /* 2 */
  width: 100%;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! slicknav */
.lblue {
  background-color: #d4dce6;
}

.dblue {
  background-color: #002c59;
}

.lgreen {
  background-color: #eef2ef;
}

.megamenu-con {
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #001b37;
  font-weight: bold;
  font-size: 1.25em;
  justify-self: start;
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
}

.megamenu-con .description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
}

.megamenu-con .menu-container {
  width: 100%;
  margin: 0 auto;
  background: #f8f9fa;
}

.megamenu-con .menu-mobile {
  display: none;
  padding: 0.5em 1em 0.5em 1em;
}

.megamenu-con .menu-mobile:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 1.2rem;
  padding: 0;
  float: right;
  position: relative;
  top: 20px;
  transform: translateY(-25%);
}

.megamenu-con .menu-dropdown-icon:before {
  content: "\f196";
  font-family: "FontAwesome";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}

.megamenu-con .menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
  font-weight: 300;
}

.megamenu-con .menu > ul:before, .megamenu-con .menu > ul:after {
  content: "";
  display: table;
}

.megamenu-con .menu > ul:after {
  clear: both;
}

.megamenu-con .menu > ul > li {
  float: left;
  background: #f8f9fa;
  padding: 0;
  margin: 0;
}

.megamenu-con .menu > ul > li a {
  text-decoration: none;
  padding: 1.5em 1.5em;
  display: block;
  letter-spacing: 0.5px;
  font-size: 0.8em;
}

.megamenu-con .menu > ul > li a:hover {
  color: #064586 !important;
  transition: color 0.5s ease;
}

.megamenu-con .menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.megamenu-con .menu > ul > li > ul:before, .megamenu-con .menu > ul > li > ul:after {
  content: "";
  display: table;
}

.megamenu-con .menu > ul > li > ul:after {
  clear: both;
}

.megamenu-con .menu > ul > li > ul > li {
  text-transform: none !important;
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}

.megamenu-con .menu > ul > li > ul > li a {
  color: #002c59;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}

.megamenu-con .menu > ul > li > ul > li a:hover {
  color: #001b37;
}

.megamenu-con .menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

.megamenu-con .menu > ul > li > ul > li > ul:before, .megamenu-con .menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}

.megamenu-con .menu > ul > li > ul > li > ul:after {
  clear: both;
}

.megamenu-con .menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}

.megamenu-con .menu > ul > li > ul > li > ul > li a {
  border: 0;
}

.megamenu-con .menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}

.megamenu-con .menu > ul > li > ul.normal-sub > li {
  width: 100%;
}

.megamenu-con .menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}

@media only screen and (max-width: 1200px) {
  .megamenu-con .megamenu-con {
    width: 100%;
  }
  .megamenu-con .menu-container {
    width: 100%;
  }
  .megamenu-con .menu-mobile {
    display: block;
  }
  .megamenu-con .menu-dropdown-icon:before {
    display: block;
  }
  .megamenu-con .menu > ul {
    display: none;
  }
  .megamenu-con .menu > ul > li {
    width: 100%;
    display: block !important;
    visibility: visible !important;
    text-align: left;
  }
  .megamenu-con .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .megamenu-con .menu > ul > li > ul {
    position: relative;
  }
  .megamenu-con .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .megamenu-con .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .megamenu-con .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .megamenu-con .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .megamenu-con .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .megamenu-con .menu .show-on-mobile {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  .megamenu-con {
    width: 100%;
  }
  .topmenu-con {
    display: none  !important;
    visibility: hidden;
  }
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px;
}

.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
  color: #002c59;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #002c59;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  color: #002c59;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  background: #ccc;
  color: #002c59;
}

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #002c59;
}

.slicknav_nav a:hover {
  border-radius: 6px;
  background: #ccc;
  color: #222;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #002c59;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.lblue {
  background-color: #d4dce6;
}

.dblue {
  background-color: #002c59;
}

.lgreen {
  background-color: #eef2ef;
}

.slicknav_menu {
  background-color: #fff;
  border-bottom: 3px solid #e8bc28;
}

.slicknav_btn {
  background-color: #002c59;
  margin: 15px 0px 6px;
}

.slicknav_menu {
  padding: 0.75em;
}

.slicknav_nav {
  margin-top: 7em;
}

.slicknav_nav li {
  font-family: neue-haas-grotesk-text, sans-serif;
  margin: 0em;
  padding: 0.75em 0.5em 0.75em 0.5em;
  font-size: 1.2em;
}

.slicknav_nav a {
  padding: 0em;
  margin: 0em;
  color: #002c59;
}

.slicknav_nav a:hover {
  background-color: #e5eaee;
  color: #002c59;
}

.slicknav_nav .socicons {
  display: flex;
}

.slicknav_nav .socicons a {
  padding-right: 1em;
}

.slicknav_nav .footer_language_list_menu {
  display: flex;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.75em 0.5em 0.75em 0.5em;
  border-top: 1px solid #e5eaee;
  border-bottom: 1px solid #e5eaee;
}

.slicknav_nav .footer_language_list_menu a {
  padding-right: 2em;
  padding-left: 2em;
}

.slicknav_nav ul {
  margin: 0px;
  font-weight: bold;
}

.slicknav_btn {
  display: inline-block;
  float: right;
  background-color: #fff;
}

.slicknav_btn .slicknav_icon-bar {
  background-color: #002c59;
  color: #002c59;
}

.slicknav_nav {
  margin-top: 7em;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 0px;
  color: #d9e7f6;
}

li.mob-lang {
  font-weight: normal;
}

/*! sphotoswipe */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(https://kotadef.sk/wp-content/themes/themes/grid-theme-ver6/media/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(https://kotadef.sk/wp-content/themes/themes/grid-theme-ver6/media/photoswipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(img/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.lblue {
  background-color: #d4dce6;
}

.dblue {
  background-color: #002c59;
}

.lgreen {
  background-color: #eef2ef;
}

.blog-content {
  display: grid;
  max-width: 1200px;
  margin: 0px auto;
  grid-gap: 20px 20px;
  grid-template-columns: 1fr;
  align-items: start;
  padding: 0em 1em 0em 1em;
}

.blog-content img.alignleft {
  width: auto;
  height: auto;
}

.blog-content table {
  width: 100%;
}

.blog-content td {
  padding: 0.25em 0em 0.25em 0em;
  border-bottom: 1px solid #ccc;
}

.blog-content th {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.1em;
  color: #002c59;
  padding: 0.25em 0em 0.25em 0em;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.blog-content h1 {
  font-weight: bold;
}

.blog-content h2 {
  color: #002c59;
  font-weight: bold;
}

.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6, .blog-content p {
  grid-column: 1 / -1;
}

.blog-content img {
  width: 100%;
  height: auto;
}

.blog-content p {
  padding: 0em;
  margin: 0em;
  font-size: 1em;
  line-height: 1.6em;
}

.blog-content ul {
  list-style-type: disc;
  padding-left: 1.2em;
}

.blog-content ul li {
  padding-bottom: 0.5em;
  line-height: 1.6em;
  list-style-type: disc;
}

.blog-content ol {
  padding-left: 1.2em;
}

.blog-content ol li {
  padding-bottom: 0.5em;
  line-height: 1.6em;
}

.blog-content .entry-header {
  text-align: left;
}

.blog-content .aligncenter {
  grid-column: 1 / -1;
}

.blog-content ul, .blog-content ol {
  grid-column: 1 / -1;
}

.blog-content .wp-block-image {
  grid-column: 1 / -1;
}

.blog-content .wp-block-image figure {
  padding: 1em 0em 1em 0em;
  margin: 0px;
}

.blog-content .size-large {
  grid-column: 1 / -1;
}

.blog-content .size-large figure {
  padding: 1em 0em 1em 0em;
  margin: 0px;
}

.blog-content p > img {
  margin: 0px;
  padding: 1em 0em 1em 0em;
}

.blog-content p > img.alignleft {
  grid-column: 1;
  width: auto;
  height: auto;
}

.blog-content > img.img-half {
  grid-column: 2 / -3;
  padding: 2em 0em 2em 0em;
}

.blog-content .entry-header {
  grid-column: 1 / -1;
}

.wp-block-image {
  grid-column: 1 / -1;
}

.wp-block-columns {
  grid-column: 1 / -1;
}

.lblue {
  background-color: #d4dce6;
}

.dblue {
  background-color: #002c59;
}

.lgreen {
  background-color: #eef2ef;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  box-sizing: inherit;
  font-size: 100%;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #fff;
  min-height: 100vh;
}

#Container .mix {
  display: none;
}

ul {
  margin: 0em;
  padding: 0em;
}

.pswp {
  z-index: 10000;
}

.img {
  width: 100%;
  height: auto;
}

.inpad {
  padding: 0em 10em 0em 10em;
}

.gr-con {
  display: grid;
}

.main-con {
  padding-top: 5em;
  display: grid;
}

.logo-con {
  display: inline-block;
}

.logo-con img {
  width: 140px;
  height: auto;
}

.logo-slick {
  display: block;
  float: left;
}

.menu-mobile-logo {
  width: 120px;
  height: auto;
}

.header {
  display: grid;
  grid-column-gap: 1em;
  grid-row-gap: 0em;
  background-color: #f8f9fa;
  grid-template-columns: 1fr;
  grid-template-areas: 'mainmenu';
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 5000;
}

.header-con-ct {
  grid-area: mainmenu;
  padding: 1em 10em 1em 10em;
  width: 100%;
  display: grid;
  grid-template-columns: fit-content(50px) 2fr auto fit-content(50px);
  grid-template-areas: 'logo menu topmenu dmd';
  align-items: center;
  justify-items: end;
  border-bottom: 3px solid #e8bc28;
  grid-gap: 2em;
}

.topmenu-con {
  display: flex;
  justify-content: flex-end;
}

.topmenu-con .divider {
  padding: 0em 1em 0em 0em;
  color: #b3c1d4;
}

.topmenu-con .topmenu {
  display: flex;
  flex-direction: row;
}

.topmenu-con .topmenu li a {
  font-size: 1em;
  color: #b2aeae;
}

.topmenu-con .topmenu li a:hover {
  font-size: 1em;
}

.topmenu-con .topmenu li {
  padding: 0em 0em 0em 1em;
}

.topmenu-con i {
  padding-right: 1em;
}

.topmenu-con a.linkedin {
  margin-top: 0.1em;
  color: #b2aeae;
}

.topmenu-con a.fb {
  margin-top: 0.1em;
  color: #b2aeae;
}

.logo-con-dmd {
  grid-area: dmd;
  border-left: #495057;
}

.logo-con-dmd .logo-dmd-head {
  width: 100px;
  height: auto;
}

.logo-con-dmd .memberof {
  font-size: 0.8em;
  color: #495057;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-bottom: 0.5em;
}

.footer_language_list {
  color: #b2aeae;
}

.footer_language_list ul {
  margin-top: 0.1em;
  display: flex;
  flex-direction: row;
}

.footer_language_list li {
  font-size: 0.9em;
  font-family: neue-haas-grotesk-text, sans-serif;
  padding-right: 1em;
  text-transform: uppercase;
}

.footer_language_list a {
  color: #b2aeae;
}

.footer_language_list a.active {
  color: #b3c1d4;
}

.footer_language_list a:hover {
  color: #b3c1d4;
}

article section {
  padding: 3em 0em 3em 0em;
}

.home section {
  padding: 3em 0em 3em 0em;
}

section.post-header {
  padding: 2em 0em 0em 0em !important;
}

.logo-con {
  grid-area: logo;
}

ul.main {
  grid-area: menu;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.2em;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  margin: 0em;
}

li a {
  color: #002c59;
  font-size: 1em;
}

.entry-header h1 {
  font-size: 2em;
  font-weight: 500;
  color: #002c59;
  text-align: left;
  margin-bottom: 0.5em;
}

.entry-header h1::before {
  content: '';
  display: block;
  width: 200px;
  height: 3px;
  background-color: #e8bc28;
  margin-bottom: 0.5em;
}

.entry-header h3 {
  text-align: left;
}

.wrapper {
  display: grid;
  grid-gap: 25px;
}

.grid {
  padding: 1.5em 0em 1.5em 0em;
  grid-gap: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: auto;
}

.sliderhome-article-con {
  padding: 1em;
  height: 100%;
}

.sliderhome-article-con .grid-item {
  height: 100%;
}

.grid-item {
  transition: background-color 0.5s ease;
  overflow: hidden;
  padding: 0em;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  background-color: #fff;
  justify-items: strech;
  align-items: start;
  border-bottom: 2px solid #e8bc28;
}

.grid-item h4 {
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #002c59;
  font-weight: 500 !important;
  padding-top: 0em;
  margin: 0em;
  font-size: 1.2em !important;
}

.grid-item h5 {
  padding-top: 0.5em;
  color: #384d26;
  font-size: 1em;
}

.grid-item .date {
  color: #002c59;
  padding: 0em;
  margin: 0em 0em 0em 0em;
}

.grid-item .subhead {
  color: #384d26;
  font-size: 1.1em;
}

.grid-item .imglink {
  width: 100%;
  padding-top: 100%;
  /* Maintains the 1:1 aspect ratio */
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  margin: 0;
  /* Remove default margin of figure if any */
}

.grid-item .img-hp-list {
  background-size: cover;
}

.grid-item .img-hp-list {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  z-index: 100;
}

.grid-item .img-hp-list a {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #2fd;
  z-index: 1000;
}

.grid-item p {
  line-height: 1.4em;
  color: #212529;
}

.grid-item:hover {
  box-shadow: 0px 8px 4px -4px rgba(53, 59, 86, 0.3);
  transform: scale(1.008);
  transition: transform 0.2s ease;
  transition-timing-function: linear;
}

.prac-ponuky .grid-item:hover {
  background-color: #e5eaee;
}

.size-l .imglink {
  padding-top: 49%;
}

.obstaravanie .grid-item {
  grid-template-rows: auto;
}

section.prilohy {
  padding: 3em 0em 3em 0em;
}

.skusobnictvo {
  justify-items: strech;
  align-items: left;
  grid-template-rows: 1fr 50px;
  background-color: #002c59;
}

.skusobnictvo h4 {
  color: #fff;
  text-align: left;
  font-size: 2em;
  padding-bottom: 0.5em;
  text-transform: none;
}

.skusobnictvo a {
  color: #fff;
}

.skusobnictvo h5 {
  color: #fff;
}

.category {
  font-weight: bold;
  color: #b3c1d4;
}

.category i {
  font-size: 0.9em;
}

a {
  color: #002c59;
}

.more-btn-con a {
  font-weight: bold;
  padding: 0.5em;
  border: 2px solid #002c59;
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  transition: background-color 0.3s ease;
}

.more-btn-con a:hover {
  background-color: #d9e7f6;
}

h5 {
  color: #405946;
}

.more {
  font-weight: bold;
}

.more-btn-con {
  padding: 0em 1em 2em 1em;
}

.hero {
  background-size: cover;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'hero';
  overflow: hidden;
  background-position: right center;
  align-items: start;
  justify-items: start;
  padding-right: 1em;
  padding-left: 1em;
  height: 80vh;
}

.hero img {
  width: 100%;
  grid-area: hero;
}

.hero h1 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 3em;
  font-weight: bold;
  color: #001b37;
  padding: 3em 0em 0em 0em;
}

.project-info-con {
  padding: 1em 2em 1em 2em;
  max-width: 30em;
  display: block;
  grid-area: hero;
  background-color: #002c59;
  margin-bottom: 5em;
  margin-left: 14em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  left: 14em;
  display: flex;
  flex-direction: column;
}

.project-info-con h2 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: bold;
  padding-top: 0.5em;
  margin: 0em;
  font-size: 2.4em;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 0.5em;
}

.project-info-con h5 {
  color: #fff;
}

.project-info-con p {
  color: #fff;
}

.project-info-con .category {
  color: #fff;
}

.project-info-con .more {
  padding-top: 0.5em;
  color: #fff;
}

.project-info-con .more-btn-con {
  padding: 1em 0em 1em 0em;
}

.project-info-con .more-btn-con a {
  color: #fff;
  border: 2px solid #fff;
}

.project-info-con .more-btn-con a:hover {
  background-color: #001b37;
}

.project-info-con:hover {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.logo-slick {
  width: 135px;
  padding: 0.25em;
}

.js .slicknav_menu {
  display: none;
}

.entry-header {
  text-align: center;
}

.entry-header h1 {
  font-weight: 500;
  font-size: 2.8em;
}

.entry-header h3 {
  color: #405946;
  font-weight: bold;
  font-weight: 500;
  font-size: 1.8em;
}

.article-con {
  padding-top: 8em;
  display: grid;
  grid-gap: 0em;
}

.article-con section {
  padding: 2em 0em 5em 0em;
}

.article-con section.post-hero {
  padding: 0em 0em 0em 0em;
}

section.galleryslider {
  padding: 1em 0em 2em 0em;
}

.section-header {
  text-align: left;
  padding-bottom: 2em;
}

.section-header h2 {
  color: #405946;
  font-weight: bold;
  font-size: 1.8em;
}

.popis-basic p,
.popis p {
  color: #212529;
  font-size: 1.1em;
  line-height: 1.4em;
}

.popis-basic ul,
.popis ul {
  color: #212529;
  font-size: 1.1em;
  line-height: 1.4em;
  padding-left: 1em;
}

.popis-basic ul li,
.popis ul li {
  list-style-type: disc;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 2em;
  padding: 0em 2em 0em 2em;
}

section.features {
  background-color: #ececec;
}

.features ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 2em;
  padding: 0em 0em 0em 0em;
}

.features ul li {
  display: flex;
  padding: 1em;
  font-size: 1.2em;
  line-height: 1.55em;
  color: #002c59;
  padding: 0em 1em 1em 1em;
}

.features ul li:before {
  display: inline-block;
  content: '\f055';
  font-family: FontAwesome;
  color: #002c59;
  font-size: 1.2em;
  line-height: 1.55em;
  padding-right: 0.5em;
}

.feat-item {
  padding: 1em;
  background-color: #b3c1d4;
}

.feat-item h4 {
  font-size: 1.2em;
}

.feat-item:before {
  display: inline-block;
  content: '\f055';
  font-family: FontAwesome;
  color: #405946;
  font-size: 1.4em;
}

.dblue h4 {
  color: #fff;
}

.dblue h2 {
  color: #fff;
}

.techspec-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0em;
}

.techspec-grid h3.nadpis {
  font-weight: bold;
  font-size: 1.2em;
  padding-top: 2em;
}

.techspec-grid h4 {
  margin-top: 1em;
}

.techspec-grid dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  margin: 0em;
  padding: 1em 0em 1em 0em;
  border-bottom: 1px solid #3b3b3b;
}

.techspec-grid dt {
  margin: 0em;
}

.techspec-grid dd {
  margin: 0em;
  text-align: right;
}

.techspec-grid .full {
  grid-column: 1/-1;
  font-weight: bold;
}

.prilohy-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0em;
  padding-bottom: 4em;
}

.prilohy-grid .file-con {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: auto 1fr auto;
  padding: 1em 0.75em 1em 0em;
  border-bottom: 1px solid #3b3b3b;
}

.prilohy-grid .filelink {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  align-items: center;
}

.prilohy-grid .file-con:hover {
  background-color: #f8f9fa;
}

.prilohy-grid .caption {
  padding-right: 1em;
}

.prilohy-grid .title {
  font-size: 0.9em;
  color: #6c757d;
}

.prilohy-grid i {
  font-size: 2em;
  padding-right: 0.5em;
}

.prilohy-grid .doccaption {
  font-weight: bold;
}

.prilohy-grid a {
  color: #002c59;
}

.prilohy-grid a:hover {
  color: #001b37;
}

section.gallery {
  padding: 0em;
}

section.pro-cat {
  padding: 0em;
}

.my-simple-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  line-height: 0em;
}

.my-simple-gallery a {
  width: auto;
  height: 200px;
  background-color: #e8bc28;
  line-height: 0px;
  display: grid;
}

.my-simple-gallery a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.my-simple-gallery figure {
  width: auto;
  height: 200px;
  margin: 0em;
  background-size: cover;
}

.grid-pro-list {
  grid-gap: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 4em 1em;
}

.grid-pro-list .grid-item {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-area: 'image' 'text';
  grid-template-areas: 'image' 'text';
}

.grid-pro-list .grid-item .imglink {
  grid-area: image;
}

.grid-pro-list > .size-l {
  grid-column: span 2;
  grid-row: span 1;
}

.filters {
  display: flex;
  flex-wrap: wrap;
}

.filter {
  padding: 0.5em;
  margin-right: 1em;
  margin-bottom: 1em;
  background-color: #b3c7b7;
  font-weight: bold;
  color: #405946;
  cursor: pointer;
}

.filter i {
  font-size: 0.8em;
}

.filters .active {
  background-color: #2a3a2e;
  color: #fff;
}

footer {
  background-size: cover;
  background-color: #e9ecef;
  color: #002c59;
}

footer a {
  color: #002c59;
}

.site-footer {
  padding: 4em 0em 2em 0em;
  background-color: #002c59;
  color: #fff;
}

.mid {
  border-right: 1px solid #2b77c4;
  border-left: 1px solid #2b77c4;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 20px;
}

.footer-grid a {
  display: inline-block;
  width: 100%;
  padding-bottom: 0.5em;
  color: #fff;
}

.footer-grid a:hover {
  color: #b3c1d4;
}

.footer-grid p {
  display: inline-block;
  width: 100%;
  padding-bottom: 0.5em;
  margin: 0em;
}

.foot-item {
  padding-bottom: 4px solid #b3c1d4;
  padding: 1em;
}

.legal-info {
  margin: 0px;
}

.legal-info p {
  padding: 0em;
  margin: 0em;
}

.dmdimg-foot-con .dmdimg-foot {
  width: 110px;
  height: auto;
}

.dmdimg-foot-con h5 {
  color: #fff;
}

.footer-grid-legal {
  margin-top: 2em;
  padding-top: 2em;
  display: grid;
  grid-template-columns: auto 2fr 1fr;
  border-top: 3px solid #e8bc28;
  align-items: center;
}

.footer-grid-legal p {
  font-size: 0.9em;
  margin-top: 0.1em;
}

.footer-grid-legal .dmdimg-foot-con {
  display: grid;
  align-items: center;
  justify-self: end;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
}

.footer-grid-legal .memberof-foot {
  padding: 0.5em;
  display: inline-block;
}

ul.foot-main {
  padding: 0em;
  margin: 0em;
}

ul.foot-main a:hover {
  color: #00458c;
}

section.bread {
  padding: 2em 0em 0.5em 0em;
}

section.bread .bread-link {
  font-size: 0.8em;
}

.half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.kontakty-grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
}

.kontakty-grid .kontakt-item {
  padding: 1em;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.kontakty-grid .kontakt-item h3 {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  color: #212529;
  border-bottom: 1px solid #002c59;
}

.kontakty-grid .kontakt-item .funkcia {
  padding-bottom: 0.5em;
}

.kontakty-grid .kontakt-item a {
  padding-bottom: 0.5em;
  font-weight: bold;
}

.kontakty-grid .kontakt-item i {
  padding-right: 0.5em;
}

.kontakt-item:hover {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

section.kontakty-list {
  padding: 0em 0em 1em 0em;
}

section.mapa {
  padding: 5em 0em 0em 0em;
}

.certi .file-con {
  grid-template-rows: 1fr;
  background-color: #fff;
  padding: 1em;
  grid-gap: 10px;
  grid-template-columns: 1fr 10fr 4fr;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  align-items: center;
}

.certi .file-con i {
  font-size: 2em;
}

.certi .file-con:hover {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.nov h4 {
  font-weight: bold;
  text-transform: none;
  font-size: 1.8em;
}

.textcon {
  max-width: 800px;
  margin: 0 auto;
}

.ospol {
  border-top: 1px solid #002c59;
  padding-top: 2em;
  margin-top: 1em;
  grid-column: 1 / -1;
}

.ospol h4 {
  font-weight: bold;
  font-size: 1.2em;
}

.ospol p {
  padding-bottom: 1em;
}

.kar-info {
  grid-column: 1 / -1;
}

.kar-info p {
  padding-bottom: 0.5em;
}

.prac-ponuky .grid-item {
  grid-template-rows: 1fr;
}

section.home-kota-info {
  padding: 5em 0em 5em 0em;
}

section.home-kota-info .more-btn-con {
  padding: 1em 0em 1em 0em;
}

.home-kota-info h4 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 2em;
}

.home-kota-info .half {
  align-items: center;
  grid-row-gap: 20px;
}

.home-kota-info .home-text {
  display: grid;
  grid-row-gap: 10px;
}

.home-kota-info .home-text p {
  padding: 0em 6em 0em 0em;
}

.home-kota-info .img {
  transition: transform 300ms ease-out;
}

.home-kota-info .img:hover {
  transform: scale(1.03);
}

.home-kota-info p {
  font-size: 1.1em;
  line-height: 1.4em;
}

section.timeline-con {
  padding: 0em 0em 5em 0em;
}

.dmd {
  text-align: center;
}

.dmd h5 {
  font-size: 1em;
  color: #fff;
}

.dmd .dmdimg {
  width: 100%;
  height: auto;
  padding: 0em 3em 2em 3em;
}

.lang-menu-foot {
  display: inline-flex;
  margin: 0px;
  padding: 1em;
}

.lang-menu-foot i {
  padding-right: 1em;
}

.lang-menu-foot ul {
  display: flex;
  flex-direction: row;
}

.lang-menu-foot li {
  color: #0078f2;
  font-size: 1em;
  font-family: neue-haas-grotesk-text, sans-serif;
  padding-right: 1em;
}

.sliderhome .grid-item {
  display: grid;
  grid-template-rows: 260px 150px;
}

.sliderhome .grid-item .imglink {
  overflow: hidden;
  /* NEW */
  min-width: 0;
  /* NEW; needed for Firefox */
}

.metis {
  padding: 0.8em 1em 1em 1em;
}

.metis ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.metis .metismenu {
  display: flex;
  flex-direction: column;
}

.metis .metismenu li + li {
  margin-top: 5px;
}

.metis .metismenu > li {
  /*-webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;*/
  display: flex;
  flex-direction: column;
  position: relative;
}

.metis .metismenu a {
  position: relative;
  display: block;
  padding: 8px 12px;
  color: #fff;
  outline-width: 0;
  transition: all 0.3s ease-out;
}

.metis .metismenu ul a {
  padding: 8px 12px 8px 30px;
}

.metis .metismenu ul ul a {
  padding: 8px 12px 8px 45px;
}

.metis .metismenu a:hover,
.metis .metismenu a:focus,
.metis .metismenu a:active,
.metis .metismenu .mm-active > a {
  color: #001b37;
  text-decoration: none;
  background: #b3c1d4;
}

.kontakty h2 {
  margin-bottom: 1em;
  font-weight: bold;
}

.referencie .grid-item h4 {
  text-transform: none;
  font-size: 1.8em;
}

.referencie .grid-item .imglink {
  background-size: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}

.referencie .grid-item .imglink:hover {
  filter: grayscale(0%);
}

.plyr {
  margin-bottom: 4em;
}

.prac-ponuky .blog-content {
  grid-column: 1/-1;
}

.fileiconnew {
  height: 1.3em;
  padding-left: 0.5em;
}

a.videobtn {
  color: #b3c1d4;
  font-weight: bold;
  padding: 1.2em 1.5em 1.1em 1.5em;
  background: #002c59;
  border-radius: 3px;
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a.videobtn:hover {
  color: #fff;
  transform: scale(1.1);
}

i {
  padding-left: 0.5em;
}

section.inpad {
  padding-left: 10em;
  padding-right: 10em;
}

section.onas-uvod {
  padding-top: 4em;
  padding-bottom: 4em;
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 2em;
  background-color: #002c59;
  color: #b3c1d4;
  justify-items: center;
  align-items: center;
  background-size: 25%;
  background-position-x: 75%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border-bottom: 10px solid #696969;
}

section.onas-uvod .logo-circle img {
  width: 200px;
  height: auto;
  padding: 1em;
}

section.onas-uvod .onas-text-con {
  padding: 1em;
}

section.onas-uvod .onas-text-con h2 {
  color: #b3c1d4;
  font-size: 2em;
  font-weight: bold;
}

section.onas-uvod .onas-text-con h2::after {
  content: '';
  display: block;
  width: 200px;
  height: 3px;
  background-color: #e8bc28;
  margin-top: 0.5em;
}

section.onas-uvod .onas-text-con p {
  width: 75%;
  font-size: 1.2em;
  line-height: 1.6em;
}

section.onas-uvod .onas-text-con a {
  color: #b3c1d4;
}

section.onas-uvod:hover {
  background-size: 30%;
  transition: all 3s ease-in-out;
}

.lblue {
  background-color: #d4dce6;
}

.dblue {
  background-color: #002c59;
}

.lgreen {
  background-color: #eef2ef;
}

body {
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #212529;
}

a {
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #002c59;
  margin: 0em;
  margin-bottom: 0.25em;
  font-weight: normal;
}

.lblue {
  background-color: #d4dce6;
}

.dblue {
  background-color: #002c59;
}

.lgreen {
  background-color: #eef2ef;
}

.main-header {
  padding: 1em 0em 1em 0em;
  text-align: center;
}

.btn {
  margin: 0.5em 0em 0.5em 0em;
  background-color: #002c59;
  color: #fff;
  padding: 0.8em 0.8em 0.7em 0.8em;
  display: inline-block;
  font-weight: bold;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn:hover {
  background-color: #001f40;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn:active {
  background-color: #001f40;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: none;
}

.btn-lg {
  font-size: 1.2em;
  margin: 0.5em 0em 0.5em 0em;
  background-color: #002c59;
  color: #fff;
  padding: 1em 0.8em 1.2em 0.8em;
  display: inline-block;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-lg:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-lg:active {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: none;
}

.sliderlogocon {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0px 40px;
}

.sliderlogo .img-con {
  position: relative;
  max-width: 200px;
  height: 150px;
}

.sliderlogo .img-con img {
  padding: 0px;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.partner-logos {
  grid-column: 2/-2;
  grid-template-columns: 1fr;
  padding: 0em 1em 0em 1em;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
  gap: 1rem 2rem;
  justify-content: center;
  align-items: center;
}

.logo-item {
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.logo-item:hover {
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}

/* Base */
.lblue {
  background-color: #d4dce6;
}

.dblue {
  background-color: #002c59;
}

.lgreen {
  background-color: #eef2ef;
}

.timeline-con {
  color: #333;
}

.timeline-con header h1 {
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}

.timeline-con header p {
  text-align: center;
  margin-bottom: 0;
}

.timeline-con .hexa {
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.timeline-con .hexa:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.timeline-con .hexa:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.timeline-con .timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline-con .timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: #d5d5d5;
  background: linear-gradient(to bottom, rgba(213, 213, 213, 0) 0%, #d5d5d5 8%, #d5d5d5 92%, rgba(213, 213, 213, 0) 100%);
  z-index: 5;
}

.timeline-con .timeline li {
  padding: 2em 0;
}

.timeline-con .timeline .hexa {
  width: 16px;
  height: 10px;
  position: absolute;
  background: #002c59;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -30px;
  margin-top: 0;
}

.timeline-con .timeline .hexa:before {
  border-bottom: 4px solid #002c59;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline-con .timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #002c59;
  bottom: -4px;
}

.timeline-con .direction-l,
.timeline-con .direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.timeline-con .flag-wrapper {
  text-align: center;
  position: relative;
}

.timeline-con .flag {
  position: relative;
  display: inline;
  background: white;
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.timeline-con .direction-l .flag:after,
.timeline-con .direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: white;
  border-width: 8px;
  pointer-events: none;
}

.timeline-con .direction-l .flag {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.timeline-con .direction-r .flag {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.timeline-con .time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.timeline-con .direction-l .time-wrapper {
  float: none;
}

.timeline-con .direction-r .time-wrapper {
  float: none;
}

.timeline-con .time {
  background: #002c59;
  display: inline-block;
  padding: 8px;
}

.timeline-con .desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: #fefefe;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 15;
}

.timeline-con .direction-l .desc,
.timeline-con .direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}

.timeline-con .direction-l .desc p {
  text-align: left;
}

@media (min-width: 768px) {
  .timeline-con .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .timeline-con .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .timeline-con .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }
  .timeline-con .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }
  .timeline-con .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }
  .timeline-con .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }
  .timeline-con .flag-wrapper {
    display: inline-block;
  }
  .timeline-con .flag {
    font-size: 18px;
  }
  .timeline-con .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: #fefefe;
    border-width: 8px;
  }
  .timeline-con .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: #fefefe;
    border-width: 8px;
    left: -8px;
  }
  .timeline-con .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }
  .timeline-con .direction-l .time-wrapper {
    float: left;
  }
  .timeline-con .direction-r .time-wrapper {
    float: right;
  }
  .timeline-con .time {
    padding: 5px 10px;
  }
  .timeline-con .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
  .timeline-con .direction-l .desc p {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .timeline-con .timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .timeline-con .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }
  .timeline-con .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}

.lblue {
  background-color: #d4dce6;
}

.dblue {
  background-color: #002c59;
}

.lgreen {
  background-color: #eef2ef;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

.background-video {
  height: 100vh;
}

.gradient {
  width: 100%;
  height: 100%;
  color: #0f2c4e;
}

.text {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 8em 10em 3em 10em;
  background-position: 0px 0px;
  background-size: auto;
}

.text h1 {
  align-self: end;
  justify-self: start;
  font-weight: bold;
  color: #b3c1d4;
  line-height: 1.25em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  font-size: 3.25em;
}

.text h1::after {
  content: '';
  display: block;
  width: 200px;
  height: 3px;
  background-color: #e8bc28;
  margin-top: 0, 25em;
}

.text .videobtn {
  align-self: end;
  justify-self: end;
}

.heading-2 {
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 3em;
  display: flex;
  padding-right: 1em;
  padding-left: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 1px black;
  text-align: center;
  text-transform: none;
}

/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.5
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT 
*/
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}

*[dir="rtl"] .metismenu .arrow {
  float: left;
}

/*
 * Require Bootstrap 3.x
 * https://github.com/twbs/bootstrap
*/
.metismenu .glyphicon.arrow:before {
  content: "\e079";
}

.metismenu .mm-active > a > .glyphicon.arrow:before {
  content: "\e114";
}

/*
 * Require Font-Awesome
 * http://fortawesome.github.io/Font-Awesome/
*/
.metismenu .fa.arrow:before {
  content: "\f104";
}

.metismenu .mm-active > a > .fa.arrow:before {
  content: "\f107";
}

/*
 * Require Ionicons
 * http://ionicons.com/
*/
.metismenu .ion.arrow:before {
  content: "\f3d2";
}

.metismenu .mm-active > a > .ion.arrow:before {
  content: "\f3d0";
}

.metismenu .plus-times {
  float: right;
}

*[dir="rtl"] .metismenu .plus-times {
  float: left;
}

.metismenu .fa.plus-times:before {
  content: "\f067";
}

.metismenu .mm-active > a > .fa.plus-times {
  transform: rotate(45deg);
}

.metismenu .plus-minus {
  float: right;
}

*[dir="rtl"] .metismenu .plus-minus {
  float: left;
}

.metismenu .fa.plus-minus:before {
  content: "\f067";
}

.metismenu .mm-active > a > .fa.plus-minus:before {
  content: "\f068";
}

.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}

.metismenu .has-arrow {
  position: relative;
}

.metismenu .has-arrow::after {
  position: absolute;
  content: '';
  width: .5em;
  height: .5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: currentColor;
  border-color: initial;
  right: 1em;
  transform: rotate(-45deg) translate(0, -50%);
  transform-origin: top;
  top: 50%;
  transition: all .3s ease-out;
}

*[dir="rtl"] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  transform: rotate(135deg) translate(0, -50%);
}

.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  transform: rotate(-135deg) translate(0, -50%);
}

*[dir="rtl"] .metismenu .mm-active > .has-arrow::after,
*[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
  transform: rotate(225deg) translate(0, -50%);
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: '\0020';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 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);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: 'flexslider-icon';
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: 'flexslider-icon';
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.lblue {
  background-color: #d4dce6;
}

.dblue {
  background-color: #002c59;
}

.lgreen {
  background-color: #eef2ef;
}

.flexslider {
  margin: 0em;
  background: #ffffff;
  border: none;
  position: relative;
  zoom: 1;
}

ol.flex-control-thumbs {
  display: flex;
}

.flex-control-thumbs li {
  padding: 0em;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 3em;
  height: 3em;
  margin: -20px 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);
}

.flex-control-thumbs {
  margin: 0;
}

.flex-direction-nav a:before {
  color: #002c59;
}

.flexslider .slides img {
  max-height: 600px;
  /*maximum height for all slides*/
  width: auto;
  /*proper aspect ratio of images*/
  max-width: 100%;
  /*maximum width for all slides*/
  margin: 0 auto;
  /*centering images in the container*/
}

.flex-control-thumbs li {
  max-height: 150px;
  /*maximum height for all slides*/
  width: auto;
  /*proper aspect ratio of images*/
  max-width: 100%;
  /*maximum width for all slides*/
  margin: 0 auto;
  /*centering images in the container*/
  overflow: hidden;
}

.lblue {
  background-color: #d4dce6;
}

.dblue {
  background-color: #002c59;
}

.lgreen {
  background-color: #eef2ef;
}

.slick-prev:before, .slick-next:before {
  color: #001b37;
}

.slick-dots li button {
  color: #001b37;
}

.lblue {
  background-color: #d4dce6;
}

.dblue {
  background-color: #002c59;
}

.lgreen {
  background-color: #eef2ef;
}

.form-con label {
  margin-bottom: 0.25em;
  display: inline-block;
}

.form-con .grid {
  grid-gap: 0px 20px;
  align-items: center;
}

.form-con h3 {
  padding-top: 2em;
}

.form-con .g3 {
  grid-template-columns: 0.25fr 1.75fr 2.25fr;
}

.form-con .p1 {
  padding: 1em 1em 0em 1em;
}

.form-con .wpcf7-radio {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 20px 0px 20px 0px;
  margin: 20px 0px 20px 0px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}

.form-con .wpcf7-radio [type="checkbox"], .form-con .wpcf7-radio [type="radio"] {
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.form-con .wpcf7-radio span.wpcf7-list-item {
  margin: 0em;
}

.form-con .wpcf7-radio .wpcf7-list-item-label {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.form-con select,
.form-con input[type="text"],
.form-con input[type="email"],
.form-con input[type="url"],
.form-con input[type="password"],
.form-con input[type="search"],
.form-con input[type="number"],
.form-con input[type="tel"],
.form-con input[type="range"],
.form-con input[type="date"],
.form-con input[type="month"],
.form-con input[type="week"],
.form-con input[type="time"],
.form-con input[type="datetime"],
.form-con input[type="datetime-local"],
.form-con input[type="color"],
.form-con textarea {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.6em;
  font-size: 16px;
  font-size: 1rem;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  line-height: 1.125;
  color: #484848;
  background-color: #fff;
  background-image: none;
  border-bottom: 2px solid #002c59;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: #e3eef9;
  margin-bottom: 1rem;
  border-radius: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-con select:focus,
.form-con input[type="text"]:focus,
.form-con input[type="email"]:focus,
.form-con input[type="url"]:focus,
.form-con input[type="password"]:focus,
.form-con input[type="search"]:focus,
.form-con input[type="number"]:focus,
.form-con input[type="tel"]:focus,
.form-con input[type="range"]:focus,
.form-con input[type="date"]:focus,
.form-con input[type="month"]:focus,
.form-con input[type="week"]:focus,
.form-con input[type="time"]:focus,
.form-con input[type="datetime"]:focus,
.form-con input[type="datetime-local"]:focus,
.form-con input[type="color"]:focus,
.form-con textarea:focus {
  border-color: #808080;
  outline: 0;
  box-shadow: none;
  border-bottom: 2px solid #e8bc28;
}

.form-con select {
  background-image: url(media/img/angle-down.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 14px;
  background-size: 1rem;
  padding-right: 1.7em;
  overflow: auto;
}

.form-con textarea {
  padding: 0.5em;
  height: 10em;
}

.form-con .btn-lg {
  font-size: 1.2em;
  margin: 0.5em 0em 0.5em 0em;
  background-color: #002c59;
  color: #fff;
  padding: 1em 0.8em 1.2em 0.8em;
  display: inline-block;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.form-con .btn-lg:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.form-con .btn-lg:active {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: none;
}

.form-con button,
.form-con .button,
.form-con input[type="button"],
.form-con input[type="reset"],
.form-con input[type="submit"] {
  font-family: neue-haas-grotesk-text, sans-serif;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #002c59;
  margin: 0.5em 0em 0.5em 0em;
  padding: 1em 0.8em 1.2em 0.8em;
  font-size: 1.2em;
  color: #fff;
  border-radius: 5px;
  background-color: #002c59;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out;
}

.form-con button:hover,
.form-con .button:hover,
.form-con input[type="button"]:hover,
.form-con input[type="reset"]:hover,
.form-con input[type="submit"]:hover {
  color: #fff;
  background-color: #002c59;
  border-color: #002c59;
  text-decoration: none;
}

.form-con button:focus,
.form-con .button:focus,
.form-con input[type="button"]:focus,
.form-con input[type="reset"]:focus,
.form-con input[type="submit"]:focus {
  outline: none;
}

.form-con .wpcf7 {
  padding: 0em 0em 0em 0em;
  width: 100%;
}

.form-con .wpcf7-not-valid-tip {
  background-color: #fd7e14;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5em;
  margin-top: 0.3em;
}

.form-con p {
  margin-bottom: 1.5em;
}

.form-con .wpcf7-validation-errors {
  background-color: #f7e700;
  color: #343a40;
  font-weight: bold;
  padding: 0.5em;
  margin-top: 0.3em;
  margin: 0em 0em 1em 0em;
  border: none;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.form-con .wpcf7-mail-sent-ok {
  background-color: #28c651;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5em;
  margin-top: 0.3em;
  margin: 0em 0em 1em 0em;
  border: none;
  float: left;
  width: 100%;
  text-align: center;
}

.chimp-form {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 0em 10em 0em 10em;
}

.form-con-chimp h1 {
  color: #fff;
  font-family: bf;
}

.form-con-chimp input {
  color: #fff;
}

.form-con-chimp input, .form-con-chimp textarea {
  width: 50%;
  color: #ffffff;
  font-weight: bold;
  padding: 1em;
  border: 2px solid #ffffff;
  background: #002c59;
  margin: 0em;
  margin-bottom: 1em;
  border-radius: 5px;
  /* future proofing */
  -khtml-border-radius: 5px;
  /* for old Konqueror browsers */
}

.form-con-chimp select {
  color: #ffffff;
  font-weight: bold;
  padding: 1em;
  background: #002c59;
  border: 2px solid #ffffff;
  width: 100%;
  margin: 0em;
  margin-bottom: 1em;
}

.form-con-chimp textarea {
  height: 9em;
}

.form-con-chimp input:focus, .form-con-chimp textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.form-con-chimp textarea {
  height: 9em;
}

.form-con-chimp input[type=submit] {
  width: 50%;
  text-decoration: none;
  font-family: neue-haas-grotesk-text, sans-serif;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.9em 2em 0.8em 2em;
  font-size: 1.2em;
  border: 2px solid white;
  border-radius: 5px;
  /* future proofing */
  -khtml-border-radius: 5px;
  /* for old Konqueror browsers */
}

.form-con-chimp input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.form-con-chimp input[type=submit]:active {
  background-color: rgba(255, 255, 255, 0.3);
}

.lblue {
  background-color: #d4dce6;
}

.dblue {
  background-color: #002c59;
}

.lgreen {
  background-color: #eef2ef;
}

section.aktuality-u-home {
  padding: 6em 0em 0em 0em;
}

.wrp {
  display: grid;
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  grid-gap: 20px 20px;
  grid-template-columns: 1fr;
  align-items: start;
  padding: 2em 1em 0em 1em;
}

.entry-header-u {
  display: grid;
  grid-template-columns: 1fr;
  align-items: bottom;
  grid-auto-flow: dense;
}

.entry-header-u h2.entry-title-u {
  font-weight: 500 !important;
  font-size: 2.2em !important;
}

.entry-header-u h2.entry-title-u::after {
  content: '';
  display: block;
  width: 200px;
  height: 3px;
  background-color: #e8bc28;
  margin-top: 0.5em;
}

.entry-header-u h2.entry-title-u-green {
  color: #384d26 !important;
}

a.btn-u {
  font-weight: 500;
  font-size: 1.2em;
  border: 3px solid;
  border-radius: 2px;
  padding: 0.5em 1em 0.5em 1em;
  display: inline-block;
  justify-self: end;
  align-self: end;
}

a.btn-u {
  font-weight: 500;
  font-size: 1.2em;
  border: 3px solid;
  border-radius: 2px;
  padding: 0.5em 1em 0.5em 1em;
  display: inline-block;
  justify-self: end;
  align-self: end;
}

a.btn-u:hover {
  background-color: #bfdfff;
  transition: background-color 0.5s ease-in-out;
}

a.btn-u {
  font-weight: 500;
  font-size: 1.2em;
  border: 3px solid;
  border-radius: 2px;
  padding: 0.5em 1em 0.5em 1em;
  display: inline-block;
  justify-self: end;
  align-self: end;
}

a.btn-u:hover {
  background-color: #bfdfff;
  transition: background-color 0.5s ease-in-out;
}

a.btn-u-green {
  color: #384d26;
  border-color: #384d26;
}

a.btn-u-green:hover {
  background-color: #ecf2e6;
}

a.btn-u-s {
  font-weight: 500;
  font-size: 1em;
  display: inline-block;
  color: #002c59;
  justify-self: end;
  align-self: end;
  padding-bottom: 1em;
}

a.btn-u-s:hover {
  color: #00458c;
  transition: background-color 0.5s ease-in-out;
}

.site-robotika {
  margin-top: 0px;
  display: grid;
  grid-template-columns: 1fr auto;
  background-color: #d9d9d9;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  align-items: center;
}

.site-robotika a {
  color: #3b3b3b;
}

.site-robotika .robotika-menu ul {
  display: flex;
  font-size: 0.9em;
  color: #3b3b3b;
}

.site-robotika .robotika-menu ul li a {
  padding: 0.6em 2em 0.6em 0em;
}

.site-robotika .robotika-menu ul li.active a {
  color: #002c59;
}

.new-grid-u {
  display: grid;
  grid-template-columns: 8em 1fr 1fr 1fr 8em;
  grid-gap: 1em 2em;
  margin-bottom: 1em;
  grid-auto-flow: dense;
}

.new-grid-u .contentblock ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.new-grid-u .contentblock ul li {
  padding: 0em 0em 1em 3em;
  margin-bottom: 1em;
  position: relative;
  display: inline-block;
  line-height: 1.6em;
}

.new-grid-u .contentblock ul li::before {
  top: 10px;
  position: absolute;
  content: ' ';
  color: #d0161d;
  background-color: #002c59;
  font-weight: bold;
  display: block;
  width: 15px;
  height: 2px;
  margin-left: -2em;
}

.new-grid-u h4 {
  margin-top: 0em;
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 1em;
  color: #3b3b3b;
}

.new-grid-u p {
  line-height: 1.8em;
}

.new-grid-u .entry-header-u {
  grid-column: 2 / -2;
  grid-template-columns: 1fr;
}

.new-grid-u .entry-header-u h3 {
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 1em;
  color: #384d26;
}

.new-grid-u .img-right {
  grid-column: 4 / span 2;
  grid-row: span 2;
  background-size: cover;
  overflow: hidden;
}

.new-grid-u .img-right img {
  display: block;
  line-height: 0;
  max-height: 600px;
}

.new-grid-u .img-left {
  grid-column: 1 / span 2;
  grid-row: span 2;
  background-size: cover;
  overflow: hidden;
}

.new-grid-u .img-left img {
  display: block;
  line-height: 0;
  max-height: 600px;
}

.new-grid-u .contentblock-left {
  grid-column: 2 / span 1;
}

.new-grid-u .contentblock-mid {
  grid-column: 3 / span 1;
}

.new-grid-u .contentblock-right {
  grid-column: 4 / span 1;
}

.new-grid-u .contentblock-left-span {
  grid-column: 2 / span 2;
}

.new-grid-u h3.hodnoty {
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 1em;
  color: #002c59;
  padding-top: 2em;
  border-top: 2px solid #002c59;
}

section.lblue {
  background-color: #e9f0f8;
}

section.quote {
  padding: 3em 0em 3em 0em !important;
  text-align: center;
  background-color: #002c59;
  display: grid;
  align-items: center;
  justify-items: center;
}

section.quote h3 {
  color: #e5eaee;
  font-weight: 500;
  width: 50%;
  font-size: 1.3em;
  line-height: 1.6em;
  position: relative;
}

section.quote .line {
  margin: 3em 0em 3em 0em;
  background-color: #e8bc28;
  display: inline-block;
  width: 150px;
  height: 3px;
}

.timeline-con {
  grid-column: 3 / span 2;
  grid-row: span 4;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}

.two-column h2 {
  grid-column: span 2;
}

.onas-page .onas-text-con p {
  font-size: 1.1em !important;
  line-height: 1.4em !important;
  width: 100% !important;
}

.post-header-grid {
  padding-top: 2em;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
}

.post-header-grid p {
  font-size: 1em;
  line-height: 1.4em;
}

.post-header-grid .entry-header-u {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr;
}

.post-header-grid h1.entry-title-u {
  font-weight: 500 !important;
  font-size: 2.6em !important;
  width: 100%;
}

.post-header-grid h1.entry-title-u::after {
  content: '';
  display: block;
  width: 200px;
  height: 3px;
  background-color: #e8bc28;
  margin-top: 0.5em;
}

.post-header-grid h3 {
  color: #384d26;
  font-weight: 500;
}

.flexslider .slides > li {
  background-size: cover;
  height: 750px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.flexslider .slides > li img {
  display: none;
}

.quote .plyr {
  width: 100%;
  height: auto;
}

.skus-con section {
  padding: 6em 10em 6em 10em !important;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  background-color: #f6f6f6;
}

.skus-con section:nth-child(2n) {
  background-color: #e5eaee;
}

.skus-con .entry-header {
  grid-column: 1 /-1;
}

.skus-con .infor {
  grid-column: 1 /-1;
}

.skus-con ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.skus-con ul li {
  padding: 0em 0em 1em 1em;
  margin-bottom: 1em;
  position: relative;
  display: inline-block;
  height: 1.1em;
  line-height: 1.6em;
  width: 100%;
}

.skus-con ul li::before {
  top: 14px;
  position: absolute;
  content: ' ';
  background-color: #002c59;
  font-weight: bold;
  display: block;
  width: 6px;
  height: 2px;
  margin-left: -15px;
}

.skus-con h2 {
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 1em;
  color: #3b3b3b;
}

.skus-con h2.entry-title-u {
  font-size: 1.8em;
  font-weight: 500;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  color: #002c59;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #002c59;
}

.skus-con h3 {
  text-align: left;
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 1em;
  color: #3b3b3b;
}

.skus-con .infor h3 {
  text-align: left;
  font-size: 1.4em;
  font-weight: 500;
  margin-top: 1em;
  color: #002c59;
  text-align: left;
}

.entry-header-page {
  grid-template-columns: 1fr;
  padding: 4em 0em 4em 0em !important;
}

.entry-header-page h1.entry-title-u {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 0.25em;
  color: #002c59;
  text-align: left;
}

.entry-header-page h1.entry-title-u::after {
  content: '';
  display: block;
  width: 200px;
  height: 3px;
  background-color: #e8bc28;
  margin-top: 0.5em;
}

.kontakty {
  padding: 6em 10em 6em 10em !important;
  background-color: #e6e4e4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
}

.kontakty p {
  margin: 0;
  padding-bottom: 0.5em;
}

.kontakty a.link {
  color: #002c59;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2em;
  padding: 0.6em 0em 1em 0em;
}

.kontakty .email-con {
  padding-top: 2em;
  display: grid;
  grid-template-columns: 1fr;
}

.kontakty .btn-lg {
  margin-top: 2em;
}

.kontakty .block-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.kontakty .entry-header-u {
  grid-column: 1 / -1;
  grid-template-columns: 1fr;
}

.kontakty h2 {
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 1em;
  color: #3b3b3b;
}

.kontakty h1.entry-title-u {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 0.25em;
  color: #002c59;
  text-align: left;
}

.kontakty h1.entry-title-u::after {
  content: '';
  display: block;
  width: 200px;
  height: 3px;
  background-color: #e8bc28;
  margin-top: 0.5em;
}

i {
  padding-left: 0em !important;
}

.videobtn i {
  padding-left: 0.5em !important;
}

.obpart {
  padding-bottom: 4em;
}

section.tests-of-hand-arms-and-ammunition {
  display: grid;
  grid-template-columns: 1fr;
}

section.autorizovana-osoba {
  display: grid;
  grid-template-columns: 1fr;
}

section.new-fotogrid {
  padding: 0em 0em 0em 0em !important;
}

.new-fotogrid-u {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0px;
}

.new-fotogrid-u img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-header-u h1.entry-title-x {
  font-weight: 500 !important;
  font-size: 2.2em !important;
  width: 100%;
}

.entry-header-u h1.entry-title-x::after {
  content: '';
  display: block;
  width: 200px;
  height: 3px;
  background-color: #e8bc28;
  margin-top: 0.5em;
}

.entry-header-u h4.entry-title-x-green {
  color: #384d26 !important;
}

.post-header-grid .project-head .entry-header-u {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}

.post-header-grid .project-head .entry-header-u h3 {
  justify-self: end;
}

.cisla {
  padding: 2em 0em 2em 0em;
}

.cisla h5 {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}

.cisla h5::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #e8bc28;
  margin-top: 0.25em;
}

.cisla h6 {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: #384d26;
}

.desc-pro-x {
  padding-top: 2em;
}

.desc-pro-x p {
  padding: 0em;
  margin: 0em;
  font-size: 1em;
  line-height: 1.6em;
  column-count: 2;
  column-gap: 20px;
  /* Optional: controls the gap between columns */
}

.tech-spec {
  background-color: #e5eaee;
}

.entry-header-home {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  padding-bottom: 2em;
}

.entry-header-home h2 {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 0.5;
}

.entry-header-home .btn-home {
  justify-self: end;
  text-decoration: none;
  /* Remove default underline */
}

.post-info {
  display: grid;
  grid-template-columns: auto 1fr;
}

.desc {
  padding: 1em 0em 1em 0em;
  display: grid;
  grid-template-columns: 1fr;
}

.desc h4 {
  align-self: start;
}

.desc .post-info {
  align-self: end;
}

section.aktuality {
  padding: 0em 0em 5em 0em;
}

section.project-list {
  padding: 0em 0em 5em 0em;
}

section.aktuality {
  padding: 0em 0em 5em 0em;
}

.tag {
  background-color: #002c59;
  color: #e5eaee;
  z-index: 500;
  font-weight: bold;
  padding: 0.5em 1em 0.5em 1em;
  top: 1em;
  grid-area: image;
  justify-self: start;
  justify-self: start;
  margin-top: 1em;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.img-novinky {
  height: 75vh;
  max-height: 600px;
  background-position: center center;
  /* or other values like top, right, bottom, left */
  background-size: cover;
  /* Ensures the image covers the entire element */
  background-repeat: no-repeat;
  /* Prevents the image from repeating */
  margin-bottom: 1em;
  grid-template-areas: 'image';
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
  align-items: start;
}

.img-novinky .tag {
  padding: 1em 1.5em 1em 1.5em;
}

.menu-mobile-container {
  visibility: hidden;
  display: none;
}

.slicknav_menu {
  visibility: hidden;
  display: none;
}

.wp-block-video {
  box-sizing: border-box;
  width: 50%;
  margin: 0 auto 0;
}

.lblue {
  background-color: #d4dce6;
}

.dblue {
  background-color: #002c59;
}

.lgreen {
  background-color: #eef2ef;
}

.gallery-mob {
  display: none;
  visibility: hidden;
}

@media (max-width: 1600px) {
  .main-con {
    padding: 1em 4em 1em 4em;
  }
  .header {
    padding: 0em 0em 0em 0em;
  }
  .js #menu {
    display: none;
  }
  .js .slicknav_menu {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .js #menu {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
  .logo-con,
  .logo-con-dmd {
    display: none;
    visibility: hidden;
  }
  section.post-header {
    padding: 1em 0em 2.5em 0em !important;
  }
  body {
    font-size: 0.8em;
  }
  .main-con {
    padding: 1em 1em 1em 1em;
  }
  .inpad {
    padding: 0em 10em 0em 10em;
  }
  .project-info-con {
    margin-right: 10em;
    margin-left: 0em;
  }
  .header {
    padding: 0em;
  }
  .hero {
    background-position: -200px right;
    align-items: end;
    justify-items: center;
    min-height: 500px;
  }
  .project-info-con {
    padding: 1em;
    font-size: 0.9em;
  }
  .desc {
    padding: 1em 0em 1em 0em;
    display: grid;
    grid-template-columns: 1fr;
  }
  .half {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .home-kota-info .home-text .half {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 1000px) {
  .footer-grid-legal {
    grid-template-columns: 1fr;
  }
  .galleryslider {
    display: none;
  }
  .gallery-mob {
    display: block;
    visibility: visible;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 800px) {
  .grid-item h4 {
    font-size: 1.4em;
  }
  .slick-dots li {
    width: 5px;
    height: 5px;
  }
  .grid-item {
    grid-template-rows: 165px 165px 45px;
  }
  .sliderhome .grid-item {
    grid-template-rows: 165px 165px 45px;
  }
  .grid-item .img-hp-list {
    height: 165px;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    z-index: 100;
  }
  section.novinky-uvod {
    padding: 3em;
  }
  .home-kota-info .home-text p {
    padding: 0em 0em 0em 0em;
  }
  body {
    font-size: 0.8em;
  }
  .inpad {
    padding: 0em 1em 0em 1em;
  }
  .project-info-con {
    margin-right: 0em;
    margin-left: 0em;
    margin-bottom: 0em;
  }
  .textcon {
    padding: 0em;
  }
  .blog-content > img.img-half {
    grid-column: 1 / -1;
  }
  .dmd {
    text-align: left;
  }
  .dmd .dmdimg {
    width: 200px;
    height: auto;
    padding: 0em 0em 1em 0em;
  }
  .legal-info {
    grid-column: span 1;
    padding: 0em;
  }
}

@media screen and (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .filter {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }
  .blog-content > * {
    grid-column: 1 / -1;
  }
  .article-con section {
    padding: 0em 0em 2em 0em;
  }
  .home section {
    padding: 2em 0em 2em 0em;
  }
  section.hero {
    padding: 2em 1em 2em 1em;
  }
  section.novinky-uvod {
    padding: 3em;
  }
  .grid-pro-list {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .foot-item {
    padding: 1em 1em 0em 1em;
  }
  .grid-item {
    grid-template-rows: auto;
  }
  .features-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    padding: 0em;
  }
  .my-simple-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
  .techspec-grid h3.nadpis {
    font-size: 1em !important;
    font-weight: bold !important;
  }
  .techspec-grid dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .feat-item {
    border-top: none;
  }
  .feat-item h4 {
    font-size: 1.2em;
  }
  .skusobnictvo h4 {
    text-align: left;
  }
  .skusobnictvo h5 {
    text-align: left;
  }
  section.gallery {
    padding: 0em;
  }
  .post-hero .inpad {
    padding: 0em;
  }
  .features ul {
    grid-auto-rows: auto;
    grid-gap: 0.5em;
  }
  .article-con {
    padding-top: 2em;
  }
  .features ul li {
    padding: 0em 0em 1em 0em;
  }
  .techspec-grid {
    grid-gap: 0.25em;
  }
  .grid-item {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 0.25em;
  }
  .grid-item h4 {
    padding-top: 0em;
  }
  .grid-item h5 {
    font-size: 1em;
    font-weight: bold;
  }
  .grid-item .desc p {
    margin: 0em;
  }
  .grid-item .more-btn-con {
    padding: 0em;
  }
  .desc {
    padding: 1em;
  }
  section.pro-cat {
    padding: 0em 0em 0.5em 0em;
  }
}

@media screen and (max-width: 1600px) {
  .header-con-ct {
    padding: 1em 1em 1em 1em;
  }
}

@media screen and (max-width: 1200px) {
  .header {
    grid-template-columns: 1fr;
  }
  .header-con-ct {
    display: none;
    visibility: hidden;
  }
  section.onas-uvod .onas-text-con p {
    width: 100%;
  }
  section.onas-uvod {
    grid-template-columns: 1fr;
    align-items: left;
    justify-content: left;
  }
  .grid-pro-list > .size-l {
    grid-column: span 1;
    grid-row: span 1;
    grid-template-rows: 1fr;
  }
  section.onas-uvod .logo-circle img {
    width: 75px;
    height: auto;
    padding: 0.5em;
  }
  .mid {
    border-right: none;
    border-left: none;
  }
  #submenu-str {
    display: none;
    visibility: hidden;
  }
}

@media screen and (max-width: 800px) {
  .wp-block-video {
    box-sizing: border-box;
    width: 100%;
  }
  .size-l .imglink {
    padding-top: 100%;
  }
  .background-video {
    height: 80vh;
  }
  .slicknav_menu {
    visibility: visible;
    display: block;
  }
  .post-header-grid .project-head .entry-header-u {
    grid-template-columns: 1fr;
  }
  .post-header-grid h1.entry-title-u::after {
    margin-top: 0.25em;
  }
  .post-header-grid .project-head .entry-header-u h3 {
    justify-self: start;
  }
  .entry-header-u {
    align-items: start;
  }
  a.btn-u {
    align-self: start;
  }
  section.onas-uvod .onas-text-con {
    padding: 1em;
  }
  .two-column {
    grid-template-columns: 1fr;
    grid-gap: 0.5em;
  }
  .text {
    padding: 1em 1em 3em 1em;
  }
  .entry-header-u h2.entry-title-u {
    font-weight: 500 !important;
    font-size: 2.2em !important;
    padding-bottom: 1em;
    padding-top: 3em;
  }
  .entry-header-u h2.entry-title-u::before {
    width: 75px;
  }
  .new-grid-u {
    grid-template-columns: 1fr;
  }
  .new-grid-u .contentblock {
    padding: 0em 1em 0em 1em;
  }
  .new-grid-u .entry-header-u {
    grid-column: 1/-1;
    grid-template-columns: 1fr;
    padding: 0em 1em 0em 1em;
  }
  .new-grid-u .contentblock-left {
    grid-column: 1 / span 1;
  }
  .new-grid-u .contentblock-mid {
    grid-column: 1 / span 1;
  }
  .new-grid-u .contentblock-right {
    grid-column: 1 / span 1;
  }
  .new-grid-u .contentblock-left-span {
    grid-column: 1 / span 1;
  }
  .new-grid-u .img-right {
    grid-column: 1 / span 1;
    grid-row: span 1;
  }
  .new-grid-u .img-right img {
    width: 100%;
    height: auto;
    max-height: 600px;
  }
  .new-grid-u .img-left {
    grid-column: 1 / span 1;
    grid-row: span 1;
  }
  .new-grid-u .img-left img {
    width: 100%;
    height: auto;
    max-height: 600px;
  }
  section.quote h3 {
    width: 100%;
    padding: 0em 1em 0em 1em;
  }
  .timeline-con {
    grid-column: 1 / span 1;
    grid-row: span 1;
  }
  .obpart .inpad {
    padding: 4em 0em 4em 0em;
  }
  .two-column h2 {
    grid-column: span 1;
  }
  .skus-con section {
    padding: 1em 1em 1em 1em !important;
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
  .kontakty {
    padding: 4em 1em 4em 1em !important;
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
  .post-header-grid {
    padding-top: 0em;
    grid-template-columns: 1fr;
  }
  .post-header-grid h3 {
    font-size: 1.2em;
  }
  section.quote .line {
    margin: 1em 0em 1em 0em;
  }
  .quote .plyr {
    width: 100%;
    height: auto;
  }
  .plyr {
    margin-bottom: 0em;
  }
  .footer-grid-legal .dmdimg-foot-con {
    grid-gap: 0.5em;
    justify-self: start;
  }
  .dmdimg-foot-con .dmdimg-foot {
    width: 75px;
    height: auto;
  }
  .new-fotogrid-u {
    grid-template-columns: repeat(2, 1fr);
  }
  .my-simple-gallery figure {
    height: 100px;
  }
  .my-simple-gallery a {
    height: 100px;
  }
  .my-simple-gallery a img {
    height: 100px;
  }
  .prilohy-grid .filelink {
    grid-template-columns: 1fr;
  }
  .fileiconnew {
    align-self: end;
  }
  .grid-pro-list {
    grid-auto-rows: auto;
  }
}
/*# sourceMappingURL=style.css.map */