.rd-navbar {
	position: relative;
	z-index: 14;
	font-family: "Montserrat", sans-serif;
	color: #151515;
}

.rd-navbar li {
	list-style: none;
}

.navbar-button {
	position: relative;
	display: block;
	border: none;
	font-size: 21px;
	width: 18px;
	height: 18px;
	line-height: 1;
	opacity: 1;
	visibility: visible;
	background: none;
	color: inherit;
	transition: .25s ease-in-out;
}

.navbar-button::before, .navbar-button::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .25s, color 0s;
}

.navbar-button::before {
	transform: translate(-50%, -50%) rotate(0) scale(1);
	opacity: 1;
}

.navbar-button::after {
	content: '\f24c';
	transform: translate(-50%, -50%) rotate(90deg) scale(0);
	font-family: 'Material Design Icons';
	opacity: 0;
}

.navbar-button:hover {
	color: #ff7a00;
}

.navbar-button.navbar-info-active::before, .navbar-button.navbar-social-active::before, .navbar-button.active::before {
	transform: translate(-50%, -50%) rotate(-90deg) scale(0);
	opacity: 0;
}

.navbar-button.navbar-info-active::after, .navbar-button.navbar-social-active::after, .navbar-button.active::after {
	transform: translate(-50%, -50%) rotate(0deg) scale(1);
	opacity: 1;
}

.navbar-logo-link {
	display: block;
}

.navbar-logo-default,
.navbar-logo-inverse {
	margin: 0;
}

.navbar-logo-inverse {
	display: none;
}

.rd-navbar-fixed {
	height: 60px;
}

.rd-navbar-fixed .rd-navbar-outer-info .navbar-container {
	position: fixed;
	top: 0;
	right: 5%;
	z-index: 1;
	display: flex;
	align-items: center;
	height: 60px;
	margin: 0 -5px;
}

.rd-navbar-fixed .rd-navbar-outer-info .navbar-cell {
	padding: 0 5px;
}

.rd-navbar-fixed .rd-navbar-outer-info .navbar-cell:first-child {
	padding-left: 0;
}

.rd-navbar-fixed .rd-navbar-outer-info .navbar-cell:last-child {
	padding-right: 0;
}

.rd-navbar-fixed .rd-navbar-outer-pattern {
	display: none;
}

.rd-navbar-fixed .navbar-panel {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	height: 60px;
	box-shadow: 0 0 28px rgba(93, 93, 102, 0.1);
	background: #fff;
}

.rd-navbar-fixed .navbar-subpanel {
	position: fixed;
	top: 0;
	right: 5%;
	display: flex;
	align-items: center;
	height: 60px;
	margin: 0 -10px;
	padding: 0 10px;
}

.rd-navbar-fixed .navbar-subpanel-item {
	padding: 0 10px;
}

.rd-navbar-fixed .navbar-logo {
	position: fixed;
	top: 4px;
	left: 50%;
	transform: translateX(-50%);
}

.rd-navbar-fixed .navbar-navigation-banner {
	padding: 14px 0;
}

.rd-navbar-fixed .navbar-switch {
	position: fixed;
	top: 0;
	left: 2%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	font-size: 60px;
	line-height: 1;
	border: none;
	background: none;
	color: inherit;
	transition: .2s ease-in-out;
}

.rd-navbar-fixed .navbar-switch:hover, .rd-navbar-fixed .navbar-switch.active {
	color: #ff7a00;
}

.rd-navbar-fixed .navbar-action-button {
	margin: 0;
}

.rd-navbar-fixed .navbar-info {
	position: fixed;
	top: 60px;
	right: 0;
	width: 100%;
	transform: translateY(20%) scale(0.8);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 5px 20px 15px 10px;
	background: #fff;
	box-shadow: 0 14px 14px rgba(93, 93, 102, 0.1);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .2s;
}

.rd-navbar-fixed .navbar-info > * {
	margin-left: 15px;
	margin-top: 10px;
}

@media (min-width: 480px) {
	.rd-navbar-fixed .navbar-info {
		width: auto;
		max-width: 100%;
	}
}

