#header {
	background-color: #2d3744;
	color: #fff;
}

.site-header-inner {
	position: relative;
	text-align: center;
}

/*.site-header-inner {
	outline-color: cyan;
	outline-offset: -1px;
	outline-style: dashed;
	outline-width: 2px;
}
.site-header-inner>* {
	outline-color: orange;
	outline-offset: -1px;
	outline-style: dashed;
	outline-width: 2px;
}*/

.site-header a {
	display: block;
	/*display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;*/
	
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	height: 50px;
	/*line-height: 20px;*/
	padding: 0 15px;
	/*white-space: pre;*/
	
	/*outline-color: yellow;
	outline-offset: -1px;
	outline-style: dashed;
	outline-width: 2px;*/
}
.site-header a:hover, .site-header a:focus {
	color: #4278bc;
}
/*.site-header a>* {
	display: inline-block;
}*/


.site-header h1 {
	background-image: url(../images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	/*flex: 1;*/
	height: 60px;
	margin: 0;
	min-width: 275px;
	padding: 0;
	text-indent: -9999px;
}
.site-header .nav-items {
	position: relative;
	display: block;
	
	
	/*display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex: 0;
	justify-content: center;*/
	
	/*overflow: hidden;*/
}
.site-header .nav-items::before, .site-header .nav-items::after {
	display: table;
	content: " ";
}

/* SOCIAL NAV ITEMS */
.site-header .social-nav-items {
	display: inline-block;
}
.site-header .social-nav-items>li {
	display: block;
	float: left;
}
.social-nav-items a {
	/*display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;*/
}
.social-nav-items>li>a:hover {}

.social-nav-items li {
	position: relative;
}
.social-nav-items li:nth-child(2)::before {
	content: " ";
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	
	background-color: rgba(255, 255, 255, 0.5);
	width: 1px;
}
.site-header .main-nav-toggle-wrap {
	/*outline-color: yellow;
	outline-offset: -1px;
	outline-style: dashed;
	outline-width: 2px;*/
}
.site-header .main-nav-toggle-wrap a {
	/*flex-direction: row;*/
}
.site-header .main-nav-toggle-wrap a .icon-label {
	margin-left: 8px;
}
/*.site-header .main-nav-toggle-wrap a:focus .icon-label {
	color: #fff;
}*/
.site-header .social-nav-items a {
	line-height: 50px;
}
.site-header .social-nav-items svg.icon {
	height: 50px;
}

@media (min-width: 600px) {
	.site-header-inner {
		text-align: left;
		
		/*display: flex;
		flex-flow: row;
		flex-wrap: nowrap;*/
		/*justify-content: stretch;*/
		/*align-items: stretch;*/
	}
	.site-header-inner>* {
		/*flex: 1;*/
		
		/*background-color: rgba(0, 255, 255, 0.15);
		outline-color: cyan;
		outline-offset: -1px;
		outline-style: dashed;
		outline-width: 2px;*/
	}
	.site-header h1 {
		background-position: left center;
		height: 100px;
		float: left;
	}
	.site-header a {
		height: 100px;
	}
	.site-header .nav-items {
		float: right;
	}
	.site-header .social-nav-items a {
		line-height: 100px;
	}
	.site-header .social-nav-items svg.icon {
		height: 100px;
	}
	.social-nav-items li:nth-child(2)::before {
		top: 25px;
		bottom: 25px;
	}
}
/*@media (min-width: 800px) {
	.site-header .main-nav-toggle-wrap a .icon-label {
		display: block;
	}
}*/

/* MAIN NAV ITEMS */
.site-header .main-nav-items {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 99;
	
	/*flex-direction: column;*/
}
.site-header .main-nav-items a {
	/*align-items: flex-start;*/
	text-align: left;
}

@media (min-width: 600px) {
	.site-header .main-nav-items {
		right: 15px;
		left: 50%;
	}
	.site-header .main-nav-items a {
		height: auto;
	}
}
@media (max-width: 1099px) {
	.site-header .main-nav-items {
		display: none;
		filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.5));
	}
	.site-header .main-nav-items.open {
		display: block;
	}
	.site-header .main-nav-items a {
		background-color: #dce0e5;
		border-top: 1px solid #ccc;
		color: #0f1d33;
		font-weight: 500;
		height: 40px;
	}
	.site-header .main-nav-items a:hover {
		background-color: #ccc;
	}
}
@media (min-width: 1100px) {
	.site-header .main-nav-toggle-wrap {
		display: none !important;
	}
	.site-header .main-nav-items {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		
		display: inline-block;
		float: right;
		
		/*flex-direction: row;*/
	}
	.site-header .main-nav-items>li {
		display: block;
		float: left;
	}
	.site-header .main-nav-items a {
		align-items: center;
		height: 100px;
		line-height: 100px;
		padding: 0 10px;
		text-align: center;
	}
	.site-header .main-nav-items li:last-child a {
		padding-right: 15px;
	}
}

/*@media (min-width: 600px){
	.site-header .main-nav-items {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		float: right;
		
		display: inline-block;
	}
	.site-header .main-nav-items>li {
		display: block;
		float: left;
	}
	.site-header .main-nav-items a {
		align-items: center;
		height: 100px;
		line-height: 100px;
		padding: 0 10px;
		text-align: center;
	}
	.site-header .main-nav-items li:last-child{
		display: none;
	}
	.site-header .main-nav-items li:nth-last-child(2)
	,.site-header .main-nav-items li:nth-last-child(3)
	,.site-header .main-nav-items li:nth-last-child(4){
		display: none;
	}
}
@media (min-width: 700px){
	.site-header .main-nav-items li:nth-last-child(4){
		display: inline-block;
	}
}
@media (min-width: 800px){
	.site-header .main-nav-items li:nth-last-child(3){
		display: inline-block;
	}
}
@media (min-width: 900px){
	.site-header .main-nav-items li:nth-last-child(2){
		display: inline-block;
	}
}
*/