.phyton-app-header > .phyton-app-header-inner >  .page-name-block {
	width:300px;
	padding:5px 10px;
	text-indent:-8000px;
	overflow:hidden;
	background:url(../img/top.logo.png) no-repeat left center;
	height:40px;
	background-size:contain;
	1filter: invert(.8);
}

/*
.phyton-section-wrapper {
	max-width: 1100px;
	margin:0 auto;
}
*/

@media (min-width:1200px) {
	.phyton-app-header .user-info-block {
		min-width:80px;
	}
}

@media (max-width:800px) {
	.phyton-app-menu .menu-anchor[menu=login] {
		display:none;
	}
}

@media (min-width:801px) {

	.phyton-app > .phyton-panel-body {
		min-height:100%;
	}

	.phyton-app-header {
		background:#fff;
		color:#333;
		border-bottom:solid 1px #ddd;
	}

	.main-menu-anchor[data-depth="0"] {
		color: #333;
		font-weight:600;
		font-size:12px;
	}

	.main-menu-anchor[data-depth="0"].current {
		color:dodgerblue;
	}
}