body {
  font-family: "Poppins", sans-serif; }

/* 0. Default Settings
 */
 .wrapper{
     margin-top:105px;
     }
     .item3 {
    max-width: 16%;
}


img.emblemimage {
  max-width: 500px;
  opacity: 0.75;
}


#construction .text .center ul li a {
  color: black;
  text-decoration: none;
}

.fill-btn {
  background: #018895;
  padding: 12px 30px;
  text-transform: uppercase;
  color: white;
  border-radius: 0px;
  margin: 0 10px;
  font-size: 14px;
  font-weight: 500; }

.border-btn-white {
  border: 2px solid white;
  padding: 10px 20px;
  text-transform: uppercase;
  color: white;
  background: transparent;
  border-radius: 0px;
  margin: 0 10px;
  font-size: 15px; }

.border-btn {
  border: 2px solid #018895;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #018895;
  background: transparent;
  border-radius: 0px;
  margin: 0 10px;
  font-size: 15px;
  transition: .2s all ease-in-out; }
  .border-btn:hover {
    background: #018895;
    color: white; }

.section {
  display: block;
  position: relative;
  padding: 50px; }
.images img{
    max-width:100%;
    float:left;
    margin:5px;
    }
.header-title {
  margin: 50px 0 80px; }
  .header-title h2 {
    color: #018895;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    position: relative; }
    .header-title h2:after {
      display: block;
      content: "";
      position: absolute;
      height: 1px;
      width: 100px;
      bottom: -13px;
      left: 52%;
      transform: translateX(-50%);
      background: #333; }
    .header-title h2:before {
      display: block;
      content: "";
      position: absolute;
      height: 1px;
      width: 100px;
      bottom: -10px;
      left: 48%;
      transform: translateX(-50%);
      background: #333; }
  .header-title p:nth-of-type(1) {
    margin-top: 50px; }

.title-header-2 {
  margin-bottom: 20px; }
  .title-header-2 h2 {
    font-size: 36px; }

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin: 20px 15px 0 0;
  z-index: 100; }

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 0px; }

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 0px; }

 #nav-icon4 span {
  background: black; }

