@charset "UTF-8";
/* https://gwfh.mranftl.com/fonts */
/* ibm-plex-sans-300 - latin-ext_latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/fonts/universal/ibm-plex-sans-v14-latin-ext_latin-300.woff2") format("woff2"), url("/fonts/universal/ibm-plex-sans-v14-latin-ext_latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-300italic - latin-ext_latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("/fonts/universal/ibm-plex-sans-v14-latin-ext_latin-300italic.woff2") format("woff2"), url("/fonts/universal/ibm-plex-sans-v14-latin-ext_latin-300italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-regular - latin-ext_latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/universal/ibm-plex-sans-v14-latin-ext_latin-regular.woff2") format("woff2"), url("/fonts/universal/ibm-plex-sans-v14-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-600 - latin-ext_latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/fonts/universal/ibm-plex-sans-v14-latin-ext_latin-600.woff2") format("woff2"), url("/fonts/universal/ibm-plex-sans-v14-latin-ext_latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-600italic - latin-ext_latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 600;
  src: local(""), url("/fonts/universal/ibm-plex-sans-v14-latin-ext_latin-600italic.woff2") format("woff2"), url("/fonts/universal/ibm-plex-sans-v14-latin-ext_latin-600italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/universal/open-sans-v34-latin-ext_latin-regular.woff2") format("woff2"), url("/fonts/universal/open-sans-v34-latin-ext_latin-regular.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/universal/open-sans-v34-latin-ext_latin-italic.woff2") format("woff2"), url("/fonts/universal/open-sans-v34-latin-ext_latin-italic.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/universal/open-sans-v34-latin-ext_latin-600.woff2") format("woff2"), url("/fonts/universal/open-sans-v34-latin-ext_latin-600.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600italic - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/fonts/universal/open-sans-v34-latin-ext_latin-600italic.woff2") format("woff2"), url("/fonts/universal/open-sans-v34-latin-ext_latin-600italic.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/universal/OpenSans_Condensed-Regular.ttf") format("truetype");
}
/* open-sans-600 - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/universal/OpenSans_Condensed-Bold.ttf") format("truetype");
}
/* open-sans-600italic - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans Condensed";
  font-style: italic;
  font-weight: 600;
  src: url("/fonts/universal/OpenSans_Condensed-BoldItalic.ttf") format("truetype");
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}
section > div > div.row {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.sectionfull {
  height: calc(100vh - 135px);
}

.sectioncenter {
  display: flex;
  align-items: center;
}

.backgroundtopcenter {
  background-position: center top !important;
}

.backgroundcentercenter {
  background-position: center !important;
}

.backgroundbottomcenter {
  background-position: center bottom !important;
}

.backgroundtopcenter {
  background-position: center top !important;
}

.backgroundtopleft {
  background-position: left top !important;
}

.backgroundcenterleft {
  background-position: left center center !important;
}

.backgroundtopright {
  background-position: right top !important;
}

.backgroundcenterright {
  background-position: right center !important;
}

.backgroundbottomright {
  background-position: right bottom !important;
}

.margintop1 > div > div.row {
  margin-top: 0;
}

.margintop2 > div > div.row {
  margin-top: 1rem;
}

.margintop3 > div > div.row {
  margin-top: 1.5rem;
}

.marginbottom1 > div > div.row {
  margin-bottom: 0;
}

.marginbottom2 > div > div.row {
  margin-bottom: 1rem;
}

.marginbottom3 > div > div.row {
  margin-bottom: 1.5rem;
}

.paddingtop1 > div > div.row {
  padding-top: 0;
}

.paddingtop2 > div > div.row {
  padding-top: 1rem;
}

.paddingtop3 > div > div.row {
  padding-top: 1.5rem;
}

.paddingbottom1 > div > div.row {
  padding-bottom: 0;
}

.paddingbottom2 > div > div.row {
  padding-bottom: 1rem;
}

.paddingbottom3 > div > div.row {
  padding-bottom: 1.5rem;
}

.backgroundsize1 {
  background-size: auto;
}

.backgroundsize2 {
  background-size: contain;
}

.imageposition1 {
  background-position: left top;
}

.imageposition2 {
  background-position: center top;
}

.imageposition3 {
  background-position: right top;
}

.imageposition4 {
  background-position: left center;
}

.imageposition5 {
  background-position: right center;
}

.imageposition6 {
  background-position: left bottom;
}

.imageposition7 {
  background-position: center bottom;
}

.imageposition8 {
  background-position: right bottom;
}

.colbackgroundsize1 {
  background-size: cover;
}

.colbackgroundsize2 {
  background-size: contain;
}

.progrescol {
  background-repeat: no-repeat;
}

@font-face {
  font-family: League;
  src: url("/font/LeagueSpartan-Bold.eot"); /* IE9 Compat Modes */
  src: url("/font/LeagueSpartan-Bold.eot?#iefix") format("embedded-opentype"), url("/font/LeagueSpartan-Bold.woff") format("woff"), url("/font/LeagueSpartan-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
}
body, table td, table th, table tbody td, input, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
}

