/* NAVBAR STYLING */

header {
	height: 150px;
	margin-bottom: -150px;
	position: relative;
	z-index: 1033;
}

#first-menu {
	height: 150px;
	width: 100%;
}

#sw-nav {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: transparent;
	border-color: transparent;
	height: 150px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
}

.languages-list {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 0px 15px;
}

.languages-list li {
	display: inline-block;
	margin-right: 15px;
}

.languages-list li .lang-item {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

.lang-item {
	text-transform: uppercase;
}

.languages-list li .lang-item.active {
	font-weight: 700;
}

/* NAVBAR FIXED */

header #fixed-menu {
	display: none;
}

header #fixed-menu.open {
	display:table;
	position: fixed;
	width: 100%;
	top:0;
	z-index: 1032;
}

#sw-nav-fixed {
	width: 100%;
	background-color: transparent;
	border-color: transparent;
	height: 50px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
}

#sw-bar.collapse {
	display: none !important
}

#sw-bar.collapse.in {
	display: block !important
}

#sw-nav-fixed .sw-menu {
	height: auto !important;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	color: #000;
}

#menuButton2 {
	border: 0px;
}

#menuButton2:focus, #menuButton2:hover {
	background-color: transparent;
}

#menuButton2 .burger-icon.changed, #menuButton2 .burger-icon.changed::before, #menuButton2 .burger-icon.changed::after {
	background-color: #000;
}

#menuButton2.is-active .burger-icon.changed {
	background-color: transparent;
}

/* EOF NAVBAR FIXED */

.sw-brand {
	padding: 0px;
	height: auto;
}

.sw-brand img {
	height: auto;
	max-width: 150px;
}

.sw-menu {
	height: auto;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	color: #000;
}

.sw-menu li a {
	color: #000;
	text-transform: uppercase;
}

.sw-menu li a.active {
	color: #000;
	font-weight: 700;
}

.sw-menu li.open a {
	background-color: transparent !important;
}

#sw-nav .navbar-nav>li>.dropdown-menu {
	width: 100%;
	padding: 5px;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.8);

}

#sw-nav .navbar-nav .dropdown-menu>li>a {
	color: #000 !important;
	padding: 0px 0px !important;
}

#sw-nav .navbar-nav .dropdown-menu>li>a:hover,
#sw-nav .navbar-nav .dropdown-menu>li>a:focus {
	color: #808080 !important;
	background-color: transparent;
}

#sw-nav .navbar-nav .dropdown-menu>li {
	padding: 5px 10px;
}

#sw-nav .dropdown-menu>.active>a,
#sw-nav .dropdown-menu>.active>a:focus,
#sw-nav .dropdown-menu>.active>a:hover {
	color: #fff;
	background-color: #DA291C;
}

/* EOF STYLING */
