/* header 2016 */

#header2016 {
	position: relative;
	z-index: 1000;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #828282;
	background-color: #8b0000;
}
body.forcedesktop #header2016 {
	min-width: 1218px;
	max-width: 100%;
}
#header2016 .b-row {
	border-bottom: 1px solid #7b0000;
}
#header2016 .b-row:empty {
	border: none;
}
#header2016 .b-row .goAdverticum {
	padding: 0;
	padding: 10px 0px;
}
#header2016 .b-row .goAdverticum:empty {
	padding: 0px;
}
#header2016 .b-row .goAdverticum iframe,
#header2016 .b-row .goAdverticum a {
	text-align: center;
}
#header2016 .main-menu {
	position: relative;
	width: 100%;
	height: 60px;
}
#header2016 .main-menu > .w {
	margin: 0px auto;
	width: 1218px;
	height: 60px;
}
#header2016 .main-menu a.logo {
	position: relative;
	float: left;
	display: block;
	margin-left: 3px;
	width: 125px;
	height: 60px;
	text-align: center;
	transition: background .2s ease-out 0s;
}
#header2016 .main-menu a.logo svg.nso-logo {
	margin-top: -11px;
	width: 85px;
	height: 85px;
	fill: #fff;
	pointer-events: none;
}
#header2016 .main-menu a.logo svg.ns-logo {
	display: none;
}
#header2016 .main-menu a.logo:after {
	content: ' ';
	pointer-events: none;
	position: absolute;
	z-index: -1;
	left: -27px;
	top: 0px;
	width: 180px;
	height: 60px;
	background: url("/static/style/nso/header2016/nso_header_logo_highlight.png");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: opacity .2s ease-out 0s;
}
#header2016 .main-menu a.logo:hover:after {
	opacity: 1;	
}
#header2016 #main-menu-l1 {
	float: left;
}
#header2016 #main-menu-l1 > li {
	display: inline-block;
	height: 60px;
}
#header2016 #main-menu-l1 > li:first-child {
	margin-left: 2px;
}
#header2016 #main-menu-l1 > li > a {
	position: relative;
	display: block;
	padding: 0px 13px;
	height: 60px;
	font-family: "Oswald";
	font-size: 14px;
	line-height: 60px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