body {
  background-color: #fff;
  color: #3C3C3B;
}

.foto_vlevo {
  float: left;
  margin: 0px 20px 10px 0px;
}

.foto_vpravo {
  float: right;
  margin: 0px 0px 20px 10px;
}

h1 {
  font-size: 22px;
  line-height: 28px;
  margin-top: 0;
}

h2 {
  font-size: 19px;
  line-height: 24px;
}

h3 {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}

h4 {
  font-size: 13px;
  line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: League;
}

a {
  text-decoration: underline;
  color: #3C3C3B;
}
a:focus {
  text-decoration: none;
  background-color: #006081;
  color: white;
}
a:focus img.focus {
  outline: 5px dotted #006081;
}
a:focus img.focus2 {
  outline: 5px dotted white;
}
a:hover, a:active {
  background-color: transparent;
  color: black;
}
a:hover img.focus, a:active img.focus {
  outline: none !important;
}
a:hover img.focus2, a:active img.focus2 {
  outline: none !important;
}

table td, table th {
  padding: 0 0.6em 0 0;
  vertical-align: top;
}

img.lightboxthumb {
  width: 120px;
  max-height: 120px;
}

img.response, img.responsive, img.img-responsive {
  max-width: 100%;
  height: auto;
}

.main {
  color: #C94D1B;
}

.red {
  background-color: #C94D1B;
  color: #fff;
}
.red a {
  color: #fff;
}

.grey {
  background-color: #575756;
  color: #fff;
}
.grey a {
  color: #fff;
}

.grey2 {
  background-color: #3C3C3B;
  color: #fff;
}
.grey2 a {
  color: #fff;
}

.grey3 {
  background-color: #EEEEEE;
}

.footerin {
  background-color: #575756;
  color: #fff;
}
.footerin a {
  color: #fff;
}
.footerin h3 {
  margin-bottom: 0;
}
.footerin .logo-footer {
  margin-bottom: 18px;
}

.blue {
  background-color: #005C7E;
  color: #fff;
}
.blue a {
  color: #fff;
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}
ul li:before {
  content: "•";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.links-panel ul li {
  line-height: 24px;
}
.links-panel ul li:before {
  content: none;
}

.nopadding {
  padding: 0 !important;
}

.btnmain, .btnsecond {
  padding: 0.5em 2em;
  text-decoration: none;
}

.btnmain {
  display: inline-block;
  background-color: #005C7E;
  color: white !important;
  border: 0;
  text-decoration: underline;
  height: 38px;
  padding-top: 9px;
}
.btnmain:focus {
  background-color: #C94D1B;
}
.btnmain:hover, .btnmain:active {
  background-color: #005C7E;
}

.btnmain-inverse {
  background-color: white;
  color: #005C7E !important;
  border: 1px solid #005C7E;
}
.btnmain-inverse:focus {
  backgroun-color: #C94D1B;
}
.btnmain-inverse:hover, .btnmain-inverse:active {
  background-color: #005C7E;
  color: white !important;
  border: 1px solid white;
}

.btnmain-hp {
  padding-left: 4em;
  padding-right: 4em;
}

.btnsecond {
  background-color: #C94D1B;
  color: white !important;
}
.btnsecond:focus {
  background-color: #005C7E;
}
.btnsecond:hover, .btnsecond:active {
  background-color: #C94D1B;
}

.newmain {
  color: #046181;
}

.backgroundblue {
  background-color: #006081;
}
.backgroundblue a, .backgroundblue p, .backgroundblue h1, .backgroundblue h2, .backgroundblue h3 {
  color: white;
}

.relative {
  position: relative;
}

.external {
  position: relative;
  padding-right: 1.5rem;
}
.external:after {
  position: absolute;
  top: -1px;
  right: 0;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/images/arrow-square-out-light.svg);
  background-size: contain;
}

/*# sourceMappingURL=styles-in-progres.css.map */
