@charset "UTF-8";

/*=====================================================================
/  Author: Josef Hrabak
/  Author URI: http://www.josefhrabak.com
/  Description: CSS for Autodoprava ANTONOV
======================================================================*/



/*=====================================================================
/*	Menu
======================================================================*/
 .navbar{
    border: 0; 
    background-color: #001733; 
    border-radius: 0; 
    margin-bottom: 0;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 100;
}

 .navbar-default .navbar-brand{
    color: #fff;
    background-color: #001733;     
    font-size: 26px;
    line-height: 0;
    font-weight: 700; 
    padding-top: 25px;
    
}

 .navbar-default .navbar-brand i{
    margin-right: 10px;
}

 .navbar-nav{
    background-color: #001733;
    margin-bottom: 0;
    margin-top: 0;
}

.container-menu {
    margin-right: auto;
    margin-left: auto;
    width: 0px;
}

.navbar-default .navbar-nav > li > a{
    background-color: transparent;
    color: #FFF; 
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 18px;
    margin-right: 18px;
    text-transform: uppercase;
}

 .navbar-default .navbar-toggle {
    background-color: #001733;
    border-color: #001733;
    border-width: 0px;
    border-radius: 5px;
    margin-right: -37px;
    margin-left: auto;
    margin-top: 0px;

}

 .navbar-default .navbar-collapse.in{
    margin-top: 8px;
    border-top: 1px solid #4e4e4e;
}

 .navbar-default .navbar-collapse,
 .navbar-default .navbar-form {
    border-color: transparent;
    box-shadow: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

 .navbar-default .navbar-toggle:hover, 
 .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

 .navbar-default .navbar-nav > .active > a,
 .navbar-default .navbar-nav > .active > a:hover,
 .navbar-default .navbar-nav > .active > a:focus{
    background-color: #001733;
    color: #fff;
}

 .navbar-default .navbar-nav > li > a:hover{
    background-color: #001733;
    color: #fff;
}

 .navbar-default .navbar-nav > li > a:focus {
    background-color: #001733;
    color: #FFF;
}

 .navbar-default .navbar-brand:hover, 
 .navbar-default .navbar-brand:focus{
    color: #fff;
}

 .navbar-nav > li > a.nav-button:focus,
 .navbar-nav > li > a.nav-button:hover{
    border: 0;
    color: #fff;
    background-color: #38A5E0; 
}

 .navbar-nav > li > a.nav-button{
    background-color: #38A5E0; 
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px 18px; 
    font-weight: bold;
    border-radius: 3px;
    line-height: 15px;
    border-top: 0;
}

.automenu{
    padding-bottom: 70px;
    padding-top: 0px;
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 100px;
    padding-top: 1px;
  }
}

a {
    color: #FFF;
    text-decoration: none;
}

a:hover, a:focus {
    color: #FFF;
    text-decoration: none;
}
/* Kontejner na celou sirku */
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}


/*=====================================================================
/*	Konec menu
======================================================================*/

/*=====================================================================
/*	Minimalni sirka pro PC
======================================================================*/

