/* style custom (alap 4)
----------------------------------------------------------- */
.mdmegamenu {
	font-size: 1em;
}

.mdmegamenu h1,
.mdmegamenu h2,
.mdmegamenu h3,
.mdmegamenu h4,
.mdmegamenu h5,
.mdmegamenu h6 {
  color: #fff;
}

.mdmegamenu h1 small,
.mdmegamenu h2 small,
.mdmegamenu h3 small,
.mdmegamenu h4 small,
.mdmegamenu h5 small,
.mdmegamenu h6 small {
    color: #555;
}

/* horizontal */
.md-horizontal {
}

 {
/*	font-family: 'OpenSans-Light', 'Trebuchet MS', Arial, Helvetica, sans-serif;*/
}

.md-custom h3 {
	font-size: 1em;
}

.md-custom ul li.mm-item {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

.md-custom .mm-container {
	margin-left: -154px;
	width: 930px;
}

 .mm-item > a,
 .mm-item > a:link,
 .mm-item > a:visited {
	background: url("../images/fomenu-hatter.png") left center repeat-x;
	line-height: 70px;
/*	color: #72bf44;*/
	color: #2547A0;
	text-transform: uppercase;
	text-align: center;
	width: 193px;
	font-weight: bold;
/*	font-family: "OpenSans-Bold", Verdana, Tahoma, "DejaVu Sans", sans-serif;*/

}

 .mm-item > a:hover,
 .mm-item > a:active {
	background: url("../images/fomenu-hatter-hover.png") left center repeat-x;
	text-decoration: none;
	color: #fff;
}

 .mm-item.last > a {
	width: 193px;
}

 .mm-item > a.with-arrow {
	padding-right: 34px;
}

 .mm-active > a,
 .mm-active > a:link,
 .mm-active > a:visited {
	font-weight: bold;
/*	font-family: "OpenSans-Bold", Verdana, Tahoma, "DejaVu Sans", sans-serif;*/
}

 .mm-hover > a,
 .mm-hover > a:link,
 .mm-hover > a:visited,
 .mm-hover.last > a,
 .mm-hover.last > a:link,
 .mm-hover.last > a:visited{
	background: url("../images/fomenu-hatter-hover.png") left center repeat-x;
  color: #fff;;
}

 ul.mm-container li.mm-hover > a,
 ul.mm-container li.mm-hover > a:hover,
 ul.mm-container a:hover,
 ul.mm-container .mm-active > a,
 ul.mm-container .mm-active > a:link,
 ul.mm-container .mm-active > a:visited {
}

 .mm-container {
/*	background: #72bf44;*/
	background: #2547A0;
	top: 70px;
	/* height: 300px; */
}

.mm-container a:hover {
	border-bottom: none;
}

 .mm-container a,
 .mm-container a:link,
 .mm-container a:visited {
  color: #fff;
}

 .mm-sub h3.mm-header {
   font-weight: bold;
/*  font-family: "OpenSans-Bold", Verdana, Tahoma, "DejaVu Sans", sans-serif;*/
}

.mm-sub ul li {
	background: none;
}

/* vertical style */
.md-vertical {
	height: auto;
}
.md-vertical .mm-container {
    border-top: none;
    border-left: 3px solid #76ADF0;
}
.md-vertical ul.mm-container {
    border-top: none;
}
.md-vertical ul.megamenu {
	padding: 0;
}

.md-vertical ul.megamenu > li {
		padding-left: 10px;
    margin-right: 2px;
}

.md-vertical-rtl ul.megamenu > li {
		padding-left: 0;
    margin-right: 0;
		padding-right: 10px;
    margin-left: 2px;
}

.md-vertical ul.megamenu > li.mm-hover {
    margin-right: 0;
}

.md-vertical .mm-item > a {
		line-height: 22px;
		padding: 7px 0 7px 20px;
    margin: 0 0 1px;
    border: 1px solid #eee;
    background: #FBFBFB;
    background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(251,251,251) 100%);
    background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(251,251,251)));
    background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(251,251,251) 100%);
    background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(251,251,251) 100%);
    background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(251,251,251) 100%);
    background-image:linear-gradient(-180deg,rgb(255,255,255) 0%,rgb(251,251,251) 100%);
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

.md-vertical-rtl .mm-item > a {
		padding-left: 30px;
}

.md-vertical.md-withdesc .mm-item > a {
    padding-bottom: 0;
}

.md-vertical ul.megamenu > li.mm-hover a {
    border-right: none;
}

.md-vertical li.mm-hover > a {
	background: #76ADF0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.md-vertical-rtl li.mm-hover > a {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
		-webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* menu item with description */
.md-withdesc .mm-item > a span.mm-desc {
	font-size: 11px;
	line-height: 1.4em;
	margin-top: -10px;
	padding-bottom: 10px;
	text-transform: none;
}

.md-vertical.md-withdesc .mm-item > a span.mm-desc {
    margin-top: 0;
}

 .mm-hover > a span.mm-desc {
	color: #fff
}

/* fixed bottom */
.mm-fixed-bottom {
    padding-top: 0;
    padding-bottom: 3px;
}

.mm-fixed-bottom .mm-item > a:hover {
    border-color: #FFDE84;
}

.mm-fixed-bottom .mm-container {
    border-top: none;
    border-bottom: 3px solid #76ADF0;
}

 .mm-toggle {
    background-image: url(../images/fixed-toggle.png);
    background-color: #fff;
    height: 44px;
}

.mm-fixed-bottom .mm-hover > a,
.mm-fixed-bottom .mm-hover > a:link,
.mm-fixed-bottom .mm-hover > a:visited {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* arrow */
 .mm-arrow {
    background: url(../images/mm-arrow.png) no-repeat 0 0;
    margin-top: -6px;
    right: 13px;
    width: 13px;
    height: 12px;
}

 .mm-hover .mm-arrow,
 .mm-active .mm-arrow {
    background-position: -13px 0;
}

.md-withdesc ul.mm-container .mm-arrow {
    top: 50%;
}

 ul.mm-container li .mm-arrow,
.md-vertical .mm-arrow {
    background-position: -52px 0;
    width: 13px;
    height: 12px;
}

.md-vertical-rtl ul.mm-container li .mm-arrow,
.md-vertical-rtl .mm-arrow {
    background-position: -78px 0;
}

 ul.mm-container a:hover .mm-arrow,
.md-vertical .mm-hover .mm-arrow {
    background-position: -65px 0
}

.md-vertical-rtl ul.mm-container a:hover .mm-arrow,
.md-vertical-rtl .mm-hover .mm-arrow {
    background-position: -91px 0
}

.md-vertical .mm-arrow {
    margin-top: -7px;
}

.md-vertical ul.megamenu > li.mm-hover .mm-arrow {
    right: 15px;
}

.md-vertical-rtl .mm-dropdown ul a {
	padding-left: 30px;
}

.mm-fixed-bottom .mm-arrow {
    background-position: -26px 0;
}

.mm-fixed-bottom .mm-hover .mm-arrow {
    background-position: -39px 0;
}

.mm-fixed-bottom ul.mm-container .mm-arrow {
    background-position: -52px 0;
}

/* Added by kkovacs so the items in the menu have some spacing between them. {{{ */
.mm-sub .inner div {
	margin-bottom: 5px;
}
.mm-sub .inner li {
	margin-bottom: 5px;
}
/* }}} */

