
/* Pozadí */
body{
    background-image: url('images/bg_zelena.jpg');
    background-size: 100%;
/*    background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position-y: -180px; 
    
    font-family: 'PT Serif',sans-serif;
    padding-top:20px;
}

/* For any viewports less than 1000px wide */
@media (max-width: 1550px) {

    body{
        background-size: 1550px; /* Force the image to its minimum width */
    }

}
body h1{
    padding-top:40px;
}
body h2{
    color:#406e12;
    margin:0;
}
.container{
    width:1000px;
    margin:0 auto;
}
.logo{
    width:300px;
    font-size:40px;
    font-weight: bold;
    text-align: center;
    float:left;
}
.zelena{
    color:#406e12;
}
.ht{
    font-size:23px;
}
.male{
    font-size:14px;
}
.cerna{
    line-height: 40px;
}
.motto{
    width:350px;
    display:inline-block;
    padding-top:40px;
    padding-left:20px;
    
    font-size:24px;
    font-style:italic;
    color:#144d63;
    
    float:left;
}
.motto-en{
    font-size:20px;
}
.mapa-header{
    padding-top:20px;
    display:inline-block;
    float:left;
}
.jazyky a{
    text-decoration: none;
}
/* Nav */
.nav{
    height:40px;
    background:#739e49;
    width:1000px;
   
}
.nav a{
    color:#fff;
    text-decoration:none;
    padding-left:33px;
    padding-right:33px;
    line-height: 40px;
    display:inline-block;
    height:40px;
    font-size:18px;
}
.nav-en a{
    padding:0 15px;
}
.nav a:hover{
    background:#5c7f3b;
}
.fixed {
    position:fixed;
    top:0;
    
-webkit-box-shadow: 0px 1px 13px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 13px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 13px 0px rgba(50, 50, 50, 0.75);
}
#kontakt-nav{
    padding-right:47px;
}
/* Obsah */
.obsah{
    background: #f5e7ca;
    padding:30px 60px;
}
.sloupec{
    width:50%;
    padding:0 20px;
    float:left;
    
    box-sizing: border-box;
}
.sloupec img{
    width:90%;
    margin-top:25px;
    border:10px solid #fff;
}
.radek{
    margin-bottom:20px;
}
.mapa-odkaz{
    display:block;
    text-align:right;
    padding-right:20px;
    
}
.mapa-odkaz a,.vylety a{
    color:#406e12;
}
.mapa-odkaz a:after,.vylety a:after{
    content:"";
    
    height:14px;
    width:14px;
    
    display:inline-block;
    background-image: url('images/external-link.png');
    background-repeat: no-repeat;
    background-size: 14px 14px;
    margin-left:5px;   
}
.radek>a>img{
    width:100%;
}
.kontakt-tel{
    background-image: url('images/ikona-tel.png');
    background-repeat: no-repeat;
    padding-left:20px;
}
.footer{
    background:#5c7f3b;
    padding:5px 20px;
    color:#fff;
    margin-bottom:20px;
    font-size:14px;
}
.footer a{
    color:#fff;
}
/* Fotogalerie */
.fotogalerie img{
    width:78px;
    border:5px solid #fff;
}
.fotogalerie a{
    text-decoration: none;
}
.btn-zpet{
    background: #739e49;
    color:white;
    text-decoration: none;
    display:inline-block;
    width:980px;
    height:40px;
    line-height: 40px;
    text-align: left;
    padding-left:20px;
    font-size:18px;
}
.btn-zpet:hover{
    background:#5c7f3b;
}