@import url("owl.carousel.css");
@import url("animate.css");
@import url("jquery.fancybox.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');

body {
  background: #fff;
  margin:0;
  padding:0;
  font-family: 'Montserrat', sans-serif;
  color: #454545;
  overflow-x: hidden;
  position: relative;
}

* {
  box-sizing: border-box;
}

.waypoint{
    visibility: hidden;
}

.example {
    -webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

.wrapper {width: 1150px;margin: 0 auto; position: relative;}
a img { border: none; }  
a { outline: none; text-decoration: none; color: inherit; }  
.clear { clear:both;}  
.left { float: left;}  
.right { float: right;}  
.bold { font-weight: bold; }  
.center { text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.slicknav_menu {display: none;}
h1,h2,h3,h4,h5,h6{ margin:0; padding:0;}

img.res{width:100%;}
nav#menu{
  background: rgba(168,219,247,0.3);
}

#menu {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: fixed;
    width: 100%;
    z-index: 999;
}

nav#menu #tel{
  float: left;
  padding: 42px 177px;
  color: #fff;
}

.resp  #tel{
    padding:27px 177px!important;
}

#menu #tel:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  background: url(../images/phon2.png) no-repeat;
  width:32px;
  height:32px;
}

#logo {
    -webkit-transition: all 0.2s ease-in-out;
}
#logo {
    display: block;
    margin: 25px 0;
    float: left;
}

#logo img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s;
    width: 230px;
}

nav#menu ul {
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
    float: right;
    -webkit-transition: all 0.2s ease-in-out;
    color:#fff;
}

nav.resp {
    background: rgba(0,0,0,0.9)!important;
}

nav.resp #logo{
  margin: 10px!important;
}

nav#menu ul li {
    display: inline-block;
    margin-left: 45px;
}

nav#menu ul li:hover{
  color:#000;
}

nav.resp ul li:hover{
  color:#2192d0 !important;
}

nav.resp ul {
  margin: 34px 0 0 0!important;
}


#slider {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background: url(../images/slider.png) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
   }

#owl, .item, .owl-stage-outer, .owl-stage, .owl-item{
  width: 100%;
  position: absolute;
  height: 100%;
  top:0;
  bottom:0;
  left:0;
  right:0;
}

.slogan {
    color: #fff;
    text-align: center;
    width: 70%;
    top: 55%;
    z-index: 999;
    position: absolute;
    letter-spacing: 0.24em;
}

.owl-carousel .owl-item img{
  z-index:9;
}

.slogan h1{
  font-size:70px;
  font-weight:600;
}

.slogan_slim{
  font-size:19px;
  font-weight:600;
}
.slogan .more{
    float: right;
    margin-right: 180px;
    padding-top: 100px;
    z-index: 99;
}

.slogan .more a{  
  display:block;
  padding:10px 15px;
  background:#2791cb;
  font-weight: 900;
  font-size:24px;
}

.slogan .more a:hover{
  background: #000;
}

.people {
  position:absolute;
  right:100px;
  bottom: 25px;
  z-index:99;
}

.owl-nav{
  display:none;
}

#content .kafel{
  width: 33%;
  display: inline-block;
  padding: 0 10px;
}

#content .box{
  padding:20px;
  color:#fff;
    overflow:hidden;
    position:relative;
    margin:30px auto 0;
    min-height: 370px;
}
.front, .back{
  width:100%;
  height:100%;
}

/* Front */ 
.front{}
.front img{
  max-height:200px;
  width:auto;
  margin: 0 auto;
display: block;
}
.front p:before{
  font-family:"entypo";
  margin-right:5px;
  background:#0A6E3B;
  height:40px;
  width:40px;
  font-size:20px;
  display:block;
  text-align:center;
  float:left;
  border-right:1px solid #51D491;
}
.front p{
  position:relative;
  line-height:40px;
}

/* back */
.back{
  opacity:0;
  padding: 40px;
  position:absolute;
  overflow:hidden;
  top:0;
  left:0;
  transition:all .2s linear;
}

#content .kafel:nth-child(odd) .back{
  background: #1f81c4;
  border: 11px solid #000;
}

#content .kafel:nth-child(even) .back{
  background: #000;
  border: 11px solid #1f81c4;
}

