.expand-ul {
	display: none;
}

.hamburger-outer {
	display: none;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: white;

    -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;
   
}
.header.header-scroll{
    -webkit-box-shadow: 0 8px 10px -6px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 8px 10px -6px rgba(0, 0, 0, .4);
    box-shadow: 0 8px 10px -6px rgba(0, 0, 0, .4);
}



.main-menu{
    justify-content: space-evenly;
}

.header.header-scroll .logo{
    padding: 0;
    
}
.logo{
    width: 200px;
    /* background: white;
    padding: 20px;
    position: absolute;
    top: 20px;
    left: 50%;
      margin-left: -75px;
    width: 150px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease; */
}
.logo img{
    margin-top: 15px;
}



.main-header ul {
    list-style: none;
}
.main-header ul li {
    float: left;
    position: relative;
}

.main-header ul li a {
    padding: 30px 20px;
    display: block;
    letter-spacing: 0.16em;
    font-size: 1em;
}


.main-header ul li a:hover,
.main-header .current-menu-item a{
    /* background-color: hsla(326, 93%, 48%, 0.3); */
    background-color: #3DC3E2;
    color: #fff;
}

.startsida .current-menu-item{
    background-color: none;

}
.page-id-6 .main-header .current-menu-item{
    background-color: #fff !important;
}

.main-header .sub-menu, .main-header .sub-menu li a .expand-ul {
    display: none;
}
.main-header .nav>ul>li .sub-menu li a {
    padding: 15px;
    white-space: nowrap;
}
.main-header .sub-menu li {
    width: 100%;
    display: block;
}

@media only screen and (min-width: 901px) {
    .main-header ul li.menu-item-has-children:hover .sub-menu {
        -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0 5px 5px rgba(0,0,0,.2);
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        position: absolute;
        display: block;
        background: #fff;
        left: 0;
    }
}

@media only screen and (max-width: 900px) {

.expand-ul {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 18px 21px 18px;
    font-size: 1.5em;
    color: #0f4f99;
    background: #f5f7fa;
    line-height: 1;
}

.sub-menu .expand-ul {
    padding: 22px 24px 23px;
}

.hamburger-outer {
    display: block;
    float: right;
    position: absolute;
    top: 14px;
    right: 0;
    z-index: 100;
    border-radius: 0;
    padding: 10px 12px 8px;
}
.logo{
    margin: 15px 0px;
}
.logo img{
    margin-top: 0px;
}
.c-hamburger {
    position: relative;
    overflow: hidden;
    margin: 0;
    float: right;
    top: 0;
    z-index: 99;
    padding: 0;
    width: 28px;
    height: 28px;
    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: 11px;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 2px;
    background: #3DC3E2;;
}

.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: -8px;
}

.c-hamburger span:after {
    bottom: -8px;
}

.c-hamburger span:before, .c-hamburger span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background: #3DC3E2;
    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 {
   /* position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -410px;
    z-index: 99;
    background: #fff;
    padding-top: 72px;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    -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; */


    position: fixed;
    width: 100%;
    height: 445px;
    top: 69px;
    left: 105%;
    z-index: 99;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 10px 10px rgba(0,0,0,.2);
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;



}

.nav.active {
    left: 0;
}
.main-header ul li{
    width: 100%;
    border-top: 1px solid #eee;
}
.main-header ul li a{
    padding: 20px 30px;
}
.main-header .nav>ul>li .sub-menu li a {
    padding: 15px 15px 15px 50px;
    white-space: nowrap;
}

}



/*@media only screen and (max-width: 700px) {

.header {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    top: unset;
}

}*/