.grey-bg {
  background: #f1f1f1; }

/* 1. Navigation 
 -------------*/
.mobile-menu {
  position: fixed;
  display: none;
  z-index: 30;
  top: 130px;
  background: white;
  width: 100%;
  height: 100%;
  overflow-y: scroll; }
  .mobile-menu ul {
    padding: 0;
    background: white; }
    .mobile-menu ul li {
      list-style-type: none;
      padding: 15px 0;
      text-align: center;
      border-bottom: 1px solid #d4d4d4; }
      .mobile-menu ul li a {
        color: black; }
        .mobile-menu ul li a:hover {
          color: black; }
      .mobile-menu ul li .submenu {
        border-top: 1px solid #d4d4d4;
        margin-top: 10px;
        margin-bottom: -15px;
        display: none; }

.top-navigation {
  position: fixed;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #018895;
  padding: 13px 0; }
  .top-navigation a {
    color: white;
    font-size: 13px; }
  .top-navigation .left {
    display: inline-block;
    float: left; }
    .top-navigation .left i {
      color: white;
      font-size: 18px;
      margin: 4px 20px 0 0; }
  .top-navigation .right {
    float: right;
    display: inline-block; }
    .top-navigation .right .button {
      display: inline-block;
      border: 2px solid white;
      color: white;
      padding: 5px 10px;
      margin: 0 5px; }
      .top-navigation .right .button a {
        color: white;
        font-size: 13px; }
      .top-navigation .right .button:hover {
        background: white; }
        .top-navigation .right .button:hover a {
          color: black;
          text-decoration: none; }

nav {
  position: fixed;
  height: 80px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 100;
  background: white;
  transition: .3s all ease-in-out; }
  nav .logo {
    margin: 10px 0;
    color: white; }
    nav .logo img {
      max-height: 60px; }
  nav .navigation ul {
    float: right;
    padding: 0;
    margin: 5px 0 0; }
    nav .navigation ul li {
      margin: 0px 10px;
      padding: 25px 0 35px;
      display: inline-block;
      list-style-type: none;
      position: relative; }
      nav .navigation ul li:hover ul {
        display: block;
        position: absolute;
        top: 60px;
        left: -20px;
        background: white;
        z-index: 30; }
      nav .navigation ul li a {
        font-size: 15px;
        color: #333; }
      nav .navigation ul li ul {
        display: none;
        margin: 0; }
        nav .navigation ul li ul li {
          padding: 10px 15px;
          width: 100%;
          position: relative; }
          nav .navigation ul li ul li a {
            display: block;
            text-decoration: none;
            margin-left: -1px;
            white-space: nowrap;
            color: #333; }
            nav .navigation ul li ul li a:hover {
              float: none;
              text-decoration: underline; }
    nav .navigation ul .active {
      position: relative; }
      nav .navigation ul .active a {
        color: #018895; }
      nav .navigation ul .active:after {
        display: block;
        position: absolute;
        content: "";
        bottom: 9px;
        height: 5px;
        width: 100%;
        left: 0;
        background: #018895; }
  nav .mobile-menu-hamburger {
    float: right;
    margin-top: 15px;
    margin-right: 15px; }

.main-nav-scrolled {
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 20;
  background: white;
  border-bottom: 1px solid grey;
  left: 0;
  transition: .3s all ease-in-out; }
  .main-nav-scrolled .navigation a {
    color: #333; }

/*  Index page */
.intro {
  height: 600px;
  position: relative; }
  .intro:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg.jpg");
    background-size: cover;
    background-position: center center; }
  .intro .bg {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative; }
    .intro .bg .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.7);
      z-index: 1; }
    .intro .bg .container {
      z-index: 2; }
    .intro .bg h1 {
      font-size: 54px;
      font-weight: 500;
      text-align: left;
      margin-bottom: 30px;
      max-width: 700px;
      color: #fff; }
    .intro .bg p {
      font-size: 16px;
      color: #f1f1f1;
      font-weight: 300;
      max-width: 700px;
      margin-bottom: 30px; }

/* Sub page */
.single-page {
  margin-top: 100px; }
  .single-page .bg {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative; }
    .single-page .bg .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.65);
      z-index: 1; }
    .single-page .bg .container {
      z-index: 2; }
    .single-page .bg img {
      margin: 0 auto;
      filter: invert(1); }
    .single-page .bg h6 {
      color: white;
      font-size: 24px;
      text-align: center;
      font-weight: 600; }
    .single-page .bg h2 {
      font-size: 42px;
      font-weight: 300;
      text-align: center;
      position: relative;
      color: white;
      margin-top: 20px; }
    .single-page .bg p {
      font-size: 18px;
      color: #f3f3f3;
      font-weight: 300;
      text-align: center; }
    .single-page .bg .btn {
      color: black;
      padding: 10px 15px;
      border: 2px solid white;
      border-radius: 0px !important;
      font-weight: 300; }
      .single-page .bg .btn a {
        color: inherit;
        font-size: 14px;
        color: #525252; }

.single-page-padding {
  height: 350px;
  margin-top: 130px; }
  .single-page-padding .contact:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg.jpg");
    background-size: cover;
    background-position: center center; }
  .single-page-padding .bg {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative; }
    .single-page-padding .bg .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.65);
      z-index: 1; }
    .single-page-padding .bg .header-title {
      position: relative;
      z-index: 5; }
      .single-page-padding .bg .header-title h2 {
        color: white; }
        .single-page-padding .bg .header-title h2:after {
          background: #018895; }
        .single-page-padding .bg .header-title h2:before {
          background: #018895; }
      .single-page-padding .bg .header-title p {
        width: 50%;
        margin: 30px auto 0;
        color: white; }
.grid{
    max-width:1100px;
}        
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item{
    max-width:30%;
    float: left;
    margin-bottom:10px;
    margin:1%;

}
#services .service {
  margin-bottom: 70px; }
  #services .services{
      justify-content:center;
      }
  #services .service .left .cube {
    box-shadow: 0 2px 14px #ddd;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #services .service .left .cube h3{
        margin:0;
        }
    #services .service .left .cube img {
      max-width: 70%; }
  #services .service .right h4 {
    color: #018895;
    font-size: 20px;
    font-weight: 600; }
  #services .service .right p {
    font-size: 14px;
    color: #8e8e8e; }
  #services .service .right a {
    color: #006b75;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }

#gallery img {
  max-width: 100%;
  margin-bottom: 5px; }
#gallery .col-md-4 {
  padding: 5px; }
#gallery .photos {
  margin-bottom: 20px; }

#brands .header-title {
  margin: 50px 0 30px; }
#brands .znacky {
  overflow: hidden; }
  #brands .znacky .owl-item {
    float: left; 
  
    }

.item img{
    max-width:100%;
    }
#brands .znacky .owl-item img{
    max-width:100%;
    }