.back h3:before{
  font-family:"entypo";
  background:#0A6E3B;
  font-size:46px;
  line-height:85px;
  width:85px;
  border-radius:40px;
  margin:0 auto;
  display:block;
  text-align:center;
  position:relative;
  overflow:hidden;
  margin-bottom:110px;
  top:-60px;
  box-shadow:0px 0px 2px 0px #1A5336;
  transform: scale(2.5);

  transition:all .3s ease;
}
.back h3{
  text-align:center;
  font-size:20px;
  margin:10px 0;
  position:relative;
 
}
.back p{
  font-size:10px;
  text-align:center;
  margin:20px auto;
  position:relative;
  top:200px;
  
  transition:all .3s linear .2s;
  padding: 10px 20px;
  max-width: 200px;
  font-size: 18px;
}

#content .kafel:nth-child(even) .back p{
  background: #2791cb;
}

#content .kafel:nth-child(odd) .back p{
  background: #000;
}


/* effect */
.box:hover { cursor:pointer;}
.box:hover .front p{
  top:0;
}
.box .back:hover{
  opacity:1;
}
.box .back:hover h1:before,
.box .back:hover p{
  top:0;
  margin-bottom:0;
}
.box .back:hover h3:before{
    transform: scale(1);
}

.box p.des{
  font-size: 30px;
  font-weight: 900;
  padding: 20px;
  text-align: center;
}

#content .kafel:nth-child(even) .box{
  background: #2791cb;
}

#content .kafel:nth-child(odd) .box{
  background: #000;
}

#footer .boxper .left strong{
  font-weight: 600;
}

#footer .boxper .right a{
  font-weight: 600;
}

.strong{
  font-weight: normal;
}
.about{
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);    
  -webkit-clip-path: polygon(100% 0, 100% 88%, 50% 100%, 0 88%, 0 0, 50% 12%);clip-path: polygon(100% 0, 100% 88%, 50% 100%, 0 88%, 0 0, 50% 12%);   
}

#content .boxs{
  padding-bottom:10px;
}

.boxs h2{
  padding-top: 120px;
}

h2{
  font-size: 50px;
  color:#2791cb;
  text-align: center;
  font-weight: 900;
}

.about #triangleleft {
    width: 0;
    height: 0;
    border-left: 962px solid transparent;
    border-top: 136px solid #fff;
    position: absolute;
    top: 61px;
    left: 0;
    z-index: 99;
    border-right:none;
    border-bottom:none;
}

.about #triangleright {
    width: 0;
    height: 0;
    border-right: 962px solid transparent;
    border-top: 136px solid #fff;
    position: absolute;
    top: 61px;
    right: 0;
    z-index: 99;
    border-left:none;
    border-bottom:none;

}

#triangleleft2 {
    width: 0;
    height: 0;
    border-right: 962px solid transparent;
    border-bottom: 136px solid #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 99;
    border-left: none;
    border-top: none;
}

#triangleright2 {
    width: 0;
    height: 0;
    border-left: 962px solid transparent;
    border-bottom: 136px solid #fff;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 99;
    border-right:none;
    border-top:none;
}

.map #triangleright3{
  width: 0;
  height: 0;
  border-right: 962px solid transparent;
  border-top: 136px solid #fff;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 9;
}

.map #triangleleft3{
  width: 0;
  height: 0;
  border-left: 962px solid transparent;
  border-top: 136px solid #fff;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 9;
}
 
.about .foto{
  background:url(../images/about.png) no-repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 100%;
  width: 43%;
  position: absolute;
  top: 0;
  left: 0px;
}

.about .des_about .text{
  padding:20px 60px 20px 47%;

}

.about .des_about{
  font-size:22px;
  color:#fff;
  font-weight: 300;
  background: #2791cb;
  position: relative;
  padding: 176px;
}

#contact{
  background:#2791cb;
  color:#fff;
  font-size:18.5px;
  z-index: 999;
  margin-top: -71px;
}

h5{
  font-size:16.5;
}

#contact .left .info{
  position: relative;
  padding: 25px 10px;
  line-height: 26px;
}

#contact .left .info_left{
  border-right:1px solid #fff;
  margin-right: 38px;
  padding-right: 10px
}

#contact .left .info_right{
  position:absolute;
  right:0;
  top: 65px;
}

#contact .left .info_right.a{
  top: 41px;
}

#footer_contact{
  padding:150px 0 20px 0;
}

#footer_contact:first-child .left{
  width: 32%;
}

#footer_contact .right{
  width: 68%;
  padding-left: 120px;
}

#footer_contact form{
  width:100%;
  padding-top: 78px;
}

.map{
  position: relative;
  padding-top: 60px;
  z-index: 99;
}
.map #triangleleft2,
.map #triangleright2{
  border-bottom-color: #2791cb;
}

.map #map{
  height: 555px;
  -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);    
  -webkit-clip-path: polygon(100% 0, 100% 88%, 50% 100%, 0 88%, 0 0, 50% 12%);clip-path: polygon(100% 0, 100% 88%, 50% 100%, 0 88%, 0 0, 50% 12%);   

}

