@media only screen and (max-width: 810px){

/*____________________________________________________________________________________________________________________________ ILUSTRACE___*/
.ilustrace {
 background-image: url("/img/ilustrace.jpg");
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center top;
 height: 240px;
}
.ilustrace div {
 margin: auto;
 padding: 60px 20px 0px 0px;
 max-width: 1100px;
 color: #eeeeee;
 font-size: 30px;
 font-weight: 600;
 text-align: right;
}
.ilustrace span {
 color: #ffffff;
 font-size: 44px;
 font-weight: 600;
}


/*____________________________________________________________________________________________________________________________ KONTAKTY___*/
.box_kontakty div {
 padding: 15px 0px 15px 0px;
 font-size: 18px;
}
.box_kontakty div img {
 margin-bottom: -5px;
 width: 25px;
}


/*____________________________________________________________________________________________________________________________ FOTOGALERIE___*/
.fotogalerie {
 margin: auto;
 padding: 0px 0px 0px 0px;
 max-width: 1100px;
}
.fotogalerie img {
 max-width: 32%;
}


/*____________________________________________________________________________________________________________________________ BOOTOM___*/
.box_botbit {
 padding: 0px 0px 15px 0px;
 width: 100%;
 text-align: center;
 float: none;
}


}