#header2016 #main-menu-l1 > li > a:after {
	content: ' ';
	pointer-events: none;
	display: block;
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: background-color .3s ease-in-out 0s;
}
#header2016 #main-menu-l1 > li > a:hover:after {
	background: rgba(0, 0, 0, .1);
}
#header2016 #main-menu-l1 > li > .submenu-container {
	position: absolute;
	z-index: 110;
	top: 0px;
	left: 0px;
	margin-top: 60px;
	width: 100%;
	height: 0px;
	background: #fff;
	overflow: hidden;
}
#header2016 #main-menu-l1 > li.hover {
	background: #fff;
}
#header2016 #main-menu-l1 > li.hover > a {
	color: #333333;
}
#header2016 #main-menu-l1 > li.hover > .submenu-container {
	border-bottom: 2px solid #8b0000;
}
#header2016 .main-menu a.user {
	float: right;
	border-right: 1px solid #7b0000;
	margin-right: -4px;
	width: 69px;
	height: 60px;
	transition: background .2s ease-out 0s;
}
#header2016 .main-menu a.user svg.icon {
	display: block;
	margin-top: 21px;
	margin-left: 23px;
	width: 20px;
	height: 20px;
	fill: #fff;
}
#header2016 .main-menu .hamburger,
#header2016 .main-menu .searcher,
#header2016 .main-menu .newsletter,
#header2016 .main-menu .sportradio-button {
	float: right;
	border-right: 1px solid #7b0000;
	border-left: 1px solid #7b0000;
	width: 69px;
	height: 60px;
	cursor: pointer;
	transition: background .2s ease-out 0s;
}
/*
#header2016 .main-menu .sportradio-button {
	width: 160px;
}
*/
#header2016 .main-menu .sportradio-button a {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
}
#header2016 .main-menu .sportradio-button .icon {
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#header2016 .main-menu .sportradio-button p {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	margin-top: 4px;
}
#header2016 .main-menu .searcher {
position: relative;
}
#header2016 .main-menu .hamburger:hover,
#header2016 .main-menu .user:hover,
#header2016 .main-menu .searcher:hover,
#header2016 .main-menu .newsletter:hover,
#header2016 .main-menu .sportradio-button:hover {
background: rgba(0, 0, 0, .1);
}
#header2016 .main-menu .searcher.opened:hover {
background: none;
}
#header2016 .main-menu .hamburger {
border-right: 0;
}
#header2016 .main-menu .hamburger.hover {
background: #fff;
}
#header2016 #hamburger-dd {
display: none;
position: absolute;
z-index: 110;
top: 0px;
left: 0px;
margin-top: 60px;
width: 100%;
height: 360px;
background: #fff;
cursor: initial;
}
#header2016 .main-menu .hamburger.hover #hamburger-dd {
display: block;
border-bottom: 2px solid #8b0000;
}
#hamburger-dd > .content {
margin: 0px auto;
width: 1148px;
}
#hamburger-dd .titles {
overflow: hidden;
}
#hamburger-dd .titles > .title {
float: left;
width: 287px;
font-family: 'Roboto';
font-weight: 400;
font-size: 16px;
line-height: 92px;
text-transform: uppercase;
text-align: center;
color: #333;
}
#hamburger-dd .cols > .col {
box-sizing: border-box;
position: relative;
float: left;
border-right: 1px solid #ebebeb;
width: 287px;
height: 222px;
}
#hamburger-dd .cols > .col:last-child {
border-right: 0;
}
#hamburger-dd .cols > .col.newspaper {
text-align: center;
}
#hamburger-dd .cols > .col.newspaper img {
margin-top: 3px;
margin-bottom: 8px;
border: 1px solid #ebebed;
padding: 4px;
width: 70px;
background: #fff;
box-shadow: 0px 0px 10px #e0e0e0;
}
#hamburger-dd .cols > .col.newspaper p {
display: block;
margin: 0px auto;
width: 155px;
font-family: 'Roboto';
font-weight: 400;
font-size: 12px;
line-height: 18px;
}
#hamburger-dd .cols > .col.program p {
margin: 0px auto 10px auto;
width: 203px;
font-family: 'Roboto';
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #333;
}
#hamburger-dd .cols > .col.program p.title {
font-weight: 700;
text-transform: uppercase;
}
#hamburger-dd .cols > .col.program p.lead {
border-bottom: 1px solid #ebebeb;
padding-bottom: 30px;
height: 75px;
overflow: hidden;
}
#hamburger-dd .cols > .col .sep {
margin: 35px auto 0px auto;
width: 203px;
height: 1px;
background: #ebebeb;
}
#hamburger-dd .cols > .col.weather svg {
display: block;
margin: 2px auto 30px auto;
width: 54px;
}
#hamburger-dd .cols > .col.weather p {
font-family: 'Roboto';
font-weight: 400;
font-size: 12px;
line-height: 15px;
text-align: center;
color: #333;
}
#hamburger-dd .cols > .col.weather .temperature {
margin: 0px auto 26px auto;
width: 130px;
height: 28px;
}
#hamburger-dd .cols > .col.weather .temperature .average {
float: left;
border-right: 1px solid #ccd1db;
width: 71px;
height: 30px;
font-family: 'Roboto';
font-weight: 300;
font-size: 36px;
line-height: 30px;
color: #333;
text-align: center;
}
#hamburger-dd .cols > .col.weather .temperature .max {
float: right;
padding-left: 15px;
width: 43px;
font-family: 'Roboto';
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #333;
}
#hamburger-dd .cols > .col.weather .temperature .min {
float: right;
padding-left: 15px;
width: 43px;
font-family: 'Roboto';
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #929292;
}
#hamburger-dd .cols > .col.social .row {
margin: 20px auto;
width: 204px;
}
#hamburger-dd .cols > .col.social .row:first-child {
margin-top: 0px;
}
#hamburger-dd .cols > .col.social .sep {
margin-bottom: 35px;
}
#hamburger-dd .cols > .col.social .row > iframe {
margin-right: 14px;
}
#hamburger-dd .cols > .col.social .rss {
position: relative;
box-sizing: border-box;
display: inline-block;
vertical-align: middle;
margin-right: 14px;
padding-left: 32px;
width: 78px;
height: 28px;
border-radius: 3px;
font-size: 14px;
line-height: 28px;
text-decoration: none;
background-color: #ff4403;
color: #fff;
}
#hamburger-dd .cols > .col.social .rss:before {
content: ' ';
position: absolute;
z-index: 1;
left: 11px;
top: 7px;
width: 13px;
height: 13px;
background-image: url("/static/style/nso/2012/img/header-2016-sprite.png");
background-repeat: no-repeat;
background-position: -291px -40px;
}
#hamburger-dd .cols > .col.social .instagram-follow-button {
display: inline-block;
vertical-align: middle;
width: 112px;
height: 28px;
background: url("/static/style/nso/2012/img/social-follow-sprite.png");
background-repeat: no-repeat;
background-position: -83px 0px;
}
#hamburger-dd a.button {
position: absolute;
bottom: 0px;
left: 50%;
box-sizing: border-box;
display: block;
margin-left: -65px;
border: 1px solid #ccd1db;
border-radius: 2px;
width: 130px;
height: 30px;
font-family: 'Roboto';
font-weight: 400;
font-size: 12px;
line-height: 28px;
text-transform: uppercase;
text-decoration: none;
text-align: center;
background: #fff;
color: #9599a0;
transition: background .2s ease-out 0s;
}
#hamburger-dd a.button:hover {
background: #ebebeb;
}

