@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800&subset=latin,latin-ext);

html{
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}

html,body{
    width: 100%;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #ffffff;
}

body{
  line-height: 1.3em;
  max-width: 2560px;
  margin: 0 auto;
  margin-bottom: 100px;
}

html, body, .container-fluid{
   height:100%;
}


*
{
   background:transparent;
   margin:0;
   padding:0;
   border:0;
   font-size:100%;
   outline:0;
   vertical-align:baseline;
   max-width: 100%;
}

ul {
   list-style:none;
}
a{
  color: #ffffff;
}

a:hover{
  color: #ffffff;
  text-decoration: underline;
}

 h3{
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.automate h1{
  font-size: 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.automate h2{
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.automate h4{
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 20px;
  padding-left: 35px;
}

 .automate h5{
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 20px;
  padding-left: 35px;
}

.automate ul li{
      margin-bottom: 5px;
    background: url(../img/triangle-small.png)no-repeat left center;
    padding-left: 25px;
}



.image-holder img {
    background: black;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%);
}
.image-holder img:hover{
  -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
         -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
            filter: grayscale(0%);
}




.gallery-item{
  float:  left;
  margin-left: 15px;
  margin-bottom: 15px;
}

.more-info{
  width: 210px;
  height: 160px;
  background: url(../img/triangle-silhoulette.png)no-repeat center center;
  text-align: center;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-decoration: none !important;

  -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.more-info.text{
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 76px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  right: 0;
  left: 0;
  line-height: 1.3em;
  z-index: 9999;
}

.more-info:hover{
  background: url(../img/triangle-silhoulette2.png)no-repeat center center;
  opacity: .9;
  color: #679c40;
}




header{
  width: 100%;
  padding: 0px 20px;
  background: #fff;
}

.navbar{
  margin-bottom: 0px;
}



/*.navbar-nav > li:nth-child(2) > .dropdown-menu{
  position: absolute;
  margin: 0 auto;
  z-index: 15;
  list-style: none;
  border-radius: 0px;
  border: none;
  transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
  padding: 0px;
  background: transparent;
  box-shadow: none;
}*/



div.nopad{
  padding: 0;
}

.navbar-header > ul.langs{
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 32px;
  margin-left: 40px;
  margin-bottom: 0px;
  width: auto;
}

.navbar-header img{
  padding: 10px 0;
}

.navbar{
  border: none !important;
}

.langs li{
  display: inline-block;
}

.langs li:after{
  content: " / ";
  margin: 0px 2px;
  color: #ffffff;
}

.langs li:last-child:after{
  content: "";
  margin-right: 0px;
}

.langs li a{
  color: #333;
}

.langs .current-lang a{
  color: #679c40;
}






.social{
  position: relative;
  z-index: 1000;
}

.find{
  min-width: 200px;
  max-width: 250px;
  height: 41px;
  line-height: 32px;
  background: url(../img/scope.png)no-repeat 5% center #ffffff;
  background-color: #679c40;
  position: relative;
  color: #fff;
  z-index: 1000;
  float: right;
  border-right: 1px solid #608a40;
}

.find input[type="submit"]{
  width: 40px;
}

.find input[type="search"]{
  margin-top: 4px;
}

.social{
  background-color: #679c40;
  padding: 3px 5px 2px 5px;
  border-right: 1px solid #608a40;
}

.social a img{
  border-right: 1px solid transparent;
}

.front-map{
  background: url(../img/mapa.jpg) no-repeat center center;
  background-size:cover;
  height: 100%;
  position: relative;
  z-index: 25;
}

#front-map2{
  background: url(http://enetextechnology.eu/web/mapa2.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
}

.front-map .desc{
  position: absolute;
  left: 70px;
  bottom: 80px;
}

.front-map h1{
  font-size: 50.5px;
  font-weight: bold;
  color: #679c40;
  text-transform: uppercase;
  word-break: normal;
}

.front-map span.white{
  font-size: 62px;
  font-weight: lighter;
  color: #ffffff;
}

.front-about .left, .front-about .right, .front-production .left, .front-air .left, .front-jets .left,  .front-jets  .right, .front-production .right, .front-air .right{
  padding: 0px;
}

.front-about .left, .front-production .right, .front-air .left, .front-jets .right,.front-about .right, .front-production .left, .front-air .right, .front-jets .left{
  background: #ffffff;
  padding: 50px;
  text-align: left;
  min-height: 540px;
}

.front-about .left h3,  .front-production .left h3, .front-air .left h3, .front-jets  .left h3{
  font-size: 32px;
  color: #679c40;
  margin: 0px;
  font-weight: bold;
  margin-bottom: 40px;
  word-break: break-all;
}

.front-about .left h2,  .front-production .left h2, .front-air  .left h2, .front-jets  .left h2{
  font-size: 50px;
  color: #242323;
  margin: 0px;
  font-weight: lighter;
  word-break: break-all;
}

.front-about p,  .front-production p, .front-air p, .front-jets p{
  font-size: 18px;
  color: #383838;
  margin-bottom: 30px;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.front-about .right,  .front-production .right, .front-air .right  {
  background: url(../img/about-right.jpg)no-repeat center center;
  background-size: cover;
  min-height: 300px;
}

.front-production .left, .front-production .right{
  padding: 0px;
}

.front-production .left{
  background: url(../img/production.jpg)no-repeat center center;
  background-size: cover;
  position: relative;
  min-height: 300px;
}

.front-production .right{
  background: #fff;
  position: relative;
  padding: 50px;
  box-sizing: border-box;
}
.front-production .right h2{
  font-size: 40px;
  color: #383838;
  margin: 0px 0px 40px;
}

.front-production .right p{
  font-size: 18px;
  color: #383838;
  margin-bottom: 30px;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.front-air .left, .front-air .right{
  padding: 0px;
}

.front-air .left{
  background: #fff;
  padding: 50px;
  position: relative;
}

.front-air .left .air-text{
}

.front-air .left .air-text h2{
  font-size: 40px;
  color: #383838;
  margin: 0px 0px 40px;
  text-transform: uppercase;
}

.front-air .left .air-text p{
  font-size: 18px;
  color: #383838;
  margin-bottom: 30px;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.front-air .right{
  background: url(../img/air.jpg)no-repeat center center;
  background-size: cover;
  min-height: 300px;
}

.front-jets .left, .front-jets .right{
  padding: 0px;
}

.front-jets .left{
  background: url(../img/jets.jpg)no-repeat center center;
  background-size: cover;
  min-height: 300px;
}

.front-jets .right{
  padding: 50px;
  position: relative;
}

.front-jets .right .jets-text{
}

.front-jets .right .jets-text h2{
  font-size: 40px;
  color: #242323;
  margin: 0px 0px 40px;
  font-weight: lighter;
  text-transform: uppercase;
  word-break: break-all;
}

.front-jets .right .jets-text p{
  font-size: 18px;
  color: #383838;
  margin-bottom: 30px;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.title-wrapper{
  width: 100%;
  padding: 60px 15px 120px 15px;
  position: relative;
  color: #333;
}

.title-wrapper h1{
  color: #333;
}

.title-wrapper h3{
  font-size: 32px;
  color: #ffffff;
  margin: 0px;
  font-weight: lighter;
  margin-bottom: 40px;
  text-transform: uppercase;
  word-wrap: break-word;
}

.text h3{
  margin: 80px 0 40px 0;
  font-weight: bold;
}

.title-wrapper h2{
  font-size: 50px;
  color: #679c40;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  word-wrap: break-word;
}

.title-wrapper p{
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: lighter;
}

.title-menu{
  position: absolute;
  bottom: 35px;
  left: 70px;
  list-style: none;
}

.title-menu li{
  display: inline-block;
}

.title-menu li:after{
  padding: 15px;
  background: url(../img/title-menu-separator.png)no-repeat center center;
  width: 1px;
  height: 37px;
  content: "";
}

.title-menu li a{
  font-size: 15px;
  color: #679c40;
  text-transform: uppercase;

}

.news-container .left, .news-container .right{
  padding: 0px;
}

.news-container .content{
  padding: 40px 70px;
  max-height: 360px;
}

.news-container .news-image{
  background-size: cover;
}

.news-container .content h4{
  font-size: 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px 0px 35px;
}

.news-container .content p{
  font-size: 18px;
  color: #ffffff;
  line-height: 1.3em;
}

.news-container .content .date{
  font-size: 18px;
  margin-top: 35px;
  color: #FF0225;
  text-align: right;
}

.news-container .right{
  background: #787878;
}

.news-container .left{
  background: #3b3b3b;
}
.news-container .news-list:nth-child(2n) .right {
  background: #3b3b3b;
}

.news-container .news-list:nth-child(2n) .left {
  background: #787878;
}

.place{
  padding: 0px;
}

.place .right{
  padding: 0px;
}

.place .left{
  text-align: left;
  background: #3b3b3b;
  padding: 70px;
}

.place .left h4{
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}

.place .left ul{
  margin-top: 35px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5em;
}

.place .left ul li:nth-child(3){
  margin-bottom: 35px;

}

.place-form{
  background: #8b8b8b;
  padding: 70px 50px 0px;
  width: 100%;
  min-height: 710px;
}

.place-form h3{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  padding-left: 35px;
}

.place-form p{
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.5em;
  padding-left: 25px;
}

.place-form input[type="text"]{
  height: 35px;
  background: #787878;
  margin-top: 25px;
  color: #ffffff;
  text-indent: 15px;
}

.place-form input[type="submit"]{
  height: 35px;
  background: #FF0125;
  color: #ffffff;
  text-align: center;
  margin-bottom: 25px;
}

.place-form textarea{
  height: 135px;
  background: #787878;
  margin-top: 25px;
  color: #ffffff;
  text-indent: 15px;
}

.place-form label{
  margin-top: 25px;
  color: #ffffff;
  padding-left: 35px;
}

.department{
  line-height: 100px;
  font-size: 25px;
  padding-top: 30px;
  color: #161616;
}

.contact .left, .contact .right, .contact .left div, .contact .right div{
  padding: 0px;

}

.department h3{
  margin: 0px;
  display: inline;
  padding-left: 35px;
  color: #000000;
  font-weight: 400 !important;
}

.contact .left{
  position: relative;
}

.contact .left.dark{
  background: #595959;
}

.contact .left.light{
  background: #787878;
}

.contact .left .person{
  position: absolute;

  transform: translateY(20%);
  padding-left: 20px;
}

.contact .left .person h4{
  font-size: 22px;
  text-transform: uppercase;
  font-weight: lighter;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 25px;
}

.contact .left .person h3{
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  margin: 0px;
  padding-left: 25px;
}

.contact .contact-info{
  font-size: 18px;
  color: #ffffff;
}

.contact .contact-info li{
}

.contact .dark{
  background: #3b3b3b;
}

.contact .panel-body{
  padding: 0px;
}

.about .item{
  position: relative;
}

.about .about-title{
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.about .reflex-col-sm-4{
  padding: 0px;
}

.about-description{
  width: 100%;
  min-height: 550px;
  background: #3b3b3b;
  padding: 40px 70px;
}

.about-description ul li {
    margin-bottom: 5px;
    background: url(../img/triangle-small.png)no-repeat left center;
    padding-left: 25px;
}

.about-description h4{
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-left: 25px;
}

.about-description p{
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3em;
  padding-left: 25px;
}

.about-description .nopad{
  padding: 0px;
}


.reference .item{
  padding: 0px;
  position: relative;
}

.reference .text{
  position: absolute;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  left: 0;
  right: 0;
}



.item .left, .item .right{
  background: #3B3B3B;
  position: relative;
  padding: 20px;
}

.item .left{
  width: 100%;
}

.item .left table{
  width: 100%;
}

.item table tr:nth-child(even) {
  padding: 10px;
    background: #8b8b8b;
}

.item table td{
  padding: 10px;
}


.item h3{
  font-size: 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 70px;
  padding-left: 35px;
}

.item .right .text{
  position: absolute;
  text-align: left;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.item .grey{
  background: #8B8B8B;
}

.item .right .text p{
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.3em;
}

.item .right .text p:nth-child(odd){
  padding-left: 25px;
  background: url(../img/triangle-small-colored-mini.png)no-repeat left top;
}

.item .right .text p:nth-child(even){
  padding-left: 25px;
  background: url(../img/triangle-small.png)no-repeat left top;
}

.production .full{
  padding: 0;
  position: relative;
  background: #3B3B3B;
}

.production h4{
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 70px;
  padding-left: 35px;
  background: url(../img/triangle-small-colored.png)no-repeat left top;
}

.production p{
  font-size: 18px;
  color: #ffffff;
  font-weight: lighter;
  margin-bottom: 25px;
  line-height: 1.5em;
  padding-left: 25px;
  background: url(../img/triangle-small.png)no-repeat left 20%;
}

.production .left, .production .right, .production .full, .production .both{
  position: relative;
  background: #3B3B3B;
  min-height: 320px;
}

.production .left .text, .production .right .text, .production .both .text{
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.production .full .text{
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
}

.automate .item{
  position: relative;
  padding: 0;
}

.automate .item .text{
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.3em;
}

.automate .item .text p{
  font-weight: lighter;
  padding-left: 25px;
  background: url(../img/triangle-small.png)no-repeat left top;
}

.automate .left, .automate .right, .automate .both{
  position: relative;
  background: #3B3B3B;
  padding: 20px;
}

.automate .item.both .text, .automate .item.left .text, .automate .item.right .text{
  text-align: left;
  right: auto;
  left: auto;
}

footer{
  padding: 50px 15px 20px 15px;
  width: 100%;
  background-color: #679c40;
}

footer .quick-contact{
  margin: 0 auto;
  position: relative;
  text-align: center;
}

footer .quick-contact li{
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #fff;
}

footer .quick-contact li:last-child{
  border-right: none;
}

footer .main-representative{
  text-align: center;
  margin: 0 auto;
    margin: 40px 0px;
}

footer .main-representative h4{
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  display: inline-block;
  margin-right: 20px;
  padding-top: 10px;
  color: #ffffff;
}

footer .main-representative img{
  display: inline-block;
  vertical-align: top;
}

footer .triangle p{
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none !important;
}

footer .triangle a{
  text-decoration: none !important;
}

footer .copyright{
  float: right;
}

footer .container{
  width: 100%;
}

html,body{height:100%;}
.front-map{height: -moz-calc(100% - 84px);
height: -webkit-calc(100% - 84px);
height: -o-calc(100% - 84px);
height: calc(100% - 84px);}

.home section .reflex-wrap{
  min-height: 500px;
}

.home strong{
  color: #333;
}

footer strong{
  color: #fff !important;
}

.headerx{
  text-transform: uppercase;
}

.headerx li a{
  border-radius: 0 !important;
  padding: 20px 0;
  color: #9cbfe2;
  border: none !important;
}

.headerx li a:hover{
  color: #fff;
  background-color: transparent;
}


li.current-menu-item a{
  color: #679c40;
}


#menu-hlavni-menu-cz:hover .current-menu-item .dropdown-menu{
  display: block;
}

#menu-hlavni-menu-cz li.current-menu-item:hover .dropdown-menu{
  display: block;
}

#menu-hlavni-menu-de:hover .current-menu-item .dropdown-menu{
  display: block;
}

#menu-hlavni-menu-de li.current-menu-item:hover .dropdown-menu{
  display: block;
}

#menu-hlavni-menu-en:hover .current-menu-item .dropdown-menu{
  display: block;
}

#menu-hlavni-menu-en li.current-menu-item:hover .dropdown-menu{
  display: block;
}

#menu-hlavni-menu-ru:hover .current-menu-item .dropdown-menu{
  display: block;
}

#menu-hlavni-menu-ru li.current-menu-item:hover .dropdown-menu{
  display: block;
}

#menu-hlavni-menu-es:hover .current-menu-item .dropdown-menu{
  display: block;
}

#menu-hlavni-menu-es li.current-menu-item:hover .dropdown-menu{
  display: block;
}
.dropdown-menu{
    text-transform: uppercase;
}

