.mobilemenu {
	position: fixed; top: 0; z-index: 999; cursor: pointer;
	height: 50px; width: 100%; background: #000;
	line-height: 50px;
	text-align: left; text-indent: 8%;
	color: #DDD; font-size: 18px; font-weight: normal;
	display: none; overflow: hidden;
}
.mobilemenu:after {
	content: ""; display: block;
	float: right; width: 30px; height: 30px;
	margin: 10px 8% 10px 0;
	border: 7px solid #000;	box-sizing: border-box;	box-shadow: rgba(255,255,255,0.5) 0 0 0px 2px;	border-radius: 4px;
	background: linear-gradient( to bottom, white, white 10%, black 10%, black 45%, white 45%, white 55%, black 55%, black 90%, white 90%, white 100% );
}
#mobilemenu {
    display: none;
    -webkit-appearance: none;
}
#mobilemenu:checked ~ div .menu
/*#mobilemenu:checked ~ div .submenu*/
{
    display: block;
}
@media(max-width:992px){
	.center {width: 724px; margin-left: -362px;}
	#fb,#google_translate_element {display: none;}
	.logo {margin: auto; left: 0; top: 20px;}
	.info {text-align: center; line-height: 24px;}
	.info a.adds {float: none !important; white-space: nowrap;}
	.info a[href="#"] {display: none;}
	.slide,#prev,#next {display: none;}
	.menu {width: 75%; margin-left: 25%; top: 35px;}
	.menu li {width: 25% !important; margin-bottom: 5px;}
	.prod,.list,.found {width: 330px !important;}
	.page {width: 724px; overflow: hidden;}
	.page table {width: 100%;}
	.page div:empty {clear: none !important;}
	.page > div {width: 100% !important;}
	.page img {max-width: 100%;}
	#form {width: 100% !important;}
	.traf {display: none !important;}
	.login {display: none;}
	.logo {height: 150px;}
	.logo a img {width: 150px; height: 150px;}
	.head {height: 180px;}
	.maksite {white-space: nowrap;}
	#cookie {display: none !important;}
	.cmsl,.cmsr,.cmsx{display: none; visibility: hidden;}
	.page #galery a {width: 120px;}
	.page #galery a span {width: 100px;}
	.page #galery .thumb {width: 85px; height: 85px;}
	/**/
	
}
@media(min-width:768px) and (max-width:992px){
	.subbox  {display: none !important;}
}
@media(max-width:768px){
	.mobilemenu {display: block;}
	.center {width: 90%; margin-left: -45%;}
	.logo {margin: auto; left: 50%; right: 0; top: 60px; margin-left: -75px;}
	.info {top: 50px; text-align: center; z-index: 1; background: rgba(255,255,255,0.5); line-height: 24px;}
	.info a.adds {color: #000; float: none !important; white-space: nowrap;}
	.info a[href="#"] {display: none;}
	.slide,#prev,#next {display: none;}
	.menu {width: 100%; margin: 0; display: none; position: fixed; top: 50px !important; background: #333;}
	.menu li {width: 100% !important; margin: 0;}
	.menu li a {margin: 0;	border-radius: 0; background-image: none; color: #EEE;}
	.menu li a.on {color: #F60;}
	.subbox {width: 100%;}
	.page {width: 100%; overflow: hidden;}
	.prod,.list,.found,.page table {width: 90% !important;}
	.page > div {width: 100% !important;}
	.page img {max-width: 100%;}
	.page a[href="#top"] {display: none;}
	#form {width: 100% !important;}
	.style > div {text-align:center !important; line-height: 24px;}
	.style > div > a {white-space: nowrap;}
	.logo {height: 130px;}
	.logo a img {width: 130px; height: 130px;}
	.head {height: 200px;}
	#scrollup {display: none !important;}
	.page > div {column-count:1 !important;-moz-column-count:1 !important;-webkit-column-count:1 !important;}
	.page #galery a {width: 118px; margin-left: -1px;}
	.page #gmap {margin-left:0 !important; box-sizing: border-box;}
	/**/
	
}
@media print{.mobilemenu{display: none;}}