.rs-voyager-header {
	font-family: "Montserrat", sans-serif;
	background-color: #ffffff;
}
.rs-voyager-header .top-header{
	border-bottom: 1px solid #f1f0f0;
}
.rs-voyager-header a {
	color: #212121;
	font-weight: 700;
	letter-spacing: 1.5pt;
	white-space: nowrap;
}
.rs-voyager-header a:hover {
	color: #132a65;
	text-decoration: none;
}

.top-header__phone, .top-header__logo, .top-header__email {
	padding: 20px 0;
	display: flex;
	align-items: center;
	height: 120px;
}

.top-header .row {
	display: flex;
	flex-wrap: nowrap;
}
.top-header .row.no-gutters {
	margin: 0;
}
.top-header__logo {
	justify-content: center;
}
.top-header__phone {
	justify-content: flex-end;
}
.top-header__phone a {
	margin-left: 20px;
}
.top-header__phone a:last-of-type {
	margin-right: 0;
}
.top-header a.close {
	display: none;
}

.header-menu__nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.header-menu__item {
	display: inline-flex;
}
.header-menu__link {
	line-height: 1;
	padding: 25px 0;
	text-transform: uppercase;
	font-size: 13px;
}
.navbar-brand{
	height: auto;
}
.navbar-brand>img{
	margin-bottom: 0;
}
/*--------------------------------*/
/* - Header-Breakpoints - */
@media (max-width: 1199px){
	.rs-voyager-header a {
		letter-spacing: 1pt;
	}
	.rs-voyager-header .container{
		width: 100%;
	}
}
@media (max-width: 1024px){
	.rs-voyager-header a {
		letter-spacing: 0.4pt;
		white-space: nowrap;
	}
}
@media (max-width: 991px) {
	.top-header__email, .top-header__logo, .top-header__phone {
		height: 60px;
	}
	voyager-header a {
		letter-spacing: 1pt;
	}
	.top-header__phone, .top-header__email {
		position: absolute;
		bottom: -50px;
		left: 0;
		padding: 15px 10px;
		z-index: 2;
		background-color: rgba(0, 0, 0, 0.8);
		border-radius: 10px;
		text-align: center;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		height: 50px;
	}
	.top-header__phone a, .top-header__email a {
		color: #ffffff;
	}
	.top-header__phone a:hover, .top-header__email a:hover {
		color: #ffffff;
		opacity: 0.8;
	}
	
	.rs-voyager-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 999;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2) !important;
		-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2) !important;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2) !important;
	}
	
	.top-header {
		position: relative;
	}
	.top-header__email {
		display: none;
	}
	.top-header__logo img {
		height: 45px;
		width: auto;
	}
	.top-header__phone {
		display: none;
	}
	.top-header a.close {
		display: block;
		padding-right: 10px;
		opacity: 1;
	}
	
	.header-menu {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 58px;
		left: 0;
		background-color: #ffffff;
	}
	.header-menu__nav {
		flex-direction: column;
		border-top: 1px solid rgba(0, 0, 0, 0.2);
	}
	.header-menu__link {
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.header-menu__nav {
		padding-top: 30px;
	}
	.header-menu__link {
		padding: 10px 0;
	}
	.rs-voyager-header a {
		letter-spacing: .5pt;
	}
}
@media (max-width: 575px) {
	.top-header__phone a, .top-header__email a {
		font-size: 12px;
	}
	.top-header__phone a.close, .top-header__email a.close {
		font-size: 14px;
	}
}