	button {
		content: '\2261';
		font-size: 1.2em;
		background-color: #000; /*Цвет кнопки*/
		color: #C0C0C0;
		border:none;
		
	}
	button.menu::before {
		content: '\2261';
		font-size: 1em;
	}
	button.menu[aria-expanded="true"]::before {
		content: 'x';
	}
	nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: none;
	}
	nav ul li {
		background-color: #000; /*5cb85c Цвет фона основного списка*/
		/*border-bottom: 1px solid Wheat;*/
		float:left;
	}
	
	/* стилизуем ссылки */
	nav a {
		display:block;
		padding:10px 20px;
		color:#C0C0C0; /*Цвет текста меню*/
		/*font-size:20px;*/
		/*line-height: 30px; Высота ссылок*/
		text-decoration:none;
	}
	
	
	nav ul li a:hover {
		color: #808080;/*background-color: #006400; Стиль ссылки при наведении, любой уровень*/
	}
	
	nav ul ul { 
		display: none; 
		position: absolute; /*Чтобы выпадающий список не двигал контент*/
	}
	
	/* отображаем выпадающий список при наведении */
	nav ul li:hover > ul {
		display:inherit;
	}
	
	/* первый уровень выпадающего списка */
	nav ul ul li {
		min-width:100px;
		float:none;
		display:list-item; /*Выстраивает выпадающее меню в колонку, без в строку*/ 
		/*position: relative;*/
		border-radius: 4px;
		box-shadow: 5px 5px 2px -2px rgba(0,0,0,.2);
		border: 1px solid #808080;
		margin: 0 0 5px 5px;
		
	}
	
	[aria-hidden="false"] {
		display: block;
	}

 a {
	display:block;
	/*height: 100%; /* Высота на весь слой */
	/*text-align: center; /* Выравнивание по центру */
	text-decoration:none;
	color:#000000;
}	
 .body{
	background: url(images/asu_tp2.jpg) no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover; /*Масштабирует изображение с сохранением пропорций так, чтобы его ширина или высота равнялась ширине или высоте блока.*/
	/*filter: Alpha(opacity=10);*/
	font-size: 1.2em;
	
}

 .header{
	width: 80%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
    margin-bottom: 0px;
	z-index: 2;
	top: 20px;
	background-color: #000000; //5cb85c
	border: 1px solid #006400; /*border: 1px solid #5cb85c;*/
	border-radius: 4px;
	box-shadow: 5px 5px 2px -2px rgba(0,0,0,.2);
	/*padding:2px 2px 2px 2px;
	font-family: Arial;
	font-size: 14px;*/
}
 
 
 .content{
	position: relative;
	background-color: none;/**/
	max-height: 700px;/**/
	min-height: 100px;
	width: 80%;
	/*border: 1px solid;*/
	border-radius: 4px;
	
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
    margin-bottom: 0px;
	
	/*top: 40px;*/
	overflow: auto;
	/*font-family: Arial;
	font-size: 14px;*/
	z-index: 1;
}

.post{
	position: relative;
	background-color: #D3D3D3; /*#C0C0C0*/
	margin: 10px auto;
	
	border: 1px solid #808080;
	border-radius: 4px;
	box-shadow: 5px 5px 2px -2px rgba(0,0,0,.2);
}
.post-date{
	width: 10%;
}
.post-time{
	width: 8%;
}
.post-otdel{
	width: 20%;
}
.post-specialist{
	width: 15%;
}
.post-predate{
	width: 25%;
}
.post-post{
	position: inherit;
	margin: 5px;
} 
.post-namber{
	border-radius: 4px;
	border: 2px solid #5cb85c;
	width: 32px;
	height: 17px;
	/*padding: auto;*/
	vertical-align: middle;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
    margin-bottom: 0px;
}
.post-container{
	position: relative;
	border: 1px solid #A9A9A9;
	margin: 5px auto;
	padding: 5px;
	border-radius: 4px;
	text-align: justify;
}
.add_post{
	position: relative;
	background-color: #D3D3D3;/*#C0C0C0*/
	min-height: 20px;
	width: 80%;
	min-height:20px;
	border: 1px solid #808080;
	border-radius: 4px;
	
	margin: 0 auto;
	padding: 5px 0;
	/*top: 40px;*/
	overflow: auto;
	z-index: 1;
	box-shadow: 5px 5px 2px -2px rgba(0,0,0,.2);
}
.bottom{
	position: relative;
	background-color: #5cb85c;
	height: 60px;
	/*border: 1px solid;*/
	border-radius: 4px;
	min-width: 500px;
	top: 700px;
}

