@font-face {
  font-family: 'lg';
  src: url("fonts/lg.ttf?22t19m") format("truetype"), url("fonts/lg.woff") format("woff"), url("fonts/lg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* ===== FRONT-END HELPERS =====*/
a {
  color: #00bcff;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
#toggle-menu {
  float: right;
  margin-top: 35px;
  display: none;
}
#toggle-menu #navibutton {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  margin: auto;
}
#toggle-menu #navibutton .line {
  width: 100%;
  height: 2px;
  background-color: #00bcff;
  position: absolute;
  top: 5px;
  right: 0;
  transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  border-radius: 2px;
}
#toggle-menu #navibutton .line:nth-of-type(2) {
  top: 14px;
}
#toggle-menu #navibutton .line:nth-of-type(3) {
  top: 24px;
}
#toggle-menu #navibutton.show .line:nth-of-type(1) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 15px;
}
#toggle-menu #navibutton.show .line:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
#toggle-menu #navibutton.show .line:nth-of-type(3) {
  top: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#overlay {
  background-color: rgba(0, 0, 0, 0.7);
  /* position: fixed; */
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
#overlay-white {
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
#spinner {
  margin: 40px auto;
  width: 80px;
  height: 60px;
  text-align: center;
  font-size: 10px;
  display: none;
  position: fixed;
  z-index: 2600;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
}
#spinner span {
  font-size: 14px;
  font-weight: 700;
}
#spinner > div {
  background-color: #00bcff;
  height: 100%;
  width: 8px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
#spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
#cookie_bar {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #222;
  color: #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 52;
}
#cookie_bar .text {
  width: 75%;
  float: left;
}
#cookie_bar .text a {
  color: #00bcff;
  text-decoration: underline;
}
#cookie_bar .text a:hover {
  text-decoration: none;
}
#cookie_bar #agree {
  float: right;
  padding: 5px 10px;
  background-color: #00bcff;
  border: solid 2px #00bcff;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -ms-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
#cookie_bar #agree:hover {
  background-color: transparent;
}
.border {
  border: solid 1px #F00;
}
.input-wrong {
  background-color: #F00;
}
body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  font-family: 'Exo 2', sans-serif;
  overflow-x: hidden !important;
  font-weight: lighter;
}
#wrapper {
  opacity: 1;
}
.pointer {
  cursor: pointer;
}
#top {
  width: 40px;
  line-height: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #FFF;
  cursor: pointer;
  display: none;
  background-color: #00bcff;
  border: solid 2px #00bcff;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -ms-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  opacity: 0.7;
}
#top:hover {
  border: solid 2px #00bcff;
  background-color: #00bcff;
  color: #FFF;
  opacity: 1;
}
.padding0 {
  padding: 0;
}
.paddingLR0 {
  padding-left: 0;
  padding-right: 0;
}
.paddingL0 {
  padding-left: 0;
}
.paddingR0 {
  padding-right: 0;
}
.paddingTB20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.paddingTB40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.relative {
  position: relative;
}
/* ==== CUSTOM STYLES ==== */
.container {
  max-width: 1250px;
  width: 100%;
}
/* ==== HEADER ==== */
#header-contact {
  background-color: #009ecd;
  color: #fff;
  vertical-align: middle;
  padding-right: 5px;
  /*position: sticky;*/
  top: 0;
  z-index: 53;
}
#header-contact span {
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
}
#header-contact span:first-of-type {
  font-size: 16px;
  margin-top: -2px;
}
#header-contact span:first-of-type img {
  padding-right: 4px;
  height: 16px;
  padding-bottom: 2px;
}
#header-contact span:last-of-type {
  font-size: 14px;
  padding-right: 10px;
}
#header {
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 9px #000;
  z-index: 52;
}
.scrolled #header {

  z-index: 10;
  padding-top: 15px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
}
.scrolled #header #logo {
  display: none;
}
#logo {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#logo img {
  max-width: 210px;
}
#nav {
  width: 100%;
  display: block;
  text-align: center;
  list-style: none;
  padding: 0;
}
#nav li {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  font-weight: 700;
}
#nav li:after {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f078";
  color: #ff5d16;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  z-index: 4;
}
#nav li:hover a {
  color: #3f4d93;
}
#nav li:hover:after {
  display: block;
}
#nav li:hover .submenu {
  display: block;
}
#nav li.active ul > li a:after {
  display: none !important;
}
#nav li .submenu {
  width: 300px;
  position: absolute;
  margin-top: 20px;
  display: none;
  left: 0;
}
#nav li .submenu ul {
  margin-top: 10px;
  background-color: #ffffff;
  padding: 10px 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
