#menu-n-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 12px;
	padding: 16px;
	background: #e5e5e5;
	border-top: solid #000 1px;
}

#hamburger-menu {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
    width: 28px;
    height: 24px;
	margin-right: 40px;
}

.hamburger-menu__line {
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background: #f67a14;
}

#navmenu__list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.navmenu__logo {
	display: none;
}

.navmenu__item:not(:last-of-type) {
	margin-right: 20px;
}

.navmenu__link {
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia;
	color: #000;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dashed transparent;
}

#link-to-news {
	display: none;
}

.navmenu__link:hover {
	color: #f67a14;
	border-bottom: 1px dashed #f67a14;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#close-mob-menu {
	display: none;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	color: red; 
	font-size: 50px;
}

#short-search {
	height: 28px;
	width: 300px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}

#short-search form {
	background: #e5e5e5;
	height: inherit;
}

#short-search legend {
	display: none;
}

#search-query {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 5px 5px;
	border: solid #999 1px;
	font-size: 18px;
    font-weight: normal;
    font-family: Georgia;
    color: #000;
}

#search-submit {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 24px;
	width: 24px;
	background: url(/pic/decor/search.png) center center no-repeat;
	cursor: pointer;
	border: none;
	background-color: transparent;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 5px;
	color: transparent;
}

@media screen and (max-width: 480px) {
	#hamburger-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#menu-n-search {
		position: relative;
	}

	#navmenu {
		width: 0;
		height: 0;
		overflow: hidden;
	}

	.open-hamburger {
		position: fixed;
		z-index: 10000;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		background: #e5e5e5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
				justify-content: space-between;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		padding: 10% 10px;
	}

	.navmenu__logo {
		display: block;
		min-width: -webkit-min-content;
		min-width: -moz-min-content;
		min-width: min-content;
		-ms-flex-item-align: start;align-self: flex-start;
	}
	
	.navmenu__logo a {
		display: block;
		text-decoration : none;
		font            : normal 52px Georgia;
		color           : #000;
		position        : relative;
	}
	
	.navmenu__logo a:after {
		content: '18+';
		display       : block;
		position      : absolute;
		top           : 5px;
		right         : -35px;
		padding-left  : 2px;
		width         : 25px;
		height        : 27px;
		line-height   : 28px;
		text-align    : center;
		border        : 1px solid #ff8220;
		border-radius : 50%;
		color         : #ff8220;
		font-size     : 12px;
		font-family   : Tahoma, Arial, sans-serif;
	}

	#navmenu__list {
		flex-direction: column;
	}

	#link-to-news {
		display: initial;
	}

	.navmenu__item:not(:last-of-type) {
		margin: 0 0 20px 0;
	}
	
	#hamburger-menu:hover #menu-n-search > #short-search {
		display: none;
	}

	#close-mob-menu {
		display: block;
	}


}
