.header {position: fixed; width: 100%; top: 0; left: 0; z-index: 999;}
.header.header-scroll {
	
}

.main-header .sub-menu, .main-header .sub-menu li a .expand-ul {display: none;}
.main-header .sub-menu li.menu-item-has-children a .expand-ul {display: block;}
.main-header .sub-menu li {width:100%;display:block;}

.logo {
	position:relative;
	display: inline-block;
}
.logo a {
	display: inline-block;
	position: relative;
}
.logo a svg {
	width: 58px;
}

.path-1 {
  stroke-dasharray: 1100;
  stroke-dashoffset: 1100;
  animation: dash 2s linear forwards;
}

.path-2 {
  opacity: 1;
  animation: dot 2.2s linear;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dot {
  0% {
  	opacity: 0;
  }
  92% {
  	opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.logo a img.profile-img {
	width: 45px;
	border-radius: 50%;
}
.logo a img.logo-img {
	width: 55px;
}
.main-header .menu li.current-menu-item a, .main-header .menu li.current-menu-ancestor a, .main-header .menu li.current-menu-parent a { opacity: 1; }

.main-header .menu li.menu-cv a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.06em;
    font-size: 1rem;
}

.main-header .menu li.menu-cv a:after {
	content: "\e901";
  	color: #fff;
  	font-size: 0.65em;
  	position: relative;
  	top: -1px;
  	left: 0;
	margin-left: 15px;
  	font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
	
	.main-header .menu li {position: relative; display:block; width:100%;}
	.main-header .menu li a {position:relative; display:block; padding: 30px 5%; opacity: 0.5; color: #fff; font-size: 1.9rem; font-weight: 300; letter-spacing: -0.025em; line-height: 1.2;}
	.main-header .menu li a:hover {
		opacity: 1;
	}
	.sub-menu {background:#666;}
	.sub-menu .expand-ul {background: transparent;}
	.expand-ul {
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		width:50px;
		padding: 10px;
		font-size: 1rem;
		color: #333;
		background: #bbb;
		z-index: 999;
	}
	.hamburger-outer {
		position: absolute;
		height: 100%;
		top: 0;
		right: 0;
		z-index: 100;
		border-radius: 0;
		padding: 0;
	}
	.c-hamburger {
		position: relative;
		overflow: hidden;
		margin: 0;
		float: right;
		top: 0;
		z-index: 99;
		padding: 0;
		width: 28px;
		height: 30px;
		font-size: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		background: transparent;
		outline: none;
		cursor: pointer;
	}
	.c-hamburger span {
		display: block;
		position: absolute;
		top: 14px;
		left: 0;
		width: 28px;
		height: 2px;
		border-radius: 2px;
		background: #fff;
	}
	.c-hamburger--htx span:before, .c-hamburger--htx span:after {transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s;}
	.c-hamburger--htx span:before {transition-property: top, transform;}
	.c-hamburger--htx span:after {transition-property: bottom, transform;}
	.c-hamburger span:before {top: -9px;}
	.c-hamburger span:after {bottom: -9px;}
	.c-hamburger span:before, .c-hamburger span:after {
		position: absolute;
		display: block;
		left: 0;
		width: 28px;
		height: 2px;
		background: #fff;
		content: "";
		border-radius: 2px;
	}
	.c-hamburger--htx.is-active span {background: none;}
	.c-hamburger--htx.is-active span:before, .c-hamburger--htx.is-active span:after {transition-delay: 0s, 0.3s;}
	.c-hamburger--htx.is-active span:before {top: 0; transform: rotate(45deg);}
	.c-hamburger--htx.is-active span:after {bottom: 0; transform: rotate(-45deg);}
	.nav {
		opacity: 0;
		position: fixed;
		width: 100%;
		height: 100%;
		top: -100%;
		left: 0;
		right: 0;
		z-index: 99;
		background: #000;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	#menu-huvudmeny {
		padding: 120px 0;
	}
	.nav.active {top: 0; opacity: 1;}
	.nav ul {height:100%;}

	@media only screen and (max-width: 600px) {
		#menu-huvudmeny {
		padding: 80px 0;
	}
	.main-header .menu li a {
		padding: 25px 5%;
	}

	}