@media(max-width: 1199px) {
  .navbar-nav > li > .dropdown-menu{
  margin: 0;
}
  footer .quick-contact li{
    margin: 0px;
    width: 100%;
    margin-bottom: 20px;
	border: none;
  }
  footer .main-representative h4{
    width: 100%;
    display: block;
  }

  footer .main-representative img{
    display: block;
    margin: 0 auto;
  }
  .front-jets .right .jets-text h2, .front-air .left .air-text h2, .front-production .right h2, .front-about .left h2, .front-about .left h3{
	word-break: normal;
  }
}
  @media screen and (max-width: 350px) {
	.front-jets .right .jets-text h2, .front-air .left .air-text h2, .front-production .right h2, .front-about .left h2, .front-about .left h3{
		font-size:35px;
	}
  }

  @media screen and (max-width:990px){
    header .navbar-collapse .nav {
        display: none !IMPORTANT;
    }

    button.navbar-toggle{
        background-color: #eee;
        display: block !important;
        margin-top:25px;
        border-radius:0px;
    }
    .icon-bar{
      background-color: #000;
    }
    header input.pull-right{
      display:none !important;
    }
    header button.pull-left{
      display:none !important;
    }
    #headerBorder{
      display: none;
    }
    body{
      margin-top:25px !important;
    }

    header{
      height: 85px !important;
    }
    .leftMenu {
      border-right: none !important;
      margin-right: 0px !important;
      padding-right: 0px !important;
      padding-left: 0px !important;
    }
    #kategorieMenu{
      margin-right:0px !important;
      margin-left:0px !important;
    }
    .leftMenu >ul.nav.navbar-nav{
      margin-right: 0px !important;
      padding-right: 0px !important;
      margin-left: 0px !important;
    }
    li.current-menu-item > ul.dropdown-menu {
      margin-top: 16px !important;
    }
    .dropdown-menu {
      margin-top: 17px !important;
      width: 100%;
    }
    .leftMenu .navbar-nav > li {
    clear: both;
    background-color: #4f7fc1;
    padding-right: 10px !important;
    height: 55px !important;
    border-bottom: 3px solid #fff;
    font-weight: 700;
    /* color: #fff; */
    }
    .leftMenu .navbar-nav > li > span{
      color: #fff !important;
    }
    .leftMenu li > a{
      min-width: 65%;
    }

    .leftMenu .navbar-nav > li > a{
      color: #fff !important;
      width:70%;
    }
    .leftMenu a:hover{
          background-color: transparent !important;
    }
    header  .leftMenu{
      display:none;
    }
  }