.map h2{
  position: absolute;
  top: 17px;
  left: 50%;
  margin-left: -107px;
  z-index:99;
}

form input{
  outline: none;
  border:none;
  background:none;
  font-family: 'Montserrat', sans-serif;
  padding:10px;
  border-bottom:1px solid #fff;
  width:100%;
  display:inline-block;
  color:#fff;
}

form .col2{
  padding-bottom: 30px;
}


form .col2 input{
  width:33%;
  width: 31%;
  margin-left: 1%;
}

form textarea{
  resize: none;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  border:none;
  background:none;
  padding:10px;
  border-bottom:1px solid #fff;
  color:#fff;
  width: 98%;
  margin: 30px 0 30px 1%;
  font-size: 14.5px;
}

form input.big{
  margin: 0 1%;
  width: 97%;
}

form button{
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  border: 1px solid #fff;
  background: none;
  padding: 10px 60px;
  float: right;
  margin-right: 1%;
  margin-top: 20px;
  cursor: pointer;
}

form button:hover{
  background: #a8dbf7;
  color:#000;
}

.error{
  border:1px solid red!important;
}

.cop{
  border-top:1px solid #fff;
  text-align: center;
  padding:15px;
}

#footer{
  padding-top:60px;
}
.section #overtr{
  overflow:hidden;
}

#content .kafel .popup{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.9);
width: 100%;
z-index: 99999;
color: #fff;
}

#content .kafel .pop_des {
    padding: 30px;
    z-index: 999999999;
}
.pop_des h2{
  padding:0;
}

.pop{
  width:50%;
  padding:10px 20px;
  font-size: 14px;
}

#header{
  position: relative;
}

#content .kafel .popup{
  display:none;
}

.pop_des .close {
  position: absolute;
  right: 29px;
top: 18px;
  background:url(../images/close.png) no-repeat;
  width:32px;
  height:32px;
}
.pop_des .img{
  width:22%;
  display:inline-block;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
margin-left: 1%;
margin-top: 10px;
}

.pop_des .img img{
  width:100%;
}

.pop_des .img a{
  display: block;
cursor: pointer;
}

#content{
  z-index: 99;
  position: relative;
}

form input::placeholder,
form textarea::placeholder { 
  color: #fff;
}

#footer h3{
  text-align:center;
}

.owl-dot.active{
border: 1px solid #fff;
}

.owl-dot{
border-radius: 30px;
padding: 5px;
display:inline-block;

}

.owl-dot span{
  background: #000;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 20px;
}

.owl-dots{
  position: absolute;
  bottom:50px;
  left:50%;
  margin-left:-30px;
  z-index:999;
}

@media screen and (max-width: 1700px) {
  .people {
    right: 0px;
  }
  .owl-carousel .owl-item img{
    width: 462px;
  }
}

@media screen and (max-width: 1300px) {
.slogan h1 {
    font-size: 53px;
  }

  .slogan_slim {
    font-size: 13px;
  }
    .about .des_about{
    padding: 176px 0;
  }
}

@media screen and (max-width: 1170px) {
  .wrapper {
    width: auto;
    padding: 10px;
  }

  .people img {
    width:400px;
  }

  nav#menu #tel{
    padding: 42px 100px
  }


}


@media screen and (max-width: 1023px) {

nav#menu #tel{
  display:none;
}

  nav#menu {
    background: rgba(0,0,0,0.9)!important;
  }

  nav#menu #logo{
    margin: 10px!important;
  }

  nav#menu ul {
    margin: -13px 0 0 0 !important;
    display:none;
    color: #fff;
    background: #2789c6;
    font-weight: 600;
  }

  nav#menu ul li{
    display:block;
    margin: 0;
  }

  .slicknav_menu {
    display:block;
    text-align: right;
    position: relative;
    padding-right: 20px;
  }

  .slicknav_menu .fast-order {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  .slicknav_arrow {
      display: inline-block;
      vertical-align: middle;
  }

  .slicknav_menu ul {
    list-style: none;
    margin:0;
    padding:0;
    font-size: 0;
  }

  .slicknav_menu ul li > a {
    padding: 12px 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    display: block;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
  }

  .slicknav_menu ul li:nth-child(odd) {

  }

  .slicknav_menu ul li a {
    font-size: 18px;
  }

  .slicknav_menu ul li.menuactive a {
    color: #000;
    font-weight: 700
  }


  .slicknav_menu ul ul li {
    border: none;
    font-size: 13px;
  }

  .slicknav_menu ul ul li {
    background: #eaeaea;

  }

  .slicknav_nav { 
    text-align: left;
    clear: both;
    background: #fff;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 112px;
    left:0;
    right:0;
    bottom:0;

  }

  .slicknav_nav {
    text-align: left;
      padding: 50px 20px 20px 20px;
  }

  .slicknav_icon {
    width: 37px;
  }

  .slicknav_menutxt {
    float: left;
  }

  #content .slicknav_menutxt {
    font-size: 17px;
    font-weight: 700;
  }

  .slicknav_icon {
    display: inline-block;
      height: 22px;
      vertical-align: middle;
  }

  .slicknav_icon-bar {
    height: 4px;
    width: 100%;
    background: #fff;
    display: block;
  }

