.navik-header {
	background: transparent;
}
#header-logo {
    fill: #0075c1;
    fill-rule: evenodd;
    height: auto;
    padding: 0 0 0 15px;
}
.navik-menu ul li>a{
	color: #111 !important;
	text-transform: uppercase;
}

/*.navik-menu ul li:last-child>a{
	color: #cf161f;
}*/

.navik-menu ul li.current-menu>a, .navik-menu ul li:hover>a {
    color: #fff;
    background: transparent;
}
.navik-menu ul ul li>a {
	background: transparent;
}		
.dropdown-plus::after, .dropdown-plus::before {
    background-color: #184f90;
}

@media (min-width: 1200px) {
	.navik-header.sticky {
		top: 0;
	}
	.navik-header.center-menu-1.sticky { top: 0; }
	.navik-header.sticky .logo img {
    	max-height: 70px;
    	max-width: 185px;
	}
	.navik-menu li>ul {
		color: #111;
    	background: #fff;
    	padding: 5px 0;
	}
	.navik-menu ul ul li>a, .navik-menu ul ul li>a:hover {
		color: #fff;
	}
	.navik-header .logo img {
    	max-height: 70px;
 }
	.navik-header.sticky {
		margin-top: 0px !important;
		background: #fff;
	}
}

@media (min-width: 1200px) and (max-width: 1300px) { 
	.navik-header .container-wide { margin: 0 10px !important; }
	.center-menu-1 .navik-menu>ul:first-child, .center-menu-1 .navik-menu>ul:last-child {
    	padding: 0 15px !important;
	}
}




@media only screen and (max-width: 1200px) {
	.navik-header {
		padding-top: 5px;
		padding-bottom: 10px;
	}
	.navik-header.sticky {
		margin-top: -20px !important;
		background: #4a4c4c;
	}
	#header-logo {
		width: 250px;
	}
	.burger-menu {
	    top: 50px;
	}
	.navik-menu>ul {
	    display: none;
	    padding: 35px 0 20px;
	}
	.navik-menu ul ul li>a:hover, .navik-menu ul ul li>a:focus, .navik-menu ul ul li>a:active {
		background: transparent;
		color: rgb(0, 169, 208);
	}
	.line-menu {background: #111; } 

	ul.dropdown-menu {padding-left:  0 !important;}
}


    