@media screen and (max-width:1200px){
header input.pull-right {
    margin-left: 2%;
}
header .navbar-nav > li > a {
    font-size: 13px !IMPORTANT;
    padding: 12px 10px !IMPORTANT;
}
}

@media(max-width:767px){

  .find{
    float: left;
  }

  .front-map .desc{
    left: 15px;
	right: 15px;
  }
  .front-map h1{
  font-size: 40px;
  font-weight: bold;
  color: #679c40;
  text-transform: uppercase;
  word-break: normal;
}

.front-map span.white{
  font-size: 32px;
  font-weight: lighter;
  color: #ffffff;
}

  .front-about .left, .front-production .right, .front-air .left, .front-jets .right{
    padding-left: 15px;
    padding-right: 15px;
  }

  .place .left{
    padding: 20px;
  }

  .contact .left .person{
    position: static;
    padding: 20px;
    top: auto;
    transform: none;
  }

  footer .copyright{
    margin: 0;
  }

  .title-wrapper h3{
  font-size: 18px;
  color: #ffffff;
  margin: 0px;
  font-weight: lighter;
  margin-bottom: 40px;
  text-transform: uppercase;
  word-wrap: break-word;
}

.title-wrapper h2{
  font-size: 26px;
  color: #679c40;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  word-wrap: break-word;
}

}


