/*МЕНЮ*/
.mainWrap{
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	background-color: rgba(255,255,255,0.0);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
nav{ 	display: block; 	padding-top: 0px; } .menu{ 	display: block; 	border-top-width: 0; 	border-right-width: 0; 	border-bottom-width: 0; 	border-left-width: 0; 	padding-top: 0; 	padding-right: 0; 	padding-bottom: 0; 	padding-left: 0; 	margin: 0; } .menu-podkladka{
	text-align: center;
	height: auto;
	width: 100%;
	left: 0px;
	position: relative;
	margin: 0px;
	top: -40px;
	padding: 0px;
	float: left;
	z-index: 3;
} .menu-coda{ 	display: none; 	height: 0px; 	width: 0px; }.menu li{ 	display: inline-block; 	position: relative; 	margin-top: 0px; 	z-index: 3; 	text-align: center }.menu li:first-child{
	margin-left: 0;
	margin-top: 0px;
}.menu li a{
	text-decoration: none;
	display: block;
	transition: all 0.3s 0s ease-in-out;
	font-family: "Century Gothic";
	font-size: 15px;
	text-align: center;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	color: #CCCCCC;
	font-weight: normal;
	margin: 0;
} .menu li a:hover,.menu li:hover > a{
	color: #FFFFFF;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	margin: 0px;
	background-color: rgba(51,51,51,0.9);
} .menu ul{
	display: none;
	width: 280px;
	position: absolute;
	top: 40px;
	left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} .menu ul li{display:block;float:none;margin:0;padding:0;background-image:none;border-radius:20px}.menu ul li a{
	font-size: 15px;
	display: block;
	background-color: #2D221C;
	color: #FFFFFF;
	border-left-width: 3px;
	border-left-color: #2D221C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
} .menu ul li a:hover,.menu ul li:hover > a{
	color: #2D221C;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
} .menu li:hover > ul{ 	display:block} .menu ul ul{ 	left: 280px; 	top: 0 } .mobile-menu{display:none;width:100%;padding:11px;color:#ffffff;text-transform:uppercase;font-weight:600}.mobile-menu:hover{color:#ffffff;text-decoration:none}@media only screen and (max-width:1280px){} 
@media only screen and (max-width:1024px){
.mainWrap{
	background-color: rgba(255,255,255,0.0);
}	 
.menu-podkladka{
	text-align: center;
	height: 40px;
	width: 100%;
	left: 0px;
	position: fixed;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 0px;
	background-color: #000000;
}	 .menu{
	display: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	top: 40px;
	padding-top: 0;
	height: 100%;
	overflow: scroll;
	clear: both;
	background-color: rgba(102,102,102,0.8);
} .menu-coda{display:block;padding-top:50px;padding-bottom:50px;height:200px}  .mobile-menu{
	margin-top: 0px;
	position: relative;
	width: 40px;
	color: #FFF;
	text-align: left;
	height: 40px;
	font-family: "Century Gothic";
	font-size: 30px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	text-shadow: 0 3px 5px #000000;
	top: -38px;
	padding-bottom: 0px;
	left: 0;
	padding-top: 0px;
	z-index: 3;
	clear: both;
}.mobile-menu:hover{
	color: #CCCCCC;
	text-decoration: none;
	width: 100%;
	position: relative;
	text-align: left;
	font-family: "Century Gothic";
	height: 38px;
	font-size: 30px;
	text-decoration: none;
	text-shadow: 0px 3px 5px #666666;
	padding-bottom: 0px;
	left: 0;
	padding-top: 2px;
	margin-top: 0px;
	top: -40px;
	background-color: #000000;
	clear: both;
}
 .nav{background-image:none;text-align:center}.menu li{vertical-align:top;width:280px;text-align:center;padding-top:5px;padding-right:10px;padding-bottom:0;padding-left:10px}.menu li a{
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	background-color: #000000;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #F2EDE7;
}.menu li a:hover,.menu li:hover > a{
	color: #2D221C;
	background-color: rgba(255,255,255,0.9);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 0;
	border: 2px solid #3F2029;
	border-radius: 0px;
}.menu ul{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	text-align: center
}.menu ul li a{
	font-size: 18px;
	font-weight: normal;
	display: block;
	color: #FFFFFF;
	border-left-width: 3px;
	border-left-style: solid;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: rgba(64,0,0,0.0);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-left-color: #F2EDE7;
}.menu ul li a:hover,.menu ul li:hover > a{ 	color: #400000; 	border-left-width: 3px; 	border-left-style: solid; 	border-left-color: #400000; 	background-color: rgba(255,255,255,0.8); 	margin-top: 10px; 	margin-bottom: 10px; 	padding-top: 10px; 	padding-bottom: 10px }.menu ul ul{
	left: 0;
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}} @media (max-width:480px){  } @media (max-width:320px){} 