#header2016 .main-menu .searcher form {
position: absolute;
z-index: 20;
right: 15px;
top: 0px;
display: block;
width: 0px;
height: 60px;
overflow: hidden;
transition: width .1s ease-in-out 0s;
}
#header2016 .main-menu .searcher form input[type="text"] {
float: right;
box-sizing: border-box;
border: 0;
margin-top: 12px;
padding: 0px 20px;
width: 994px;
height: 40px;
background: #fff;
font-family: "Open Sans";
font-size: 18px;
line-height: 38px;
}
#header2016 .main-menu .searcher form input[type="submit"] {
box-sizing: border-box;
position: absolute;
top: 26px;
right: 13px;
border: 0;
width: 15px;
height: 15px;
background-color: #fff;
background-image: url("/static/style/nso/2012/img/header-2016-sprite.png");
background-repeat: no-repeat;
background-position: -174px -40px;
cursor: pointer;
}
#header2016 .main-menu .searcher.opened {
border-left: 0;
cursor: default;
}
#header2016 .main-menu .searcher.opened form {
width: 1012px;
background: #8b0000;
}
#header2016 .main-menu .hamburger svg.icon {
display: block;
margin-top: 22px;
margin-left: 24px;
width: 20px;
height: 20px;
fill: #fff;
}
#header2016 .main-menu .hamburger.hover svg.icon {
fill: #333;
}
#header2016 .main-menu .searcher svg.icon {
display: block;
margin-top: 25px;
margin-left: 26px;
width: 15px;
height: 15px;
fill: #fff;
}

#header2016 .main-menu .newsletter a {
display: block;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: center;
}
#header2016 .tags {
background: #111;
height: 38px;
}
#header2016 .tags > div {
margin: 0px auto;
width: 1218px;
height: 38px;
overflow: hidden;
}
#header2016 .tags ul {
float: left;
}
#header2016 .tags ul > li {
display: inline-block;
height: 38px;
}
#header2016 .tags ul > li:first-child {
position: relative;
margin-left: 138px;
}
#header2016 .tags ul > li:first-child a {
padding-left: 30px;
}
#header2016 .tags ul > li:first-child a:before {
content: ' ';
display: block;
position: absolute;
top: 9px;
left: 5px;
width: 18px;
height: 18px;
background-image: url("/static/style/nso/header2016/nso_header_flame.svg");
}
#header2016 .tags ul > li > a {
position: relative;
display: block;
padding: 0px 7px;
font-family: "Open Sans";
font-size: 11px;
line-height: 38px;
text-transform: uppercase;
color: #7a7a7a;
text-decoration: none;
cursor: pointer;
}
#header2016 .tags ul > li > a:after {
content: ' ';
pointer-events: none;
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
transition: background-color .3s ease-in-out 0s;
}
#header2016 .tags ul > li > a:hover:after {
background-color: rgba(255, 255, 255, .1);
}
#header2016 .tags ul > li > a > img {
display: inline-block;
vertical-align: -4px;
margin-right: 6px;
max-height: 18px;
}
#header2016 .tags > div > a.ad {
float: right;
margin-top: 8px;
margin-right: -3px;
}