.text{
  color: #333;
}
.text h3{
  color: #333;
}
.text h4{
  color: #333;
  margin: 30px 0 15px 0;
font-weight: bold;
}

.galx{
  margin: 0 -15px;
}

.galx>.item{
  padding: 0;
  display: inline-block;
}

.category h4{
  color: #fff;
}

.category a:hover{
  text-decoration: none;
}

.category .reflex-col-xs-12{
  padding: 0;
}

.category .reflex-item .reflex-item{
  padding: 0 30px 30px 30px;
}

.single .galx{
  margin-top: 20px;
}

.single table{
  width: 100%;
  margin-top: 20px;
}

.single table td, .single table th{
  padding: 10px;
}

.single table tr:nth-child(even) {
    background: #e8e8e8;
}

.page-id-238>.reflex-col-xs-12, .page-id-848>.reflex-col-xs-12, .page-id-1111>.reflex-col-xs-12, .page-id-1121>.reflex-col-xs-12, .page-id-1131>.reflex-col-xs-12{
  margin: 0;
  padding: 0;
}

#collapse{
  padding: 0 0 30px 0;
  color: #333 !important;
  border-bottom: 1px solid #ccc;

}

#collapse .contact-info{
  color: #333;
  margin: 0 0;
  font-size: 14px;
}