#reviews .bxSlider {
  box-shadow: 0px 3px 27px #d1d1d1; }
#reviews .review {
  padding: 30px 30px;
  text-align: center; }
  #reviews .review .avatar {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #018895;
    box-shadow: 0 3px 15px #888;
    margin: 0 auto 40px; }
  #reviews .review p {
    color: #a1a1a1;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px; }
  #reviews .review h5 {
    font-weight: 600; }
  #reviews .review .rating i {
    color: #ffba00; }

#letter .input-field {
  margin-bottom: 30px; }
  #letter .input-field label {
    font-size: 22px;
    color: #018895;
    display: block; }
  #letter .input-field input {
    border: 2px solid #bfe1e4;
    color: #018895;
    padding: 10px 20px;
    font-weight: 300;
    font-size: 14px;
    width: 100%; }
  #letter .input-field textarea {
    border: 2px solid #bfe1e4;
    color: #018895;
    padding: 10px 20px;
    font-weight: 300;
    font-size: 14px;
    width: 100%; }
  #letter .input-field input[type="submit"] {
    color: white;
    width: auto;
    margin: 0;
    font-weight: 600;
    padding: 15px 30px; }

#contact {
  padding: 50px 0; }
  #contact .formular .input-field {
    margin-bottom: 20px; }
    #contact .formular .input-field label {
      font-size: 24px;
      color: #018895;
      display: inline-block;
      margin-bottom: .7rem; }
    #contact .formular .input-field input {
      padding: 10px 15px;
      width: 100%; }
    #contact .formular .input-field input[type="submit"] {
      background: linear-gradient(to bottom right, #018895, #019590);
      color: white;
      padding: 15px 20px;
      border-radius: 0px;
      width: auto !important; }
    #contact .formular .input-field textarea {
      width: 100%; }
  #contact .info {
    margin-top: 60px;
    padding: 20px 40px 50px;
    box-shadow: 0px 3px 14px #555; }
    #contact .info .header-title {
      margin-top: 30px; }
    #contact .info h4 {
      color: #333; }
    #contact .info a {
      color: #018895; }
    #contact .info img {
      max-width: 42px; }
    #contact .info .info-detail {
      margin-bottom: 40px; }

#content {
  padding: 0px 0 50px; }
  #content ul {
    width: 100%;
    display: block; }
  #content h3 {
    margin: 20px 0 40px;
    color: #018895; }
  #content .style {
    box-shadow: 0 3px 15px #777;
    border-radius: 3px;
    position: relative;
    padding: 0;
    margin: 15px 1%;
    width: 100%;
    cursor: pointer;
    transition: .2s all ease-in-out; }
    #content .style:hover {
      background: #018895; }
      #content .style:hover .text h5 {
        color: white; }
    #content .style .img {
      height: 250px; }
    #content .style .text {
      bottom: 15px;
      width: 100%;
      text-align: left;
      z-index: 5;
      padding: 20px 0 20px 20px; }
      #content .style .text h5 {
        color: #018895;
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 15px; }
        #content .style a:hover{
            text-decoration:none;
            }
      #content .style .text p {
        font-size: 14px;
        color: #333; }
    #content .style .retro {
      background: url("../img/style/retro.jpg");
      background-size: cover;
      background-position: center center; }
    #content .style .industrial {
      background: url("../img/style/industrial.jpg");
      background-size: cover;
      background-position: center center; }
    #content .style h3 {
      color: #018895;
      margin: 20px 0; }
  #content .sortiment {
    box-shadow: 0 3px 15px #777;
    border-radius: 3px;
    position: relative;
    padding: 0;
    margin: 15px 1%;
    width: 31%;
    cursor: pointer;
    transition: .2s all ease-in-out; }
    #content .sortiment a:hover{
        text-decoration:none;
        }
    #content .sortiment:hover {
      background: #018895; }
      #content .sortiment:hover .text h5 {
        color: white; }
    #content .sortiment .img {
      height: 180px; }
    #content .sortiment .text {
      bottom: 15px;
      width: 100%;
      text-align: center;
      z-index: 5;
      padding: 20px 0; }
      #content .sortiment .text h5 {
        color: #018895;
        font-weight: 600;
        font-size: 24px; }
    #content .sortiment .nabytok {
      background: url("../img/sortiment/1.jpg");
      background-size: cover;
      background-position: center center; }
    #content .sortiment .prislusenstvo {
      background: url("../img/sortiment/2.jpg");
      background-size: cover;
      background-position: center center; }
    #content .sortiment .umyvadla {
      background: url("../img/sortiment/3.jpg");
      background-size: cover;
      background-position: center center; }