#header2016 .main-menu ul > li > .submenu-container .content {
position: relative;
margin: 0px auto;
width: 1218px;
height: 360px;
overflow: hidden;
}
#header2016 .submenu-container .categories {
margin: 0px auto;
border-bottom: 1px solid #ebebeb;
width: 1062px;
height: 70px;
}
#header2016 .submenu-container .categories > ul {
height: 70px;
white-space: nowrap;
overflow: hidden;
}
#header2016 .submenu-container .categories > ul > li {
display: inline-block;
margin-right: 5px;
height: 70px;
text-align: center;
}
#header2016 .submenu-container .categories > ul > li:first-child {
margin-left: 1px;
}
#header2016 .submenu-container .categories > ul > li:last-child {
margin-right: 0px;
}
#header2016 .submenu-container .categories > ul > li > a {
display: block;
padding: 0px 15px;
height: 70px;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 70px;
text-transform: uppercase;
text-decoration: none;
text-align: center;
color: #333333;
cursor: pointer;
}
#header2016 .submenu-container .categories > ul > li.active > a,
#header2016 .submenu-container .categories > ul > li > a:hover {
font-weight: 500;
color: #8b050e;
}
#header2016 .submenu-container .categories > ul > li > a::after {
display: block;
content: attr(title);
font-weight: 500;
height: 1px;
color: transparent;
overflow: hidden;
visibility: hidden;
margin-bottom: -1px;
}
#header2016 .submenu-container .left-arrow {
position: absolute;
top: 201px;
left: 12px;
width: 24px;
height: 24px;
fill: #ccd1db;
cursor: pointer;
}
#header2016 .submenu-container .right-arrow {
position: absolute;
top: 201px;
right: 12px;
width: 24px;
height: 24px;
fill: #ccd1db;
cursor: pointer;
}
#header2016 .submenu-container .dots {
position: absolute;
left: 0px;
bottom: 20px;
width: 100%;
height: 7px;
text-align: center;
}
#header2016 .submenu-container .dots .dot {
display: inline-block;
width: 7px;
height: 7px;
margin: 0px 6px;
background-image: url("/static/style/nso/2012/img/header-2016-sprite.png");
background-repeat: no-repeat;
background-position: -237px -40px;
}
#header2016 .submenu-container .dots .dot.active {
background-position: -244px -40px;
cursor: default;
}
#header2016 .submenu-container .submenu-page {
position: absolute;
left: 1220px;
margin-top: 20px;
width: 1062px;
font-family: 'Roboto', sans-serif;
font-size: 12px;
line-height: 18px;
color: #333;
text-decoration: none;
text-transform: uppercase;
}
#header2016 .submenu-container .submenu-page.active {
left: 78px;
}
#header2016 .submenu-container .submenu-page a {
font-family: 'Roboto', sans-serif;
font-size: 12px;
line-height: 18px;
color: #333;
text-decoration: none;
text-transform: uppercase;
transition: background .2s ease-out 0s;
}
#header2016 .submenu-container .cols {
width: 1062px;
overflow: hidden;
}
#header2016 .submenu-container .cols .col {
float: left;
border-right: 1px solid #ebebeb;
width: 204px;
qheight: 222px;
}
#header2016 .submenu-container .cols .col:nth-child(1) {
padding-right: 39px;
}
#header2016 .submenu-container .cols .col:nth-child(2) {
padding-left: 38px;
padding-right: 45px;
}
#header2016 .submenu-container .cols .col:nth-child(3) {
padding-left: 44px;
padding-right: 39px;
}
#header2016 .submenu-container .cols .col:nth-child(4) {
padding-left: 38px;
border-right: 0;
}

/* szoveges link */

#header2016 .submenu-page li.l3-style-text {
	height: 56px;
}
#header2016 .submenu-page li.l3-style-text > a {
	display: block;
	padding-left: 11px;
	height: 56px;
	line-height: 56px;
	white-space: nowrap;
	overflow: hidden;
}
#header2016 .submenu-page li.l3-style-text > a:hover {
	background: #ebebeb;
}

/* kis logo */

