@media only screen and (max-width: 810px){

/*____________________________________________________________________________________________________________________________ ILUSTRACE___*/
.ilustrace {
 height: 390px;
}
.box_ilustrace {
 height: 390px;
}
.slogan {
 position: absolute;
 right: 20px;
 bottom: 40px;
 color: #eeeeee;
 font-size: 25px;
 font-weight: 300;
 line-height: 40px;
}
.slogan b {
 font-family: 'Uncial Antiqua',arial;
 font-size: 50px;
 font-weight: 300;
}
.slogan span {
 font-size: 35px;
 font-weight: 300;
}


/*____________________________________________________________________________________________________________________________ OBSAH___*/
h1 {
 font-size: 28px;
}
h2 {
 font-size: 24px;
}

.greenbox_obsah {
 width: 95%;
 height: 400px;
 margin: auto;
 padding: 20px 0px 0px 0px;
 color: #eeeeee;
 font-size: 21px;
 font-weight: 300;
 font-style: italic;
 line-height: 30px;
}


/*____________________________________________________________________________________________________________________________ KATALOG___*/
.polozka {
 width: 50%;
 float: left;
}


/*____________________________________________________________________________________________________________________________ DETAIL___*/
.detail_foto {
 padding-bottom: 40px;
 width: 100%;
 float: none;
}
.detail_img {
 position: relative;
}
.detail_img img {
 width: 90%;
}
.detail_popisy {
 width: 100%;
 float: none;
}

.souvisejici {
 position: relative;
 margin-bottom: 30px;
 width: 33%;
 float: left;
}


/*____________________________________________________________________________________________________________________________ OBJEDNÁVKA___*/
.button_send {
 padding: 20px 25px 20px 25px;
 width: 100%; 
}


/*____________________________________________________________________________________________________________________________ FORM___*/
.box_form {
   padding: 20px 10px 20px 10px;
}
.pole {
   width: 90%;
   font-size: 17px;
}
.textpole {
   width: 90%;
   font-size: 17px;
}
.label {
 padding-right: 0px; 
 text-align: left; 
 float: left;
}


/*____________________________________________________________________________________________________________________________ BOOTOM___*/
.bottom_cast {
 padding-bottom: 30px;
 width: 50%;
 color: #cccccc;
 font-size: 15px;
 line-height: 23px;
 float: left;
}

}