@charset "utf-8";
/* CSS Document */


/* T A B L E T   P O R T R A I T  (for 768px width) ======================================================== */
	
@media only screen and (min-width: 768px) and (max-width: 1010px) {
	
	._top_500 { top: 420px; }
	._height_500 { height: 420px; }	
	.slideshow_shadow { background-image: none; }
			
	.div_block_head .div_logo img {	width: 175px; }
	.div_block_head .div_main_menu ul li a { font-size: 1.1em; padding-top: 15px; }
	.div_block_head .div_main_menu ul li ul { margin-top: -3px; }
	
	.div_block_head .div_slideshow .slides { height: 319px; }
	.div_block_head .div_slideshow a.slidesjs-next { margin-top: -200px; }
	.div_block_head .div_slideshow a.slidesjs-previous { margin-top: -200px; }
	.div_block_head .div_slideshow a.slidesjs-play { margin-top: -60px; }
	.div_block_head .div_slideshow a.slidesjs-stop { margin-top: -60px; }	
		
	.div_block_content .div_home_biglinks ul { font-size: 2.8em; }
		
}

/* ========================================================================================================= */


/* M O B I L E   P O R T R A I T  (for 320px width) ======================================================== */

@media only screen and (max-width: 767px) {
	
	._top_500 { top: 404px; }
	._height_500 { height: 404px; }
	._top_160 { top: 220px; }
	._height_160 { height: 220px; }	
	.slideshow_shadow { background-image: none; }
	
	.div_block_head .div_logo, .div_block_head .div_logo_inner_page { text-align: center; }
	.div_block_head .div_logo img, .div_block_head .div_logo_inner_page img { width: 175px; position: static; }
	
	.div_block_head .div_main_menu { display: none; }
	.div_block_head .mobile_menu { display: block; }
	
	.div_block_head .div_slideshow .slides { height: 177px; }
	.div_block_head .div_slideshow a.slidesjs-next { margin-top: -135px; }
	.div_block_head .div_slideshow a.slidesjs-previous { margin-top: -135px; }
	
	.div_block_content .div_home_biglinks ul { font-size: 2em; }
	.div_block_content .div_home_biglinks ul li a {	padding-right: 5px;	padding-left: 5px; }
	
	.div_block_content .div_home_sortiment .div_article .div_annotation { padding-bottom: 0px; }
	.div_block_content .div_home_sortiment .div_article .a_detail {	position: static; margin-bottom: 20px; }
	
	.div_block_foot { height: auto;	}
	.div_block_foot .div_foot_content .div_panel { background-image: none; min-height: inherit; }
	
	.div_block_content .div_special_offer .img_akce { margin-right: 0px; }

}

/* ========================================================================================================= */


/* M O B I L E   L A N D S C A P E  (for 480px width) ====================================================== */

@media only screen and (max-width: 480px) {
	
	._top_500 { top: 352px; }
	._height_500 { height: 352px; }	
	.slideshow_shadow { background-image: none; }
	
	.div_block_head .div_slideshow .slides { height: 126px; }
	.div_block_head .div_slideshow a.slidesjs-next { display: none; }
	.div_block_head .div_slideshow a.slidesjs-previous { display: none; }
	.div_block_head .div_slideshow .slidesjs-pagination { display: none; }
	
	.div_block_content .div_home_biglinks ul { font-size: 1.6em; }
	.div_block_content .div_home_biglinks ul li a {	padding-right: 5px;	padding-left: 5px; }
	
	.div_block_content .div_home_sortiment .div_article .div_annotation { padding-bottom: 0px; }
	.div_block_content .div_home_sortiment .div_article .a_detail {	position: static; margin-bottom: 20px; }
	
	.div_block_content .div_special_offer .img_akce { margin-right: 0px; }
	
}

/* ========================================================================================================= */