.rd-navbar-fixed.navbar-info-active .navbar-info {
	transform: translateY(0) scale(1);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.rd-navbar-fixed .navbar-info-icon,
.rd-navbar-fixed .navbar-info-link {
	vertical-align: middle;
}

.rd-navbar-fixed .navbar-info-icon {
	margin-right: 4px;
	font-size: 1.3125rem;
	color: #ff7a00;
}

.rd-navbar-fixed .navbar-info-link {
	display: inline-block;
	color: #151515;
	font-weight: 400;
	font-size: 1.0625rem;
}

.rd-navbar-fixed .navbar-info-link:hover {
	color: #ff7a00;
}

.rd-navbar-fixed .navbar-social {
	position: fixed;
	top: 60px;
	right: 0;
	width: 100%;
	transform: translateY(20%) scale(0.8);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 5px 20px 15px 10px;
	background: #fff;
	box-shadow: 0 14px 14px rgba(93, 93, 102, 0.1);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .2s;
}

@media (min-width: 480px) {
	.rd-navbar-fixed .navbar-social {
		width: auto;
		max-width: 100%;
	}
}

.rd-navbar-fixed.navbar-social-active .navbar-social {
	transform: translateY(0) scale(1);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.rd-navbar-fixed .social-icon {
	font-size: 1.3125rem;
}

.rd-navbar-fixed .navbar-button::before {
	pointer-events: none;
}

.rd-navbar-fixed .navbar-navigation {
	position: fixed;
	top: 60px;
	bottom: 0;
	left: -310px;
	width: 300px;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.2;
	transition: .4s;
	background: #fff;
	box-shadow: 0 0 28px rgba(93, 93, 102, 0.1);
}

.rd-navbar-fixed .navbar-navigation-root-item,
.rd-navbar-fixed .navbar-navigation-megamenu,
.rd-navbar-fixed .navbar-navigation-dropdown {
	transition: .4s;
}

.rd-navbar-fixed .navbar-navigation-megamenu,
.rd-navbar-fixed .navbar-navigation-dropdown {
	position: fixed;
	top: 60px;
	bottom: 0;
	left: -310px;
	width: 300px;
	z-index: 2;
	pointer-events: none;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
}

.rd-navbar-fixed .navbar-navigation,
.rd-navbar-fixed .navbar-navigation-megamenu,
.rd-navbar-fixed .navbar-navigation-dropdown {
	padding: 16px 0 30px;
	background: #f6f6f6;
}

.rd-navbar-fixed .navbar-navigation.overlaid,
.rd-navbar-fixed .navbar-navigation-megamenu.overlaid,
.rd-navbar-fixed .navbar-navigation-dropdown.overlaid {
	background: #a7a7a7;
}

.rd-navbar-fixed .navbar-navigation-root-link,
.rd-navbar-fixed .navbar-navigation-megamenu-link,
.rd-navbar-fixed .navbar-navigation-dropdown-link {
	position: relative;
	transform: translateZ(0);
	display: block;
	padding: 14px 30px;
	border-radius: 4px;
	overflow: hidden;
	color: #151515;
	transition: .2s;
}

.rd-navbar-fixed .navbar-navigation-root-link + .rd-navbar-submenu-toggle,
.rd-navbar-fixed .navbar-navigation-megamenu-link + .rd-navbar-submenu-toggle,
.rd-navbar-fixed .navbar-navigation-dropdown-link + .rd-navbar-submenu-toggle {
	display: flex;
}

.rd-navbar-fixed .navbar-navigation-root-link:hover,
.rd-navbar-fixed .navbar-navigation-megamenu-link:hover,
.rd-navbar-fixed .navbar-navigation-dropdown-link:hover {
	color: #ff7a00;
}

.rd-navbar-fixed .navbar-navigation-root-item.active > .navbar-navigation-root-link,
.rd-navbar-fixed .navbar-navigation-megamenu-item.active > .navbar-navigation-megamenu-link,
.rd-navbar-fixed .navbar-navigation-dropdown-item.active > .navbar-navigation-dropdown-link {
	color: #ff7a00;
}

.rd-navbar-fixed .navbar-navigation-back-btn {
	display: block;
	padding: 14px 30px;
	font-size: 1.3077rem;
	font-weight: 500;
	color: #ff7a00;
}

.rd-navbar-fixed .navbar-navigation-back-btn::before {
	content: '\f237';
	font-family: 'Material Design Icons';
	margin-right: 10px;
	vertical-align: bottom;
}

.rd-navbar-fixed .navbar-navigation-back-btn:hover {
	cursor: pointer;
}

.rd-navbar-fixed .navbar-navigation-megamenu-column-banner {
	display: none;
}

.rd-navbar-fixed .navbar-navigation-megamenu-column-inner {
	padding-left: 10px;
}

.rd-navbar-fixed .navbar-navigation-megamenu-heading {
	padding: 14px 30px;
	margin: 0;
	font-size: 1.1538rem;
	font-weight: 300;
	color: #a7a7a7;
}

.rd-navbar-fixed .navbar-navigation-item-disabled {
	opacity: .5;
	pointer-events: none;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	position: absolute;
	top: 0;
	right: 9px;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 52px;
	display: none;
	font-size: 1em;
	color: inherit;
	transition: .2s;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::before {
	content: '\f238';
	font-family: 'Material Design Icons';
}

.rd-navbar-fixed .rd-navbar-submenu-toggle:hover::before {
	color: #ff7a00;
}

.rd-navbar-fixed .rd-navbar-submenu {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-megamenu,
.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-dropdown, .rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-megamenu,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-dropdown {
	left: 0;
	pointer-events: auto;
}

.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-root-link,
.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-dropdown-link,
.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-megamenu-link, .rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-root-link,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-dropdown-link,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-megamenu-link {
	color: #fff;
}

.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-root-link::before,
.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-dropdown-link::before,
.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-megamenu-link::before, .rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-root-link::before,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-dropdown-link::before,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-megamenu-link::before {
	padding: 100%;
	transition: padding .25s ease-in;
}

.rd-navbar-fixed.active .navbar-navigation {
	left: 0;
}

.rd-navbar-fullwidth {
	font-weight: 400;
	font-size: 0.875rem;
	background-color: #fff;
	box-shadow: 0 0 0 rgba(136, 136, 136, 0);
	transition: height .2s, box-shadow .2s;
}

.rd-navbar-fullwidth .rd-navbar-outer {
	background-color: #fff;
}

.rd-navbar-fullwidth .rd-navbar-outer-info {
	position: relative;
	overflow: hidden;
	padding: 16px 0;
	background-color: #f6f6f6;
}

.rd-navbar-fullwidth .rd-navbar-outer-pattern {
	position: absolute;
	left: 50%;
	top: 50%;
	right: 0;
	bottom: 0;
	transform: translate(-50%, -50%);
}

.rd-navbar-fullwidth .navbar-container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
	height: 100%;
	max-width: 1200px;
}

.rd-navbar-fullwidth .navbar-cell {
	display: flex;
	align-items: stretch;
	padding: 0 15px;
}

.rd-navbar-fullwidth .navbar-cell:first-child {
	padding-left: 0;
}

.rd-navbar-fullwidth .navbar-cell:last-child {
	padding-right: 0;
}

.rd-navbar-fullwidth .navbar-spacer {
	display: block;
	flex-grow: 1;
}

.rd-navbar-fullwidth .navbar-switch {
	display: none;
}

.rd-navbar-fullwidth .navbar-panel {
	align-self: center;
}

.rd-navbar-fullwidth .navbar-button {
	display: none;
}

.rd-navbar-fullwidth .navbar-info > * + * {
	margin-left: 30px;
}

.rd-navbar-fullwidth .navbar-info-item {
	display: inline-block;
}

.rd-navbar-fullwidth .navbar-info-icon,
.rd-navbar-fullwidth .navbar-info-link {
	vertical-align: middle;
}

.rd-navbar-fullwidth .navbar-info-icon {
	margin-right: 0.25rem;
	font-size: 1.125rem;
	color: #ff7a00;
}

.rd-navbar-fullwidth .navbar-info-link {
	color: #151515;
}

.rd-navbar-fullwidth .navbar-info-link:hover {
	color: #ff7a00;
}

.rd-navbar-fullwidth .navbar-navigation-back {
	display: none;
}

.rd-navbar-fullwidth .navbar-navigation {
	display: flex;
	padding: 0;
	margin: 0 -19px;
}

.rd-navbar-fullwidth .navbar-navigation-root-item {
	display: flex;
	align-items: center;
	padding: 0 19px;
	letter-spacing: .07em;
	min-height: 90px;
}

.rd-navbar-fullwidth .navbar-navigation-root-item > .rd-navbar-submenu-toggle {
	margin-left: 0.4375rem;
	margin-top: .1em;
	font-size: 1.3125rem;
	line-height: 1;
	color: inherit;
	transition: .2s;
	cursor: pointer;
}

.rd-navbar-fullwidth .navbar-navigation-root-item > .rd-navbar-submenu-toggle::before {
	content: '\f236';
	font-family: 'Material Design Icons';
}

.rd-navbar-fullwidth .navbar-navigation-root-item.focus > .navbar-navigation-root-link, .rd-navbar-fullwidth .navbar-navigation-root-item.active > .navbar-navigation-root-link {
	color: #151515;
}

.rd-navbar-fullwidth .navbar-navigation-root-item.focus > .navbar-navigation-root-link::before, .rd-navbar-fullwidth .navbar-navigation-root-item.active > .navbar-navigation-root-link::before {
	opacity: 1;
	width: 104%;
}

.rd-navbar-fullwidth .navbar-navigation-root-link {
	position: relative;
	z-index: 0;
	display: block;
	line-height: 1;
	color: #151515;
}

.rd-navbar-fullwidth .navbar-navigation-root-link::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: -2%;
	z-index: -1;
	width: 4px;
	opacity: 0;
	height: 4px;
	border-radius: 4px;
	pointer-events: none;
	transition: .2s ease-in-out;
	background: #ff7a00;
}

.rd-navbar-fullwidth .navbar-navigation-root-link:hover {
	color: #151515;
}

.rd-navbar-fullwidth .navbar-navigation-root-link:hover::before {
	opacity: 1;
	width: 104%;
}

.rd-navbar-fullwidth .navbar-navigation-root-item.active > .navbar-navigation-root-link {
	color: #151515;
}

.rd-navbar-fullwidth .navbar-navigation-root-item.active > .navbar-navigation-root-link::before {
	opacity: 1;
	width: 104%;
}

.rd-navbar-fullwidth .navbar-navigation-dropdown {
	position: absolute;
	left: -8px;
	top: calc( 100% - 14px);
	transform: translate(0, 10%) scale(0.8);
	z-index: 1;
	padding: 14px 20px 20px;
	min-width: 210px;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 5px 8px 28px rgba(93, 93, 102, 0.1);
	border-top: 2px solid #ff7a00;
	transition: .2s;
}

.rd-navbar-fullwidth .navbar-navigation-dropdown-item {
	padding: 4px 10px;
}

.rd-navbar-fullwidth .navbar-navigation-dropdown-item + .navbar-navigation-dropdown-item {
	margin-top: 8px;
}

.rd-navbar-fullwidth .navbar-navigation-dropdown-link {
	position: relative;
	display: block;
	border-radius: 4px;
	overflow: hidden;
	color: #151515;
	transition: .2s;
}

.rd-navbar-fullwidth .navbar-navigation-dropdown-link::before {
	content: '\f238';
	position: absolute;
	top: 48%;
	left: -4px;
	font-family: 'Material Design Icons';
	font-size: 1.3125rem;
	transform: translateY(-50%) scale(0);
	transition: transform .2s;
}

.rd-navbar-fullwidth .navbar-navigation-dropdown-link + .rd-navbar-submenu-toggle {
	display: block;
}

.rd-navbar-fullwidth .navbar-navigation-dropdown-link:hover {
	padding-left: 17px;
	color: #ff7a00;
}

.rd-navbar-fullwidth .navbar-navigation-dropdown-link:hover::before {
	transform: translateY(-50%) scale(1);
}

.rd-navbar-fullwidth .navbar-navigation-megamenu {
	position: absolute;
	top: calc( 100% - 14px);
	left: 15px;
	right: 15px;
	transform: translateY(-10%) scale(0.8);
	display: flex;
	justify-content: center;
	padding: 27px 29px 45px;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	border-top: 2px solid #ff7a00;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.12);
	transition: .2s;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-container {
	width: 100%;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-row {
	display: flex;
	margin: 0 -20px;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-column {
	flex: 1 0 25%;
	padding: 0 20px;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-column:first-child {
	position: relative;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-column:first-child:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	content: '';
	border-right: 1px solid #e5e5e5;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-column-wide {
	flex-basis: 40%;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-column-banner {
	flex-basis: 30%;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-column-inner {
	display: flex;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-block {
	flex: 1 0 50%;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-heading {
	font-size: 1.125rem;
	line-height: 1.2;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-link {
	position: relative;
	color: #151515;
	transition: .2s;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-link::before {
	content: '\f238';
	position: absolute;
	top: 48%;
	left: -4px;
	font-family: 'Material Design Icons';
	font-size: 1.3125rem;
	transform: translateY(-50%) scale(0);
	transition: transform .2s;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-link + .rd-navbar-submenu-toggle {
	display: block;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-link:hover {
	padding-left: 17px;
	color: #ff7a00;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-link:hover::before {
	transform: translateY(-50%) scale(1);
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-heading + .navbar-navigation-megamenu-row,
.rd-navbar-fullwidth .navbar-navigation-megamenu-heading + .navbar-navigation-megamenu-item {
	margin-top: 29px;
}

.rd-navbar-fullwidth * + .navbar-navigation-megamenu-column-inner {
	margin-top: 1.8125rem;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-item + .navbar-navigation-megamenu-item {
	margin-top: 16px;
}

.rd-navbar-fullwidth .navbar-navigation-item-disabled {
	opacity: .5;
	pointer-events: none;
}

.rd-navbar-fullwidth .rd-navbar--has-dropdown {
	position: relative;
}

.rd-navbar-fullwidth .rd-navbar-megamenu .rd-navbar-dropdown {
	transform: translate(10%, 0) scale(0.8);
	left: 100%;
	top: -24px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown {
	transform: translate(10%, 0) scale(0.8);
	left: calc( 100% + 10px);
	top: -24px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-open-left {
	transform: translate(-10%, 0) scale(0.8);
	left: auto;
	right: calc( 100% + 10px);
}

.rd-navbar-fullwidth .rd-navbar-submenu.focus > .navbar-navigation-dropdown, .rd-navbar-fullwidth .rd-navbar-submenu.opened > .navbar-navigation-dropdown {
	transform: translate(0, 0) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fullwidth .rd-navbar-submenu.focus > .navbar-navigation-megamenu, .rd-navbar-fullwidth .rd-navbar-submenu.opened > .navbar-navigation-megamenu {
	transform: translateY(0) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fullwidth .rd-navbar-submenu.focus > .navbar-navigation-dropdown-link,
.rd-navbar-fullwidth .rd-navbar-submenu.focus > .navbar-navigation-megamenu-link, .rd-navbar-fullwidth .rd-navbar-submenu.opened > .navbar-navigation-dropdown-link,
.rd-navbar-fullwidth .rd-navbar-submenu.opened > .navbar-navigation-megamenu-link {
	color: #fff;
}

.rd-navbar-fullwidth .rd-navbar-submenu.focus > .navbar-navigation-dropdown-link::before,
.rd-navbar-fullwidth .rd-navbar-submenu.focus > .navbar-navigation-megamenu-link::before, .rd-navbar-fullwidth .rd-navbar-submenu.opened > .navbar-navigation-dropdown-link::before,
.rd-navbar-fullwidth .rd-navbar-submenu.opened > .navbar-navigation-megamenu-link::before {
	padding: 110%;
	transition: padding .25s ease-in;
}

.rd-navbar-fullwidth .rd-navbar-submenu.focus > .navbar-navigation-megamenu-link, .rd-navbar-fullwidth .rd-navbar-submenu.opened > .navbar-navigation-megamenu-link {
	color: #fff;
}

.rd-navbar-fullwidth .rd-navbar-submenu.focus > .navbar-navigation-megamenu-link::before, .rd-navbar-fullwidth .rd-navbar-submenu.opened > .navbar-navigation-megamenu-link::before {
	padding: 110%;
	transition: padding .25s ease-in;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-outer-info {
	display: none;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .navbar-navigation-root-item {
	min-height: 60px;
}