@media (max-width: 1302px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

/*=====================================================================
/*	LOGO
======================================================================*/

.logo {
  position: absolute;
  top: 14px;
  left: 150px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;

}

.logo-big {
  position: relative;
  display: block;
  top: 220px;
  width: 460px;
  margin-left: auto;
  margin-right: auto;

}

.logo-kontakt {
  position: relative;
  display: block;
  bottom: -290px;
  width: 320px;
  margin-left: auto;
  left: -420px;
  margin-right: auto;
  z-index: 15;
}

.uvod-pic {
  position: relative;
  display: block;
  bottom: -40px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;

}

.uvod-pic-mobile {
  position: absolute;
  display: block;
  top: 220px;
  width: 160px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: auto;

}

.kontaktlogo {
  position: relative;
  display: block;
  margin: auto;
  right: -465px;
  top: -865px;
}
  
.logo-mobile {
  top: 100px;
  display: block;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  }


.jhlogomenu {
  color: #fff;
  background-color: #000;
  font-size: 26px;
  line-height: 0;
  font-weight: 700;
  padding-top: 25px;
  margin-left: 200px;
  margin-top: 35px;
  float: left;
  height: 50px;
  padding: 25px 15px;
  text-decoration: none;
}

/* hover - najeti, link - odkaz, active - co udela pri kliknuti */
.jhlogomenu:hover,.jhlogomenu:link,.jhlogomenu:active {
  color: #fff;
  background-color: #000;
  font-size: 36px;
  line-height: 0;
  font-weight: 700;
  padding-top: 25px;
  margin-left: 200px;
  margin-top: 35px;
  float: left;
  height: 50px;
  padding: 30px 20px;
  text-decoration: none;
}

.jhlogomenu-mobile {
  color: #fff;
  background-color: #000;
  font-size: 26px;
  line-height: 0;
  font-weight: 700;
  padding-top: 25px;
  margin-left: 20px;
  margin-top: 20px;
  float: left;
  height: 50px;
  padding: 25px 15px;
  text-decoration: none;
}

/* hover - najeti, link - odkaz, active - co udela pri kliknuti */
.jhlogomenu-mobile:hover,.jhlogomenu-mobile:link,.jhlogomenu-mobile:active {
  color: #fff;
  background-color: #000;
  font-size: 36px;
  line-height: 0;
  font-weight: 700;
  padding-top: 25px;
  margin-left: 20px;
  margin-top: 20px;
  float: left;
  height: 50px;
  padding: 30px 20px;
  text-decoration: none;
}

/*=====================================================================
/*	konec LOGO
======================================================================*/

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 25px;
    margin-right: 40px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 40px;
    margin: 6px;
    height: 4px;
    border-radius: 1px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
/*=====================================================================
/*	Uvod
======================================================================*/

.jhuvod {
    background: url('../images/uvodnifoto.jpg') no-repeat scroll center 20px;
    background-size: cover;
}

@media (max-width: 1680px) {
 .jhuvod {
    background: url('../images/uvodnifoto.jpg') no-repeat scroll center 40px;
    background-size: cover;
  }
}

@media (max-width: 1302px) {
 .jhuvod {
    background: url('../images/uvodnifoto-mobile.jpg') no-repeat scroll center 60px;
    background-size: 100%;
  }
}

@media (max-width: 1265px) {
 .jhuvod {
    background: url('../images/uvodnifoto-mobile.jpg') no-repeat scroll center 60px;
    background-size: 100%;
  }
}

@media (max-width: 1097px) {
 .jhuvod {
    background: url('../images/uvodnifoto-mobile.jpg') no-repeat scroll center 60px;
    background-size: 100%;
  }
}

@media (max-width: 967px) {
 .jhuvod {
    background: url('../images/uvodnifoto-mobile.jpg') no-repeat scroll center 60px;
    background-size: 100%;
  }
}

@media (max-width: 860px) {
 .jhuvod {
    background: url('../images/uvodnifoto-mobile.jpg') no-repeat scroll center 60px;
    background-size: 100%;
  }
}

@media (max-width: 780px) {
 .jhuvod {
    background: url('../images/uvodnifoto-mobile.jpg') no-repeat scroll center 60px;
    background-size: 105%;
  }
}

@media (max-width: 579px) {
 .jhuvod {
    background: url('../images/uvodnifoto-mobile.jpg') no-repeat scroll center 60px;
    background-size: 115%;
  }
}

@media (max-width: 479px) {
 .jhuvod {
    background: url('../images/uvodnifoto-mobile.jpg') no-repeat scroll center 60px;
    background-size: 130%;
  }
}


@media (max-width: 425px) {
 .jhuvod {
    background: url('../images/uvodnifoto-mobile.jpg') no-repeat scroll center 60px;
    background-size: 150%;
  }
}

.jhuvod .intro{
    min-height: 100vh; 
    background-color: rgba(0, 0, 0, 0);
}

.jhuvod .intro .tag-line {
    color: #555;
    letter-spacing: 10px;
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: uppercase;
    word-spacing: 5px;
	font-family: 'Roboto Slab', serif !important;
	font-weight: 300;
	font-size: 17px;
}

.jhuvod h1 {
    color: #fff;
    font-size: 90px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: 5px;
    max-width: 700px;
    position: relative;
}

.jhuvod h2 {
    color: #000;
    font-size: 90px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: 5px;
    max-width: 700px;
    position: relative;
}

.jhuvod h3 {
    color: #FFF;
    font-size: 90px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: 5px;
    max-width: 700px;
    position: relative;
}




/*=====================================================================
/*	konec uvod
======================================================================*/

.titul {
  color: #444;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 30px;
  margin-top: 5px;
  max-width: 700px;
  position: relative;
}

.titulek {
  color: #444;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 5px;
  max-width: 700px;
  position: relative;
}

.mobil {
  color: #444;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 5px;
  max-width: 700px;
  position: relative;
}

.mobilek {
  color: #444;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 5px;
  max-width: 700px;
  position: relative;
}

.podtitulek {
  color: #444;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 5px;
  max-width: 700px;
  position: relative;
}

.moto {
  color: #FFF;
  font-size: 76px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: 210px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.moto2 {
  color: #FFF;
  font-size: 76px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.moto-mobile {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.moto2-mobile {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
}

.cars0{
    background-color: #FFF;
    height: 40px;
}

.cars1{
    background-color: #FFF;
    vertical-align: bottom;
    height: 250px;
}

.cars1-mobile {
    background-color: #FFF;
    vertical-align: bottom;
    height: 250px;
}

.contact0{
    background-color: #FFF;
    height: 40px;
}

.contact1{
    background-color: #FFF;
    height: 100px;
}

.contact2{
    background-color: #FFF;
    height: 280px;
}

.cars-title {
  color: #000;
  font-size: 75px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: 110px;
  padding-left: 50%;
  margin-right: auto;
  margin-left: -260px;
  max-width: 700px;
  position: relative;
}

.cars-title2 {
  color: #00cc00;
  font-size: 75px;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: -85px;
  padding-left: 50%;
  margin-right: auto;
  margin-left: 50px;
  max-width: 700px;
  position: relative;

}

.cars-title-mobile {
  color: #000;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: -110px;
  position: relative;
}

.cars-title2-mobile {
  color: #00cc00;
  font-size: 44px;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: -50px;
  margin-right: auto;
  margin-left: 160px;
  position: relative;

}

.cars2{
    background-color: #FFF;
    vertical-align: bottom;
}

.loga-aut {
  position: relative;
  display: block;
  top: 10px;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.loga-aut-mobile {
    top: 100px;
    display: block;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}

.fota-aut-mobile {
    top: 100px;
    display: block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
}

.cars3{
    background-color: #FFF;
    vertical-align: bottom;
}

.cars4{
    background-color: #FFF;
    vertical-align: bottom;
    padding: 180px 0;
}

.kontakt1{
    background-color: #FFF;
    vertical-align: bottom;
    padding-bottom: 0px 0;
}

.kontakt1-mobile{
    background-color: #FFF;
    vertical-align: bottom;
    padding-bottom: 0px 0;
    height: 500px;
}

.fota-aut {
  position: relative;
  display: block;
  top: 30px;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}

.mapa {
  position: relative;
  display: block;
  top: -480px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}  

.mapa-mobile {
  position: relative;
  display: block;
  top: -120px;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}  

.forms-title {
  color: #000;
  font-size: 66px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: 110px;
  padding-left: 50%;
  margin-right: auto;
  margin-left: -300px;
  max-width: 700px;
  position: relative;
}

.forms-title2 {
  color: #00cc00;
  font-size: 66px;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: -75px;
  padding-left: 50%;
  margin-right: auto;
  margin-left: 150px;
  max-width: 700px;
  position: relative;

}

.contact1-mobile {
    background-color: #FFF;
    vertical-align: bottom;
    height: 250px;
}

.contact2-mobile {
    background-color: #FFF;
    vertical-align: bottom;
    height: 430px;
}

.forms-title-mobile {
  color: #000;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: -80px;
  position: relative;
}

.forms-title2-mobile {
  color: #00cc00;
  font-size: 44px;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: -50px;
  margin-right: auto;
  margin-left: 260px;
  position: relative;

}


.textauta {
  color: #FFF;
  font-size: 14px;
  font-weight: 10;
  letter-spacing: 0px;
  line-height: 1.2;
  margin-top: -430px;
  padding-left: 50%;
  margin-right: auto;
  margin-left: 170px;
  position: relative;
  width: 1250px;
  z-index: 15;
}

.text-formular {
  color: #666666;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: -75px;
  margin-right: auto;
  margin-left: 2px;
  position: relative;
  opacity: 0.5;
  width: 100%;
  background-color: transparent;
}

.ramecek-jmeno {
    position: relative;
    border-bottom-style: solid;
    color: #666666;
    width: 320px;
    height: 30px;
    top: -600px;
    left: 50%;
    margin-left: -380px;
}

.ramecek-jmeno-mobile {
    position: relative;
    border-bottom-style: solid;
    color: #666666;
    width: 300px;
    height: 30px;
    top: -160px;
    left: 50%;
    margin-left: -155px;
}

.ramecek-telefon {
    position: relative;
    border-bottom-style: solid;
    color: #666666;
    width: 320px;
    height: 30px;
    top: -555px;
    left: 50%;
    margin-left: 80px;
}

.ramecek-telefon-mobile {
    position: relative;
    border-bottom-style: solid;
    color: #666666;
    width: 300px;
    height: 30px;
    top: 50px;
    left: 50%;
    margin-left: -155px;
}

.ramecek-predmet {
    position: relative;
    border-bottom-style: solid;
    color: #666666;
    width: 320px;
    height: 30px;
    top: -430px;
    left: 50%;
    margin-left: -380px;
}

.ramecek-predmet-mobile {
    position: relative;
    border-bottom-style: solid;
    color: #666666;
    width: 300px;
    height: 30px;
    top: -55px;
    left: 50%;
    margin-left: -155px;
}

.ramecek-email {
    position: relative;
    border-bottom-style: solid;
    color: #666666;
    width: 320px;
    height: 30px;
    top: -385px;
    left: 50%;
    margin-left: 80px;
}

.ramecek-email-mobile {
    position: relative;
    border-bottom-style: solid;
    color: #666666;
    width: 300px;
    height: 30px;
    top: 153px;
    left: 50%;
    margin-left: -155px;
}

.ramecek-pozadavek {
    position: relative;
    border-bottom-style: solid;
    color: #666666;
    width: 780px;
    height: 30px;
    top: -257px;
    left: 50%;
    margin-left: -380px;
}

.ramecek-pozadavek-mobile {
    position: relative;
    border-bottom-style: solid;
    color: #666666;
    width: 300px;
    height: 30px;
    top: 257px;
    left: 50%;
    margin-left: -155px;
}

.ramecek-odeslat {
    position: relative;
    border: none;
    color: #666666;
    width: 780px;
    height: 30px;
    top: -197px;
    left: 50%;
    margin-left: -30px;
}

.ramecek-odeslat-mobile {
    position: relative;
    border: none;
    color: #666666;
    width: 200px;
    height: 30px;
    top: 327px;
    left: 50%;
    margin-left: -30px;
}

.btn-default {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}

.kontakt-pozadi {
  position: relative;
  display: block;
  bottom: 0px;
  max-width: 100%; 
  height: auto;
  margin-left: auto;
  margin-right: auto;
  z-index: 11;
}  

.kontakt-pozadi-mobile {
  position: relative;
  display: block;
  bottom: 0px;
  width: 100%; 
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  z-index: 11;
}  

.kontakt-jmena-mobile {
  position: absolute;
  display: block;
  top: 2400px;
  width: 320px; 
  height: auto;
  margin-left: auto;
  margin-right: auto;
  z-index: 12;
}  


.kontakt-jmena {
  position: relative;
  display: block;
  bottom: -310px;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  z-index: 15;
}

.textuvod1 {
  color: #FFF;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 0px;
  line-height: 1.2;
  margin-top: -480px;
  padding-left: 50%;
  margin-right: auto;
  margin-left: 85px;
  position: relative;
}

.textuvod2 {
  color: #FFF;
  font-size: 14px;
  font-weight: 10;
  letter-spacing: 0px;
  line-height: 1.6;
  margin-top: 20px;
  padding-left: 50%;
  margin-right: auto;
  margin-left: 85px;
  position: relative;
  width: 1370px;
  height:  490px;
}

.textuvod1-mobile {
  color: #FFF;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0px;
  line-height: 1.2;
  margin-top: 210px;
  margin-right: auto;
  margin-left: 40px;
  position: relative;
}

.textuvod2-mobile {
  color: #FFF;
  font-size: 10px;
  font-weight: 10;
  letter-spacing: 0px;
  line-height: 1.6;
  margin-top: 10px;
  margin-right: auto;
  margin-left: 40px;
  position: relative;
  width: 230px;
  height: 80px;
}

.textuvod3 {
  color: #000;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 10;
  letter-spacing: 18px;
  line-height: 1.2;
  margin-top: 60px;
  padding-left: 50%;
  margin-right: auto;
  margin-left: -558px;
  position: relative;
}

.foto1 {
  position: relative;
  display: block;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  left: 50px;
  top: 0px;
  max-width: 1000px;
  height: auto;
  z-index: 10
}

.foto2 {
  position: relative;
  display: block;
  margin: auto;
  right: 1px;
  top: 120px;
  max-width: 550px;
  height: auto;
  z-index: 9
}

.foto3 {
  position: relative;
  display: block;
  margin: auto;
  right: -375px;
  top: -225px;
  max-width: 250px;
  height: auto;
  z-index: 11
}

.jh_footer {
    background: #021523;
    text-align: center;
    font-size: 10px;
    padding: 3px;
}