#header2016 .submenu-page li.l3-style-small-logo {
	height: 56px;
}
#header2016 .submenu-page li.l3-style-small-logo > a {
	display: block;
	padding-left: 11px;
	height: 56px;
	line-height: 56px;
	white-space: nowrap;
	overflow: hidden;
}
#header2016 .submenu-page li.l3-style-small-logo > a:hover {
	background: #ebebeb;
}
#header2016 .submenu-page li.l3-style-small-logo > a > img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	width: 35px;
}

/* nagy logo */

#header2016 .submenu-page li.l3-style-big-logo {
	height: 222px;
}
#header2016 .submenu-page li.l3-style-big-logo > a {
	box-sizing: border-box;
	display: block;
	padding: 15px 10px;
	height: 222px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
#header2016 .submenu-page li.l3-style-big-logo > a:hover {
	background: #ebebeb;
}
#header2016 .submenu-page li.l3-style-big-logo > a > img {
	display: block;
	margin: 0px auto 15px auto;
	height: 100px;
}

/* sticky */

#header2016.sticky-active {
	position: fixed;
	width: 100%;
}
#header2016.sticky-active .main-menu {
	height: 40px;
}
#header2016.sticky-active .main-menu > .w {
	height: 40px;
}
#header2016.sticky-active .main-menu a.logo {
	position: relative;
	margin-left: 0px;
	width: 130px;
	height: 40px;
	background: none;
	text-align: center;
}
#header2016.sticky-active .main-menu a.logo svg.nso-logo {
	display: none;
}
#header2016.sticky-active .main-menu a.logo svg.ns-logo {
	display: inline-block;
	margin-top: 5px;
	width: 30px;
	height: 30px;
	fill: #fff;
	pointer-events: none;
}
#header2016.sticky-active #main-menu-l1 {
	margin-left: -2px;
}
#header2016.sticky-active #main-menu-l1 > li {
	height: 40px;
}
#header2016.sticky-active #main-menu-l1 > li > a {
	height: 40px;
	line-height: 40px;
}
#header2016.sticky-active .main-menu a.user {
	height: 40px;
}
#header2016.sticky-active .main-menu a.user svg.icon {
	margin: 11px auto 9px auto;
}
#header2016.sticky-active .main-menu .searcher {
	height: 40px;
}
#header2016.sticky-active .main-menu .searcher svg.icon {
	margin: 13px auto 12px auto;
}
#header2016.sticky-active .main-menu .hamburger,
#header2016.sticky-active .main-menu .newsletter,
#header2016.sticky-active .main-menu .sportradio-button {
	height: 40px;
}
#header2016.sticky-active .main-menu .sportradio-button p {
	display: none;
}
#header2016.sticky-active .main-menu .hamburger #hamburger-dd {
	margin-top: 40px;
}
#header2016.sticky-active .main-menu .hamburger svg.icon {
	margin: 11px auto 0px auto;
}
#header2016.sticky-active .tags {
	height: 30px;
}
#header2016.sticky-active .tags > div {
	height: 30px;
}
#header2016.sticky-active .tags ul > li {
	height: 30px;
}
#header2016.sticky-active .tags ul > li:first-child a:before {
	top: 5px;
}
#header2016.sticky-active .tags ul > li > a {
	line-height: 30px;
}
#header2016.sticky-active .tags > div > a.ad {
	margin-top: 4px;
}
#header2016.sticky-active .main-menu .searcher form {
	top: 0px;
	height: 40px;
}
#header2016.sticky-active .main-menu .searcher.opened form {
	width: 997px;
}
#header2016.sticky-active .main-menu .searcher form input[type="text"] {
	margin-top: 0px;
	height: 39px;
	font-size: 14px;
	line-height: 38px;
}
#header2016.sticky-active .main-menu .searcher form input[type="submit"] {
	top: 12px;
}
#header2016.sticky-active #main-menu-l1 > li > .submenu-container {
	margin-top: 40px;
}

/* mobile menu 2016 */