#collapse h3{
  color: #679c40;
  margin: 0;
  font-size: 16px;
}

#collapse h4{
  font-weight: 300;
  font-size: 16px;
}

.post-type-archive-kontakt h3{
  padding-left: 0;
}

.single-reference td{
  width: 20%;
}

.reflex-item{
  max-width: 1140px;
  margin: 0 auto;
}

p>li:before {
      content: '\25B2\00a0';
}

.page-id-248 table td{
  padding: 5px !important;
  border: 5px solid #679c40 !important;
}

.single table td{
  vertical-align: top;
}

.single-produkt table ul{
  background-color: #4f7fc1;
  padding: 20px;
}

.single-produkt table ul li{
  width: 300px;
  padding-bottom: 10px;
}

.single-produkt table ul li a{
}

.text ul{
  margin-left: 20px;
}
.text ul li{
  list-style: disc;
}

.front-map span.white {
    font-size: 35px;
    font-weight: lighter;
    color: #ffffff;
}
body{
	margin-top: 85px;
}
header{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    z-index: 100;
}

.find {
    min-width: 0px;
    background: url(../img/scope.png)no-repeat 9px #679c40;
}
.pull-right{
	display:none;
}
.front-about{
	text-align: justify;
}
.production-text{
	color:black;
}
#swipebox-close{
	margin-top:125px;
}