#nav li .submenu ul li {
  display: block;
  padding: 10px 0;
  text-align: left;
  font-size: 16px;
}
#nav li .submenu ul li:hover:after {
  display: none !important;
}
#nav li .submenu ul li a {
  color: #19407d;
  font-weight: 300;
}
#nav li .submenu ul li a:hover {
  color: #ff5d16;
}
#nav li a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#nav li a:hover {
  color: #3f4d93;
}
#nav li a:hover:after {
  display: block;
}
#nav li.active a {
  color: #3f4d93;
}
#nav li.active a:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f078";
  color: #ff5d16;
}
/* ==== CONTENT ==== */
h1,
h2 {
  font-size: 40px;
  font-weight: 900;
}
h3 {
  margin-top: 0;
}
h1,
h2,
h3,
h4 {
  color: #19407d;
  text-transform: uppercase;
}
.button {
  display: inline-block;
  border: solid 1px #62709b;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}
.button .fa {
  font-size: 12px;
}
.button a {
  display: inline-block;
  padding: 15px 25px;
  text-decoration: none;
  color: #222;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.button a:hover {
  background-color: #32447b;
  color: #FFF;
}
.white {
  color: #fff;
}
bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #F2F2F2;
}
.bg-blue {
  background-color: #19407d;
}
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4 {
  color: #FFFFFF;
}
.bg-blue .content {
  color: #FFFFFF;
}
.bg-blue .button {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}
.bg-blue .button .fa {
  font-size: 12px;
}
.bg-blue .button a {
  display: inline-block;
  padding: 15px 25px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  background-color: #009ecd;
}
.bg-blue .button a:hover {
  background-color: #ff5d16;
  color: #FFF;
}
.after:after {
  display: block;
  content: '';
  width: 0;
  height: 4px;
  margin-top: 30px;
  margin-bottom: 40px;
  background-color: #ff5d16;
  -webkit-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  -ms-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.after.animated:after {
  width: 190px;
}
.content {
  font-size: 18px;
  line-height: 30px;
}
.content ul {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 15px;
}
.content li {
  display: block;
  width: 75%;
  margin-bottom: 40px;
}
.content li:before {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f111";
  position: absolute;
  left: 0;
  margin-top: 2px;
  padding: 0;
  font-size: 7px;
}
/* ==== PROMO ==== */
#banner {
  width: 100%;
  background-size: cover;
  background-position: top;
}
#banner .headline {
  font-size: 50px;
  width: 80%;
  color: #009ecd;
  text-transform: uppercase;
  font-weight: bold;
}
#banner .headline div {
  display: inline;
  background: rgba(255, 255, 255, 0.8);
}
#banner .headline div span {
  padding: 25px 15px;
}
#banner .carousel-inner {
  height: 97vh;
  position: relative;
}
#banner .carousel-inner .item {
  height: 100%;
}
#banner .carousel-inner .item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#banner .carousel-inner .item .carousel-caption {
  position: absolute;
  left: 0;
  top: 300px;
}
#about h1 {
  width: 60%;
}
#about .wrapper {
  height: 400px;
  width: 91%;
  overflow: hidden;
  margin-top: 40px;
}
#about .wrapper img {
  height: 100%;
  width: 100%;
  transition: transform 9500ms ease;
}
#about .wrapper img:hover {
  transform: scale(1.1);
}
#about .content {
  width: 80%;
}
#about .button a {
  display: inline-block;
  padding: 15px 25px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  background-color: #009ecd;
  text-decoration: none !important;
}
#about .button a:hover {
  background-color: #ff5d16;
}
#pracujeme .item {
  width: 80%;
  float: left;
  background-color: #009ecd;
  color: #FFFFFF;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#pracujeme .item a {
  text-decoration: none;
}
#pracujeme .item .image {
  width: 100%;
  height: 150px;
  display: block;
  margin: auto;
  padding: 20px;
  text-align: center;
}
#pracujeme .item .image img {
  height: 100%;
}
#pracujeme .item h3 {
  color: #FFFFFF;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}
