.logo img:hover {
	opacity: 1;
	filter: alpha(opacity=1);
}
.logo img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/* second level menu */
.dropdown-menu {
	min-width: 240px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background-color: #fafafa;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.08);
	border: 0px;
	border-top: 8px solid #ea1f26;
	z-index: 103;
}
	
.separator-festmeny {
    display: block;
    width: 400px;
    height: 5px;
    margin: 15px 0px;
    background-color: #c8555c;
    position: relative;
}
	
@font-face {
	font-family: 'Művész-Neve';
	src: url('fonts/GillSansMTPro-BoldExtCond/font/GillSansMTPro-BoldExtCond.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.header {
    padding: 5px 0px 0px;
	-webkit-box-shadow: 0px 15px 40px 0px rgba(50, 50, 50, 0.08);
	-moz-box-shadow: 0px 15px 40px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 15px 40px 0px rgba(50, 50, 50, 0.08);
}

.fixed-header-on .header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1006;
	opacity: 0;
	filter: alpha(opacity=0);
	border-bottom: 1px solid #f1f1f1;
	padding: 0px 0;
	background-color: rgba(255, 255, 255, 0.95);
}

.navbar.navbar-default {
    margin: 30px 0px 0px;
}

@media (max-width: 992px) {
.navbar.navbar-default {
    margin: 0px 0px 0px;
}
}

.navbar {
//    position: relative;
//    min-height: 50px;
//    margin-bottom: 20px;
    border: 0px solid transparent;
}

/* first level menu items */
.navbar-default .navbar-nav > li > a {
	border: 0px;
}

.navbar-default .navbar-nav > .active > a {
	color: #0a8499;
}

.navbar-default .navbar-nav > li > a:hover {
//	border-color: #ea1f26;
}

.dark-translucent-bg:after {
    background-color: rgba(0, 0, 0, 0.4);
}


.header-top {
	background-color: #f1f1f1;
	border-bottom: 0px;
	-webkit-box-shadow: inset 0px -8px 8px -6px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0px -8px 8px -6px rgba(0,0,0,0.50);
	box-shadow: inset 0px -8px 8px -6px rgba(0,0,0,0.50);
}
.header-top .social-links li {
    padding: 3px 5px 2px;
    border-right: 0px;
    margin: 0;
}
.header-top-dropdown .dropdown>button {
    border-right: 0px;
    border-left: 0px;
}

.header-top-dropdown .dropdown-menu {
    z-index: 103;
    padding: 20px;
    min-width: 300px;
    margin-top: 0px;
}

.header-top-dropdown .dropdown.open>button, .header-top-dropdown .dropdown>button:hover {
	color: #fff;
	background-color: #ea1f26;
}