.navbar-header {
    float: left;
}

.front-about, .front-production, .front-air, .front-jets{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}


.front-map{
  display: none !important;
}

.place .reflex-col-xs-12.reflex-col-lg-4.left{
  padding: 10px;
}
.place .reflex-item ul li{
  list-style: none;
  font-size: 15px;
}

.post-type-archive-kontakt h4{
  color: #4f7fc1 !important;
}

.person p.name{
  font-size: 16px;
  font-weight: bold;
}

ul.contact-info li{
  margin-bottom: 5px;
}

ul.contact-info li.tel{
  margin-bottom: 0px;
}

.contact h3 {
    color: #679c40 !important;
    margin: 30px 15px 0px 30px !important;
}

.displayBlock{
  display: block !important;
}

.contact input[type="text"], .contact input[type="tel"], .contact input[type="email"], textarea {
    border: 1px solid #ccc;
    margin: 3px 0px 15px 0px;
    width: 100%;
    padding: 3px 3px;
}

.contact form {
    font-size: 13px;
}

.contact form button{
    background-color: rgb(82, 134, 198);
    color: white;
    padding: 3px 10px;
    margin: 0px 15px;
}

.contact form button i{
    margin-right: 5px;
}

.contact .wpcf7{
    margin: 40px 0px;
}

.contact form > p{
    text-align: right;
}

.contact #heading {
    margin: 0px 30px;
}

.contact .contact-border{
    border-bottom: 1px solid #ccc;
  margin: 0px 30px;
  width: 100%;
  height: 1px;
}

.contact #collapse{
  border: none;
  margin: 0px 0px;
  padding: 0px 0px;
}

.contact .department h4{
    margin: 0px 0px !important;
    padding: 0px 0px !important;
}

.nadpis-formular{
    margin-left: 30px !important;
}
@media (min-width: 992px) {
  .post-type-archive-kontakt .reflex-col-xs-12 > .reflex-item > .text.reflex-col-md-12 {
    padding: 30px 30px !important;
  }
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