#header2016-mm {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
}
#header2016-mm div {
	box-sizing: border-box;
}
#header2016-mm .sp {
	display: block;
	background-image: url("/static/style/nso/2012/img/header-2016-mobil-sprite.png?v=2");
	background-repeat: no-repeat;
	background-position: -0px -0px;
}
#header2016-mm .sp-logo			{	background-position:	-0px -0px;		width: 76px;	height: 38px; }
#header2016-mm .sp-searcher		{	background-position:	-76px -0px;		width: 26px;	height: 26px; }
#header2016-mm .sp-hamburger	{	background-position:	-102px -0px;	width: 24px;	height: 24px; }
#header2016-mm .sp-ball			{	background-position:	-126px -0px;	width: 26px;	height: 26px; }
#header2016-mm .sp-ball-2		{	background-position:	-152px -0px;	width: 26px;	height: 26px; }
#header2016-mm .sp-handball		{	background-position:	-178px -0px;	width: 26px;	height: 26px; }
#header2016-mm .sp-f1			{	background-position:	-204px -0px;	width: 26px;	height: 26px; }
#header2016-mm .sp-group		{	background-position:	-230px -0px;	width: 26px;	height: 26px; }
#header2016-mm .sp-results		{	background-position:	-256px -0px;	width: 26px;	height: 26px; }
#header2016-mm .sp-video		{	background-position:	-282px -0px;	width: 26px;	height: 26px; }
#header2016-mm .sp-newspaper	{	background-position:	-308px -0px;	width: 26px;	height: 26px; }
#header2016-mm .sp-weather		{	background-position:	-334px -0px;	width: 26px;	height: 26px; }
#header2016-mm .sp-tv			{	background-position:	-360px -0px;	width: 26px;	height: 26px; }
#header2016-mm .sp-facebook		{	background-position:	-386px -0px;	width: 26px;	height: 26px; }
#header2016-mm .sp-arrow-right	{	background-position:	-412px -0px;	width: 24px;	height: 24px; }
#header2016-mm .sp-cross		{	background-position:	-436px -0px;	width: 24px;	height: 24px; }
#header2016-mm .sp-foci-vb		{	background-position:	-460px -0px;	width: 20px;	height: 42px; }
#header2016-mm .menu > ul > li > .icon > span.sp-foci-vb {
	margin-top: 29px;
	margin-left: 29px; 
}

#header2016-mm .head {
	position: relative;
	z-index: 1030;
	border-bottom: 2px solid #7a0000;
	height: 52px;
	background: #8b0000;
}
#header2016-mm .head .menu-toggler {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#header2016-mm .head .menu-toggler.opened > span.sp-hamburger,
#header2016-mm .head .menu-toggler:not(.opened) > span.sp-cross {
	display: none;
}
#header2016-mm .head .searcher-toggler {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#header2016-mm .head .sportradio-button-mobil {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#header2016-mm .head .sportradio-button-mobil a {
	display: block;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 10px;
}
#header2016-mm .head .searcher-toggler > span,
#header2016-mm .head .menu-toggler > span {
	margin-top: 11px;
	margin-left: 13px;
}
#header2016-mm .head .menu-toggler > span {
	margin-top: 14px;
}
#header2016-mm .head a.logo {
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -38px;
	width: 76px;
	height: 50px;
}
#header2016-mm .head a.logo svg {
	margin-top: 8px;
	fill: #fff;
}
#header2016-mm .searcher {
	box-sizing: border-box;
	position: relative;
	z-index: 1150;
	width: 100%;
	height: 0px;
	background: #efe1e1;
	overflow: hidden;
}
#header2016-mm .searcher.opened {
	border-bottom: 1px solid #3c1d1d;
	height: 99px;
}
#header2016-mm .searcher input {
	box-sizing: border-box;
	margin: 0;
	border: none;
	border-bottom: 1px solid #710000;
	padding: 0;
	padding-left: 30px;
	width: 100%;
	height: 98px;
	background: #efe1e1;
	font-family: 'Roboto';
	font-size: 28px;
	line-height: 98px;
	text-transform: uppercase;
	color: #333;
}
#header2016-mm .searcher input:focus {
	outline: none;
}
#header2016-mm .overlay {
	display: none;
	position: fixed;
	z-index: 900;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(43, 43, 43, .70);
}
#header2016-mm .overlay.show {
	display: block;
}
#header2016-mm .menu {
	position: fixed;
	z-index: 1100;
	top: 52px;
	left: -560px;
	width: 560px;
	height: calc(100% - 52px);
	background: #fff;
	overflow: hidden;
	overflow-y: auto;
	transition: left .2s ease-out 0s;
}
#header2016-mm .menu.opened {
	left: 0px;
}
#header2016-mm .menu > ul {
	position: relative;
	width: 560px;
	transform-origin: top left;
}
#header2016-mm .menu > ul > li {
	width: 560px;
	height: 100px;
	overflow: hidden;
}
#header2016-mm .menu > ul > li > .icon {
	position: fixed;
	float: left;
	border-bottom: 2px solid #7b0000;
	width: 80px;
	height: 100px;
	background: #8b0000;
	cursor: pointer;
}
#header2016-mm .menu > ul > li > .icon > span {
	margin-top: 36px;
	margin-left: 27px;
}
#header2016-mm .menu > ul > li > .text {
	float: left;
	margin-left: 80px;
	border-bottom: 2px solid #ebebeb;
	padding-left: 35px;
	width: calc(100% - 80px - 73px);
	height: 100px;
	font-family: "Oswald";
	font-size: 22px;
	line-height: 98px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
}
#header2016-mm .menu > ul > li > .more {
	float: left;
	border-bottom: 2px solid #ebebeb;
	width: 73px;
	height: 100px;
	cursor: pointer;
}
#header2016-mm .menu > ul > li > .more > span {
	margin-top: 38px;
}
#header2016-mm .menu > ul > li.active > .icon {
	background: #000;
}
#header2016-mm .sub-menu {
	position: absolute;
	top: 0px;
	left: 560px;
	width: 480px;
	height: 100%;
	background: #fff;
	visibility: hidden;
	transition: left .2s ease-out 0s;
}
#header2016-mm .menu > ul > li.active > .sub-menu {
	left: 80px;
	visibility: visible;
}
#header2016-mm .sub-menu .title {
	padding-left: 35px;
	height: 98px;
	font-family: "Oswald";
	font-size: 22px;
	line-height: 98px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #000;
}
#header2016-mm .sub-menu > ul {
	margin-top: 2px;
}
#header2016-mm .sub-menu > ul > li {
	height: 100px;
	overflow: hidden;
	transition: height .2s ease-out 0s;
}
#header2016-mm .sub-menu > ul > li.active {
	height: 100%;
}
#header2016-mm .sub-menu > ul > li:first-child:last-child > a {
	display: none;
}
#header2016-mm .sub-menu > ul > li > a {
	display: block;
	border-bottom: 2px solid #ebebeb;
	padding-left: 30px;
	height: 98px;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 22px;
	line-height: 98px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
