@media only screen and (max-width: 810px){

/*____________________________________________________________________________________________________________________________ TOP___*/
.logo {
 position: absolute;
 left: 10px;
 top: 0px;
 height: 55px;
}
.box_search {
 position: absolute;
 left: 40%;
 top: 15px;
 margin-left: -25px;
}
.box_search input[type="text"] {
 width: 135px;
}
.box_kosik {
 position: absolute;
 right: 10px;
 top: 15px;
 padding: 0px 0px 0px 0px;
 line-height: 17px;
}
.box_kosik_empty {
 background-size: 30px 25px;
 padding: 0px 0px 0px 40px;
}
.box_kosik_full {
 background-size: 30px 25px;
 padding: 5px 0px 0px 40px;
}
.box_kosik_full a {
 font-size: 19px;
}


/*____________________________________________________________________________________________________________________________ ILUSTRACE___*/
.ilustrace {
 height: 390px;
}
.box_ilustrace {
 height: 390px;
}
.slogan {
 position: absolute;
 left: 50px;
 top: 100px;
 color: #eeeeee;
 font-size: 30px;
 font-weight: 300;
 line-height: 50px;
}
.slogan span {
 font-size: 45px;
 font-weight: 300;
}


.ilu_katalog {
 background-repeat: no-repeat;
 background-position: center top;
 background-size: cover;
 height: 400px;
}

/*____________________________________________________________________________________________________________________________ TOPMENU___*/


/*____________________________________________________________________________________________________________________________ SUBMENU___*/
.box_submenu {
 margin: auto;
 width: 97%;
}
.box_submenu a {
 font-size: 17px;
}


/*____________________________________________________________________________________________________________________________ INDEX___*/
.biglink img {
 max-width: 100%;
}


/*____________________________________________________________________________________________________________________________ OBSAH___*/
h1 {
 font-size: 28px;
}
h2 {
 font-size: 24px;
}

.box_instagram img {
 width: 33%;
 float: left;
}


/*____________________________________________________________________________________________________________________________ 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;
}

}