#header-main {
	position: relative;
	background: url('../i/header-bg-2.png') rgba(11, 30, 100, 1) center no-repeat;
	/*background-size: cover;*/
	
	top--: 0;
	position--: sticky;
	position--: -webkit-sticky;
	
	border: 0px solid red;
}

#header-main .container {
	display: table;
	position: relative;
}

#header-main .container > .row {
	position: relative;
	height: 135px;
}

@media screen and (min-width: 1200px) {
	#header-main .container .row .my-col-2 {
	}
}

#header-main .logo-container {position: relative;}
#header-main .logo-container a {position: absolute; top: 22px;}
#header-main .logo-container img {
	max-height: 95px;
	width: auto;
}

#header-main .logo-container-right {position: relative;}
#header-main .logo-container-right a {position: absolute; top: 0px; right: 0;}
#header-main .logo-container-right img {
	max-height: 115px;
}


