@media (max-width : 1000px) {
	
	body {
		font-size: 13px;
	}
	
	.m-hidden {
		display: none;
	}
	
	.m-visible {
		display: block;
	}
	
	.iconMain {
		width: 50px;
	}
	
	.m-w05x			{width: 4.15%;}
	.m-w1x			{width: 8.33%;}
	.m-w2x			{width: 16.66%;}
	.m-w3x			{width: 25%;}
	.m-w4x			{width: 33.33%;}
	.m-w5x			{width: 41.66%;}
	.m-w6x			{width: 50%;}
	.m-w7x			{width: 58.33%;}
	.m-w8x			{width: 66.66%;}
	.m-w9x			{width: 75%;}
	.m-w10x			{width: 83.33%;}
	.m-w11x			{width: 91.66%;}
	.m-w12x			{width: 100%;}

	.m-c05x			{width: calc(0.5/12 * 100%);}
	.m-c1x			{width: calc(1/12 * 100%);}
	.m-c2x			{width: calc(2/12 * 100%);}
	.m-c3x			{width: calc(3/12 * 100%);}
	.m-c4x			{width: calc(4/12 * 100%);}
	.m-c5x			{width: calc(5/12 * 100%);}
	.m-c6x			{width: calc(6/12 * 100%);}
	.m-c7x			{width: calc(7/12 * 100%);}
	.m-c8x			{width: calc(8/12 * 100%);}
	.m-c9x			{width: calc(9/12 * 100%);}
	.m-c10x			{width: calc(10/12 * 100%);}
	.m-c11x			{width: calc(11/12 * 100%);}
	.m-c12x			{width: 100%;}
	
	
	.address_block {
		width: 50%;
		float: left;
		position: relative;
		line-height: 1.5em;
		top: 00px;
		margin-top: 10px;
	}
	
	.address_block:nth-child(2) {
		text-align: right;
	}
	
	#logo {
		background-position: left center;
	}
	
	.nikos {
		margin: 0;
	}
	
	.info_text {
		font-size: 10px;
	}
	
	#logo-white {
		position: absolute;
		top: 35px;
		left: 50%;
		margin-left: -90px;
		width: 180px;
		height: 90px;
		background-image: url(/img/logo-new-white-shadow.png?v=1.11);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	
	#name_frame_1 {
		font-size: 1.2em;
		position: absolute;
		top: 130px;
		width: 100%;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		line-height: 1.2em;
	}
	
	/*
	.menu_frame_1 {
		height: 115px;
	}
	
	.menu_frame_1 a .icon {
		background-size: 144px 576px;
		width: 72px;
		height: 72px;
		border-radius: 16px;
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
		transition: 0.3s all;
	}
	
	.menu_frame_1.menu1 a .icon {	background-position: 0 0 ;}
	.menu_frame_1.menu2 a .icon {	background-position: 0 -72px;}
	.menu_frame_1.menu3 a .icon {	background-position: 0 -144px;}
	.menu_frame_1.menu4 a .icon {	background-position: 0 -216px;}
	.menu_frame_1.menu5 a .icon {	background-position: 0 -288px;}
	.menu_frame_1.menu6 a .icon {	background-position: 0 -360px;}
	.menu_frame_1.menu7 a .icon {	background-position: 0 -432px;}
	.menu_frame_1.menu8 a .icon {	background-position: 0 -504px;}
	*/
	
	/*
	.menu_frame_1 {
		height: 140px;
	}
	
	.menu_frame_1 a .icon {
		background-size: 192px 768px;
		width: 96px;
		height: 96px;
		border-radius: 22px;
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
		transition: 0.3s all;
	}
	
	.menu_frame_1.menu1 a .icon {	background-position: 0 0 ;}
	.menu_frame_1.menu2 a .icon {	background-position: 0 -96px;}
	.menu_frame_1.menu3 a .icon {	background-position: 0 -192px;}
	.menu_frame_1.menu4 a .icon {	background-position: 0 -288px;}
	.menu_frame_1.menu5 a .icon {	background-position: 0 -384px;}
	.menu_frame_1.menu6 a .icon {	background-position: 0 -480px;}
	.menu_frame_1.menu7 a .icon {	background-position: 0 -576px;}
	.menu_frame_1.menu8 a .icon {	background-position: 0 -672px;}
	
	@media (orientation:portrait) {
		#menu_frame_1_container {
			max-width: 512px;
			left: 50%;
			margin-top: -200px;
			margin-left: -256px;
			
		}
		
		.menu_frame_1 {
			width: 50%;
		}
	}
	*/
}