#pracujeme .item:hover {
  background-color: #00bff8;
  cursor: pointer;
}
/* ==== FOOTER ==== */
.in #footer {
  color: #FFFFFF;
}
#footer {
  padding-top: 80px;
  padding-bottom: 40px;
  color: #000000;
  background-color: #FFFFFF;
}
#footer #footer-address {
  color: #19407d;
  font-size: 18px;
}
#footer #footer-address h4 {
  color: #19407d;
  font-weight: bold;
  font-size: 30px;
  text-transform: none;
  margin-top: 0;
}
#footer #logo-footer img {
  width: 210px;
  display: block;
  margin-top: 5px;
}
#footer #footer-contacts {
  line-height: 35px;
  color: #19407d;
  font-size: 20px;
}
#footer #footer-contacts a {
  text-decoration: none;
}
#footer #footer-contacts .fab {
  margin-right: 12px;
  color: #009ecd;
}
.contact-ico {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#sign {
  margin-top: 50px;
  width: 100%;
  text-align: center;
  float: left;
  font-size: 14px;
}
#sign a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -ms-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
#sign a:hover {
  color: #000000;
  text-decoration: underline;
}
#footer hr {
  border-top: solid 2px #32447b;
}
/* ==== INSIDE PAGES ==== */
.page-gallery h3 {
  font-size: 16px;
}
.page-gallery .thumbnail {
  margin-bottom: 0;
}
.in #header {
  background-color: #ffffff;
}
#in-header {
  padding-top: 200px;
}
#in-header ul {
  list-style: none;
  padding: 0;
}
#in-header ul li {
  display: inline-block;
  margin-right: 20px;
}
#in-header ul li a {
  color: #FFFFFF;
}
#in-header .content {
  font-size: 22px;
  font-weight: lighter !important;
}
#address {
  width: 40%;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
}
#address .button {
  border: none;
}
#address .button a {
  background-color: #19407d;
  color: #FFFFFF;
}
#address .button a:hover {
  background-color: #009ecd;
}
#map {
  width: 100%;
  overflow: hidden;
  float: right;
  position: relative;
  right: 0;
}
#team {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
#team h3 {
  font-size: 20px;
  font-weight: lighter;
  text-transform: none;
}
#team .after:after {
  height: 1px;
  width: 100px;
  margin-bottom: 15px;
}
#team .contact {
  line-height: 230%;
}
.page-gallery {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.page-gallery h2 {
  font-size: 35px;
}
#gallery a {
  text-decoration: none;
}
#gallery h3 {
  font-size: 16px;
  text-align: center;
  text-transform: none;
  margin-top: 0;
}
.thumbnail-item {
  position: relative;
  padding-bottom: 40px;
}
.thumbnail-item h3 {
  padding-top: 12px;
}
.thumbnail-hover {
  position: absolute;
  width: 100%;
  max-width: 78%;
  max-height: 86%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: unset;
}
.thumbnail-item:hover .thumbnail-hover {
  opacity: 1;
}
#kontakt h2 {
  text-align: center;
}
#kontakt .content {
  margin-bottom: 20px;
}
#kontakt .content h2 {
  font-size: 18px;
  text-align: left !important;
}
#kontakt .content h2.after:after {
  width: 100px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#kontakt .logo {
  max-width: 59%;
  width: 100%;
  padding-top: 12vh;
}
#poptavka-form {
  margin-top: 30px;
}
#poptavka-form .form-group .button a {
  cursor: pointer;
}
#poptavka-form .form-group .fa {
  padding-left: 6px;
}
#poptavka-form .form-group .fa.fa-check {
  display: none !important;
  color: #4cae4c;
}
#poptavka-form .form-group .fa.fa-times {
  display: none !important;
  color: #d01d33;
}
#poptavka-form.kontakt {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.alert {
  position: fixed;
  bottom: 30vh;
  padding-top: 120px;
  padding-bottom: 120px;
  width: 100%;
  z-index: 1000;
  font-size: 26px;
  font-weight: 400;
}
.alert.alert-danger {
  background-color: #d01d33;
  color: #fff;
}
.alert.alert-success {
  background-color: #4cae4c;
  color: #fff;
}
.appear {
  display: none;
}
#blog .grid {
  width: 100% !important;
  margin: 0 auto;
}
#blog .grid-item {
  max-width: 28%;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 4px 10px -2px #000000;
  box-shadow: 0px 4px 10px -2px #000000;
}
#blog .grid-item a {
  text-decoration: none;
}
#blog .grid-item:first-of-type {
  margin-left: 5%;
}
#blog .grid-item .post-header {
  background-color: #19407d;
}
#blog .grid-item .post-header h2 {
  text-transform: unset;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  padding: 20px;
  margin: 0;
}
#blog .grid-item .post-content {
  padding: 20px;
}
#blog .grid-item .post-content p {
  font-size: 16px;
  color: #000;
  margin: 0;
}
#blog .grid-item .post-photo img {
  object-fit: contain;
}
#blog .grid-item img {
  object-fit: contain;
}
.grid-item--width2 {
  width: 160px;
}
.grid-item--height2 {
  height: 140px;
}
/*# sourceMappingURL=style2.css.map */


.thumbnail-text {
  width: 210px;
  height: 40px;


  color: #000;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  text-align: center;
  line-height: 20px;
  font-size: 20px;

  cursor: pointer;
  padding-top: 5px;

}

