/*COLORS*/
@font-face {
  font-family: myFirstFont;
  src: url(https://modulconcept.sk/css/sansation_light.woff);
}

body {
  margin: 0;
  padding: 0;
}

.gray {
  width: 100%;
  height: 34px;
  background: #36444b;
}

.blue {
  width: 100%;
  height: 55px;
  background: #004f91;
}

.logo {
  margin-top: -89px;
  position: absolute;
  height: 90px;
}

h1 {
  color: white;
  font-size: 20px;
  margin-top: -43px;
  text-align: right;
}

.center img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.carousel-inner {
  margin-top: -1px;
}

.carousel_controls {
  width: 60px;
  margin-top: 170px;
}

.carousel-indicators {
  bottom: -50px !important;
}

.carousel-caption div div p {
  font-size: 50px;
  font-weight: 600;
  color: #004f91;
  text-align: left;
  text-shadow: 1px 1px white;
  margin-bottom: -5px;
}

.carousel-caption h2 {
  font-size: 25px;
  color: white;
  text-align: left;
  background: #36444b;
  padding: 10px;
  width: 300px;
  margin-top: 0;
  border-right: 10px solid #004f91;
}

.carousel-caption {
  padding-bottom: 30px;
}

.cara {
  width: 200px;
  float: right;
  height: 30px;
  background: #004f91;
  margin-right: 15.4%;
}

.nadpis_h3 {
  border-left: 10px solid #36444b;
  height: 70px;
  padding: 0px 0px 15px 20px;
  margin-top: 100px;
  font-size: 25px;
  color: #004f91;
}

.text_pod_nadpisem {
  font-size: 18px;
  line-height: 1.7;
  color: #36444b;
  padding-left: 30px;
  margin-top: -50px;
  text-align: justify;
}

.text_pod_nav {
  font-size: 18px;
  line-height: 1.7;
  color: #36444b;
  padding-left: 50px;
  margin-top: 20px;
  text-align: justify;
}

.text_nav {
  margin-top: 20px;
  margin-left: 10px;
}

.text_nav li {
  list-style: none;
  line-height: 1.5;
}

.text_nav li h3 {
  font-weight: 100;
  font-size: 16px;
  margin: 0;
  font-size: 18px;
}

.text_nav li h3 i {
  font-weight: 100;
  font-size: 13px;
  margin-top: 2px;
  margin-left: -20px;
  position: absolute;
  color: #004f91;
}

.mobile_sec {
  margin-top: -50px;
}

.vyska {
  height: 415px;
}

.gallery_item {
  width: 35%;
  margin-right: -10% !important;
  float: left;
  -webkit-clip-path: polygon(0 0, 61% 0, 100% 100%, 38% 100%);
  clip-path: polygon(0 0, 61% 0, 100% 100%, 38% 100%);
}

.gallery_item {
  height: 400px;
}

.contain {
  width: 1450px;
  height: 400px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.two {
  margin-top: 40px;
}

footer {
  height: 60px;
  background: #36444b;
  color: white;
}

footer p {
  text-align: center;
  padding-top: 20px;
}

footer a {
  color: white;
}

footer a:hover {
  color: white;
  cursor: pointer;
  text-decoration: underline;
}

.contact {
  color: #36444b;
  font-size: 19px;
  margin-left: 70px;
  margin-top: -30px;
  margin-bottom: 50px;
}

.contact span {
  color: #004f91;
  font-size: 20px;
  font-weight: 600;
  margin-left: -25px;
}

.to {
  margin-top: 30px;
}

/* RESPONZIVE */
@media (min-width: 1600px) {
  .white_nav {
    display: none;
  }
}

@media (max-width: 1600px) {
  .black_nav {
    display: none;
  }
  .white_nav {
    display: block;
  }
  .contain {
    width: 1200px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1400px) {
  .carousel_controls {
    margin-top: 140px;
  }
}

@media (max-width: 1300px) {
  .carousel_controls {
    margin-top: 130px;
  }
  .contain {
    width: 900px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1200px) {
  .carousel_controls {
    margin-top: 120px;
  }
  h1 {
    font-size: 18px;
    margin-top: -33px;
    margin-bottom: -2px;
  }
  .logo {
    margin-top: -60px;
    height: 60px;
  }
  .gray {
    width: 100%;
    height: 20px;
    background: #36444b;
  }
  .blue {
    width: 100%;
    height: 40px;
    background: #004f91;
  }
}

@media (max-width: 1100px) {
  .carousel_controls {
    margin-top: 110px;
  }
}

@media (min-width: 1000px) {
  .gallery_mobil {
    display: none;
  }
}

@media (max-width: 1000px) {
  .gallery_pc {
    display: none;
  }
  .inn .item {
    height: auto;
  }
  .gallery_mobil {
    display: block;
  }
  .contain {
    width: 100%;
    margin-right: 0% !important;
  }
  .vyska {
    margin-left: 0%;
    margin-right: 0% !important;
    width: 100%;
  }
  .carousel-caption {
    width: 100%;
  }
  .margin {
    margin-right: 3% !important;
  }
  .none {
    display: none;
  }
  .gallery_item {
    width: 23%;
    float: left;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .carousel_controls {
    margin-top: 100px;
  }
  .carousel-caption div div p {
    font-size: 50px;
    font-weight: 600;
    color: #004f91;
    text-align: left;
    text-shadow: 1px 1px white;
  }
  .carousel-caption {
    padding-bottom: 0px;
  }
  h1 {
    font-size: 13px;
    margin-top: -30px;
    margin-bottom: -2px;
  }
}

@media (max-width: 900px) {
  .carousel_controls {
    margin-top: 80px;
  }
}

@media (max-width: 800px) {
  .carousel_controls {
    width: 40px;
  }
  .carousel-caption div div p {
    font-size: 30px;
    font-weight: 600;
    color: #004f91;
    text-align: left;
    text-shadow: 1px 1px white;
  }
  .carousel-caption h2 {
    font-size: 15px;
    color: white;
    text-align: left;
    background: #36444b;
    padding: 7px;
    width: 200px;
    margin-top: 0;
    border-right: 10px solid #004f91;
  }
  .carousel-caption {
    margin-left: 5%;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .carousel_controls {
    margin-top: 70px;
  }
  .pc_none {
    display: none;
  }
  .mobile {
    display: block;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100%;
  }
  .logo {
    width: 300px;
    margin-left: -150px;
  }
  h1 {
    color: #004f91;
    font-size: 30px;
    margin-top: 1px;
    text-align: center;
    margin: 65px 0 15px 0;
  }
  h1 span {
    color: #004f91;
    font-size: 25px;
    margin-top: 1px;
    text-align: center;
  }
  .op {
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .carousel_controls {
    margin-top: 55px;
  }
  h1 {
    color: #004f91;
    font-size: 30px;
    margin-top: 1px;
    text-align: center;
    margin: 65px 0 15px 0;
  }
  h1 span {
    color: #004f91;
    font-size: 15px;
    margin-top: 1px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .op {
    margin-top: 30px !important;
  }
  footer {
    height: 80px;
    background: #36444b;
    color: white;
  }
  .contact {
    color: #36444b;
    font-size: 19px;
    margin-left: 70px;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .contact_h3 {
    margin-top: 100px !important;
  }
  .carousel_controls {
    margin-top: 45px;
  }
  .carousel-caption div div p {
    font-size: 20px;
    font-weight: 600;
    color: #004f91;
    text-align: left;
    text-shadow: 1px 1px white;
  }
  .carousel-caption h2 {
    font-size: 10px;
    color: white;
    text-align: left;
    background: #36444b;
    padding: 7px;
    width: 120px;
    margin-top: 5px;
    border-right: 10px solid #004f91;
  }
  .text_pod_nadpisem {
    font-size: 16px;
    line-height: 1.7;
    color: #36444b;
    padding-left: 0px;
    margin-top: 0px;
    text-align: justify;
  }
  .text_pod_nav {
    font-size: 16px;
    line-height: 1.7;
    color: #36444b;
    padding-left: 0px;
    margin-top: -10px;
    text-align: justify;
  }
  .text_nav {
    margin-top: 20px;
    margin-left: 10px;
  }
  .text_nav li {
    list-style: none;
    margin-bottom: 30px;
  }
  .text_nav li h3 {
    font-weight: 100;
    font-size: 16px;
    margin: 0;
  }
  .nadpis_h3 {
    border-left: 10px solid #36444b;
    height: 38px;
    padding: 0px 0px 0px 20px;
    margin-top: 50px;
    font-size: 25px;
    color: #004f91;
  }
  .mobile_sec {
    margin-top: 0px;
  }
}

@media (max-width: 450px) {
  .carousel_controls {
    margin-top: 35px;
  }
}

@media (max-width: 400px) {
  .carousel_controls {
    margin-top: 30px;
  }
  .logo {
    width: 300px;
    margin-left: -150px;
    height: 60px;
    margin-top: -60px;
  }
  .gray {
    width: 100%;
    height: 25px;
    background: #36444b;
  }
  .blue {
    width: 100%;
    height: 35px;
    background: #004f91;
  }
}
/*# sourceMappingURL=main.css.map */