@import url("https://fonts.googleapis.com/css?family=Montserrat:700,800|Roboto:400,500,700");
* {
  font-family: "Roboto", sans-serif; }

a, li, button {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

@keyframes pulse {
  0% {
    top: -5px; }
  33% {
    top: 5px; }
  66% {
    top: -15px; }
  100% {
    top: -5px; } }
.footer {
  background-color: #0d1c2c;
  padding-top: 70px;
  padding-bottom: 30px; }
  .footer h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 35px; }
  .footer-box {
    border: solid 1px #2b3c4e;
    max-width: 570px;
    margin-left: auto;
    padding: 25px 40px;
    margin-bottom: 40px; }
    .footer-box-item {
      display: flex;
      width: 100%;
      margin-bottom: 25px; }
      .footer-box-item:last-child {
        margin-bottom: 0; }
    .footer-box-name {
      text-align: left;
      flex: 0 0 30%;
      max-width: 30%; }
      .footer-box-name p {
        font-size: 18px;
        color: #c7e1ff;
        margin-bottom: 0; }
    .footer-box-link {
      flex: 0 0 calc(70% - 50px);
      max-width: calc(70% - 50px); }
      .footer-box-link a {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        color: #ffffff; }
        .footer-box-link a:hover {
          color: #0060c3;
          text-decoration: none; }
    .footer-box-ico {
      flex: 0 0 50px;
      max-width: 50px; }
      .footer-box-ico i {
        font-size: 24px;
        color: #0060c3; }
  .footer-author p {
    font-size: 18px;
    color: #c7e1ff;
    margin-bottom: 10px; }
    .footer-author p a {
      color: #ffffff;
      font-weight: 700; }
      .footer-author p a:hover {
        text-decoration: none;
        color: #0060c3; }

.footer-nav {
  padding: 0;
  margin-bottom: 40px;
  list-style: none; }

.footer-nav-item {
  margin-bottom: 10px;
  font-size: 18px; }
  .footer-nav-item a {
    display: inline-block;
    color: #c7e1ff; }
    .footer-nav-item a:hover {
      color: #ffffff;
      text-decoration: none;
      padding-left: 5px; }
  .footer-nav-item:last-child {
    margin-bottom: 0; }

.header.small .nav-link {
  line-height: 58px; }
.header.small .navbar-brand img {
  max-height: 45px; }
.header.small .header-contact span {
  width: 40px; }
.header.small .header-contact i {
  line-height: 40px; }
.header.small .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
.header.small .language-button {
  width: 60px;
  height: 60px; }
.header.small .language-item a {
  width: 60px;
  height: 60px; }
.header.large .nav-link {
  line-height: 88px; }
.header.large .header-contact span {
  width: 60px; }
.header.large .header-contact i {
  line-height: 60px; }
.header.large .navbar {
  position: absolute;
  top: 25px;
  left: 20px;
  right: 20px; }
.header.large .language-button {
  width: 90px;
  height: 90px; }
.header .container-fluid {
  padding: 0; }

.navbar {
  left: 0;
  top: 0;
  padding: 0;
  background-color: #112235;
  z-index: 9998; }

.navbar-brand {
  padding: 0;
  padding-left: 40px; }

.navbar-toggler {
  color: #ffffff; }
  .navbar-toggler[aria-expanded="true"] {
    color: #c7e1ff; }
  .navbar-toggler:focus {
    outline: none; }

.nav-item {
  margin-right: 40px;
  position: relative; }
  .nav-item.active .nav-link {
    border-bottom-color: #014e9e;
    color: #ffffff; }
    .nav-item.active .nav-link i {
      transform: rotate(-180deg); }

.nav-link {
  padding: 0 !important;
  border-bottom: solid 2px transparent;
  font-weight: 500;
  color: #c7e1ff;
  font-size: 18px;
  text-transform: uppercase; }
  .nav-link:hover {
    border-bottom-color: #014e9e;
    color: #ffffff; }
  .nav-link i {
    font-size: 12px;
    color: #0060c3;
    margin-left: 5px;
    vertical-align: middle;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }

.submenu-items {
  position: absolute;
  left: -20px;
  top: 100%;
  display: none;
  background-color: #0d1c2c;
  list-style: none;
  padding: 15px 0;
  margin-bottom: 0;
  min-width: 360px; }

.submenu-item {
  margin-bottom: 8px; }
  .submenu-item:last-child {
    margin-bottom: 0; }
  .submenu-item a {
    display: block;
    padding: 3px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #c7e1ff; }
    .submenu-item a:hover {
      color: #ffffff;
      text-decoration: none; }

.opener {
  position: absolute;
  right: 16px;
  top: 7px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer; }
  .opener:hover {
    color: #c7e1ff; }
  .opener .fa-minus {
    display: none; }

.languages {
  position: relative; }

.language-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  cursor: pointer;
  background-color: #0d1c2c;
  position: relative; }
  .language-button-content {
    width: 100%;
    text-align: center; }
  .language-button p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0; }
  .language-button i {
    color: #0060c3;
    font-size: 12px; }

.language-items {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  list-style: none;
  display: none; }

.language-item a {
  display: flex;
  align-items: center;
  width: 90px;
  height: 90px;
  background-color: #0d1c2c;
  border-top: solid 1px #112235;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff; }
  .language-item a:hover {
    background-color: #112235;
    text-decoration: none; }
  .language-item a span {
    width: 100%;
    text-align: center; }

.main {
  padding-top: 80px;
  padding-bottom: 15px; }
  .main h2 {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #0d1c2c;
    margin-bottom: 40px; }
    .main h2:before {
      content: "";
      display: block;
      width: 60px;
      height: 2px;
      background-color: #0060c3;
      margin-bottom: 30px; }
  .main p {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 10px;
    color: #0d1c2c; }
  .main ul {  
    font-size: 18px;    
  }
  .main section {
    margin-bottom: 65px; }
  .main table {
    width: 100%; }
    .main table th {
      border: solid 1px #0060c3;
      padding: 12px 40px;
      font-size: 18px;
      color: #ffffff;
      font-weight: 400;
      background-color: #0060c3; }
    .main table td {
      padding: 12px 40px;
      font-size: 18px;
      color: #0d1c2c; }
    .main table tbody tr {
      border: solid 1px #bfe7f9;
      border-top: none; }
      .main table tbody tr:nth-child(even) {
        background-color: #f5f5f5; }

.slider {
  position: relative; }
  .slider .slide-bg {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .slider .slider-down {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 60px; }
    .slider .slider-down-button {
      cursor: pointer;
      position: relative;
      display: inline-block; }
      .slider .slider-down-button:hover {
        text-decoration: none;
        opacity: 0.8; }
    .slider .slider-down img {
      transition: all 2s ease-in-out;
      -webkit-transition: all 2s ease-in-out;
      -moz-transition: all 2s ease-in-out;
      -ms-transition: all 2s ease-in-out;
      -o-transition: all 2s ease-in-out;
      -webkit-animation: pulse ease-in-out 2s infinite;
      -moz-animation: pulse ease-in-out 2s infinite;
      animation: pulse ease-in-out 2s infinite;
      position: absolute;
      left: 0;
      top: -5px; }
    .slider .slider-down span {
      font-size: 18px;
      color: #ffffff;
      font-weight: 400;
      margin-bottom: 0;
      padding-left: 40px; }

.carousel-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(19, 41, 62, 0) 0%, rgba(19, 41, 62, 0.8) 100%); }

.carousel-caption {
	left: 0;
	right: 15px;
	top: 40%;
	bottom: auto;
	transform: translateY(-50%);
	text-align: left;
}
  .carousel-caption h1 {
	font-size: 48px;
	font-weight: 800;
	text-transform: uppercase;
	color: #ffffff;
	background-image: linear-gradient(to right, #0060c3 0%, rgba(0, 96, 195, 0) 100%);
	padding: 40px;
	margin-bottom: 0;
	min-width: 950px;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	margin-left: 60px;
}

.buttons {
  text-align: center; }
  .buttons a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase; }
    .buttons a:hover {
      text-decoration: none; }
    .buttons a.blue {
      box-shadow: 0 10px 30px rgba(0, 96, 195, 0.15);
      background-color: #0060c3;
      color: #ffffff; }
      .buttons a.blue:hover {
        background-color: #0d1c2c; }
    .buttons a.white-blue {
      box-shadow: 0 10px 30px rgba(0, 96, 195, 0.15);
      background-color: #fcfdfe; }
      .buttons a.white-blue:hover {
        background-color: #e6e6e6;
        color: #0d1c2c; }

.about {
  padding-top: 80px;
  padding-bottom: 60px; }
  .about .row {
    align-items: center; }
  .about h2 {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #0d1c2c;
    margin-bottom: 40px; }
    .about h2:before {
      content: "";
      display: block;
      width: 60px;
      height: 2px;
      background-color: #0060c3;
      margin-bottom: 30px; }
  .about p {
    font-size: 18px;
    line-height: 35px;
    color: #0d1c2c;
    margin-bottom: 35px; }
  .about img {
    margin-bottom: 20px; }
  .about .buttons {
    width: 240px;
    margin-right: 40px;
    margin-bottom: 20px;
    display: inline-block; }
    .about .buttons a {
      line-height: 60px; }

.map {
  margin-bottom: -7px;
  position: relative; }
  .map .container {
    position: relative; }
  .map-block {
    position: absolute;
    bottom: 7px;
    width: 100%; }
  .map .back-blue {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0060c3;
    position: relative; }
    .map .back-blue:before {
      content: url("images/icons/map-blue-box-top.png");
      position: absolute;
      left: 50%;
      top: -12px;
      transform: translateX(-50%); }
    .map .back-blue h4 {
      color: #ffffff; }
    .map .back-blue p {
      color: #bedcfb; }
  .map .back-white {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff; }
    .map .back-white h4 {
      color: #0060c3; }
    .map .back-white p {
      color: #0d1c2c; }
  .map h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase; }
  .map p {
    font-size: 18px;
    margin-bottom: 5px; }
    .map p:last-of-type {
      margin-bottom: 0; }

.heading {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center; }
  .heading-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .heading-box {
    margin-top: 110px;
    background-image: linear-gradient(to right, #0060c3 0%, rgba(0, 96, 195, 0) 100%);
    display: inline-block;
    padding: 25px 40px; }
  .heading .container {
    position: relative; }
  .heading .bread {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    min-width: 950px; }
    .heading .bread li {
      display: inline-block;
      font-size: 18px;
      color: white;
      font-weight: 500; }
      .heading .bread li:after {
        content: url("images/icons/bread-li.png");
        display: inline-block;
        margin-left: 10px;
        margin-right: 5px; }
      .heading .bread li:last-child:after {
        display: none; }
      .heading .bread li a {
        color: #c7e1ff;
        font-weight: 400; }
  .heading h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0;
    min-width: 950px; }

.gallery {
  padding-bottom: 35px; }

.gallery-item {
  margin-bottom: 30px;
  height: 400px;
  display: block;
  position: relative;
  overflow: hidden; }
  .gallery-item:hover .gallery-item-hover {
    top: 0; }
  .gallery-item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .gallery-item-hover {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 96, 195, 0.75);
    display: flex;
    align-items: center;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
    .gallery-item-hover img {
      margin: auto; }

.advantages {
  position: relative;
  padding-top: 55px;
  border-bottom: solid 2px #ffffff; }
  .advantages-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }

.advantage {
  margin-bottom: 50px; }
  .advantage-img {
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 25px; }
    .advantage-img img {
      margin: auto; }
  .advantage-desc p {
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    color: #bedcfb;
    margin-bottom: 0; }

.references {
  padding-top: 80px; }

.reference {
  margin-bottom: 80px; }
  .reference h2 {
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #0d1c2c;
    margin-bottom: 20px; }
    .reference h2:before {
      content: "";
      display: block;
      width: 60px;
      height: 2px;
      background-color: #0060c3;
      margin-bottom: 30px; }
  .reference p {
	font-size: 18px;
	color: #0d1c2c;
	margin-bottom: 5px;
	text-align: justify;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .carousel-caption h1 {
    font-size: 36px;
  }
  .slider .stavba-roku img {
    max-width: 250px !important;
  }
}
@media (max-width: 991px) {
  .slider .stavba-roku {
    display: none;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1450px; }

  .nav-item {
    margin-right: 60px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important; }

  .navbar-brand {
    padding: 10px 20px; }
    .navbar-brand img {
      height: 45px !important; }

  .navbar-toggler {
    margin-right: 20px; }

  .nav-item {
    text-align: center;
    margin-right: 0 !important; }
    .nav-item.active .nav-link {
      color: #ffffff; }

  .nav-link {
    line-height: 40px !important;
    display: inline-block;
    border: none !important; }
    .nav-link:hover {
      color: #ffffff; }

  .submenu.show .submenu-items {
    display: block;
    position: static; }
  .submenu.show .fa-minus {
    display: inline-block; }
  .submenu.show .fa-plus {
    display: none; }
  .submenu.show .fa-caret-down {
    transform: rotate(-180deg); }

  .language-button {
    width: 100% !important;
    height: 60px !important; }

  .languages.show .language-items {
    display: block;
    width: 100%; }
  .languages.show .language-item {
    height: 60px !important; }
    .languages.show .language-item a {
      width: 100%;
      height: 60px !important; }

  .carousel-caption {
    top: 50%; }
    .carousel-caption h1 {
      min-width: 0;
      font-size: 38px; }

  .footer-box {
    margin-right: auto; }

  .heading .bread {
    min-width: 0; }
  .heading h1 {
    min-width: 0; }

  .reference img {
    margin-bottom: 30px; }
  .reference h2 {
    text-align: center; }
    .reference h2:before {
      margin-left: auto;
      margin-right: auto; }
  .reference-content {
    padding-bottom: 15px;
    border-bottom: solid 1px #c7e1ff; }
    .reference-content .col-lg-6:first-child p {
      font-weight: 500; } }
@media (min-width: 1200px) {
  .opener {
    display: none; }

  .nav-item:hover .nav-link {
    border-bottom-color: #014e9e;
    color: #ffffff; }
    .nav-item:hover .nav-link i {
      transform: rotate(-180deg); }

  .submenu:hover .nav-link {
    border-bottom-color: transparent; }
  .submenu:hover .submenu-items {
    display: block; }

  .languages:hover .language-items {
    display: block; } }
@media (max-width: 767px) {
  .navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important; }

  .navbar-brand {
    padding: 10px 20px; }
    .navbar-brand img {
      height: 45px !important; }

  .navbar-toggler {
    margin-right: 20px; }

  .nav-item {
    text-align: center;
    margin-right: 0 !important; }
    .nav-item.active .nav-link {
      color: #ffffff; }

  .nav-link {
    line-height: 40px !important;
    display: inline-block;
    border: none !important; }
    .nav-link:hover {
      color: #ffffff; }

  .submenu.show .submenu-items {
    display: block;
    position: static; }
  .submenu.show .fa-minus {
    display: inline-block; }
  .submenu.show .fa-plus {
    display: none; }
  .submenu.show .fa-caret-down {
    transform: rotate(-180deg); }

  .language-button {
    width: 100% !important;
    height: 60px !important; }

  .languages.show .language-items {
    display: block;
    width: 100%; }
  .languages.show .language-item {
    height: 60px !important; }
    .languages.show .language-item a {
      width: 100%;
      height: 60px !important; }

  .carousel-caption {
    top: 50%; }
    .carousel-caption h1 {
      min-width: 0;
      font-size: 28px; }

  .footer-box {
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px; }
    .footer-box-item {
      flex-wrap: wrap; }
    .footer-box-name {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center; }
    .footer-box-link {
      flex: 0 0 calc(100% - 50px);
      max-width: calc(100% - 50px); }

  .about .buttons {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }

  .map .container {
    display: none; }

  .heading-box {
    margin-top: 65px;
    padding: 10px 20px; }
  .heading .bread {
    min-width: 0; }
  .heading h1 {
    min-width: 0;
    font-size: 32px; }

  .gallery-item {
    height: 250px; }

  .reference img {
    margin-bottom: 30px; }
  .reference h2 {
    text-align: center; }
    .reference h2:before {
      margin-left: auto;
      margin-right: auto; }
  .reference-content {
    padding-bottom: 15px;
    border-bottom: solid 1px #c7e1ff; }
    .reference-content .col-lg-6:first-child p {
      font-weight: 500; } }

/*# sourceMappingURL=style.css.map */

.fancybox:hover {
    opacity: 0.8;    
}
#cookie-lista{
  font-size:99%;
}
#cookie-lista-in{
  position:fixed;
  bottom:0;
  left:0;
  z-index:10000;
  text-align:center;
  color:white;
  background:rgba(0,0,0,.60);
}
#cookie-lista p{
  padding:0 10px;
  margin:5px auto;
	color: white;
}
#cookie-lista a,#cookie-lista a:visited{
  color:white;
}
#cookie-lista a:hover{
  color:white;
}
.cookie-lista-accept{
  display:inline-block;
  text-decoration:none;
  padding:.3em 1em;
  margin-left:.5em;
  background:#0060c3;
  -moz-border-radius:.4em;
  -webkit-border-radius:.4em;
  border-radius:.4em;
}
*,*:focus,*:hover{
  outline:none !important;
}

.slider .stavba-roku {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.slider .stavba-roku img {
  max-width: 400px;
}