#header2016-mm .sub-menu > ul > li.active > a {
	color: #8b0000;
}
#header2016-mm .sub-menu > ul > li > ul {
	border-bottom: 2px solid #ebebeb;
	height: 0px;
	transition: height .2s ease-out 0s;
}
#header2016-mm .sub-menu > ul > li.active > ul {
	height: auto;
}
#header2016-mm .sub-menu > ul > li > ul > li {
	padding-left: 30px;
	padding-right: 20px;
	background: #fff;
}
#header2016-mm .sub-menu > ul > li > ul > li > a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	padding-left: 30px;
	height: 100px;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
}
#header2016-mm .sub-menu > ul > li > ul > li > a > img {
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	max-width: 60px;
	max-height: 60px;
}
#header2016-mm .sub-menu > ul > li > ul > li > ul {

}
#header2016-mm .sub-menu > ul > li > ul > li > ul > li {

}
#header2016-mm .sub-menu > ul > li > ul > li > ul > li > a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	padding-left: 75px;
	height: 100px;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #818181;
}

@media handheld, only screen and (max-width: 1218px) {
	#header2016 .main-menu > .w {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}
	#header2016 .main-menu .searcher.opened form {
		width: calc(100vw - 240px);
	}
	#header2016 .main-menu .searcher form input[type="text"] {
		width: calc(100vw - 258px);
	}
}


@media handheld, only screen and (max-width: 960px) {
	#header2016 {
		display: none;
	}
	#header2016-mm-placeholder,
	#header2016-mm {
		display: block;
	}
}

body.mobil #header2016 {
	display: none;
}
body.mobil #header2016-mm-placeholder,
body.mobil #header2016-mm {
	display: block;
}

/* FINA 2017 módosulatok */