.textbox{
	border: 1px solid #5cb85c;
	/*background-color: #FAFAD2;*/
	border-radius: 4px;
}

@media screen and (max-width: 1450px) {
	
	.body{
		font-size: 1.0em;
	}
}

@media screen and (min-width: 1285px) {
	.header{
		width: 60%; /*display: none;  скрыть все пункты */
		top: 0px;
	}
	.content{
		width: 60%;
	}
	.add_post{
		width: 60%;
	}
}		
	
	
	
@media screen and (max-width: 1285px) {
	
	.body{
		font-size: 1.0em;
	}
	.header{
		width: 80%; /*display: none;  скрыть все пункты */
		top: 0px;
	}
	.content{
		width: 80%;
	}
	.post-date{
		width: 12%;
	}
	.post-time{
		display: none; /* скрыть все пункты */
	}
	.post-otdel{
		width: 25%;
	}
	.post-specialist{
		width: 8%;
	}
	.post-predate{
		width: 25%;
	}
	.post-post{
		position: inherit;
		margin: 5px;
	} 
	.add_post{
		width: 80%;
	}
}	
	
@media screen and (max-width: 1030px) {
	.body{
		font-size: 1.2em;
	}
	.header{
		width: 100%; /*display: none;  скрыть все пункты */
		top: 0px;
	}
	.menuLogo{
		display: none; /* скрыть все пункты */
	}
	.content{
		width: 100%;
	}
	.add_post{
		width: 100%;
	}
}		

	
@media screen and (max-width: 800px) {
	.header{
		width: 100%; /*display: none;  скрыть все пункты */
		top: 0px;
	}
	nav a {
		padding:10px 10px;
	}
	.content{
		width: 100%;
	}
	.post-specialist{
		display: none; /* скрыть все пункты */
	}
	.add_post{
		width: 100%;
	}
}	

@media screen and (min-width: 600px) {
  button.menu {
  	display: none;
  }
  nav ul {
  	display: table;
  }
  nav ul li {
  	display: table-cell; /*При inline становиться вертикальным*/
  	text-align: left;
  	/*border-left: 1px dotted Wheat; Разделитель в основном меню, первый уровень*/ 
  }
  #air{
	height: 350px;
  }
}

@media screen and (max-width: 600px) {
	
	nav {
		outline: none; /* Убираем границу вокруг ссылок  */
	}
	nav ul li {
		float:none; /*Чтобы не становилось горизонтальным*/
	}
	nav ul ul { 
		position: relative; /*Чтобы выпадающий список двигал контент*/
	}
	nav ul ul li {
		box-shadow: 0 0 0 0 rgba(0,0,0,0);
		border: 0;
		margin: 0 0 0 27px;/* отступ чтобы маркеры поместились */
		list-style-type: circle;/* вид маркера вложенного списка, только в мобильной версии */
	}
	.header{
		width: 100%; /*display: none;  скрыть все пункты */
		top: 0px;
	}
	.menuLogo{
		display: none; /* скрыть все пункты */
	}
	.content{
		width: 100%;
		/*top:10px;*/
	}	
	.post{
		font-size:0.9em;
	}
	.post-date{
		width: 12%;
	}
	.post-predate{
		 /*display: none; скрыть все пункты */
	}
	.post-post{
		position: inherit;
		margin: 5px;
	} 
	.add_post{
		font-size:0.7em;
		/*top:10px;*/
	}
	.post-namber{
		width: 28px;
		height: 16px;
		
	}
	.textbox{
		font-size:0.9em;
	}
}

