#header {
	position: static;
	/*border-top: 1px solid #f1eeee;
	border-bottom: 2px solid #f1eeee;*/
	width: 100%;
	height: 47px;
	background: #fff;
        box-shadow: 1px 1px 8px rgba(88, 88, 88, 0.25);
        margin-bottom: 8px;
}
#header.fixed {
	position: fixed;
	z-index: 5000;
	top: 0px;
	left: 0px;
	border-top: none;
	height: 34px;
}
body.css_978 #header.fixed {
	position: static;
}
#header > ul {
	position: relative;
	display: block;
	margin: 0px auto;
	width: 1218px;
	text-align: left;
}
#header > ul > li {
	position: relative;
	float: left;
	width: 166px;
	height: 47px;
	line-height: 47px;
	font-family: 'PT Serif';
    font-size: 14px;
}
#header.fixed > ul > li {
	height: 34px;
	line-height: 34px;
	font-size: 13px;
}
#header > ul > li > a {
	display: block;
	color: #675363;
	text-transform: uppercase;
	text-align: center;
/*        transition-duration: 0.5s;
        transition-timing-function: ease-in-out;
*/
}
#header > ul > li > a > i {
	display: inline-block;
	margin-left: 10px;
	width: 7px;
	height: 4px;
	background: url(/static/style/nol/img/arrowMenuDown.png) no-repeat;
	vertical-align: middle;
}
#header.fixed > ul > li > a > i {
	margin-left: 6px;
}
#header > ul > li:hover > a > i {
    background: url(/static/style/nol/img/arrowMenuUp.png) center no-repeat;
}
#header > ul > li:hover > a {
	color: #beb0b9;
}
#header > ul > li:hover > a.nol-jatek {
	color: #675363;
}
#header > ul > li > a.nol-jatek {
	font-weight: bold;
}
#header > ul > li > a.nol-jatek > img {
	margin-bottom: -3px;
}
#header > ul > li > a.nol-jatek > span{
	color:#762249;
	font-weight: bold;
}
#header > ul > li > ul {
	position: absolute;
	z-index: 100;
	top: 47px;
	left: 0px;
	display: none;
	border: 1px solid #f8f8f8;
	border-bottom: 2px solid #4b2b41;
	width: 545px;
	background: #fff;
}
#header.fixed > ul > li > ul {
	top: 34px;
}
#header > ul > li:hover > ul {
	display: block;
}
#header > ul > li > ul > li {
	display: block;
	border-bottom: 1px solid #f8f8f8;
	height: 50px;
	line-height: 50px;
	font-family: 'PT Serif';
    font-size: 16px;
}
#header > ul > li > ul > li > a {
	display: block;
	padding: 0px 20px;
	color: #4d3e47;
}
#header > ul > li > ul > li > a:hover {
	color: #ff5e52;
	background: #fafafa;
}
#header > ul > li > ul.col3 {
	left: -182px;
	overflow: hidden;
}
#header > ul > li > ul.col3 > li {
	float: left;
	width: 181px;
	border-right: 1px solid #f8f8f8;
	text-align: center;
}
#header > ul > li > ul.col3 > li > a {
	font-size: 14px;
	text-transform: uppercase;
        transition-duration: 0.5s;
        transition-timing-function: ease-in-out;
}
#header > ul > li > ul.col3 > li:nth-of-type(3n) {
	border-right: none;
}
#header > ul > li > ul.col3 > li:nth-of-type(3n+2) {
	width: 180px;
}
#header > ul > li > ul.col3 > li:nth-of-type(3n+1) > a {
	/*text-transform: capitalize;*/
        text-transform: uppercase;
}
#header > ul > li.logo-outer {
	margin-left: 30px;
    width: 69px;
    text-align: center;
}
#header > ul > li.logo-outer .logo {
	padding: 0px;
	/*width: 126px;
	height: 47px;*/
        width: 69px;
        height: 47px;
	/*background: #4c0436 url(/static/style/nol/img/nol_header_logo.png) center center no-repeat;*/
        background: #4c0436 url('/static/style/nol/img/nol-logo-normal.png') no-repeat center center;
	transition-duration: 0.2s;
        display: inline-block;
        /*box-sizing: padding-box;*/
}
#header > ul > li.logo-outer .logo:hover {
	background-color: #65214d;
}
#header.fixed > ul > li.logo-outer .logo {
	height: 34px;
        width: 48px;
        background: #4c0436 url('/static/style/nol/img/nol-logo-small.png') no-repeat center center;
        transition-duration: 0.2s;
        /*margin-right: 21px;*/
	/*background: url(/static/style/nol/img/headerFixedLogo.png) no-repeat;*/
}
#header > ul > li.fb {
	position: absolute;
	float: right;
	width: auto;
	right: 0px;
}
#header > ul > li.fb .fb-like {
	float: right;
	top: -12px;
	width: auto;
	text-align: right;
}
#header > ul > li.fb .fb-like iframe {
	position: absolute;
	right: 0px;
}
#header.fixed > ul > li.fb .fb-like {
	top: -7px;
    opacity: .6;
}

#header.fixed > ul > li.fb .fb-like:hover {
    opacity: 1;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

#header li#searcher {
	width: 230px;
	margin-left: 10px;
	z-index: 1000;
}
#header.fixed li#searcher {
	width: 220px;
	margin-left: 10px;
}
#header li#searcher:hover {
	background: #fff;
}
#searcher input.text {
	border: none;
	border-bottom: 1px solid #d8d3d5;
	padding: 0px;
	/*width: 155px;*/
	width: 230px;
	height: 33px;
	line-height: 33px;
	text-transform: initial;
	color: #8d7987;
	background: #ebe9e9;
	font-family: 'PT Serif';
    font-size: 14px;
   	/*background: url(/static/style/nol/img/iconSearcher.png) 142px center no-repeat;*/
        background: url(/static/style/nol/img/iconSearcher.png) 214px center no-repeat;
}
#header.fixed #searcher input.text {
	border: none;
	width: 220px;
	font-size: 13px;
   	background: url(/static/style/nol/img/iconSearcher.png) 204px center no-repeat;
}
#searcher input.text:focus {
	outline: none;
	color: #4d3d47;
	border-bottom-color: #8d7987;
	background: url(/static/style/nol/img/iconSearcherHover.png) 214px center no-repeat;
}
#searcher.fixed input.text:focus {
	background: url(/static/style/nol/img/iconSearcherHover.png) 204px center no-repeat;
}
#searcher input.text::-webkit-input-placeholder {
	text-transform: uppercase;
	font-style: normal;
	color: #8d7987;
}
#searcher input.text:-moz-placeholder {
	text-transform: uppercase;
	font-style: normal;
	color: #8d7987;
}
#searcher input.text::-moz-placeholder {
	text-transform: uppercase;
	font-style: normal;
	color: #8d7987;
}
#searcher input.text:-ms-input-placeholder {
	text-transform: uppercase;
	font-style: normal;
	color: #8d7987;
}
#searcher input.submit {
	display: block;
	position: absolute;
	right: 0px;
	top: 10px;
	border: none;
	width: 35px;
	height: 30px;
	cursor: pointer;
	background: none;
}