body.fina2017 #header2016 {
	background-color: transparent;
	background-image: url("/static/style/nso/fina2017/channel/bg-header.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body.fina2017 #header2016 .main-menu .hamburger,
body.fina2017 #header2016 .main-menu .searcher,
body.fina2017 #header2016 .main-menu a.user,
body.fina2017 #header2016 .b-row {
	border-color: rgba(17, 17, 17, .23);
}
body.fina2017 #header2016.sticky-active .main-menu a.logo {
	left: 0px;
	top: 0px;
	width: 125px;
	height: 40px;
}
body.fina2017 #header2016 .main-menu a.logo:after {
	background: url("/static/style/nso/header2016/nso_header_logo_highlight_2.png");
}
body.fina2017 #header2016.sticky-active #main-menu-l1 > li:first-child {
	margin-left: 7px;
}
body.fina2017 #header2016 .main-menu .searcher.opened form {
	background-color: transparent;
}
body.fina2017 #header2016 .main-menu .searcher form input[type="submit"] {
	filter: grayscale(100%);
}
body.fina2017 #header2016.sticky-active .tags ul > li:first-child {
	margin-left: 16px;
}
body.fina2017 #header2016 #main-menu-l1 > li.hover > .submenu-container {
	border-color: #329ed2;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, .2);
}
body.fina2017 #header2016 .main-menu .hamburger.hover #hamburger-dd {
	border-color: #329ed2;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, .2);
}
body.fina2017 #header2016 .submenu-container .categories > ul > li.active > a,
body.fina2017 #header2016 .submenu-container .categories > ul > li > a:hover {
	color: #329ed2;
}
body.fina2017 #header2016 .submenu-container .dots .dot.active {
	filter: hue-rotate(210deg) brightness(1.8);
}
body.fina2017 #header2016 .b-row .goAdverticum a,
body.fina2017 #header2016 .b-row .goAdverticum iframe {
	display: block;
	margin: 0px auto;
}

@media screen and (max-width: 1300px) {
	#header2016 .tags > div {
		max-width: 100vw;
	}
}

/* FOCI VB 2018 módosulatok */

body.vb18 #header2016 {
	background-image: url("/static/style/nso/foci-vb-2018/bg-header.jpg");
	background-repeat: repeat;
	background-position: center bottom;
}
body.vb18 #header2016 .main-menu #main-menu-l1 > li[data-name="Foci VB 2018"] > a {
	position: relative;
	padding-right: 103px;
}
body.vb18 #header2016 .main-menu #main-menu-l1 > li[data-name="Foci VB 2018"] > a:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 105px;
	top: 15px;
	border-left: 1px solid rgba(0, 0, 0, .23);
	width: 75px;
	height: 30px;
	background-image: url("/static/style/nso/foci-vb-2018/adidas-main-menu.jpg");
	background-repeat: no-repeat;
	background-position: right 0px;
}
body.vb18 #header2016.sticky-active .main-menu #main-menu-l1 > li[data-name="Foci VB 2018"] > a:before {
	top: 5px;
}
body.vb18 #header2016 .main-menu a.logo:after {
	display: none;
}

body.vb18 #header2016-mm .menu > ul > li.active[data-name="Foci VB 2018"] > .icon {
	background: #022d71;
}
body.vb18 #header2016-mm .menu > ul > li[data-name="Foci VB 2018"] > .sub-menu > .title {
	background-color: #022d71;
	background-image: url("/static/style/nso/foci-vb-2018/logo-white.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 19px) center;
	color: #fff;
}
body.vb18 #header2016-mm .menu > ul > li[data-name="Foci VB 2018"] > .sub-menu > ul {
	background-color: #f2ebe3;
	background-image: url("/static/style/nso/foci-vb-2018/bg-mobil-menu.jpg");
	background-repeat: repeat-x;
	background-position: center top;
}
body.vb18 #header2016-mm .menu > ul > li[data-name="Foci VB 2018"] > .sub-menu > ul > li.foci-vb-2018-ad {
	background-image: url("/static/style/nso/foci-vb-2018/adidas-mobil-menu.jpg");
	background-repeat: no-repeat;
	background-position: calc(100% - 19px) center;
}
body.vb18 #header2016-mm .menu > ul > li[data-name="Foci VB 2018"] > .sub-menu > ul > li > a {
	border-bottom-color: rgba(0, 0, 0, .1);
	color: #a0874f;
}
body.vb18 #header2016-mm .menu > ul > li[data-name="Foci VB 2018"] > .sub-menu > ul > li.foci-vb-2018-ad > a {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 22px;
	text-transform: none;
	color: #52504d;
}

