@font-face {
    font-family: 'pbold';
    src: url('../fonts/poppins-bold.eot');
    src: url('../fonts/poppins-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-bold.woff2') format('woff2'),
         url('../fonts/poppins-bold.woff') format('woff'),
         url('../fonts/poppins-bold.ttf') format('truetype'),
         url('../fonts/poppins-bold.svg#poppinsbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pregular';
    src: url('../fonts/poppins-regular.eot');
    src: url('../fonts/poppins-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-regular.woff2') format('woff2'),
         url('../fonts/poppins-regular.woff') format('woff'),
         url('../fonts/poppins-regular.ttf') format('truetype'),
         url('../fonts/poppins-regular.svg#poppinsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
  height: 100%;
  font-size: 100%;
}

body {
  height: 100%;
  font-family: 'pregular', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #838587;
  font-style: normal;
  font-size: 1.125em;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
  letter-spacing: 1px;
  position: relative;
}


h1 {
  text-align: center;
  color: #595959;
  font-size: 1.25em;
  margin: 0;
  font-family: 'pbold', Helvetica, Arial, sans-serif;
  line-height: 1.3;
}

h2 {
  color: #97999A;
  font-size: 1em;
  margin: 10px 0;
  font-family: 'pbold', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  h1 {
  font-size: 1.625em; 
  }
  h2 {
    font-size: 1.5em;  
  }    
}


a, a:visited, a:focus {
  color: #838587;
  text-decoration: none;
}

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

.paticka a, .paticka a:visited, .paticka a:focus {
  color: #FFFFFF;
  text-decoration: underline;
}

.paticka a:hover {
  color: #FFFFFF;
  text-decoration: none;
}


nav a {
  text-decoration: none;
}


@media (min-width: 1100px) {
  .container.obalka-uzky {
    width: 1000px;
  }
}

@media (min-width: 1200px) {
  .uzky .container {
    width: 1000px;
  }   
}

@media (min-width: 900px) {
  .velmi-uzky .container {
    width: 800px;
  }   
}



@media (min-width: 1600px) {
  .uzky .container-fluid {
    width: 1600px;
  }    
}

.mensi {
  font-size: 0.875em;   
}

.maly {
  font-size: 0.75em;   
}


.vetsi {
  font-size: 1.25em;   
}

.velky {
  font-size: 2em;   
}

.tlustejsi {
  font-family: 'pbold', Helvetica, Arial, sans-serif;
  color: #595959; 
}

.tm-seda {
  color: #595959;  
}

.normalni {
  font-family: 'pregular', Helvetica, Arial, sans-serif;  
}

.barva {
  color: #62A7EC;    
}

.bila {
  color: #fff;
}

.zelena {
  color: #00953E;
}

.text-italic {
  font-style: italic;
}

.pozadi {
    background: #F5F5F5;
}

.pozadi-pul {
  background: -moz-linear-gradient(top, #FFFFFF 50%, #F5F5F5 50%);
  background: -webkit-linear-gradient(top, #FFFFFF 50%, #F5F5F5 50%);
  background: linear-gradient(to bottom, #FFFFFF 50%, #F5F5F5 50%);
}

.mezera10 {
  clear: both;
  height: 10px;
}

.mezera20 {
  clear: both;
  height: 20px;
}

.mezera30 {
  clear: both;
  height: 30px;
}

.mezera40 {
  clear: both;
  height: 40px;
}

.mezera50 {
  clear: both;
  height: 50px;
}

.mezera60 {
  clear: both;
  height: 60px;
}

hr {
  border-top: 1px solid #FFFFFF;
}


hr.kratka {
  border-top: 3px solid #555;
  width: 150px;
}

.header-logo {
  margin-top: 10px;
  margin-left: 5px;
  height: 44px;
}

@media (min-width: 768px) {
.header-logo {
  margin-left: 0px;
  height: 56px;
  }
}

@media (min-width: 992px) {
.header-logo {
  margin-top: 6px;
  height: 66px;
  }
}

/* ========= Menu ========= */
.navbar {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 2px 2px 6px silver;
  height: 70px;
}

@media (min-width: 768px) {
  .navbar {
    height: 80px;
  }
}
/* ========= KONEC Menu ========= */

section.mezera {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  section.mezera {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

img {
  max-width: 100%;
}

/* ========= Tlačítko ========= */
.slide-btn:link, .slide-btn:active, .slide-btn:visited {
    color: #fff;
    font-size: 0.75em;
    display: inline-block;
    position: relative;
    background: rgb(0,149,62);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9e1b",endColorstr="#991e66",GradientType=1);
    padding: 10px 30px;
    border: 1px solid #00953E;
    border-radius: 3px;
    text-decoration: none;
    margin-left: 0;
}

.slide-btn:hover {
    color: #ffffff;
    transition: 0.5s;
    background: transparent;
}

/* ========= KONEC Tlačítko ========= */


/* ========= Footer ========= */
footer a:link, footer a:active, footer a:hover, footer a:visited  {	
  color: #fff;
}

.footer-kontakt {
  background: #595959;
  color: #fff;
  padding: 40px 20px;
  font-size: 0.875em;
  text-align: center;
}

@media (min-width: 992px) {  
  .footer-kontakt {
    text-align: left;
  } 
}
/* ========= Konec Footer   ========= */


/* ========= Kontakt   ========= */
.google-map {
    height: 350px;
}

.google-map iframe {
    height: 100%;
    width: 100%;
}
/* ========= Konec Kontakt   ========= */


.uvod-text-video {
    color: #ffffff;
    font-size: 1em;
}

@media (min-width: 768px) {
  .uvod-text-video {
    font-size: 1.125em;
 } 
}

@media (min-width: 992px) {
  .uvod-text-video {
    font-size: 1.375em;
 } 
}

@media (min-width: 1200px) {
  .uvod-text-video {
    font-size: 1.675em;
 } 
}

.uvod-text-pruh {
  margin: 60px 30px 0 30px;
}

.uvod-text-pruh-pozadi {
  background-color: rgba(84, 86, 86, 0.7);
  padding: 20px 20px 10px 20px;
}

@media (min-width: 768px) {
.uvod-text-pruh-pozadi {
  padding: 30px 40px 20px 40px;
}
.uvod-text-pruh {
  margin: 0px 30px 0 30px;
}
}

.bezokraje {
  padding: 0;
}

.col-sm-6.bezokraje {
  padding: 0;
  background-color: #fff;
}

.text-skot {
  padding: 0px 40px 30px 40px;
  font-size: 1em;
  text-align: left;  
}

@media (min-width: 768px) {
  .text-skot {
    padding: 0px 0px 0px 40px;  
  }
}

@media (min-width: 992px) {
  .text-skot {
    padding: 0px 0px 0px 50px;  
  }
}

@media (min-width: 1200px) {
  .text-skot {
    padding: 0px 0px 0px 60px;  
  }
}

.uvod-ikona {
  margin: 60px 0 30px 0;
  max-height: 100px;
}
 
.posunutikotvy {
  position: relative;
  top: -70px;
}

.uvod-text {
  padding: 50px 30px;
}

.video {
  position: relative;
}

.video video, .video img {
    display: block;
    width: 100%;
    height: auto;
}

.video .videone {
    display: none;
}

@media only screen and (max-width: 767px) {
  .video video {
    display: none;
  }
  .video .videone {
    display: block;
  }
}

.videoCont {
    padding-top: 0;
}

.videoCont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
   -ms-align-items: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
  align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 0px;
}

@media (max-width: 479px) { 
  .videoCont {
    line-height: 1.2;    
  }
}


.uvod-tlacitko {
  display: none;  
}

@media (min-width: 768px) { 
  .uvod-tlacitko {
    display: block;  
  }
}

.foto-pro {
  position: relative;
  width: 100%;
  top: -15px;
}

.zamek {
    height: 24px;
    padding-right: 15px;
}

.navbar-container {
  display: flex;
  align-items: center;           /* svislé zarovnání na střed */
  justify-content: space-between;/* roztažení mezi levý a pravý obsah */
  padding: 0 15px;
}


.header-kontakt {
  padding: 15px 30px 10px 15px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;  
}

@media (min-width: 768px) {
  .header-kontakt {
    margin-top: 15px;
    padding: 10px 30px 10px 15px;     
  }
}

/* Flexbox kontejner pro obsah uvnitř navbaru */
.navbar-inner {
  display: flex;
  align-items: center;          /* svislé zarovnání */
  justify-content: space-between; /* roztažení loga vlevo a odkazu vpravo */
}

.projekt {
  max-width: 100%;
  box-shadow: 3px 6px 8px rgba(0,0,0,0.4);  
}

.eu {
 max-width: 100%;
 box-shadow: 3px 6px 8px rgba(0,0,0,0.4);
}

.krava {
  max-width: 40%;
  margin-top: 0px;
  margin-bottom: 40px;
  transform: rotate(10deg);
  box-shadow: 3px 6px 8px rgba(0,0,0,0.4); 
}

@media (min-width: 768px) {
  .krava {
    margin: 0px;
    max-width: 80%;
    position: relative;
    top: 0px;   
  }  
}

.mechanizace {
  max-width: 50%;
  box-shadow: 3px 6px 8px rgba(0,0,0,0.4);
  margin-bottom: 20px;
}

.mechanizace23 {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .mechanizace {
    margin: 0px 0px 20px 0px;
    max-width: 100%;   
  }  
}