.slicknav_btn {
      height: 57px;
      position: absolute;
      top: -65px;
      right: 20px;
  }

  #content .slicknav_menu {
    background: #fff;
    padding: 20px;
  }

  #content .slicknav_icon {
    height: auto;
  }


  .slicknav_btn {
      height: 57px;
      top: 23px;
      margin-right: 0px;
      position: relative;
  }

  .slicknav_btn span {
    -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
  }

  .slicknav_btn .slicknav_icon-bar:nth-child(1) {
    position: absolute;
    top:0;
  }

  .slicknav_btn .slicknav_icon-bar:nth-child(2) {
    position: absolute;
    top: 9px;
  }

  .slicknav_btn .slicknav_icon-bar:nth-child(3) {
    position: absolute;
    top: 18px;
  }

  .slicknav_collapsed .slicknav_icon-bar:nth-child(1) {
      -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  .slicknav_collapsed .slicknav_icon-bar:nth-child(2) {
    opacity: 1;
  }

  .slicknav_collapsed .slicknav_icon-bar:nth-child(3) {
      -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  .slicknav_open .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      top: 8px;
  }

  .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
  }

  .slicknav_open .slicknav_icon-bar:nth-child(3) {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg);
      top: 8px;
  }

  .slicknav_open .slicknav_icon {
    display: inline-block;
      height: 30px;
      margin-top: -4px;
      vertical-align: middle;
  }

  .about .des_about{
    padding: 31px 0;
  }
}

@media screen and (max-width: 950px) {
  #content .kafel {
    width: 49%;
  }

  .slogan{
    top:27%;
    width:100%;
    text-align: center;
    left:auto;
    margin-left:0;
  }
  .slogan .more{
    float: none;
    width: auto;
    margin-right: 0;
    max-width: 260px;
    margin: 0 auto;
    padding-top: 20px;
  }

  .people{
    width:100%;
    bottom:0;
  }

  .people img{
    margin: 0 auto;
    display: block;
  }

  .people img {
    width: 320px;
  }

  .about{
    clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0, 50% 5%);
  }
  .about .des_about .text{
    padding: 77px 10px;
  }
  .about .foto{
    display:none;
  }

  #footer_contact:first-child .left {
    width: 100%;
  }

  #contact .left .info{
    width: 25%;
  display: inline-block;
  min-height: 206px;
  vertical-align: top;
  }

 #contact .left .info:nth-child(2){
    width: 41%;
    padding-left: 55px;
    margin-right: 37px;
  }

  #contact .left .info_left{
    min-height: 156px;
  }

  #footer_contact .right {
      width: 100%;
      padding-left: 0px;
  }

  .pop.left,
  .pop.right{
    width:100%;
    float:none;
    padding:0 10px;
  }

  .pop ol{
    margin:0;
  }
  .owl-carousel .owl-item img{
    width: 331px;
  }
}

@media screen and (max-width: 900px) {
#contact .left .info {
    width: 50%;
}
}

@media screen and (max-width: 850px) {
 .owl-carousel .owl-item img{
    width: 331px;
  }
}

@media screen and (max-width: 680px) {
  #content .kafel {
      width: 100%;
  }

  .slogan h1 {
      font-size: 25px;
  }



  #contact .left .info {
    width: 100%!important;
    max-width: 320px;
    display: block;
    margin: 0 auto!important;
    padding:20px!important;
}

  .pop_des h2 {
    font-size: 39px;
  }

}

@media screen and (max-width: 380px) {
  .people {
     display:none;
  }

  form .col2 input {
    margin: 0 1%;
    width: 97%;
  }

  form .col2{
    padding-bottom:0;
  }

  .slogan {
    top: auto;
    bottom: 15%;
  }
}

@media screen and (max-width: 335px) {
  .back h3 {
    font-size: 16px;
  }
}