.gallery-isotop .gallery-item {
  margin-bottom: 30px; }
  .gallery-isotop .gallery-item img {
    max-width: 100%; }
.owl-item{
    float:left;    
}
.gallery img{
    max-width:100%;
    margin-bottom:20px;
    }
#product {
  
  padding: 00px 0 50px; }
  #product h2 {
    color: #018895; }
  #product h3 {
    color: #018895; 
    margin:15px 0 20px 10px;
    font-size:30px;
    }
  #product .text .znacky-2 {
    margin: 30px 0 50px; }
    #product .znacky-2 .owl-item{
        min-width:200px;
        }
  #product .product-gallery {
    box-shadow: 0px 3px 15px #333; }

    #product .photos img {
      max-width:100%; }

.breadcrumb{
    background: linear-gradient(to bottom right, #018895, #019590);
    width:100%;
    height: 70px;
    padding:20px 0;
}
.breadcrumb ul{
    list-style-type:none;
    padding:0;
    }
.breadcrumb ul li{
    display:inline-block;
    color:white;
    position: relative;
    opacity:.5;
    border-right:1px solid #fff;
    padding-right:10px;
    margin-right:10px;
    font-size:15px;
    font-weight:500;
    transition:.2s all ease-in-out;
}
.breadcrumb ul li:hover{
    opacity:1;
}
.breadcrumb ul li:nth-last-child(1){
    border-right:0;
    opacity:.9;
}
.owl-item .file p{
    padding:0 10px;
    }
.owl-item .file a{
    word-wrap:break-word;
    }
.owl-item .file .file-icon{
    text-align:center;
    }
#googleMap {
  height: 400px;
  width: 100%; }

/* UNDER CONSTRUCTION */
#construction .image {
  width: 49vw;
  height: 100vh;
  float: right;
  background: url("../img/bg.jpg");
  background-size: cover;
  background-position: center center; }
#construction .text {
  width: 50%;
  padding: 20px 40px;
  height: 100vh;
  float: left;
  text-align: center;
  display: flex;
  justify-content: space-between;
      box-sizing: border-box;

  flex-direction: column; }
  #construction .text .top img {
    max-width: 200px;
    height: auto; }
  #construction .text .center h1 {
    font-size: 38px;
    font-family: "Nexa", sans-serif;
    font-weight: 700;
    margin-bottom: 30px; }
  #construction .text .center p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
    color: #737373; }
  #construction .text .center ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 10px; }
    #construction .text .center ul li a {
      color: black; }
      #construction .text .center ul li a:hover {
        color: #018895; }
  #construction .text .social ul li {
    margin: 0 10px;
    display: inline-block; }
    #construction .text .social ul li i {
      font-size: 16px;
      color: black; }
      #construction .text .social ul li i:hover {
        color: #018895; }

@media (max-width: 767px) {
  img.emblemimage {
    max-width: 200px;
    opacity: 0.75;
}


  ul {
    padding: 0  !important;
  }

  li.small-hide {
    display: none !important;
}

  #construction .text{
    height: 100%;
  }
  #construction .image {
    width: 100% !important;
    height: 30vh !important;
}


#construction .text {
    padding: 0 10px; }

  #construction .image {
    width: 100vw; }

  #construction .text .center h1 {
    font-size: 30px;
    font-weight: 900; }

    #construction .text .center p {
      font-size: 15px;
      line-height: 24px;
      width: 100%;
      color: #333333;
  }

  #construction .text {
    width: 100%;
    padding: 20px 30px; } }
footer {
  background: linear-gradient(to bottom right, #018895, #019590);
  color: white;
  padding: 50px 0; }
  footer .photo-gallery img {
    max-width: 40%;
    margin-bottom: 3px; }
    footer .logo img{
        max-width:80%;
        margin-bottom:20px;
        }
  footer h5 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px; }
  footer ul {
    list-style-type: none;
    padding: 0; }
    footer ul li {
      margin-bottom: 10px; }
      footer ul li a {
        color: white;
        font-weight: 300;
        font-size: 14px; }
  footer .copyright {
    margin: 20px 0 -10px; }

@media screen and (max-width: 967px) {
  #gallery .znacka {
    text-transform: uppercase;
    -align: Center; }
    #gallery .znacka img {
      max-width: 100%;
      width: auto;
      margin: 10px 0; }

  #content .sortiment {
    width: 48%; } }

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